/tg/ Station 13 - Modules - TypesDefine Details

code/__DEFINES/mining.dm

BOULDER_SIZE_LARGEDurability of a large size boulder from a large size vent.
BOULDER_SIZE_MEDIUMDurability of a medium size boulder from a medium size vent.
BOULDER_SIZE_SMALLDurability of a small size boulder from a small size vent.
MAX_BOULDERS_PER_VENTHow many boulders can a single ore vent have on it's tile before it stops producing more?
INATE_BOULDER_SPEED_MULTIPLIERTime multiplier
LARGE_VENT_TYPELarge vents, giving large boulders.
MEDIUM_VENT_TYPEMedium vents, giving medium boulders.
SMALL_VENT_TYPESmall vents, giving small boulders.
VENT_PROX_VERY_HIGHProximity to a vent that a wall ore needs to be for 5 ore to be mined.
VENT_PROX_HIGHProximity to a vent that a wall ore needs to be for 4 ore to be mined.
VENT_PROX_MEDIUMProximity to a vent that a wall ore needs to be for 3 ore to be mined.
VENT_PROX_LOWProximity to a vent that a wall ore needs to be for 2 ore to be mined.
VENT_PROX_FARProximity to a vent that a wall ore needs to be for 1 ore to be mined.
VENT_CHANCE_VERY_HIGHThe chance of ore spawning in a wall that is VENT_PROX_VERY_HIGH tiles to a vent.
VENT_CHANCE_HIGHThe chance of ore spawning in a wall that is VENT_PROX_HIGH tiles to a vent.
VENT_CHANCE_MEDIUMThe chance of ore spawning in a wall that is VENT_PROX_MEDIUM tiles to a vent.
VENT_CHANCE_LOWThe chance of ore spawning in a wall that is VENT_PROX_LOW tiles to a vent.
VENT_CHANCE_FARThe chance of ore spawning in a wall that is VENT_PROX_FAR tiles to a vent.
ORE_WALL_VERY_HIGHThe amount of ore that is mined from a wall that is VENT_PROX_VERY_HIGH tiles to a vent.
ORE_WALL_HIGHThe amount of ore that is mined from a wall that is VENT_PROX_HIGH tiles to a vent.
ORE_WALL_MEDIUMThe amount of ore that is mined from a wall that is VENT_PROX_MEDIUM tiles to a vent.
ORE_WALL_LOWThe amount of ore that is mined from a wall that is VENT_PROX_LOW tiles to a vent.
ORE_WALL_FARThe amount of ore that is mined from a wall that is VENT_PROX_FAR tiles to a vent.
MINER_POINT_MULTIPLIERThe 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_MULTIPLIERThe 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 it's 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.