From cf0c51fba844030cc9f9b10c3d794a1e97038396 Mon Sep 17 00:00:00 2001 From: yzh Date: Wed, 22 Dec 2021 19:39:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E5=80=BC=EF=BC=9A=E6=AF=8F=E6=97=A5?= =?UTF-8?q?=E5=85=B3=E5=8D=A1=E6=AC=A1=E6=95=B0=E5=92=8C=E8=B4=AD=E4=B9=B0?= =?UTF-8?q?=E5=8C=96=E8=82=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/pubUtils/dicParam.ts | 6 +++--- shared/resource/jsons/dic_zyz_daily.json | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/shared/pubUtils/dicParam.ts b/shared/pubUtils/dicParam.ts index 710bf2d70..d8fa4a81e 100644 --- a/shared/pubUtils/dicParam.ts +++ b/shared/pubUtils/dicParam.ts @@ -194,9 +194,9 @@ export const TOWER_HANG_UP = { TOWE_HANG_UP_SPD_UP_REC_TIME: 2, // 加速直接获得多少小时收益 }; export const DAILY_CONST = { - DAILY_CONST_BASE: 10, // 每日关卡购买的基础价格 - DAILY_CONST_UP: 10, // 每日关卡购买的价格增长量 - DAILY_CONST_TOP: 50, // 每日关卡购买的价格上限 + DAILY_CONST_BASE: 50, // 每日关卡购买的基础价格 + DAILY_CONST_UP: 25, // 每日关卡购买的价格增长量 + DAILY_CONST_TOP: 150, // 每日关卡购买的价格上限 }; export const DUNGEON_CONST = { DUNGEON_CONST_FREE: 5, // 秘境每天免费挑战次数(不包括购买的挑战次数) diff --git a/shared/resource/jsons/dic_zyz_daily.json b/shared/resource/jsons/dic_zyz_daily.json index 4b51c959e..0c976e0e9 100644 --- a/shared/resource/jsons/dic_zyz_daily.json +++ b/shared/resource/jsons/dic_zyz_daily.json @@ -3,7 +3,7 @@ "dailyType": 1, "name": "护送商人", "timesPerDay": 5, - "timesCanBuy": 10, + "timesCanBuy": 5, "difficultLvl": "3001&3002&3003&3004&3005&3006&3007&3008&3009", "description": "护送马车到达安全地点,可以获得大量铜钱奖励" }, @@ -11,7 +11,7 @@ "dailyType": 2, "name": "城池防守战", "timesPerDay": 5, - "timesCanBuy": 10, + "timesCanBuy": 5, "difficultLvl": "3100&3101&3102&3103&3104&3105&3106&3107&3108&3109", "description": "防守城池,不让敌军进入,可获得大量武将经验书" }, @@ -19,7 +19,7 @@ "dailyType": 3, "name": "矿石争夺战", "timesPerDay": 5, - "timesCanBuy": 10, + "timesCanBuy": 5, "difficultLvl": "3200&3201&3202&3203&3204&3205&3206&3207&3208&3209", "description": "阻止强盗将矿石带离矿场,可获得大量装备精练材料" }, @@ -27,7 +27,7 @@ "dailyType": 4, "name": "矿场保卫战", "timesPerDay": 5, - "timesCanBuy": 10, + "timesCanBuy": 5, "difficultLvl": "3300&3301&3302&3303&3304&3305&3306&3307&3308&3309", "description": "与敌人争夺矿场的所有权,可获得大量珠宝材料" }