From 66bcb0ad54ee557b5ced9260335b0070acd60756 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: Mon, 9 Feb 2026 13:11:03 +0800 Subject: [PATCH] =?UTF-8?q?feat(Weapons):=20=E5=A2=9E=E5=BC=BA=E9=92=A2?= =?UTF-8?q?=E7=AE=A1=E6=AD=A6=E5=99=A8=E8=93=84=E5=8A=9B=E6=9C=BA=E5=88=B6?= =?UTF-8?q?=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新钢管武器的描述文本,明确说明发射后可以继续蓄力 --- components/Weapons/Pipe.tscn | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/components/Weapons/Pipe.tscn b/components/Weapons/Pipe.tscn index f630c8f..fa60ad5 100644 --- a/components/Weapons/Pipe.tscn +++ b/components/Weapons/Pipe.tscn @@ -18,14 +18,18 @@ storeType = { "atk": 1, "charge": 2 } -descriptionTemplate = "按住蓄力扔出钢管,蓄力越久伤害越高。 +descriptionTemplate = "按住蓄力扔出钢管,蓄力越久伤害越高,发射钢管后继续按住鼠标可继续蓄力。 基础伤害:$atk,蓄力倍率:$charge" needEnergy = 2.0 cooldown = 3000.0 +debugRebuild = true [node name="avatar" parent="container/info" index="0"] texture = ExtResource("2_mmtf8") +[node name="energy" parent="container/info/infos/energyInfo" index="1"] +text = "2.0" + [node name="beachball" parent="container/info/infos" index="1"] count = 350 @@ -33,5 +37,5 @@ count = 350 displayName = "钢管" [node name="description" parent="container" index="2"] -text = "[center]按住蓄力扔出钢管,蓄力越久伤害越高。 +text = "[center]按住蓄力扔出钢管,蓄力越久伤害越高,发射钢管后继续按住鼠标可继续蓄力。 基础伤害:[color=cyan]5[/color],蓄力倍率:[color=cyan]10.0%[/color][/center]"