mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 06:51:54 +08:00
fix(Feeds): 调整鸡蛋资源的数值配置
将鸡蛋的 fieldValues 从 [2.0, -360.0] 修改为 [5.0, -360.0],并增加 costCounts 中第二个资源的消耗数量从 5 到 10
This commit is contained in:
@@ -9,9 +9,9 @@ displayName = "鸡蛋"
|
|||||||
quality = 4
|
quality = 4
|
||||||
topic = 3
|
topic = 3
|
||||||
fields = Array[int]([3, 7])
|
fields = Array[int]([3, 7])
|
||||||
fieldValues = Array[float]([2.0, -360.0])
|
fieldValues = Array[float]([5.0, -360.0])
|
||||||
costs = Array[int]([2, 4])
|
costs = Array[int]([2, 4])
|
||||||
costCounts = Array[int]([5, 5])
|
costCounts = Array[int]([5, 10])
|
||||||
|
|
||||||
[node name="avatar" parent="container/info" index="0"]
|
[node name="avatar" parent="container/info" index="0"]
|
||||||
texture = ExtResource("2_4crt5")
|
texture = ExtResource("2_4crt5")
|
||||||
|
|||||||
Reference in New Issue
Block a user