任务:添加每日主公经验

This commit is contained in:
luying
2021-07-01 19:02:39 +08:00
parent 0903959d5d
commit c94e2a40e5
8 changed files with 70 additions and 31 deletions

View File

@@ -87,6 +87,7 @@ import { dicTaskTypeDesc, loadTaskType } from './dictionary/DicTaskType';
import { dicServerName, dicServerGroupName, loadServerName } from "./dictionary/DicServerName";
import { dicAp, loadAp, dicApMaxLevel } from './dictionary/DicAp';
import { dicApBuy, dicApMaxBuyTimes, loadApBuy } from "./dictionary/DicApBuy";
import { dicTaskExp, loadTskExp} from './dictionary/DicTaskExp';
export const gameData = {
blurprtCompose: dicBlueprtCompose,
@@ -213,7 +214,8 @@ export const gameData = {
ap: dicAp,
apMaxLevel: dicApMaxLevel,
apBuy: dicApBuy,
apMaxBuyTimes: dicApMaxBuyTimes
apMaxBuyTimes: dicApMaxBuyTimes,
taskExp: dicTaskExp
};
// 在此提供一些原先在gamedata中提供的方法以便更方便获取gameData数据
@@ -815,6 +817,7 @@ function loadDatas() {
loadServerName();
loadAp();
loadApBuy();
loadTskExp();
}
// 重载dicParam