/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 its 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.
GIBTONITE_QUALITY_HIGHGibtonite was deactivated right before it could explode
GIBTONITE_QUALITY_MEDIUMGibtonite was deactivated a few seconds before it could explode
GIBTONITE_QUALITY_LOWGibtonite was deactivated right after it was struck.
WAVE_DURATION_SMALLDuration for wave defense for a small vent.
WAVE_DURATION_MEDIUMDuration for wave defense for a medium vent.
WAVE_DURATION_LARGEDuration for wave defense for a large vent.
PLATFORM_LIFE_DEFAULTLifetime of a boulder platform in seconds when spawned in lava/plasma.
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.
ORE_VEIN_CLUSTERRound ore cluster
ORE_VEIN_SCATTERRandomly scattered ore
ORE_VEIN_PLAINA straight or slightly bent uneven line
ORE_VEIN_BRANCHA branching tree-like vein
ORE_CHANCE_PRECISIONMaximum 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.