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

goose_vomit

Handles iteratively emptying our stomach

Vars

elapsed_timeHow long have we spent vomiting?
move_chanceChance to step in a random direction
vomit_durationHow long do we vomit for?
vomit_item_chanceChance to produce an item per tick

Procs

hurl_itemProduce an item from our inventory
make_messMake a mess
on_owner_diedDon't keep vomiting from beyond the grave
on_owner_movedFor good measure we'll spit up every time we take a step too
vomit_finaleStop fucking around and get the rest of it out
vomit_iterativelyOne to come up

Var Details

elapsed_time

How long have we spent vomiting?

move_chance

Chance to step in a random direction

vomit_duration

How long do we vomit for?

vomit_item_chance

Chance to produce an item per tick

Proc Details

hurl_item

Produce an item from our inventory

make_mess

Make a mess

on_owner_died

Don't keep vomiting from beyond the grave

on_owner_moved

For good measure we'll spit up every time we take a step too

vomit_finale

Stop fucking around and get the rest of it out

vomit_iteratively

One to come up