pool
A random spawner managed by a /datum/spawn_pool.
Vars | |
guaranteed | Guaranteed spawners will always proc, and always proc first. |
---|---|
point_value | How much this spawner will subtract from the available budget if it
spawns. A value of INFINITY (i.e., not setting the value on a subtype)
does not attempt to subtract from the budget. This is useful for
spawners which themselves spawn other spawners. |
spawn_pool_id | The ID of the spawn pool. Must match the pool's /datum/spawn_pool/var/id. |
unique_picks | Whether non-spawner items should be removed from the shared loot pool after spawning. |
Var Details
guaranteed
Guaranteed spawners will always proc, and always proc first.
point_value
How much this spawner will subtract from the available budget if it
spawns. A value of INFINITY
(i.e., not setting the value on a subtype)
does not attempt to subtract from the budget. This is useful for
spawners which themselves spawn other spawners.
spawn_pool_id
The ID of the spawn pool. Must match the pool's /datum/spawn_pool/var/id.
unique_picks
Whether non-spawner items should be removed from the shared loot pool after spawning.