resource
Simple event type that checks if you have a tool and after a retrieval delay adds loot to drone.
Vars | |
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 |
Procs | |
delay_finished | Can go back if something is left. |
get_description | Description 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