Prototype/MiningTool: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Added prototype type to page)
(0.17)
Tag: Replaced
Line 2: Line 2:
Prototype type: '''mining-tool'''
Prototype type: '''mining-tool'''


A tool to mine ore out of the ground, break rocks, and damage enemies.Extends [[Prototype/Tool]].
Exists only for migration, cannot be used by mods.
 
== Mandatory properties ==
This prototype inherits all the properties from [[Prototype/Tool]].
 
=== speed ===
'''Type''': [[Types/float]]
 
Mining speed.
 
== Optional properties ==
 
=== action ===
'''Type''': [[Types/Trigger]]
 
Tells the mining tool what to do when the player uses it.
 
=== action_range ===
'''Type''': [[Types/float]]
 
'''Default''': 1.5
 
=== build_distance_bonus ===
'''Type''': [[Types/double]]
 
'''Default''': 0.0
 
Must be positive.
 
=== item_drop_distance_bonus ===
'''Type''': [[Types/double]]
 
'''Default''': 0.0
 
Must be positive.
 
=== reach_distance_bonus ===
'''Type''': [[Types/double]]
 
'''Default''': 0.0
 
Must be positive.
 
=== item_pickup_distance_bonus ===
'''Type''': [[Types/double]]
 
'''Default''': 0.0
 
Must be positive.
 
=== loot_pickup_distance_bonus ===
'''Type''': [[Types/double]]
 
'''Default''': 0.0
 
Must be positive.
 
=== resource_reach_distance_bonus ===
'''Type''': [[Types/double]]
 
'''Default''': 0.0
 
Must be positive.

Revision as of 12:16, 4 March 2019

basics

Prototype type: mining-tool

Exists only for migration, cannot be used by mods.