From 8dc30fb4408a6261cebc1b40625a96501d62fb66 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 15:00:30 +0800 Subject: [PATCH] =?UTF-8?q?fix(Feeds):=20=E4=BF=AE=E6=AD=A3Puffs=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E4=B8=ADfieldValues=E7=9A=84=E6=95=B0=E5=80=BC?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将fieldValues数组中的第三个值从7.5改为0.08,以匹配实际需求 --- components/Feeds/Puffs.tscn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Feeds/Puffs.tscn b/components/Feeds/Puffs.tscn index db04248..0b48b8d 100644 --- a/components/Feeds/Puffs.tscn +++ b/components/Feeds/Puffs.tscn @@ -8,7 +8,7 @@ avatarTexture = ExtResource("2_p35iw") displayName = "奶酪泡芙" quality = 3 fields = Array[int]([10, 5, 13]) -fieldValues = Array[float]([0.06, 0.12, 7.5]) +fieldValues = Array[float]([0.06, 0.12, 0.08]) costs = Array[int]([0, 1]) costCounts = Array[int]([250, 100])