hivehead_spawn_minions
Vars | |
spawn_count | How many are we going to spawn |
---|---|
spawn_type | The mob we're going to spawn |
Procs | |
do_tell | Our tell that we're using this ability. Usually a sound and a visible message.area |
minion_additional_changes | Stuff we want to do to our minions. This is in its own proc so subtypes can override this behaviour. |
Var Details
spawn_count
How many are we going to spawn
spawn_type
The mob we're going to spawn
Proc Details
do_tell
Our tell that we're using this ability. Usually a sound and a visible message.area
minion_additional_changes
Stuff we want to do to our minions. This is in its own proc so subtypes can override this behaviour.