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

artifact_effect

Vars

activatedis our artifact is processing
activation_aura_costactivation cost for aura cast
activation_pulse_costactivation cost for pulse cast
activation_touch_costactivation cost for touch cast
artifact_idused in radiocarbon_spectrometer
current_chargecurrent ammount of charges
holderwhere are we
log_nameused for logs and science tool
maximum_chargesmaximum ammount of charges
rangeour effect range
recharge_speedour recharge speed, process in artifact
release_methodwhat is our energy release method
triggerour trigger to become activated
type_namepurely used for get_description

Procs

ToggleActivateInvokes async toggle artifact
create_artifact_typePicks artifact type. Chance is picked by weight
do_effect_auraTries to drain charge returns true if charge was drained, otherwise returns false
do_effect_destroyOnly called in artifact_unknown code on qdel
do_effect_pulseTries to drain charge returns true if charge was drained, otherwise returns false
do_effect_touchChecks for a user, anomaly protection, tries to drain artifact charg returns true if charge was drained, otherwise returns false
get_descriptionReturns type effect used in artifact analyser
toggle_artifact_effectStops/starts processing, updates artifact icon, displays visible_message
try_drain_chargeTries to subtract given number from current_charge returns true if the result above zero, returns false otherwise
turn_effect_offTurns effect off, no icon update, doesnt display message
update_moveUpdates effect on /move

Var Details

activated

is our artifact is processing

activation_aura_cost

activation cost for aura cast

activation_pulse_cost

activation cost for pulse cast

activation_touch_cost

activation cost for touch cast

artifact_id

used in radiocarbon_spectrometer

current_charge

current ammount of charges

holder

where are we

log_name

used for logs and science tool

maximum_charges

maximum ammount of charges

range

our effect range

recharge_speed

our recharge speed, process in artifact

release_method

what is our energy release method

trigger

our trigger to become activated

type_name

purely used for get_description

Proc Details

ToggleActivate

Invokes async toggle artifact

create_artifact_type

Picks artifact type. Chance is picked by weight

Arguments:

do_effect_aura

Tries to drain charge returns true if charge was drained, otherwise returns false

do_effect_destroy

Only called in artifact_unknown code on qdel

do_effect_pulse

Tries to drain charge returns true if charge was drained, otherwise returns false

do_effect_touch

Checks for a user, anomaly protection, tries to drain artifact charg returns true if charge was drained, otherwise returns false

Arguments:

get_description

Returns type effect used in artifact analyser

toggle_artifact_effect

Stops/starts processing, updates artifact icon, displays visible_message

Arguments:

try_drain_charge

Tries to subtract given number from current_charge returns true if the result above zero, returns false otherwise

Arguments:

turn_effect_off

Turns effect off, no icon update, doesnt display message

update_move

Updates effect on /move