From 2deb32e262dad0ce25faf6cb03fb751122705090 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, 15 Nov 2025 20:32:01 +0800 Subject: [PATCH] =?UTF-8?q?fix(Weapons/Volcano):=20=E5=B0=86=E5=86=B7?= =?UTF-8?q?=E5=8D=B4=E6=97=B6=E9=97=B4=E4=BB=8E6000ms=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E4=B8=BA5000ms?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 调整火山武器的冷却时间以平衡游戏体验 --- components/Weapons/Volcano.tscn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Weapons/Volcano.tscn b/components/Weapons/Volcano.tscn index ffc3c01..de7f0dd 100644 --- a/components/Weapons/Volcano.tscn +++ b/components/Weapons/Volcano.tscn @@ -24,7 +24,7 @@ storeType = { "rotate": 3 } descriptionTemplate = "召唤$count支[b]火山[/b],以$rotate的速度旋转,接触时造成$atk点伤害,在$life秒后停止。" -cooldown = 6000.0 +cooldown = 5000.0 debugRebuild = true [node name="avatar" parent="container/info" index="0"]