当主公经验到达满级时,关卡不再获得经验
This commit is contained in:
@@ -9,7 +9,7 @@ import { dicExpeditionPoint } from "./dictionary/DicExpeditionPoint";
|
||||
import { dicFuncSwitch } from "./dictionary/DicFuncSwitch";
|
||||
import { dicHeroSkill } from "./dictionary/DicHeroSkill";
|
||||
import { dicJob, jobClassAndgrades, jobClassMaxGrades } from "./dictionary/DicJob";
|
||||
import { dicKingExp } from "./dictionary/DicKingExp";
|
||||
import { dicKingExp, maxPlayerLv } from "./dictionary/DicKingExp";
|
||||
import { dicCharExp } from "./dictionary/DicCharExp";
|
||||
import { dicQuestion } from "./dictionary/DicQuestion";
|
||||
import { dicSe } from "./dictionary/DicSe";
|
||||
@@ -55,6 +55,7 @@ export const gameData = {
|
||||
jobClassMaxGrades: jobClassMaxGrades,
|
||||
jobClassAndgrades: jobClassAndgrades,
|
||||
kingexp: dicKingExp,
|
||||
maxPlayerLv: maxPlayerLv,
|
||||
charexp: dicCharExp,
|
||||
question: dicQuestion,
|
||||
se: dicSe,
|
||||
|
||||
Reference in New Issue
Block a user