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

resource

Simple event type that checks if you have a tool and after a retrieval delay adds loot to drone.

Vars

amountHow many times can this be extracted
has_tool_descriptionDescription shown when you have the necessary tool
loot_typeWhat you get out of it, either /obj path or adventure_loot_generator id
no_tool_descriptionDescription shown when you don't have the tool
required_toolTool type required to recover this resource
success_logMessage logged on success

Procs

delay_finishedCan go back if something is left.
get_descriptionDescription shown below image

Var Details

amount

How many times can this be extracted

has_tool_description

Description shown when you have the necessary tool

loot_type

What you get out of it, either /obj path or adventure_loot_generator id

no_tool_description

Description shown when you don't have the tool

required_tool

Tool type required to recover this resource

success_log

Message logged on success

Proc Details

delay_finished

Can go back if something is left.

get_description

Description shown below image