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
+3 -2
View File
@@ -7,8 +7,9 @@
avatarTexture = ExtResource("2_p35iw")
displayName = "奶酪泡芙"
quality = 3
fields = Array[int]([10, 5, 13, 15])
fieldValues = Array[float]([0.06, 0.12, 0.08, 1.0])
topic = 3
fields = Array[int]([3])
fieldValues = Array[float]([0.06])
costs = Array[int]([0, 1])
costCounts = Array[int]([250, 100])