Types/MinableProperties

From Official Factorio Wiki
Revision as of 13:18, 20 August 2014 by ForFoxAche (talk | contribs) (Created page with "MinableProperties are specified by a list of Types/string == mining_time == How long it takes to mine this object. Influenced by hardness - higher hardness means longer ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

MinableProperties are specified by a list of Types/string

mining_time

How long it takes to mine this object.

Influenced by hardness - higher hardness means longer mining time

hardness

An axe will lose this much durability when the item is mined.

An axe is not able to mine an object with a hardness equal or greater than its mining power.

Influences mining time - higher hardness means longer mining time

result

Which item is dropped when this is mined

count

How many of result are dropped

mining_particle

Which set of particles to use.

wooden-particle Wooden-particle.gif
coal-particle Coal-particle.gif
stone-particle Stone-particle.gif
shell-particle Shell-particle.gif
iron-ore-particle Iron-ore-particle.gif
copper-ore-particle Copper-ore-particle.gif

Example

  minable = { mining_time = 1, hardness = 0.5, result = "raw-wood", count = 5, mining_particle = "wooden-particle"}