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. |
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
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.
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.
MINING_POINT_MACHINE_MULTIPLIER
The multiplier that gets applied for automatically generated mining points.
ORE_WALL_FAR
The amount of ore that is mined from a wall that is VENT_PROX_FAR 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_LOW
The amount of ore that is mined from a wall that is VENT_PROX_LOW 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_VERY_HIGH
The amount of ore that is mined from a wall that is VENT_PROX_VERY_HIGH tiles to a vent.
SMALL_VENT_TYPE
Small vents, giving small boulders.
VENT_CHANCE_FAR
The chance of ore spawning in a wall that is VENT_PROX_FAR 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_LOW
The chance of ore spawning in a wall that is VENT_PROX_LOW 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_VERY_HIGH
The chance of ore spawning in a wall that is VENT_PROX_VERY_HIGH tiles to a vent.
VENT_PROX_FAR
Proximity to a vent that a wall ore needs to be for 1 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_LOW
Proximity to a vent that a wall ore needs to be for 2 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_VERY_HIGH
Proximity to a vent that a wall ore needs to be for 5 ore to be mined.
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.