pvp:机器人次级属性

This commit is contained in:
luying
2022-04-21 19:38:26 +08:00
parent 8b02e7f5c1
commit 1e5bffc36c
8 changed files with 3938 additions and 65 deletions
@@ -6,8 +6,8 @@ export interface DicPvpDifficultRatio {
readonly teamLineupMin: number;
readonly teamLineupMax: number;
readonly value: number;
readonly enemyLv: number;
readonly enemyLv: number;
readonly secondAttrLevel: number;
}
export const dicPvpDifficultRatio = new Array<DicPvpDifficultRatio>();