1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-07-05 17:52:13 +08:00

feat(Feeds/Weapons/Characters): 更新多个组件的属性和配置

- 为多个食物组件添加topic属性并调整数值
- 调整部分食物的fields和fieldValues
- 修改LGBT武器的能量消耗和冷却时间
- 替换Rooster角色的武器配置
This commit is contained in:
2025-09-06 09:22:09 +08:00
parent 85db6b4232
commit a2ae5d102b
17 changed files with 38 additions and 20 deletions
+4 -3
View File
@@ -7,10 +7,11 @@
avatarTexture = ExtResource("2_15plv")
displayName = "牛奶"
quality = 2
fields = Array[int]([13, 11, 19, 4])
fieldValues = Array[float]([0.1, 0.08, 0.02, 0.02])
topic = 1
fields = Array[int]([20, 17])
fieldValues = Array[float]([0.03, 10.0])
costs = Array[int]([0, 1])
costCounts = Array[int]([355, 200])
costCounts = Array[int]([200, 100])
[node name="avatar" parent="container/info" index="0"]
texture = ExtResource("2_15plv")