feat(NpcTransConf): 更新牛魔寺庙传送配置
- 将绑定金币消耗改为元宝消耗 - 调整消耗数量:20、40、60、80、100、150 - 更新传送点名称,显示新的元宝消耗
This commit is contained in:
@@ -7,6 +7,7 @@ const scope = [
|
||||
"Monster",
|
||||
"ItemMergeConfig",
|
||||
"MergeConfig",
|
||||
"NpcTransConf"
|
||||
// "MergeTotal", "RecyclingSettingConfig", "UpstarConfig",
|
||||
];
|
||||
const strKey = (key) => (isNaN(key) ? `${key}` : `[${key}]`);
|
||||
|
||||
Reference in New Issue
Block a user