军团活动:诸侯混战城门血量计算

This commit is contained in:
luying
2022-05-27 19:27:03 +08:00
parent f9ec0d782b
commit 42f1988c2f
6 changed files with 32 additions and 24 deletions

View File

@@ -22,6 +22,8 @@ export interface DicCityActivity {
readonly hp: number;
// 城门倍率
readonly hpN: number;
// 城门用于计算血量的攻击值模板
readonly atkTemplate: number;
}
export const dicCityActivity = new Map<number, DicCityActivity>();