mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-07-05 17:52:13 +08:00
feat(Feeds): 调整多个食物组件的属性和品质
更新甜甜圈、团子、水杯和塔克的食物组件属性,包括品质等级、消耗数量和效果值。主要调整了各食物的平衡性参数,提升游戏体验。
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user