Package-level declarations

Zombie Survival implementation and wave/mob logic. Core package for PvE pressure and pacing adjustments.

Types

Link copied to clipboard
data class ZombieSurvivalConfig(val arena: String, val durationSeconds: Int, val zombieCount: Int, val mobs: List<String>)

Config for the Zombie Survival minigame.

Link copied to clipboard

Plasmid minigame: survive a zombie swarm for a fixed duration.

Link copied to clipboard

Opens evermod:zombie_survival using a programmatically constructed config.

Link copied to clipboard

Mob options for Zombie Survival GUI selection.