code/__DEFINES/mining.dm ![code/__DEFINES/mining.dm0](git.png)
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. |
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. |
VENT_PROX_VERY_HIGH | Proximity to a vent that a wall ore needs to be for 5 ore to be mined. |
VENT_PROX_HIGH | Proximity to a vent that a wall ore needs to be for 4 ore to be mined. |
VENT_PROX_MEDIUM | Proximity to a vent that a wall ore needs to be for 3 ore to be mined. |
VENT_PROX_LOW | Proximity to a vent that a wall ore needs to be for 2 ore to be mined. |
VENT_PROX_FAR | Proximity to a vent that a wall ore needs to be for 1 ore to be mined. |
VENT_CHANCE_VERY_HIGH | The chance of ore spawning in a wall that is VENT_PROX_VERY_HIGH tiles to a vent. |
VENT_CHANCE_HIGH | The chance of ore spawning in a wall that is VENT_PROX_HIGH tiles to a vent. |
VENT_CHANCE_MEDIUM | The chance of ore spawning in a wall that is VENT_PROX_MEDIUM tiles to a vent. |
VENT_CHANCE_LOW | The chance of ore spawning in a wall that is VENT_PROX_LOW tiles to a vent. |
VENT_CHANCE_FAR | The chance of ore spawning in a wall that is VENT_PROX_FAR tiles to a vent. |
ORE_WALL_VERY_HIGH | The amount of ore that is mined from a wall that is VENT_PROX_VERY_HIGH tiles to a vent. |
ORE_WALL_HIGH | The amount of ore that is mined from a wall that is VENT_PROX_HIGH tiles to a vent. |
ORE_WALL_MEDIUM | The amount of ore that is mined from a wall that is VENT_PROX_MEDIUM tiles to a vent. |
ORE_WALL_LOW | The amount of ore that is mined from a wall that is VENT_PROX_LOW tiles to a vent. |
ORE_WALL_FAR | The amount of ore that is mined from a wall that is VENT_PROX_FAR tiles to a vent. |
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. |
MINING_POINT_MACHINE_MULTIPLIER | The multiplier that gets applied for automatically generated mining points. |
Define Details
BOULDER_SIZE_LARGE ![code/__DEFINES/mining.dm 3](git.png)
Durability of a large size boulder from a large size vent.
BOULDER_SIZE_MEDIUM ![code/__DEFINES/mining.dm 5](git.png)
Durability of a medium size boulder from a medium size vent.
BOULDER_SIZE_SMALL ![code/__DEFINES/mining.dm 7](git.png)
Durability of a small size boulder from a small size vent.
INATE_BOULDER_SPEED_MULTIPLIER ![code/__DEFINES/mining.dm 11](git.png)
Time multiplier
LARGE_VENT_TYPE ![code/__DEFINES/mining.dm 15](git.png)
Large vents, giving large boulders.
MAX_BOULDERS_PER_VENT ![code/__DEFINES/mining.dm 9](git.png)
How many boulders can a single ore vent have on its tile before it stops producing more?
MEDIUM_VENT_TYPE ![code/__DEFINES/mining.dm 17](git.png)
Medium vents, giving medium boulders.
MINER_POINT_MULTIPLIER ![code/__DEFINES/mining.dm 63](git.png)
The number of points a miner gets for discovering a vent, multiplied by BOULDER_SIZE when completing a wave defense minus the discovery bonus.
MINING_POINT_MACHINE_MULTIPLIER ![code/__DEFINES/mining.dm 65](git.png)
The multiplier that gets applied for automatically generated mining points.
ORE_WALL_FAR ![code/__DEFINES/mining.dm 60](git.png)
The amount of ore that is mined from a wall that is VENT_PROX_FAR tiles to a vent.
ORE_WALL_HIGH ![code/__DEFINES/mining.dm 54](git.png)
The amount of ore that is mined from a wall that is VENT_PROX_HIGH tiles to a vent.
ORE_WALL_LOW ![code/__DEFINES/mining.dm 58](git.png)
The amount of ore that is mined from a wall that is VENT_PROX_LOW tiles to a vent.
ORE_WALL_MEDIUM ![code/__DEFINES/mining.dm 56](git.png)
The amount of ore that is mined from a wall that is VENT_PROX_MEDIUM tiles to a vent.
ORE_WALL_VERY_HIGH ![code/__DEFINES/mining.dm 52](git.png)
The amount of ore that is mined from a wall that is VENT_PROX_VERY_HIGH tiles to a vent.
SMALL_VENT_TYPE ![code/__DEFINES/mining.dm 19](git.png)
Small vents, giving small boulders.
VENT_CHANCE_FAR ![code/__DEFINES/mining.dm 49](git.png)
The chance of ore spawning in a wall that is VENT_PROX_FAR tiles to a vent.
VENT_CHANCE_HIGH ![code/__DEFINES/mining.dm 43](git.png)
The chance of ore spawning in a wall that is VENT_PROX_HIGH tiles to a vent.
VENT_CHANCE_LOW ![code/__DEFINES/mining.dm 47](git.png)
The chance of ore spawning in a wall that is VENT_PROX_LOW tiles to a vent.
VENT_CHANCE_MEDIUM ![code/__DEFINES/mining.dm 45](git.png)
The chance of ore spawning in a wall that is VENT_PROX_MEDIUM tiles to a vent.
VENT_CHANCE_VERY_HIGH ![code/__DEFINES/mining.dm 41](git.png)
The chance of ore spawning in a wall that is VENT_PROX_VERY_HIGH tiles to a vent.
VENT_PROX_FAR ![code/__DEFINES/mining.dm 38](git.png)
Proximity to a vent that a wall ore needs to be for 1 ore to be mined.
VENT_PROX_HIGH ![code/__DEFINES/mining.dm 32](git.png)
Proximity to a vent that a wall ore needs to be for 4 ore to be mined.
VENT_PROX_LOW ![code/__DEFINES/mining.dm 36](git.png)
Proximity to a vent that a wall ore needs to be for 2 ore to be mined.
VENT_PROX_MEDIUM ![code/__DEFINES/mining.dm 34](git.png)
Proximity to a vent that a wall ore needs to be for 3 ore to be mined.
VENT_PROX_VERY_HIGH ![code/__DEFINES/mining.dm 30](git.png)
Proximity to a vent that a wall ore needs to be for 5 ore to be mined.
WAVE_DURATION_LARGE ![code/__DEFINES/mining.dm 27](git.png)
Duration for wave defense for a large vent.
WAVE_DURATION_MEDIUM ![code/__DEFINES/mining.dm 25](git.png)
Duration for wave defense for a medium vent.
WAVE_DURATION_SMALL ![code/__DEFINES/mining.dm 23](git.png)
Duration for wave defense for a small vent.