Prototype/LandMine
Prototype definitions » PrototypeBase » Prototype/Entity » Prototype/EntityWithHealth » Prototype/EntityWithOwner » Prototype/LandMine
A land mine.
Mandatory properties
This prototype inherits all the properties from Prototype/EntityWithOwner.
picture_safe
Type: Sprite
The sprite of the landmine before it is armed (just after placing).
picture_set
Type: Sprite
The sprite of the landmine of a friendly force when it is armed.
trigger_radius
Type: double
Optional properties
picture_set_enemy
Type: Sprite
The sprite of the landmine of an enemy force when it is armed.
timeout
Type: uint32
Default: 120
Time between placing and the landmine being armed, in ticks.
action
Type: Trigger
ammo_category
Type: string
Name of a Prototype/AmmoCategory.
force_die_on_attack
Type: bool
Default: true
Force the landmine to kill itself when exploding.
trigger_force
Type: ForceCondition
Default: "enemy"
trigger_collision_mask
Type: CollisionMask
Default: {"item-layer", "object-layer", "player-layer", "water-tile"}
Collision mask that another entity must collide with to make this landmine blow up.