devel/spawn-unit-helper¶
This script initializes game state to allow you to switch to arena mode, spawn creatures, and then switch back to fortress mode.
Usage¶
- Enter the k menu and change mode using
rb_eval df.gametype = :DWARF_ARENA
Spawn creatures with the normal arena mode UI (c in-game)
- Revert to fortress mode using
rb_eval df.gametype = #{df.gametype.inspect}
- To convert spawned creatures to livestock, select each one with the v
menu, and enter
rb_eval df.unit_find.civ_id = df.ui.civ_id