From 989fa09aef6de7c2394ae0c4bfa0ee222e45f487 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=A8=E8=90=BD=E5=9F=BA=E5=9B=B4=E8=99=BE?= <3161880837@qq.com> Date: Sat, 6 Sep 2025 11:34:12 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E6=AD=A6=E5=99=A8):=20=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E6=AD=A6=E5=99=A8=E6=88=90=E6=9C=AC=E5=B1=9E=E6=80=A7?= =?UTF-8?q?=E5=B9=B6=E8=B0=83=E6=95=B4=E8=83=BD=E9=87=8F=E8=8A=82=E7=82=B9?= =?UTF-8?q?=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 从紫水晶簇和彩虹旗武器中移除costs和costCounts属性 - 统一调整BigLaser和LGBT武器的能量节点路径至container/info/infos/energyInfo --- components/Weapons/BigLaser.tscn | 2 +- components/Weapons/LGBT.tscn | 4 +--- components/Weapons/PurpleCrystal.tscn | 2 -- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/components/Weapons/BigLaser.tscn b/components/Weapons/BigLaser.tscn index 74a1598..4f63ca4 100644 --- a/components/Weapons/BigLaser.tscn +++ b/components/Weapons/BigLaser.tscn @@ -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"] diff --git a/components/Weapons/LGBT.tscn b/components/Weapons/LGBT.tscn index 06fd7d5..b0756b4 100644 --- a/components/Weapons/LGBT.tscn +++ b/components/Weapons/LGBT.tscn @@ -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"] diff --git a/components/Weapons/PurpleCrystal.tscn b/components/Weapons/PurpleCrystal.tscn index 75d7f00..585a7ef 100644 --- a/components/Weapons/PurpleCrystal.tscn +++ b/components/Weapons/PurpleCrystal.tscn @@ -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