spawnRiggy
zombie_riggy.lua — Zombie module
What it does
Spawns "Riggy" — a boss-tier Spiffo-outfit zombie with 10,000 HP that sprints at the player, screams, and destroys doors, windows, barricades, and vehicles it encounters. Nearby ordinary zombies are periodically converted into "Little Riggy" minions (also Spiffo-outfit, 10,000 HP) that follow Riggy and explode on a 1-hour timer. Riggy and all minions are instantly killed by any weapon named RiggysBane.
Trigger type
spawnRiggy
Parameters
| Parameter | Type | Default | Valid Values | Description |
|---|---|---|---|---|
viewer | string | "Riggy" | Any string | The viewer/label name to register Riggy under in SIFUtils. |
Examples
Spawn Riggy with default label
{ type="spawnRiggy" }
Spawn Riggy tagged to a specific viewer name
{ type="spawnRiggy", viewer="BossViewer" }
Used as a high-value channel point reward
{ type="spawnRiggy", viewer="DonatorName" }