抽卡:武将池使用招募表
This commit is contained in:
@@ -79,6 +79,7 @@ import { dicTaskBox } from './dictionary/DicTaskBox';
|
||||
import { dicGacha } from "./dictionary/DicGacha";
|
||||
import { dicGachaContent, dicGachaContentHero } from "./dictionary/DicGachaContent";
|
||||
import { dicGiftPackage } from "./dictionary/DicGiftPackage";
|
||||
import { dicRecruit } from './dictionary/DicRecruit';
|
||||
|
||||
export const gameData = {
|
||||
blurprtCompose: dicBlueprtCompose,
|
||||
@@ -195,7 +196,8 @@ export const gameData = {
|
||||
gachaTurntable: getGachaTurntablePercent(),
|
||||
heroTransPiece: getHeroTransPiece(),
|
||||
giftPackage: dicGiftPackage,
|
||||
comBtlLvRange: parseComBtlLvRange()
|
||||
comBtlLvRange: parseComBtlLvRange(),
|
||||
recruit: dicRecruit
|
||||
};
|
||||
|
||||
// 在此提供一些原先在gamedata中提供的方法,以便更方便获取gameData数据
|
||||
|
||||
Reference in New Issue
Block a user