code/__DEFINES/mining.dm 
| BOULDER_SIZE_LARGE | Durability of a large size boulder from a large size vent. |
|---|---|
| BOULDER_SIZE_MEDIUM | Durability of a medium size boulder from a medium size vent. |
| BOULDER_SIZE_SMALL | Durability of a small size boulder from a small size vent. |
| MAX_BOULDERS_PER_VENT | How many boulders can a single ore vent have on its tile before it stops producing more? |
| INATE_BOULDER_SPEED_MULTIPLIER | Time multiplier |
| LARGE_VENT_TYPE | Large vents, giving large boulders. |
| MEDIUM_VENT_TYPE | Medium vents, giving medium boulders. |
| SMALL_VENT_TYPE | Small vents, giving small boulders. |
| GIBTONITE_QUALITY_HIGH | Gibtonite was deactivated right before it could explode |
| GIBTONITE_QUALITY_MEDIUM | Gibtonite was deactivated a few seconds before it could explode |
| GIBTONITE_QUALITY_LOW | Gibtonite was deactivated right after it was struck. |
| WAVE_DURATION_SMALL | Duration for wave defense for a small vent. |
| WAVE_DURATION_MEDIUM | Duration for wave defense for a medium vent. |
| WAVE_DURATION_LARGE | Duration for wave defense for a large vent. |
| PLATFORM_LIFE_DEFAULT | Lifetime of a boulder platform in seconds when spawned in lava/plasma. |
| MINER_POINT_MULTIPLIER | The number of points a miner gets for discovering a vent, multiplied by BOULDER_SIZE when completing a wave defense minus the discovery bonus. |
| ORE_VEIN_CLUSTER | Round ore cluster |
| ORE_VEIN_SCATTER | Randomly scattered ore |
| ORE_VEIN_PLAIN | A straight or slightly bent uneven line |
| ORE_VEIN_BRANCH | A branching tree-like vein |
| ORE_CHANCE_PRECISION | Maximum precision for ore spawn probabilities |
Define Details
BOULDER_SIZE_LARGE 
Durability of a large size boulder from a large size vent.
BOULDER_SIZE_MEDIUM 
Durability of a medium size boulder from a medium size vent.
BOULDER_SIZE_SMALL 
Durability of a small size boulder from a small size vent.
GIBTONITE_QUALITY_HIGH 
Gibtonite was deactivated right before it could explode
GIBTONITE_QUALITY_LOW 
Gibtonite was deactivated right after it was struck.
GIBTONITE_QUALITY_MEDIUM 
Gibtonite was deactivated a few seconds before it could explode
INATE_BOULDER_SPEED_MULTIPLIER 
Time multiplier
LARGE_VENT_TYPE 
Large vents, giving large boulders.
MAX_BOULDERS_PER_VENT 
How many boulders can a single ore vent have on its tile before it stops producing more?
MEDIUM_VENT_TYPE 
Medium vents, giving medium boulders.
MINER_POINT_MULTIPLIER 
The number of points a miner gets for discovering a vent, multiplied by BOULDER_SIZE when completing a wave defense minus the discovery bonus.
ORE_CHANCE_PRECISION 
Maximum precision for ore spawn probabilities
ORE_VEIN_BRANCH 
A branching tree-like vein
ORE_VEIN_CLUSTER 
Round ore cluster
ORE_VEIN_PLAIN 
A straight or slightly bent uneven line
ORE_VEIN_SCATTER 
Randomly scattered ore
PLATFORM_LIFE_DEFAULT 
Lifetime of a boulder platform in seconds when spawned in lava/plasma.
SMALL_VENT_TYPE 
Small vents, giving small boulders.
WAVE_DURATION_LARGE 
Duration for wave defense for a large vent.
WAVE_DURATION_MEDIUM 
Duration for wave defense for a medium vent.
WAVE_DURATION_SMALL 
Duration for wave defense for a small vent.