artifact 
Vars | |
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 |
Procs | |
check_for_volatile | Checks if container has reagent, which is in volatile_reagents global list |
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 |
init_artifact_type | Picks random artifact icon, changes its name, description |
toggle_effects_off | Tries to turn the artifact effects off. |
toggle_effects_on | Tries to turn the artifact effects on. |
try_toggle_effects | Tries to turn the artifact effects on. Invokes async procs |
try_turn_on_effect | Tries 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:
- container - container to check
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:
- user - misguided soul, wishing for knowledge, but shall he receive nothing, but fluff text
- scanner - wretched tool, used to carve path to the artifact's lore
init_artifact_type
Picks random artifact icon, changes its name, description
toggle_effects_off
Tries to turn the artifact effects off.
Arguments:
- trigger - trigger type(TRIGGER_WATER, TRIGGER_ENERGY, etc)
toggle_effects_on
Tries to turn the artifact effects on.
Arguments:
- trigger - trigger type(TRIGGER_WATER, TRIGGER_ENERGY, etc)
try_toggle_effects
Tries to turn the artifact effects on. Invokes async procs
Arguments:
- trigger - trigger type(TRIGGER_WATER, TRIGGER_ENERGY, etc)
try_turn_on_effect
Tries to turn on single effect
Arguments:
- trigger - trigger type(TRIGGER_WATER, TRIGGER_ENERGY, etc)
- current_effect - the effect we try to activate
- announce_triggered - to show or not to show the activation message