|
|
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.
| |
basics
Prototype type: mining-tool
Exists only for migration, cannot be used by mods.