15 lines
382 B
JavaScript
15 lines
382 B
JavaScript
|
|
var EsecsiceConst = {};
|
||
|
|
|
||
|
|
EsecsiceConst.execsice_index = {
|
||
|
|
endless : 1, // 无尽试炼
|
||
|
|
stonedungeon : 2, // 日常副本
|
||
|
|
heroexpedit : 3, // 位面征战
|
||
|
|
honourfane : 4, // 荣耀神殿
|
||
|
|
element : 5,
|
||
|
|
planesafk : 6,//位面征战
|
||
|
|
startower : 7, //试练塔
|
||
|
|
adventure : 8,//殲星迷途
|
||
|
|
heaven : 9,//遺跡探索
|
||
|
|
};
|
||
|
|
|
||
|
|
module.exports = EsecsiceConst;
|