1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-08 20:57:13 +08:00

feat(武器): 调整核弹的攻击力和爆炸范围

将核弹的基础攻击力从20提升至200,爆炸范围从1000缩小至400。同时添加debugRebuild标志以便调试。这些调整旨在平衡游戏中的武器性能。
This commit is contained in:
2025-09-21 06:53:38 +08:00
parent e89e4f21e6
commit 29e745bb58
+4 -3
View File
@@ -12,8 +12,8 @@ quality = 4
typeTopic = 2
costBeachball = 100
store = {
"atk": 20,
"radius": 1000.0
"atk": 200,
"radius": 400.0
}
storeType = {
"atk": 1,
@@ -22,6 +22,7 @@ storeType = {
descriptionTemplate = "倒计时10秒后对半径$radius范围的实体造成$atk点[b]无差别伤害[/b]。"
needEnergy = 200.0
cooldown = 1000.0
debugRebuild = true
[node name="avatar" parent="container/info" index="0"]
texture = ExtResource("2_5nh8i")
@@ -44,4 +45,4 @@ typeTopicColorMap = {
}
[node name="description" parent="container" index="2"]
text = "[center]倒计时10秒后对半径[color=cyan]1000[/color]→[color=yellow]1020[/color]范围的实体造成[color=cyan]20[/color]→[color=yellow]45[/color]点[b]无差别伤害[/b]。[/center]"
text = "[center]倒计时10秒后对半径[color=cyan]400[/color]→[color=yellow]1020[/color]范围的实体造成[color=cyan]200[/color]→[color=yellow]45[/color]点[b]无差别伤害[/b]。[/center]"