演武台:军团演武台血量

This commit is contained in:
luying
2022-05-07 17:07:04 +08:00
parent c5283338bf
commit 1573b817c8
14 changed files with 321 additions and 139 deletions
+2
View File
@@ -55,6 +55,8 @@ export interface DicWar {
readonly failReward: Map<number, number|RewardInter[]>;
// 上场数量
readonly minHeroNum: number;
// 次级属性 关联
readonly secondAttrLevel: number;
}
export const dicWar = new Map<number, DicWar>();