From ee76cf9d8da92d8a0bd3a2e05dc019f01bf76d80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=A8=E8=90=BD=E5=9F=BA=E5=9B=B4=E8=99=BE?= <3161880837@qq.com> Date: Thu, 28 Aug 2025 13:02:58 +0800 Subject: [PATCH] =?UTF-8?q?fix(Feeds):=20=E8=B0=83=E6=95=B4=E5=B9=B8?= =?UTF-8?q?=E8=BF=90=E7=AD=BE=E8=AF=AD=E9=A5=BC=E7=9A=84=E6=88=90=E6=9C=AC?= =?UTF-8?q?=E5=92=8C=E6=95=B0=E9=87=8F=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将costs数组从[0, 1, 2]调整为[0, 1],并相应更新costCounts为[165, 50],以平衡游戏经济性 --- components/Feeds/LuckyCookie.tscn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Feeds/LuckyCookie.tscn b/components/Feeds/LuckyCookie.tscn index 372fe95..398cbed 100644 --- a/components/Feeds/LuckyCookie.tscn +++ b/components/Feeds/LuckyCookie.tscn @@ -9,8 +9,8 @@ displayName = "幸运签语饼" quality = 2 fields = Array[int]([14, 4, 6, 18]) fieldValues = Array[float]([0.1, 0.07, 0.12, 3.0]) -costs = Array[int]([0, 1, 2]) -costCounts = Array[int]([200, 75, 1]) +costs = Array[int]([0, 1]) +costCounts = Array[int]([165, 50]) [node name="avatar" parent="container/info" index="0"] texture = ExtResource("2_or0st")