mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-22 03:22:30 +08:00
feat(Feeds/Weapons/Characters): 更新多个组件的属性和配置
- 为多个食物组件添加topic属性并调整数值 - 调整部分食物的fields和fieldValues - 修改LGBT武器的能量消耗和冷却时间 - 替换Rooster角色的武器配置
This commit is contained in:
@@ -21,14 +21,17 @@ store = {
|
||||
}
|
||||
storeType = Array[int]([2, 0, 0, 1, 0])
|
||||
descriptionTemplate = "发射$count条,每条间分隔$angle,可追踪$trace秒,效率为$power的带状彩虹,每条造成$atk点伤害。"
|
||||
needEnergy = 50.0
|
||||
needEnergy = 25.0
|
||||
cooldown = 500.0
|
||||
|
||||
[node name="attack" parent="sounds" index="0"]
|
||||
process_mode = 3
|
||||
|
||||
[node name="avatar" parent="container/info" index="0"]
|
||||
texture = ExtResource("2_ou6jo")
|
||||
|
||||
[node name="energy" parent="container/info/energyInfo" index="1"]
|
||||
text = "150.0"
|
||||
text = "50.0"
|
||||
|
||||
[node name="name" parent="container/info" index="2"]
|
||||
displayName = "彩虹旗"
|
||||
|
||||
Reference in New Issue
Block a user