Spawn Enemy Dummy (elementSpawnEnemyDummy)
A Basiclocation elementwhere an enemy can be spawned on demand. Can be used forin sortingcombination andwith organisingelementSpawnEnemyGroup
yourto logic.define the location of enemy spawn points during assaults.
Behaviour
Element behaviour on execution: |
EventElement toexecutes triggeron 'On Executted' list:event: |
TriggersSpawns an enemy defined in enemy . Uses a random Orientation Element if defined, otherwise spawns at the elementlocation of this element. The enemy will immediately play the animation defined in Spawn Action . |
Executed by another element.element (confirm?). Executes every element on list simultaneouslysimultaneously. |
Spawn Enemy Dummy
Field |
Type |
Values |
Usage |
Manage Orientation Elements List(elements) |
List (Elements) |
Any Element |
Define locations other than the location of this element to spawn enemies on execution. Ideally should be one or multiple elementMissionScript elements. |
Enemy |
String (units) |
An enemy unit |
Selects what unit the spawned enemy should use. The unit defines the enemy's appearance, health, damage, and some behaviour. This is overridden by enemies spawned via an assault. |
Participate To Group Ai |
Boolean |
true, false |
Defines if the enemy should take part in the assault if the enemy was manually spawned by executing this element. If this is disabled, the enemy will not hunt for the player or flee. |
Spawn Action |
String (animations) |
e_sp_ * |
The animation that this enemy will act out when spawned either manually or during an assault. |
Interval |
Float |
<0 |
Has the element wait this long (in seconds) before performing behaviours as a result of being executed. |
Voice |
WIP |
WIP |
WIP |
Accessibility |
WIP |
WIP |
WIP |
Force Pickup |
WIP |
WIP |
WIP |
Team |
WIP |
WIP |
WIP |
Common Element components
Common: Main
Common: Transform