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

feat: 调整敌人掉落数量和波次配置

- 修改猫头鹰、狐狸和酷可mc的掉落数量范围
- 调整普通波次中猫、狗和猫头鹰的出现频率
- 减少刷新棒球数量的增加范围
This commit is contained in:
2026-01-17 11:46:01 +08:00
parent 1c1b011eb4
commit 1913f5d844
5 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -25,9 +25,9 @@ func duplicate() -> Wave:
static var current: int = startWith(1) if WorldManager.isRelease() else startWith(1)
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, 4, INF, 5),
Wave.create("Cat", 1, 5, false, 0, INF, 1),
Wave.create("Dog", 1, 2, false, 0, INF, 1),
Wave.create("MTY", 0, 1, false, 4, INF, 4),
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),