Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //========================
- // Mixed Monster Spawners
- //========================
- /*
- ACTOR ZombiemanSpawner : RandomSpawner Replaces Zombieman
- {
- DropItem "PlasmaGunner", 256, 61
- DropItem "RailGunner", 256, 28
- DropItem "DemonTechZombie", 256, 8
- DropItem "RocketZombie", 256, 3
- }
- */
- ACTOR ShotgunZombieSpawner : RandomSpawner Replaces ShotgunGuy
- {
- DropItem "ShotgunZombie", 256, 100
- //DropItem "AssaultShotgunZombie", 256, 28
- //DropItem "SuperShotgunZombie", 256, 16
- //DropItem "QuadShotgunZombie", 256, 5
- }
- ACTOR ChainZombieSpawner : RandomSpawner Replaces ChaingunGuy
- {
- //DropItem "AssaultRifleZombie", 256, 56
- DropItem "Chaingunner", 256, 100
- //DropItem "Minigunner", 256, 14
- //DropItem "BFGZombieman", 256, 2
- }
- ACTOR ImpSpawner : RandomSpawner Replaces DoomImp
- {
- DropItem "Imp", 256, 100
- //DropItem "VoidImp", 256, 26
- //DropItem "Devil", 256, 10
- //DropItem "PhaseImp", 256, 3
- }
- ACTOR DemonSpawner : RandomSpawner Replaces Demon
- {
- DropItem "BullFiend", 256, 100
- //DropItem "CyberFiend", 256, 24
- //DropItem "MagmaFiend", 256, 8
- //DropItem "DTechFiend", 256, 3
- }
- ACTOR SpectreSpawner : RandomSpawner Replaces Spectre
- {
- DropItem "Spectre~", 256, 100
- //DropItem "Lurker", 256, 24
- //DropItem "Spook", 256, 8
- }
- ACTOR SoulSpawner : RandomSpawner Replaces LostSoul
- {
- DropItem "TerrorSoul", 256, 100
- //DropItem "ForgottenOne", 256, 24
- //DropItem "PoisonSoul", 256, 10
- //DropItem "Rictus", 256, 6
- }
- ACTOR CacodemonSpawner : RandomSpawner Replaces Cacodemon
- {
- DropItem "Cacodemon~", 256, 100
- //DropItem "Watcher", 256, 10
- //DropItem "Cacomental", 256, 6
- }
- ACTOR PainSpawner : RandomSpawner Replaces PainElemental
- {
- DropItem "SoulKeeper", 256, 100
- //DropItem "Defiler", 256, 10
- //DropItem "PoisonElemental", 256, 6
- //DropItem "BombElemental", 256, 3
- }
- ACTOR ArachSpawner : RandomSpawner Replaces Arachnotron
- {
- DropItem "Dualachnotron", 256, 100
- //DropItem "Fusionite", 256, 33
- //DropItem "BabyDemolisher", 256, 33
- //DropItem "BabySentient", 256, 33
- }
- ACTOR ArachReplacer
- {
- +NOSECTOR
- +NOGRAVITY
- +BOSSDEATH
- +SHOOTABLE
- +ISMONSTER
- +NORADIUSDMG
- +NOINTERACTION
- +NOBLOCKMAP
- HEALTH 0x7FFFFFFF
- Radius 0
- Height 0
- Mass 0x7FFFFFFF
- }
- ACTOR FattySpawner : RandomSpawner Replaces Fatso
- {
- DropItem "Hectebus", 256, 100
- //DropItem "Daedabus", 256, 33
- //DropItem "Behemoth", 256, 33
- //DropItem "Barbatos", 256, 33
- }
- ACTOR SkeletonSpawner : RandomSpawner Replaces Revenant
- {
- DropItem "Guardian", 256, 100
- //DropItem "Cadaver", 256, 9
- //DropItem "HellfireRevenant", 256, 5
- //DropItem "Famine" 256, 3
- }
- ACTOR MinorSpawner : RandomSpawner Replaces HellKnight
- {
- DropItem "HellKnight~", 256, 100
- //DropItem "PyroDemon", 256, 9
- //DropItem "CyberNoble", 256, 5
- //DropItem "HellDuke" 256, 3
- }
- ACTOR NobleSpawner Replaces BaronOfHell
- {
- DropItem "BaronOfHell~", 256, 100
- //DropItem "BruiserDemon", 256, 33
- //DropItem "Cybruiser", 256, 33
- }
- ACTOR VileSpawner: RandomSpawner Replaces ArchVile
- {
- DropItem "Exile", 256, 100
- //DropItem "Diabolist", 256, 6
- //DropItem "DarkHellion", 256, 3
- }
- ACTOR MastermindSpawner Replaces SpiderMastermind
- {
- DropItem "Demolisher", 256, 100
- //DropItem "DarkDemolisher", 256, 33
- //DropItem "CerebralSentient", 256, 33
- }
- ACTOR CyberSpawner Replaces Cyberdemon
- {
- DropItem "CyberLord", 256, 100
- //DropItem "DarkCyberdemon", 256, 33
- //DropItem "Cardinal", 256, 33
- }
- ACTOR WolfSSSpawner : RandomSpawner Replaces WolfensteinSS
- {
- DropItem "Guard", 256, 100
- //DropItem "SSNazi", 256, 24
- //DropItem "Mutant", 256, 18
- //DropItem "Officer", 256, 16
- //DropItem "NaziDog" 256, 8
- //DropItem "Hitler", 256, 2
- }
- //======================================================================
- // Health & Armor Bonus / Red Armor / Pure Rage / Mixed Sphere Spawners
- //======================================================================
- ACTOR HealthBonusSpawner : RandomSpawner Replaces HealthBonus
- {
- DropItem "NewHealthBonus", 256, 75
- DropItem "NewMaxHealthBonus", 256, 25
- }
- ACTOR ArmorBonusSpawner : RandomSpawner Replaces ArmorBonus
- {
- DropItem "NewArmorBonus", 256, 75
- DropItem "NewMaxArmorBonus", 256, 25
- }
- ACTOR GreenArmorSpawner : RandomSpawner Replaces GreenArmor
- {
- DropItem "ModdedGreenArmor", 256, 95
- DropItem "RedArmor", 256, 5
- }
- ACTOR BlueArmorSpawner : RandomSpawner Replaces BlueArmor
- {
- DropItem "ModdedBlueArmor", 256, 90
- DropItem "RedArmor", 256, 10
- }
- ACTOR BerserkSpawner : RandomSpawner Replaces Berserk
- {
- DropItem "BerserkPack", 256, 90
- DropItem "PureRage", 256, 10
- }
- ACTOR BlurSphereSpawner : RandomSpawner Replaces BlurSphere
- {
- DropItem "ModdedBlurSphere", 256, 90
- DropItem "HasteSphere", 256, 10
- }
- ACTOR SoulSphereSpawner : RandomSpawner Replaces SoulSphere
- {
- DropItem "ModdedSoulSphere", 256, 90
- DropItem "LifeSphere", 256, 10
- }
- ACTOR MegaSphereSpawner : RandomSpawner Replaces MegaSphere
- {
- DropItem "ModdedMegaSphere", 256, 90
- DropItem "UltraSphere", 256, 10
- }
- ACTOR InvulnerabilitySphereSpawner : RandomSpawner Replaces InvulnerabilitySphere
- {
- DropItem "ModdedInvulnerabilitySphere", 256, 90
- DropItem "UnbelieveabilitySphere", 256, 10
- }
Advertisement
Add Comment
Please, Sign In to add comment