From c97e0cfb2a5a0597b71686badb50184d9d0ef250 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 31 Dec 2024 16:59:44 +0800 Subject: [PATCH] =?UTF-8?q?refactor(reward):=20=E8=B0=83=E6=95=B4=E6=99=BA?= =?UTF-8?q?=E8=83=BD=E5=9B=9E=E6=94=B6=E9=81=93=E5=85=B7=E5=A5=96=E5=8A=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将智能回收道具的银两奖励从 99 两调整为 5 两 - 修改相关配置文件以反映这一变化 --- LogicServer/data/config/drop/droptable.config | 2 +- LogicServer/data/config/item/StdItems.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LogicServer/data/config/drop/droptable.config b/LogicServer/data/config/drop/droptable.config index dfdd7ef..dedc12c 100755 --- a/LogicServer/data/config/drop/droptable.config +++ b/LogicServer/data/config/drop/droptable.config @@ -2036,7 +2036,7 @@ DropTableConfig = { [1000773] = { id = 1000773, type = 1, - table = { { rate = 100, type = 3, id = 3, count = 99 } }, + table = { { rate = 100, type = 3, id = 3, count = 5 } }, weeklimit = {}, }, [1000774] = { diff --git a/LogicServer/data/config/item/StdItems.config b/LogicServer/data/config/item/StdItems.config index b1c8959..a37b5be 100755 --- a/LogicServer/data/config/item/StdItems.config +++ b/LogicServer/data/config/item/StdItems.config @@ -31578,7 +31578,7 @@ StdItems = { [1058] = { id = 1058, name = "[特权]智能回收", - desc = "双击使用开启智能回收特权,背包满自动回收装备,可在【设置-回收】中设定。从此轻松挂机、无限续航。白卡会员直接赠送此道具,已开启此特权的玩家,使用后获得99银两", + desc = "双击使用开启智能回收特权,背包满自动回收装备,可在【设置-回收】中设定。从此轻松挂机、无限续航。白卡会员直接赠送此道具,已开启此特权的玩家,使用后获得5银两", type = 139, icon = 13547, shape = 0,