远征:在功能开启前不随机对手

This commit is contained in:
luying
2022-05-05 13:00:24 +08:00
parent cd314e2d13
commit a42c64bf7e
9 changed files with 796 additions and 15 deletions

View File

@@ -106,6 +106,7 @@ import { Talent } from "../db/Hero";
import { dicEquipStrengthAttr, loadEquipStrengthAttr } from './dictionary/DicEquipStrengthAttr';
import { dicTowerGift, loadTowerGift } from './dictionary/DicTowerGift';
import { dicTowerPvpSubAttr, loadTowerPvpSubAttr } from './dictionary/DicTowerPvpSubAttr';
import { dicSystemOpenTime, loadSystemOpenTime } from "./dictionary/DicSystemOpenTime";
export const gameData = {
daily: dicDaily,
@@ -263,6 +264,7 @@ export const gameData = {
talentPointOfJob: talentPointOfJob,
equipStrengthAttr: dicEquipStrengthAttr,
towerPvpSubAttr: dicTowerPvpSubAttr,
sysOpenTime: dicSystemOpenTime,
};
// 在此提供一些原先在gamedata中提供的方法以便更方便获取gameData数据
@@ -1063,6 +1065,7 @@ function loadDatas() {
loadHeroTalent();
loadEquipStrengthAttr();
loadTowerPvpSubAttr();
loadSystemOpenTime();
}
// 重载dicParam