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

artifact

Vars

artifact_type_idThe id of the of artifact type, determined in init_artifact_type()
being_usedis artifact busy right now, used it harvester code
first_effectartifact first effect
last_time_touchedlast time mob touched us
max_integrityour health
need_initdoes our artifact needs an init, dont forget to init turfs in prebuilt artifacts if needed
resistance_flagsno accident lava or acid destruction
scan_delayhow often do we scan
secondary_effectartifact second effect
touch_cooldowntouch cooldown to prevent spam in /bumped

Procs

check_for_volatileChecks if container has reagent, which is in volatile_reagents global list
do_destroy_effectsCalls first and second effect's do_effect_destroy()
get_scanIf you try to scan using handheld scanner - you get nothing but fluff text
init_artifact_typePicks random artifact icon, changes its name, description
toggle_effects_offTries to turn the artifact effects off.
toggle_effects_onTries to turn the artifact effects on.
try_toggle_effectsTries to turn the artifact effects on. Invokes async procs
try_turn_on_effectTries to turn on single effect

Var Details

artifact_type_id

The id of the of artifact type, determined in init_artifact_type()

being_used

is artifact busy right now, used it harvester code

first_effect

artifact first effect

last_time_touched

last time mob touched us

max_integrity

our health

need_init

does our artifact needs an init, dont forget to init turfs in prebuilt artifacts if needed

resistance_flags

no accident lava or acid destruction

scan_delay

how often do we scan

secondary_effect

artifact second effect

touch_cooldown

touch cooldown to prevent spam in /bumped

Proc Details

check_for_volatile

Checks if container has reagent, which is in volatile_reagents global list

Arguments:

do_destroy_effects

Calls first and second effect's do_effect_destroy()

get_scan

If you try to scan using handheld scanner - you get nothing but fluff text

Arguments:

init_artifact_type

Picks random artifact icon, changes its name, description

toggle_effects_off

Tries to turn the artifact effects off.

Arguments:

toggle_effects_on

Tries to turn the artifact effects on.

Arguments:

try_toggle_effects

Tries to turn the artifact effects on. Invokes async procs

Arguments:

try_turn_on_effect

Tries to turn on single effect

Arguments: