1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-28 06:51:54 +08:00

feat: 调整测试波次和核弹武器属性

将测试波次默认数据改为WAVE_TESTBOSS_KUKE并增加敌人生成数量
提升核弹武器的攻击力和作用半径,并更新描述文本
This commit is contained in:
2025-09-21 07:46:49 +08:00
parent 844c2cb501
commit 57c19c49ef
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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]"
+2 -2
View File
@@ -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: