From 626924305df0ab12b00902f1441525dfdeb2145e 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, 5 Feb 2026 17:46:36 +0800 Subject: [PATCH] =?UTF-8?q?fix(Feeds):=20=E8=B0=83=E6=95=B4=E9=B8=A1?= =?UTF-8?q?=E8=9B=8B=E8=B5=84=E6=BA=90=E7=9A=84=E6=95=B0=E5=80=BC=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将鸡蛋的 fieldValues 从 [2.0, -360.0] 修改为 [5.0, -360.0],并增加 costCounts 中第二个资源的消耗数量从 5 到 10 --- components/Feeds/Egg.tscn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Feeds/Egg.tscn b/components/Feeds/Egg.tscn index d035a85..c23ed9a 100644 --- a/components/Feeds/Egg.tscn +++ b/components/Feeds/Egg.tscn @@ -9,9 +9,9 @@ displayName = "鸡蛋" quality = 4 topic = 3 fields = Array[int]([3, 7]) -fieldValues = Array[float]([2.0, -360.0]) +fieldValues = Array[float]([5.0, -360.0]) costs = Array[int]([2, 4]) -costCounts = Array[int]([5, 5]) +costCounts = Array[int]([5, 10]) [node name="avatar" parent="container/info" index="0"] texture = ExtResource("2_4crt5")