From 63a4022031748774b31d2c5eab615e440a704087 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 16:59:42 +0800 Subject: [PATCH] =?UTF-8?q?fix(Weapons):=20=E4=BF=AE=E6=AD=A3=E6=AD=A6?= =?UTF-8?q?=E5=99=A8=E8=83=BD=E9=87=8F=E6=B6=88=E8=80=97=E5=92=8C=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0=E6=96=87=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新VectorStar和LGBT武器的能量消耗值以匹配实际配置 重构LGBT武器的描述文本使其更清晰准确 为LGBT武器添加debugRebuild标志用于调试 --- components/Weapons/LGBT.tscn | 9 +++++---- components/Weapons/VectorStar.tscn | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/components/Weapons/LGBT.tscn b/components/Weapons/LGBT.tscn index e3888cb..e803445 100644 --- a/components/Weapons/LGBT.tscn +++ b/components/Weapons/LGBT.tscn @@ -15,7 +15,7 @@ store = { "angle": 30.0, "atk": 20.0, "count": 7.0, -"power": 0.2, +"power": 0.25, "trace": 2.0 } storeType = { @@ -25,9 +25,10 @@ storeType = { "power": 2.0, "trace": 0.0 } -descriptionTemplate = "发射$count条,每条间分隔$angle,可追踪$trace秒,效率为$power的带状彩虹,每条造成$atk点伤害。" +descriptionTemplate = "每$angle发射1/$count条以$power效率追踪$trace秒的飞星,造成$atk点伤害。" needEnergy = 30.0 cooldown = 500.0 +debugRebuild = true [node name="attack" parent="sounds" index="0"] stream = ExtResource("4_c5xse") @@ -36,7 +37,7 @@ stream = ExtResource("4_c5xse") texture = ExtResource("2_ou6jo") [node name="energy" parent="container/info/infos/energyInfo" index="1"] -text = "50.0" +text = "30.0" [node name="beachball" parent="container/info/infos/beachballInfo" index="1"] text = "500" @@ -52,5 +53,5 @@ typeTopicNameMap = { [node name="description" parent="container" index="2"] size_flags_vertical = 3 -text = "[center]发射[color=cyan]7[/color]条,每条间分隔[color=cyan]30.0°[/color],可追踪[color=cyan]2.00[/color]秒,效率为[color=cyan]15%[/color]的带状彩虹,每条造成[color=cyan]20[/color]点伤害。[/center]" +text = "[center]每[color=cyan]30.0°[/color]发射1/[color=cyan]7[/color]条以[color=cyan]25%[/color]效率追踪[color=cyan]2.00[/color]秒的飞星,造成[color=cyan]20[/color]点伤害。[/center]" autowrap_mode = 2 diff --git a/components/Weapons/VectorStar.tscn b/components/Weapons/VectorStar.tscn index 030af4b..42aca59 100644 --- a/components/Weapons/VectorStar.tscn +++ b/components/Weapons/VectorStar.tscn @@ -28,7 +28,7 @@ needEnergy = 25.0 texture = ExtResource("3_wfty8") [node name="energy" parent="container/info/infos/energyInfo" index="1"] -text = "20.0" +text = "25.0" [node name="beachball" parent="container/info/infos/beachballInfo" index="1"] text = "500"