From 78e2cfbc03a165c134fdeb43539d41da386f5a78 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 17:00:42 +0800 Subject: [PATCH] =?UTF-8?q?fix(Weapons):=20=E8=B0=83=E6=95=B4=E6=AD=A6?= =?UTF-8?q?=E5=99=A8=E5=86=B7=E5=8D=B4=E6=97=B6=E9=97=B4=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将LGBT武器的冷却时间从500ms增加到1000ms以平衡游戏性 为VectorStar武器添加500ms的冷却时间配置 --- components/Weapons/LGBT.tscn | 3 +-- components/Weapons/VectorStar.tscn | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Weapons/LGBT.tscn b/components/Weapons/LGBT.tscn index e803445..f665e8e 100644 --- a/components/Weapons/LGBT.tscn +++ b/components/Weapons/LGBT.tscn @@ -27,8 +27,7 @@ storeType = { } descriptionTemplate = "每$angle发射1/$count条以$power效率追踪$trace秒的飞星,造成$atk点伤害。" needEnergy = 30.0 -cooldown = 500.0 -debugRebuild = true +cooldown = 1000.0 [node name="attack" parent="sounds" index="0"] stream = ExtResource("4_c5xse") diff --git a/components/Weapons/VectorStar.tscn b/components/Weapons/VectorStar.tscn index 42aca59..e892176 100644 --- a/components/Weapons/VectorStar.tscn +++ b/components/Weapons/VectorStar.tscn @@ -23,6 +23,7 @@ storeType = { } descriptionTemplate = "发射$mincount~$maxcount个[b]无主[/b]的矢量星,在$forwardtime秒后向目标冲刺并造成$atk点伤害。" needEnergy = 25.0 +cooldown = 500.0 [node name="avatar" parent="container/info" index="0"] texture = ExtResource("3_wfty8")