| max_monsters |
var |
5 |
The total number of encased monsters to spawn. -1 = infinite (1) |
| anim |
var |
open |
The anim to play when the case is triggered. Ie. on the droid hatch this would be 'open' |
| anim_retrigger |
var |
close |
The anim to play when the case is re-triggered. Ie. on the droid hatch this would be 'close' |
| def_monster |
var |
monster_droid |
The monster def to spawn. For the droid hatch, this would be 'monster_droid' |
| anim_encased_monster_idle |
var |
droid_hatch_idle |
The animation to play on the monster while it is encased. Ex: 'droid_hatch_idle' |
| anim_encased_monster_exit |
var |
droid_hatch_exit |
The animation to play on the monster when it exits the case. Ex: 'droid_hatch_exit' |
| monster_offset |
var |
64 0 0 |
The offset relative to the case which determines the monsters encased position. |
| monster_hide |
var |
1 |
1 = hide the encased monster prior to triggering him 0 = visible (0) |
| auto_retrigger_delay |
var |
1 |
-1 = Never retrigger, Greater than or equal to 0 = Seconds to wait before automatically retriggering this case. (-1) |