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

fix: 更新默认波次数据并调整核弹伤害

修复Rooster角色中移除核弹武器的配置
提升核弹基础伤害从500到750并更新描述
将默认波次从测试BOSS改为普通波次
This commit is contained in:
2025-09-21 07:51:27 +08:00
parent 57c19c49ef
commit 73c59be0e8
3 changed files with 8 additions and 12 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ static var WAVE_TESTBOSS_KUKE = [
Wave.create(preload("res://components/Characters/KukeMC.tscn"), 0, 0, true, 0, INF, 10),
]
static var WAVE_EMPTY = []
static var data = WAVE_TESTBOSS_KUKE
static var data = WAVE_NORMAL
static func customStart():
if false: