-
Notifications
You must be signed in to change notification settings - Fork 63
TileMutatorWorker_GenericSpawner
juanosarg edited this page May 30, 2026
·
1 revision
TileMutatorWorker_GenericSpawner allows you to add a worker to a tile mutator that spawns scattered individual items
If you don't also define a TileMutatorExtension this worker does nothing and probably spews errors. TileMutatorExtension requires an optional feature to be toggled, learn how here: OptionalFeatures
Tile mutator workers are added to the <workerClass> tag of the TileMutatorDef you want to add them to.
For example, on Alpha Biomes + Alpha Animals' "bumbledrone nests" tile mutator:
<workerClass>VEF.Maps.TileMutatorWorker_GenericSpawner</workerClass>And then:
<modExtensions>
<li Class="VEF.Maps.TileMutatorExtension">
<thingToSpawn>AB_BumbledroneHive</thingToSpawn>
<thingToSpawnAmount>3~4</thingToSpawnAmount>
</li>
</modExtensions>- Abilities
- Animal Behaviours
- Apparels
- Buildings
- Cooking
- Factions
- Genes
- Global
- Graphics
- Hediffs
- Maps
- Memes
- OptionalFeatures
- Pawns
- Planet
- Plants
- Storyteller
- Things
- Weapons
- Weathers
- PipeSystem basics
- Resource
- Resource storage
- Resource processor
- Resource to thing
- Resource to power
- Thing to resource
- Resource trader
- Refill building with pipes
- Pipe valve
- Advanced Resource Processor
- Update to KCSG 2.0
- Exporting buildings
- Customizing symbols
- Debug helpers options
- Custom faction settlement
- Custom structure and scenarios
- Custom structure in quests
- Custom structure in WorldObjects
- Biome based structures
- Spawning world object(s) at world generation
- Prevent settlement spawning for nomadic factions