Prototype/LandMine: Difference between revisions
Jump to navigation
Jump to search
(Set prototype parent) |
(Converted to SMW format) |
||
Line 1: | Line 1: | ||
{{Prototype parent|Prototype/EntityWithHealth}} | {{Prototype parent|Prototype/EntityWithHealth}} | ||
A [[land mine]]. | |||
{{Prototype TOC|land-mine}} | |||
Prototype | |||
== Mandatory properties == | == Mandatory properties == | ||
This prototype inherits all the properties from [[Prototype/EntityWithHealth]]. | This prototype inherits all the properties from [[Prototype/EntityWithHealth]]. | ||
{{Prototype property|picture_safe|[[Types/Sprite|Sprite]]}} | |||
The sprite of the landmine before it is armed (just after placing). | The sprite of the landmine before it is armed (just after placing). | ||
{{Prototype property|picture_set|[[Types/Sprite|Sprite]]}} | |||
The sprite of the landmine of a friendly force when it is armed. | The sprite of the landmine of a friendly force when it is armed. | ||
{{Prototype property|trigger_radius|[[Types/double|double]]}} | |||
== Optional properties == | == Optional properties == | ||
{{Prototype property|picture_set_enemy|[[Types/Sprite|Sprite]]|optional=true}} | |||
The sprite of the landmine of an enemy force when it is armed. | The sprite of the landmine of an enemy force when it is armed. | ||
{{Prototype property|timeout|[[Types/uint32|uint32]]|120|optional=true}} | |||
Time between placing and the landmine being armed, in ticks. | Time between placing and the landmine being armed, in ticks. | ||
{{Prototype property|action|[[Types/Trigger|Trigger]]|optional=true}} | |||
{{Prototype property|ammo_category|[[Types/string|string]]|optional=true}} | |||
Name of a [[Prototype/AmmoCategory]]. | Name of a [[Prototype/AmmoCategory]]. | ||
{{Prototype property|force_die_on_attack|[[Types/bool|bool]]|true|optional=true}} | |||
Force the landmine to kill itself when exploding. | Force the landmine to kill itself when exploding. | ||
{{Prototype property|trigger_force|[[Types/ForceCondition|ForceCondition]]|"enemy"|optional=true}} | |||
Revision as of 16:41, 5 August 2019
Template:Prototype parent A land mine.
Mandatory properties
This prototype inherits all the properties from Prototype/EntityWithHealth.
Template:Prototype property The sprite of the landmine before it is armed (just after placing).
Template:Prototype property The sprite of the landmine of a friendly force when it is armed.
Optional properties
Template:Prototype property The sprite of the landmine of an enemy force when it is armed.
Template:Prototype property Time between placing and the landmine being armed, in ticks.
Template:Prototype property Name of a Prototype/AmmoCategory.
Template:Prototype property Force the landmine to kill itself when exploding.