🐞 fix(军团活动): 诸侯混战城门血量比例读表

This commit is contained in:
luying
2023-03-14 14:06:23 +08:00
parent aa1cdf4684
commit 4cc79137fd
4 changed files with 26 additions and 12 deletions

View File

@@ -24,6 +24,8 @@ export interface DicCityActivity {
readonly hpN: number;
// 城门用于计算血量的攻击值模板
readonly atkTemplate: number;
// 玩家和军团比例
readonly playerCount: number;
}
export const dicJuniorCities: number[] = [];