Prototype/LandMine: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Set prototype parent)
(Removed old prototype docs)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Prototype parent|Prototype/EntityWithHealth}}
<div class="stub"><p>'''The prototype docs have moved to a new website with an improved format.''' This documentation page can now be found here: [https://lua-api.factorio.com/latest/prototypes/LandMinePrototype.html https://lua-api.factorio.com/latest/prototypes/LandMinePrototype.html]


== Basics ==
</p><p>This wiki page is no longer updated and '''will be removed at some point in the future''', so please update your browser bookmarks or other links that sent you here. If you'd like to contribute to the new docs, you can leave your feedback [https://forums.factorio.com/viewforum.php?f=233 on the forums].</p></div>
Prototype type: '''land-mine'''
 
A [[land mine]]. Extends [[Prototype/EntityWithHealth]].
 
== Mandatory properties ==
This prototype inherits all the properties from [[Prototype/EntityWithHealth]].
 
=== picture_safe ===
'''Type''': [[Types/Sprite]]
 
The sprite of the landmine before it is armed (just after placing).
 
=== picture_set ===
'''Type''': [[Types/Sprite]]
 
The sprite of the landmine of a friendly force when it is armed.
 
=== trigger_radius ===
'''Type''': [[Types/double]]
 
== Optional properties ==
 
=== picture_set_enemy ===
'''Type''': [[Types/Sprite]]
 
The sprite of the landmine of an enemy force when it is armed.
 
=== timeout ===
'''Type''': [[Types/uint32]]
 
'''Default''': 120
 
Time between placing and the landmine being armed, in ticks.
 
=== action ===
'''Type''': [[Types/Trigger]]
 
=== ammo_category ===
'''Type''': [[Types/string]]
 
Name of a [[Prototype/AmmoCategory]].
 
=== force_die_on_attack ===
'''Type''': [[Types/bool]]
 
'''Default''': true
 
Force the landmine to kill itself when exploding.
 
=== trigger_force ===
'''Type''': [[Types/ForceCondition]]
 
'''Default''': "enemy"

Latest revision as of 14:32, 25 October 2024

The prototype docs have moved to a new website with an improved format. This documentation page can now be found here: https://lua-api.factorio.com/latest/prototypes/LandMinePrototype.html

This wiki page is no longer updated and will be removed at some point in the future, so please update your browser bookmarks or other links that sent you here. If you'd like to contribute to the new docs, you can leave your feedback on the forums.