1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-07-09 19:42:54 +08:00

feat: 调整饲料属性和数值配置

- 更新多种饲料的字段和数值配置
- 修改FieldStore中实体最大值限制
- 简化Dango饲料的属性和成本
This commit is contained in:
2025-08-29 15:17:34 +08:00
parent eba66282f0
commit 6675d58fe8
8 changed files with 20 additions and 19 deletions
+3 -3
View File
@@ -7,10 +7,10 @@
avatarTexture = ExtResource("2_ckr7l")
displayName = "团子"
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.11, 0.05, 0.06, 0.08, 0.12, 0.08, -5.0, 0.1, 2.0, 0.12, 0.1, 0.06, 0.2, 0.06, 2.0, 1.0, 35.0])
fields = Array[int]([0, 8, 9])
fieldValues = Array[float]([30.0, 0.1, 2.0])
costs = Array[int]([0, 1])
costCounts = Array[int]([10000, 12500])
costCounts = Array[int]([500, 150])
[node name="avatar" parent="container/info" index="0"]
texture = ExtResource("2_ckr7l")