morph 
Vars | |
ambush_damage | How much damage a successful ambush attack does |
---|---|
ambush_prepared | If the morph is ready to perform an ambush |
ambush_spell | The ambush action used by the morph |
ambush_weaken | How much weaken a successful ambush attack applies |
can_reproduce | If the morph can reproduce or not |
gathered_food | How much the morph has gathered in terms of food. Used to reproduce and such |
mimic_spell | The spell the morph uses to morph |
morphed | If the morph is disguised or not |
pass_airlock_spell | The spell the morph uses to pass through airlocks |
Procs | |
add_food | Adds the given amount of food to the gathered food and updates the actions. Does not include a check to see if it goes below 0 or not |
enable_reproduce | This proc enables or disables morph reproducing ability |
Var Details
ambush_damage 
How much damage a successful ambush attack does
ambush_prepared 
If the morph is ready to perform an ambush
ambush_spell 
The ambush action used by the morph
ambush_weaken 
How much weaken a successful ambush attack applies
can_reproduce 
If the morph can reproduce or not
gathered_food 
How much the morph has gathered in terms of food. Used to reproduce and such
mimic_spell 
The spell the morph uses to morph
morphed 
If the morph is disguised or not
pass_airlock_spell 
The spell the morph uses to pass through airlocks
Proc Details
add_food
Adds the given amount of food to the gathered food and updates the actions. Does not include a check to see if it goes below 0 or not
enable_reproduce
This proc enables or disables morph reproducing ability
Arguments
- boolean - TRUE = enabled, FALSE = disabled