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

feat(武器): 为HXD武器添加命中Boss时攻击速度加成效果

- 修改HXD子弹逻辑,命中Boss时增加5%攻击速度,子弹销毁时恢复
- 更新武器描述文本以反映新效果
- 调整测试环境初始波数为10
This commit is contained in:
2026-02-04 22:42:44 +08:00
parent 735a140306
commit b9fe44dddf
3 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ func duplicate() -> Wave:
wave.per = per
return wave
static var current: int = startWith(1) if WorldManager.isRelease() else startWith(1)
static var current: int = startWith(1) if WorldManager.isRelease() else startWith(10)
static var WAVE_NORMAL = [
Wave.create("Hen", 1, 3, false, 0, INF, 1),
Wave.create("Cat", 1, 5, false, 0, INF, 1),