🐞 fix(诸子列传): 战力计算错误

This commit is contained in:
luying
2023-07-14 12:23:03 +08:00
parent b693f00c19
commit 1d02e0f62e
2 changed files with 9 additions and 1 deletions
@@ -432,6 +432,14 @@ export async function calculateCes(type: HERO_SYSTEM_TYPE, roleId: string, serve
break;
}
case HERO_SYSTEM_TYPE.AUTHOR_BOOK_STAR: // 40. 诸子百家升星
{
let { authorBooks = [], bookId, subId } = param;
calCe.setAuthorBooks(authorBooks);
ceChangeTxt.push(`诸子列传 ${bookId}${subId} 升星`);
break;
}
case HERO_SYSTEM_TYPE.AUTHOR_BOOK_SUB_RESET: // 41. 诸子百家重置
{
let { authorBooks = [], bookId, subId } = param;
calCe.setAuthorBooks(authorBooks);