1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-07-05 01:32: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
+5 -4
View File
@@ -6,11 +6,12 @@
[node name="Orange" instance=ExtResource("1_w5eks")]
avatarTexture = ExtResource("2_l6jnq")
displayName = "橘子"
quality = 3
fields = Array[int]([10, 3])
fieldValues = Array[float]([0.07, 0.05])
quality = 2
topic = 2
fields = Array[int]([23, 7])
fieldValues = Array[float]([0.05, 0.5])
costs = Array[int]([1])
costCounts = Array[int]([275])
costCounts = Array[int]([300])
[node name="avatar" parent="container/info" index="0"]
texture = ExtResource("2_l6jnq")