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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user