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

loomable

Element that makes items turn into other items when you use them on a loom (or any other thing really if you change the var)

Vars

loom_timeHow long it takes to loom the item
loom_typeWhat thing we look for triggering the loom process (usually a loom)
process_completion_verbWhat verb best fits the action of processing whatever the item is, for example "spun [thing]"
required_amountHow much of item do we need to loom, will be ignored if item isnt a stack
resulting_atomWhat will spawn when the item is loomed
target_needs_anchoringIf the target needs to be anchored

Procs

loom_meIf a do_after of the specified loom_time passes, will create a new one of resulting_atom and either delete the item, or .use the required amount if its a stack
on_examineAdds an examine blurb to the description of any item that can be loomed
try_and_loom_meChecks if the thing we clicked on can be used as a loom, and if we can actually loom the source at present (an example being does the stack have enough in it (if its a stack))

Var Details

loom_time

How long it takes to loom the item

loom_type

What thing we look for triggering the loom process (usually a loom)

process_completion_verb

What verb best fits the action of processing whatever the item is, for example "spun [thing]"

required_amount

How much of item do we need to loom, will be ignored if item isnt a stack

resulting_atom

What will spawn when the item is loomed

target_needs_anchoring

If the target needs to be anchored

Proc Details

loom_me

If a do_after of the specified loom_time passes, will create a new one of resulting_atom and either delete the item, or .use the required amount if its a stack

on_examine

Adds an examine blurb to the description of any item that can be loomed

try_and_loom_me

Checks if the thing we clicked on can be used as a loom, and if we can actually loom the source at present (an example being does the stack have enough in it (if its a stack))