武将:修复bug

This commit is contained in:
luying
2021-07-06 18:02:55 +08:00
parent 61df3881cf
commit ed534aa715
6 changed files with 1282 additions and 1157 deletions

View File

@@ -1,6 +1,6 @@
// 兵种表
import { readFileAndParse, parseNumberList, parseGoodStr, decodeArrayListStr} from '../util'
import { FILENAME, ABI_STAGE } from '../../consts'
import { FILENAME, } from '../../consts'
import { RewardInter } from '../interface';
const _ = require('lodash');

View File

@@ -311,7 +311,6 @@ export function calHeroStarIncAttr(originHero: HeroType, update: HeroUpdate, typ
stages.push(i + 1);
}
}
stages.push(isUpStar? ABI_STAGE.END: starStage);
} else if (type == HERO_SYSTEM_TYPE.QUALITY) {
stages = getAllAttrStage();
} else if (type = HERO_SYSTEM_TYPE.COLORSTAR) {

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff