1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-10 05:37:12 +08:00

feat(MTY): 增强MTY角色的攻击能力

- 将"猛冲"技能更名为"撕咬"并增加生命周期
- 为MTY添加新的攻击类型和冷却时间
- 调整MTY在普通波次中的生成参数
This commit is contained in:
2025-12-14 15:29:44 +08:00
parent 1886099d23
commit 0571400cb2
3 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ static var WAVE_NORMAL = [
Wave.create("Hen", 1, 3, false, 0, INF, 1),
Wave.create("Cat", 1, 3, false, 0, INF, 1),
Wave.create("Dog", 1, 3, false, 0, INF, 1),
Wave.create("MTY", 0, 1, false, 0, INF, 4),
Wave.create("MTY", 0, 1, false, 4, INF, 5),
Wave.create("Chick", 0, 0, true, 9, INF, 20),
Wave.create("KukeMC", 0, 0, true, 19, INF, 20),
Wave.create("Bear", 0, 0, true, 29, INF, 20),