镇念塔:消耗使用系统参数表

This commit is contained in:
luying
2021-08-17 20:24:21 +08:00
parent 4c2cc5ead3
commit e3c54fe354
4 changed files with 29 additions and 25 deletions

View File

@@ -9,8 +9,6 @@ export const GONGSHI = {
* 公式: A * num + B
*/
export const GOLD_COST_RATIO = {
"TOWER_HANG_SPDUP": { "A": 0, "B": 50 }, // 天梯挂机加速花费
"TOWER_TASK_REF": { "A": 0, "B": 50 }, // 天梯派遣刷新花费
"DAILY_REF_NUM": { "A": 50, "B": 0 }, // 每日购买次数花费
"DUNGRON_BUY_NUM": { "A": 0, "B": 50 } // 秘境购买次数花费
}