装备:随机属性
This commit is contained in:
@@ -107,6 +107,7 @@ import { dicEquipStrengthAttr, loadEquipStrengthAttr } from './dictionary/DicEqu
|
||||
import { dicTowerGift, loadTowerGift } from './dictionary/DicTowerGift';
|
||||
import { dicTowerPvpSubAttr, loadTowerPvpSubAttr } from './dictionary/DicTowerPvpSubAttr';
|
||||
import { dicSystemOpenTime, loadSystemOpenTime } from "./dictionary/DicSystemOpenTime";
|
||||
import { dicRandomEffectPoolPlan, loadRandomEffectPoolPlan } from './dictionary/DicRandomEffectPoolPlan';
|
||||
|
||||
export const gameData = {
|
||||
daily: dicDaily,
|
||||
@@ -265,6 +266,7 @@ export const gameData = {
|
||||
equipStrengthAttr: dicEquipStrengthAttr,
|
||||
towerPvpSubAttr: dicTowerPvpSubAttr,
|
||||
sysOpenTime: dicSystemOpenTime,
|
||||
randomEffectPoolPlan: dicRandomEffectPoolPlan,
|
||||
};
|
||||
|
||||
// 在此提供一些原先在gamedata中提供的方法,以便更方便获取gameData数据
|
||||
@@ -1066,6 +1068,7 @@ function loadDatas() {
|
||||
loadEquipStrengthAttr();
|
||||
loadTowerPvpSubAttr();
|
||||
loadSystemOpenTime();
|
||||
loadRandomEffectPoolPlan();
|
||||
}
|
||||
|
||||
// 重载dicParam
|
||||
|
||||
Reference in New Issue
Block a user