From b03508a2e1cb418eb8279bc1015a3e53b64dfb0e 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: Fri, 29 Aug 2025 07:44:12 +0800 Subject: [PATCH] =?UTF-8?q?feat(Feeds):=20=E8=B0=83=E6=95=B4=E5=A4=9A?= =?UTF-8?q?=E4=B8=AA=E9=A3=9F=E7=89=A9=E7=BB=84=E4=BB=B6=E7=9A=84=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E5=92=8C=E5=93=81=E8=B4=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新甜甜圈、团子、水杯和塔克的食物组件属性,包括品质等级、消耗数量和效果值。主要调整了各食物的平衡性参数,提升游戏体验。 --- components/Feeds/Dango.tscn | 2 +- components/Feeds/Donut.tscn | 3 ++- components/Feeds/Taco.tscn | 8 ++++---- components/Feeds/WaterBottle.tscn | 5 +++-- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/components/Feeds/Dango.tscn b/components/Feeds/Dango.tscn index 09dc533..48adf92 100644 --- a/components/Feeds/Dango.tscn +++ b/components/Feeds/Dango.tscn @@ -10,7 +10,7 @@ quality = 4 fields = Array[int]([0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17]) fieldValues = Array[float]([80.0, 0.21, 0.1, 0.33, 0.08, 0.15, 0.1, -5.0, 0.25, 4.0, 0.12, 0.15, 0.18, 0.6, 0.15, 2.0, 2.0, 35.0]) costs = Array[int]([0, 1]) -costCounts = Array[int]([5000, 6750]) +costCounts = Array[int]([10000, 12500]) [node name="avatar" parent="container/info" index="0"] texture = ExtResource("2_ckr7l") diff --git a/components/Feeds/Donut.tscn b/components/Feeds/Donut.tscn index 00803f9..cdb3a3b 100644 --- a/components/Feeds/Donut.tscn +++ b/components/Feeds/Donut.tscn @@ -10,10 +10,11 @@ quality = 2 fields = Array[int]([9, 7, 16]) fieldValues = Array[float]([1.0, -3.0, 1.0]) costs = Array[int]([0, 1]) -costCounts = Array[int]([300, 100]) +costCounts = Array[int]([500, 450]) [node name="avatar" parent="container/info" index="0"] texture = ExtResource("2_bv6j5") [node name="name" parent="container/info" index="1"] displayName = "甜甜圈" +quality = 2 diff --git a/components/Feeds/Taco.tscn b/components/Feeds/Taco.tscn index 005b00a..2c64e2c 100644 --- a/components/Feeds/Taco.tscn +++ b/components/Feeds/Taco.tscn @@ -6,15 +6,15 @@ [node name="Taco" instance=ExtResource("1_iixnt")] avatarTexture = ExtResource("2_eed3c") displayName = "塔克" -quality = 3 +quality = 4 fields = Array[int]([13]) -fieldValues = Array[float]([0.24]) +fieldValues = Array[float]([0.36]) costs = Array[int]([1]) -costCounts = Array[int]([200]) +costCounts = Array[int]([400]) [node name="avatar" parent="container/info" index="0"] texture = ExtResource("2_eed3c") [node name="name" parent="container/info" index="1"] displayName = "塔克" -quality = 2 +quality = 3 diff --git a/components/Feeds/WaterBottle.tscn b/components/Feeds/WaterBottle.tscn index 3ebb3e9..eb67684 100644 --- a/components/Feeds/WaterBottle.tscn +++ b/components/Feeds/WaterBottle.tscn @@ -6,14 +6,15 @@ [node name="WaterBottle" instance=ExtResource("1_vfxjq")] avatarTexture = ExtResource("2_gsfud") displayName = "水杯" -quality = 3 +quality = 4 fields = Array[int]([3]) fieldValues = Array[float]([0.25]) costs = Array[int]([1]) -costCounts = Array[int]([300]) +costCounts = Array[int]([250]) [node name="avatar" parent="container/info" index="0"] texture = ExtResource("2_gsfud") [node name="name" parent="container/info" index="1"] displayName = "水杯" +quality = 3