ZombieLand - ToolKitCreator Addon
This mod adds some ZombieLand mod actions to the ToolKitCreator Twitch intigration system.
Using ToolKitCreator you can combine multiple 'unique' actions per event to truely customize your viewers experience.
The config to add actions is modfolder\Defs\Actions\Actions.xml
I already added 2 to give you an example.
The first spawns 10 Miner type zombies and the second spawns 10 random zombies.
defName: internal code name for the action (cannot have spaces and must be unique)
label: this is what will show in the ToolKitCreator event creators action drop down
actionWorker: DO NOT CHANGE THIS!!! This is coded to my custom action worker I made to deal with these custom actions.
zombieType: can be one of the following per action.
``Random, SuicideBomber, ToxicSplasher, TankyOperator, Miner, Electrifier, Albino, DarkSlimer, Healer, Normal``
spawnHowType: Same effect as the options in ZombieLand itself
``AllOverTheMap`` or ``FromTheEdges``
count: How many zombies this action will spawn.
Eventually I will be making an ingame GUI to make it easier to create actions but for now it is all done through adding new actions to the Actions.xml file.