/tg/ Station 13 - Modules - TypesVar Details - Proc Details

geyser

A lavaland geyser that spawns chems and can be mining scanned for points. Made to work with the plumbing pump to extract that sweet rare nectar

Vars

discoveredHave we been discovered with a mining scanner?
discovery_messagethe message given when you discover this geyser.
erupting_stateset to null to get it greyscaled from "[icon_state]_soup". Not very usable with the whole random thing, but more types can be added if you change the spawn prob
max_volumemaximum volume
point_valueHow many points we grant to whoever discovers us
potencyhow much reagents we add every process (2 seconds)
reagent_idwhat chem do we produce?
start_volumehow much we start with after getting activated
true_namewhat's our real name that will show upon discovery? null to do nothing

Procs

start_chemmingstart producing chems, should be called just once

Var Details

discovered

Have we been discovered with a mining scanner?

discovery_message

the message given when you discover this geyser.

erupting_state

set to null to get it greyscaled from "[icon_state]_soup". Not very usable with the whole random thing, but more types can be added if you change the spawn prob

max_volume

maximum volume

point_value

How many points we grant to whoever discovers us

potency

how much reagents we add every process (2 seconds)

reagent_id

what chem do we produce?

start_volume

how much we start with after getting activated

true_name

what's our real name that will show upon discovery? null to do nothing

Proc Details

start_chemming

start producing chems, should be called just once