refactor(reward): 调整智能回收道具奖励
- 将智能回收道具的银两奖励从 99 两调整为 5 两 - 修改相关配置文件以反映这一变化
This commit is contained in:
@@ -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] = {
|
||||
|
||||
@@ -31578,7 +31578,7 @@ StdItems = {
|
||||
[1058] = {
|
||||
id = 1058,
|
||||
name = "[特权]智能回收",
|
||||
desc = "双击使用开启智能回收特权,背包满自动回收装备,可在【设置-回收】中设定。从此轻松挂机、无限续航。白卡会员直接赠送此道具,已开启此特权的玩家,使用后获得99银两",
|
||||
desc = "双击使用开启智能回收特权,背包满自动回收装备,可在【设置-回收】中设定。从此轻松挂机、无限续航。白卡会员直接赠送此道具,已开启此特权的玩家,使用后获得5银两",
|
||||
type = 139,
|
||||
icon = 13547,
|
||||
shape = 0,
|
||||
|
||||
Reference in New Issue
Block a user