ACTOR RandomChainsawSpawner : RandomSpawner Replaces Chainsaw
{
DropItem "Chainsaw ", 256, 100
DropItem "DesiccationRod", 256, 10
DropItem "FlameSword", 256, 7
DropItem "LegendarySaber", 256, 5
DropItem "SubliminationSword", 256, 1
}

ACTOR RandomShotgunSpawner : RandomSpawner Replaces Shotgun
{
DropItem "Combat Shotgun ", 256, 100
DropItem "Assault Shotgun ", 256, 25
DropItem "Explosive Shotgun", 256, 16
DropItem "RapidShotgun", 256, 8
DropItem "Legendary Assault Shotgun", 256, 3
DropItem "Enraged Legendary Assault Shotgun", 256, 2
DropItem "Nemesis Assault Shotgun", 256, 1
}

ACTOR RandomSSGSpawner : RandomSpawner Replaces SuperShotgun
{
DropItem "Double Barrel Shotgun ", 256, 100
DropItem "Quad Barrel Shotgun ", 256, 25
DropItem "ExplosiveSSG", 256, 15
DropItem "Hexa-Shotgun", 256, 15
DropItem "Demon Tech Shotgun", 256, 5
DropItem "LegendaryCoachgun", 256, 3
DropItem "Nemesis Sawed-Off Shotgun", 256, 2
}

ACTOR RandomChaingunSpawner : RandomSpawner Replaces Chaingun
{
DropItem "Assault Rifle ", 256, 100
DropItem "MP-40", 256, 35
DropItem "Minigun2", 256, 35	
DropItem "Explosive Minigun", 256, 17
DropItem "ExplosiveRifle", 256, 13
DropItem "Legendary Light Machine Gun", 256, 7
DropItem "Enraged Legendary Light Machine Gun", 256, 6
DropItem "Improved Minigun", 256, 5
}

ACTOR RandomRLSpawner : RandomSpawner Replaces RocketLauncher
{
DropItem "Rocket Launcher", 256, 100
DropItem "Grenade Launcher", 256, 35
DropItem "BehemothCannon", 256, 25
DropItem "BarbatosCannon", 256, 20
DropItem "HomingRocketLauncher", 256, 20
DropItem "ProxLauncher", 256, 20
DropItem "RuffianCannon", 256, 16
DropItem "RapidRocketlauncher", 256, 12
DropItem "Legendary Plasmatic Cannon", 256, 8
DropItem "Enraged Legendary Plasmatic Cannon", 256, 5
DropItem "EFG9000", 256, 4
DropItem "Nemesis Plasmatic Cannon", 256, 1
}

ACTOR RandomPlasmaRifleSpawner : RandomSpawner Replaces PlasmaRifle
{
DropItem "Plasma Rifle", 256, 100
DropItem "Freezer Rifle", 256, 35
DropItem "Demon Tech Rifle ", 256, 25
DropItem "Railgun2", 256, 25
DropItem "HellStaff", 256, 20
DropItem "PlasmaRepeater", 256, 15
DropItem "Demon Tech Railgun", 256, 15
DropItem "ExplosiveRailgun", 256, 15
DropItem "Legendary Plasmatic Rifle", 256, 7
DropItem "Enraged Legendary Plasmatic Rifle", 256, 5
DropItem "Nemesis Rifle", 256, 2
}

ACTOR RandomBFGSpawner : RandomSpawner Replaces BFG9000
{
DropItem "BFG9500", 256, 100
DropItem "BFG10K ", 256, 35
DropItem "Demon Tech BFG10K", 256, 25
DropItem "Demon Tech Devastator", 256, 20
DropItem "HellStormBFG", 256, 15
DropItem "BFG2704", 256, 10
DropItem "D-BFG", 256, 10
DropItem "LegendaryBFG10K", 256, 10
DropItem "Legendary BFG", 256, 9
DropItem "PyroCannon", 256, 7
DropItem "BlackHole Generator", 256, 5
DropItem "Vilestaff", 256, 2
DropItem "Nemesis BFG", 256, 2
DropItem "Nemesis", 256, 1
}