Space Station 13 - Modules - TypesVar Details - Proc Details

gorilla

Vars

carriable_cacheTypecache of all the types we can pick up and carry
crate_limitThe max number of crates we can carry
crates_in_handA lazylist of all crates we are carrying
dismember_chanceChance to dismember while unconcious
is_bipedalIs the gorilla stood up or not?
stamina_damageAmount of stamina lost on a successful hit
throw_onhitChance of doing the throw or stamina damage, along with the flat damage amount

Procs

drop_all_cratesDrops all the crates in our crate list.
drop_random_crateDrops one random crates from our crate list.
get_target_bodypartsReturns null when the target is not an unconscious carbon mob; a list of limbs (possibly empty) otherwise.

Var Details

carriable_cache

Typecache of all the types we can pick up and carry

crate_limit

The max number of crates we can carry

crates_in_hand

A lazylist of all crates we are carrying

dismember_chance

Chance to dismember while unconcious

is_bipedal

Is the gorilla stood up or not?

stamina_damage

Amount of stamina lost on a successful hit

throw_onhit

Chance of doing the throw or stamina damage, along with the flat damage amount

Proc Details

drop_all_crates

Drops all the crates in our crate list.

drop_random_crate

Drops one random crates from our crate list.

get_target_bodyparts

Returns null when the target is not an unconscious carbon mob; a list of limbs (possibly empty) otherwise.