军团活动:诸侯混战城门血量计算
This commit is contained in:
@@ -22,6 +22,8 @@ export interface DicCityActivity {
|
||||
readonly hp: number;
|
||||
// 城门倍率
|
||||
readonly hpN: number;
|
||||
// 城门用于计算血量的攻击值模板
|
||||
readonly atkTemplate: number;
|
||||
}
|
||||
|
||||
export const dicCityActivity = new Map<number, DicCityActivity>();
|
||||
|
||||
Reference in New Issue
Block a user