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

colony_ore_thumper

Vars

callback_trackerKeeps track of the callback timer to make sure we don't have more than one
list_of_thumper_soundsList of the thumping sounds we can choose from
nearby_ore_limitWhat's the limit for ore near us? Counts by stacks, not individual amounts of ore
ore_spawn_rangeHow far away does ore spawn?
ore_spawn_valuesHow much of the listed types of ores should we spawn when spawning ore
ore_weight_listWeighted list of the ores we can spawn
slam_jamsHow many times we've slammed, counts up until the number is high enough to make a box of materials
slam_jams_neededHow many times we need to slam in order to produce a box of materials
soundloopOur looping fan sound that we play when turned on
thumpingAre we currently working?
undeploy_typeWhat do we undeploy into

Procs

cut_that_outAttempts to shut the thumper down
make_some_oreSpawns an ore box on top of the thumper
see_if_we_can_workChecks the turf we are on to make sure we are outdoors and on a misc turf
slam_it_downMakes the machine slam down, producing a box of ore if it has been slamming long enough
start_her_upAttempts turning the thumper on, failing if any of the conditions aren't met

Var Details

callback_tracker

Keeps track of the callback timer to make sure we don't have more than one

list_of_thumper_sounds

List of the thumping sounds we can choose from

nearby_ore_limit

What's the limit for ore near us? Counts by stacks, not individual amounts of ore

ore_spawn_range

How far away does ore spawn?

ore_spawn_values

How much of the listed types of ores should we spawn when spawning ore

ore_weight_list

Weighted list of the ores we can spawn

slam_jams

How many times we've slammed, counts up until the number is high enough to make a box of materials

slam_jams_needed

How many times we need to slam in order to produce a box of materials

soundloop

Our looping fan sound that we play when turned on

thumping

Are we currently working?

undeploy_type

What do we undeploy into

Proc Details

cut_that_out

Attempts to shut the thumper down

make_some_ore

Spawns an ore box on top of the thumper

see_if_we_can_work

Checks the turf we are on to make sure we are outdoors and on a misc turf

slam_it_down

Makes the machine slam down, producing a box of ore if it has been slamming long enough

start_her_up

Attempts turning the thumper on, failing if any of the conditions aren't met