From 66f34f102d44bfab4f0e91a223bfcad9f1640ef3 Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 23 Dec 2024 16:59:37 +0800 Subject: [PATCH] =?UTF-8?q?feat(config):=20=E6=9B=B4=E6=96=B0=E9=A6=96?= =?UTF-8?q?=E6=AC=A1=E7=99=BB=E5=BD=95=E5=A5=96=E5=8A=B1=E5=92=8C=E8=A3=85?= =?UTF-8?q?=E5=A4=87=E4=BC=B0=E5=80=BC=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在首次登录配置中添加新的物品奖励 (id 1248) - 调整战士、法师和道士职业的装备估值,将单位价值从 25 调整为 5 --- LogicServer/data/config/FirstLogin.config | 9 ++++--- .../data/config/item/EquipValuation.config | 24 +++++++++---------- 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/LogicServer/data/config/FirstLogin.config b/LogicServer/data/config/FirstLogin.config index ef467c1..df44122 100755 --- a/LogicServer/data/config/FirstLogin.config +++ b/LogicServer/data/config/FirstLogin.config @@ -9,7 +9,8 @@ FirstLoginConf={ {type=0,id=459,count=1}, {type=0,id=1165,count=3}, {type=3,id=3,count=666}, -{type=0,id=1270,count=1} +{type=0,id=1270,count=1}, +{type=0,id=1248,count=1} }, wizardItemList = { {type=0,id=239,count=6}, @@ -18,7 +19,8 @@ FirstLoginConf={ {type=0,id=459,count=1}, {type=0,id=1165,count=3}, {type=3,id=3,count=666}, -{type=0,id=1270,count=1} +{type=0,id=1270,count=1}, +{type=0,id=1248,count=1} }, magicianItemList = { {type=0,id=239,count=6}, @@ -27,6 +29,7 @@ FirstLoginConf={ {type=0,id=459,count=1}, {type=0,id=1165,count=3}, {type=3,id=3,count=666}, -{type=0,id=1270,count=1} +{type=0,id=1270,count=1}, +{type=0,id=1248,count=1} }, } \ No newline at end of file diff --git a/LogicServer/data/config/item/EquipValuation.config b/LogicServer/data/config/item/EquipValuation.config index 5e4de49..f053545 100755 --- a/LogicServer/data/config/item/EquipValuation.config +++ b/LogicServer/data/config/item/EquipValuation.config @@ -24,22 +24,22 @@ EquipValuation={ [21] = { voc = 1, attrId = 21, - unitVal = 25, + unitVal = 5, }, [23] = { voc = 1, attrId = 23, - unitVal = 25, + unitVal = 5, }, [25] = { voc = 1, attrId = 25, - unitVal = 25, + unitVal = 5, }, [27] = { voc = 1, attrId = 27, - unitVal = 25, + unitVal = 5, }, [47] = { voc = 1, @@ -141,22 +141,22 @@ EquipValuation={ [21] = { voc = 2, attrId = 21, - unitVal = 25, + unitVal = 5, }, [23] = { voc = 2, attrId = 23, - unitVal = 25, + unitVal = 5, }, [25] = { voc = 2, attrId = 25, - unitVal = 25, + unitVal = 5, }, [27] = { voc = 2, attrId = 27, - unitVal = 25, + unitVal = 5, }, [47] = { voc = 2, @@ -253,22 +253,22 @@ EquipValuation={ [21] = { voc = 3, attrId = 21, - unitVal = 25, + unitVal = 5, }, [23] = { voc = 3, attrId = 23, - unitVal = 25, + unitVal = 5, }, [25] = { voc = 3, attrId = 25, - unitVal = 25, + unitVal = 5, }, [27] = { voc = 3, attrId = 27, - unitVal = 25, + unitVal = 5, }, [47] = { voc = 3,