feat(NpcTransConf): 更新牛魔寺庙传送配置

- 将绑定金币消耗改为元宝消耗
- 调整消耗数量:20、40、60、80、100、150
- 更新传送点名称,显示新的元宝消耗
This commit is contained in:
2025-01-21 23:08:15 +08:00
parent b1e7343d12
commit 4259057c89
2 changed files with 19 additions and 18 deletions

View File

@@ -7,6 +7,7 @@ const scope = [
"Monster",
"ItemMergeConfig",
"MergeConfig",
"NpcTransConf"
// "MergeTotal", "RecyclingSettingConfig", "UpstarConfig",
];
const strKey = (key) => (isNaN(key) ? `${key}` : `[${key}]`);