From 6bdbf1060ff41725c0b9399c4b58388c640c7875 Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Tue, 21 Jan 2025 23:19:37 +0800 Subject: [PATCH] =?UTF-8?q?feat(configs):=20=E8=B0=83=E6=95=B4=20100=20?= =?UTF-8?q?=E5=85=83=E8=BF=94=E5=88=A9=E5=8D=A1=E7=9A=84=E6=8C=81=E6=9C=89?= =?UTF-8?q?=E6=95=B0=E9=87=8F=E4=B8=8A=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 100 元返利卡的 dup 值从 99 修改为 9999 - 此修改大幅提高了玩家可以持有的返利卡数量,增加了游戏内的奖励累积潜力 --- configs/StdItems.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/StdItems.json b/configs/StdItems.json index af4deb0..dc803a3 100644 --- a/configs/StdItems.json +++ b/configs/StdItems.json @@ -43470,7 +43470,7 @@ "desc": "100元返利卡,双击使用获得价值100元的元宝返利。可激活【精彩活动-每日累充】,但不计入真实充值", "dropBroadcast": 0, "dropGroupid": 120017, - "dup": 99, + "dup": 9999, "existScenes": [-1], "forcetips": 1, "icon": 13702,