| Inherits from TriggerEffectItem |
| type |
:: "create-entity"
|
|
| entity_name | :: EntityID |
The name of the entity that should be created. |
|
The name of the entity that should be created. |
||
| offset_deviation optional | :: BoundingBox |
|
| trigger_created_entity optional | :: bool |
If |
|
If |
||
| check_buildability optional | :: bool |
|
| tile_collision_mask optional | :: CollisionMask |
Entity creation will not occur if any tile matches the collision condition. |
|
Entity creation will not occur if any tile matches the collision condition. |
||
| offsets optional | :: array[Vector] |
If multiple offsets are specified, multiple entities are created. |
|
If multiple offsets are specified, multiple entities are created. |
||
| repeat_count optional | :: uint16 |
|
| repeat_count_deviation optional | :: uint16 |
|
| probability optional | :: float |
Must be greater than |
|
Must be greater than |
||
| affects_target optional | :: bool |
|
| show_in_tooltip [overridden] optional | :: bool |
|
| damage_type_filters optional | :: DamageTypeFilters |
Guaranteed to work with EntityWithHealthPrototype::damaged_trigger_effect and EntityWithHealthPrototype::dying_trigger_effect. |
|
Guaranteed to work with EntityWithHealthPrototype::damaged_trigger_effect and EntityWithHealthPrototype::dying_trigger_effect. |
||