1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-12 14:47:13 +08:00

feat(Feeds): 调整多个食物组件的属性和品质

更新甜甜圈、团子、水杯和塔克的食物组件属性,包括品质等级、消耗数量和效果值。主要调整了各食物的平衡性参数,提升游戏体验。
This commit is contained in:
2025-08-29 07:44:12 +08:00
parent 03457d561a
commit b03508a2e1
4 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -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")