From 0018bc20c97d4f4062e6bd0e5f85c895a6cd7999 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: Wed, 1 Oct 2025 08:23:21 +0800 Subject: [PATCH] =?UTF-8?q?fix(Feeds):=20=E8=B0=83=E6=95=B4=E9=B8=A1?= =?UTF-8?q?=E8=9B=8B=E5=B1=9E=E6=80=A7=E5=92=8C=E5=93=81=E8=B4=A8=E6=95=B0?= =?UTF-8?q?=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将鸡蛋的fieldValues从[0.4, 12.0]调整为[0.25, 15.0],同时将品质从2提升到3,以平衡游戏内经济系统 --- 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 c11e314..67bda9e 100644 --- a/components/Feeds/Egg.tscn +++ b/components/Feeds/Egg.tscn @@ -9,7 +9,7 @@ displayName = "鸡蛋" quality = 3 topic = 3 fields = Array[int]([3, 7]) -fieldValues = Array[float]([0.4, 12.0]) +fieldValues = Array[float]([0.25, 15.0]) costs = Array[int]([0, 1]) costCounts = Array[int]([400, 250]) @@ -18,5 +18,5 @@ texture = ExtResource("2_4crt5") [node name="name" parent="container/info" index="1"] displayName = "鸡蛋" -quality = 2 +quality = 3 topic = 3