1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-28 15:01:53 +08:00

refactor(武器): 移除武器成本属性并调整能量节点路径

- 从紫水晶簇和彩虹旗武器中移除costs和costCounts属性
- 统一调整BigLaser和LGBT武器的能量节点路径至container/info/infos/energyInfo
This commit is contained in:
2025-09-06 11:34:12 +08:00
parent 69489d7479
commit 989fa09aef
3 changed files with 2 additions and 6 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ stream = ExtResource("4_cb5nh")
[node name="avatar" parent="container/info" index="0"]
texture = ExtResource("2_qe8gb")
[node name="energy" parent="container/info/energyInfo" index="1"]
[node name="energy" parent="container/info/infos/energyInfo" index="1"]
text = "100.0"
[node name="name" parent="container/info" index="2"]
+1 -3
View File
@@ -11,8 +11,6 @@ script = ExtResource("2_0tyah")
avatarTexture = ExtResource("2_ou6jo")
displayName = "彩虹旗"
quality = 4
costs = Array[int]([0, 1])
costCounts = Array[int]([200, 100])
store = {
"angle": 30.0,
"atk": 20,
@@ -31,7 +29,7 @@ stream = ExtResource("4_c5xse")
[node name="avatar" parent="container/info" index="0"]
texture = ExtResource("2_ou6jo")
[node name="energy" parent="container/info/energyInfo" index="1"]
[node name="energy" parent="container/info/infos/energyInfo" index="1"]
text = "50.0"
[node name="name" parent="container/info" index="2"]
-2
View File
@@ -10,8 +10,6 @@ offset_bottom = 302.0
script = ExtResource("2_0xgcv")
avatarTexture = ExtResource("2_wgtcw")
displayName = "紫水晶簇"
costs = Array[int]([0, 1])
costCounts = Array[int]([50, 10])
descriptionTemplate = "撞击造成$atk点伤害。"
cooldown = 200.0