From 8d2824d30862c1bffe8babe710767011f72b8546 Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Wed, 1 Jan 2025 12:31:53 +0800 Subject: [PATCH] =?UTF-8?q?refactor(configs):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E6=B8=B8=E6=88=8F=E9=85=8D=E7=BD=AE=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改 ItemMergeConfig.json 中的物品合并数量 - 调整 Monster.json 中的怪物经验 - 更新 Props.json 中的道具属性,包括物理攻击和魔法攻击的增加 --- configs/ItemMergeConfig.json | 2 +- configs/Monster.json | 6 +++--- configs/Props.json | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/configs/ItemMergeConfig.json b/configs/ItemMergeConfig.json index 47f8770..169c51d 100644 --- a/configs/ItemMergeConfig.json +++ b/configs/ItemMergeConfig.json @@ -3337,7 +3337,7 @@ { "id": 1164, "type": 0, - "count": 100000 + "count": 10000 } ], "openserverday": 1, diff --git a/configs/Monster.json b/configs/Monster.json index 06a61d9..b6833e2 100644 --- a/configs/Monster.json +++ b/configs/Monster.json @@ -11956,7 +11956,7 @@ "429": { "dropid": 200117, "targetMusicId": "pttongyong-1", - "exp": 720000, + "exp": 72000, "scale": 70, "entityid": 429, "dieMusicId": "pttongyong-5", @@ -11982,7 +11982,7 @@ "430": { "dropid": 200117, "targetMusicId": "pttongyong-1", - "exp": 720000, + "exp": 72000, "scale": 90, "entityid": 430, "dieMusicId": "pttongyong-5", @@ -12008,7 +12008,7 @@ "431": { "dropid": 200118, "targetMusicId": "pttongyong-1", - "exp": 900000, + "exp": 90000, "scale": 120, "entityid": 431, "dieMusicId": "pttongyong-5", diff --git a/configs/Props.json b/configs/Props.json index 02f7501..ec1db7c 100644 --- a/configs/Props.json +++ b/configs/Props.json @@ -11043,10 +11043,10 @@ }, "412": { "nMaxHpAdd": 1200000, - "nPhysicalAttackMinAdd": 12000, - "nMagicAttackMaxAdd": 12000, + "nPhysicalAttackMinAdd": 22000, + "nMagicAttackMaxAdd": 42000, "nAttackSpeed": 0, - "nPhysicalAttackMaxAdd": 12000, + "nPhysicalAttackMaxAdd": 42000, "nMagicDefenceMaxAdd": 2500, "nMaxMpAdd": 0, "fHpRateRenew": 10,