From 57c19c49ef6110dd9c448b3776f81333e3f56fea 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: Sun, 21 Sep 2025 07:46:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B0=83=E6=95=B4=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E6=B3=A2=E6=AC=A1=E5=92=8C=E6=A0=B8=E5=BC=B9=E6=AD=A6=E5=99=A8?= =?UTF-8?q?=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将测试波次默认数据改为WAVE_TESTBOSS_KUKE并增加敌人生成数量 提升核弹武器的攻击力和作用半径,并更新描述文本 --- components/Weapons/NuclearBomb.tscn | 4 ++-- scripts/Contents/Wave.gd | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/Weapons/NuclearBomb.tscn b/components/Weapons/NuclearBomb.tscn index 0399a32..7f7bf3a 100644 --- a/components/Weapons/NuclearBomb.tscn +++ b/components/Weapons/NuclearBomb.tscn @@ -12,7 +12,7 @@ quality = 4 typeTopic = 2 costBeachball = 100 store = { -"atk": 200, +"atk": 500, "radius": 500.0 } storeType = { @@ -44,4 +44,4 @@ typeTopicColorMap = { } [node name="description" parent="container" index="2"] -text = "[center]倒计时10秒后对半径[color=cyan]400[/color]→[color=yellow]420[/color]范围的实体造成[color=cyan]200[/color]→[color=yellow]225[/color]点[b]无差别伤害[/b]。[/center]" +text = "[center]倒计时10秒后对半径[color=cyan]500[/color]→[color=yellow]520[/color]范围的实体造成[color=cyan]200[/color]→[color=yellow]225[/color]点[b]无差别伤害[/b]。[/center]" diff --git a/scripts/Contents/Wave.gd b/scripts/Contents/Wave.gd index 8171d12..f4890b9 100644 --- a/scripts/Contents/Wave.gd +++ b/scripts/Contents/Wave.gd @@ -21,10 +21,10 @@ static var WAVE_TESTBOSS_ALL = [ Wave.create(preload("res://components/Characters/Bear.tscn"), 0, 0, true, 2, INF, 10), ] static var WAVE_TESTBOSS_KUKE = [ - Wave.create(preload("res://components/Characters/KukeMC.tscn"), 0, 0, true, 0, INF, 1), + Wave.create(preload("res://components/Characters/KukeMC.tscn"), 0, 0, true, 0, INF, 10), ] static var WAVE_EMPTY = [] -static var data = WAVE_NORMAL +static var data = WAVE_TESTBOSS_KUKE static func customStart(): if false: