gorilla  
| Vars | |
| 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 | 
| Procs | |
| 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. | 
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.