From 9d879dbbe5f58d6e8ae6a85a00bcb7e11505c5d9 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: Tue, 30 Sep 2025 17:07:45 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=AD=A6=E5=99=A8):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E6=A0=B8=E5=BC=B9=E6=8E=A7=E5=88=B6=E5=99=A8=E7=9A=84=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E5=92=8C=E6=95=B0=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将核弹控制器的海滩球消耗从100增加到600,攻击力从1200提升到2000 能量需求从100.0调整为120.0,并更新相关显示文本 --- components/Weapons/NuclearBomb.tscn | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/components/Weapons/NuclearBomb.tscn b/components/Weapons/NuclearBomb.tscn index d056c09..38bf9e6 100644 --- a/components/Weapons/NuclearBomb.tscn +++ b/components/Weapons/NuclearBomb.tscn @@ -10,9 +10,9 @@ avatarTexture = ExtResource("2_5nh8i") displayName = "核弹控制器" quality = 4 typeTopic = 2 -costBeachball = 100 +costBeachball = 600 store = { -"atk": 1200, +"atk": 2000, "radius": 750.0 } storeType = { @@ -20,17 +20,18 @@ storeType = { "radius": 1 } descriptionTemplate = "倒计时10秒后对半径$radius范围的实体造成$atk点[b]无差别伤害[/b]。" -needEnergy = 100.0 +needEnergy = 120.0 cooldown = 2000.0 +debugRebuild = true [node name="avatar" parent="container/info" index="0"] texture = ExtResource("2_5nh8i") [node name="energy" parent="container/info/infos/energyInfo" index="1"] -text = "200.0" +text = "120.0" [node name="beachball" parent="container/info/infos/beachballInfo" index="1"] -text = "100" +text = "600" [node name="name" parent="container/info" index="2"] displayName = "核弹控制器" @@ -44,4 +45,4 @@ typeTopicColorMap = { } [node name="description" parent="container" index="2"] -text = "[center]倒计时10秒后对半径[color=cyan]750[/color]→[color=yellow]770[/color]范围的实体造成[color=cyan]1000[/color]→[color=yellow]1025[/color]点[b]无差别伤害[/b]。[/center]" +text = "[center]倒计时10秒后对半径[color=cyan]750[/color]→[color=yellow]765[/color]范围的实体造成[color=cyan]2000[/color]→[color=yellow]2050[/color]点[b]无差别伤害[/b]。[/center]"