1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-27 22:41:56 +08:00

feat(武器): 为树武器添加无量反击功能并调整描述

为树武器新增蓄力后的无量反击功能,可弹反所有子弹并消耗气力转换为能量。
同时更新武器描述文本以反映新功能,并调整乾坤剑伤害加成数值。
修改调试配置以使用测试BOSS波次。
This commit is contained in:
2026-04-23 22:18:49 +08:00
parent 57035aa62b
commit f27d75befd
2 changed files with 17 additions and 4 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ static var WAVE_MOWING = [
]
static var WAVE_EMPTY = []
static var waveReleaseConfig = [WAVE_TESTBOSS_ALL, 1]
static var waveDebugConfig = [WAVE_MOWING, 1]
static var waveDebugConfig = [WAVE_TESTBOSS_ALL, 1]
static var current: int = startWith(waveReleaseConfig[1]) if WorldManager.isRelease() else startWith(waveDebugConfig[1])
static var data = waveReleaseConfig[0] if WorldManager.isRelease() else waveDebugConfig[0]