From 291e90febfc90245f197ab1bdc10c64a66851f1f 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: Sat, 24 Jan 2026 09:48:29 +0800 Subject: [PATCH] =?UTF-8?q?fix(Feeds):=20=E8=B0=83=E6=95=B4=E5=BD=A9?= =?UTF-8?q?=E8=99=B9=E7=B3=96=E7=9A=84=E6=95=B0=E5=80=BC=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改fieldValues数组中的数值,提升部分属性效果并平衡游戏性 --- components/Feeds/RainbowCandy.tscn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Feeds/RainbowCandy.tscn b/components/Feeds/RainbowCandy.tscn index 9c424ab..a309100 100644 --- a/components/Feeds/RainbowCandy.tscn +++ b/components/Feeds/RainbowCandy.tscn @@ -9,7 +9,7 @@ displayName = "彩虹糖" quality = 3 topic = 4 fields = Array[int]([1, 5, 6, 13, 7, 3]) -fieldValues = Array[float]([0.3, 0.35, 0.1, 2.0, 30.0, -0.9]) +fieldValues = Array[float]([0.5, 0.75, 0.1, 3.0, 25.0, -0.8]) costs = Array[int]([0, 3]) costCounts = Array[int]([700, 100])