seed
Vars | |
possessable | If mob, whether players can possess |
---|---|
product_type | Used when product isn't under /food/snacks/grown (e.g. simplemobs, aquaculture). |
Procs | |
get_potency_curve | Returns between 0 and 1 along an approximate log curve for potency up to 200 |
randomize | Creates a random seed. MAKE SURE THE LINE HAS DIVERGED BEFORE THIS IS CALLED. |
Var Details
possessable
If mob, whether players can possess
product_type
Used when product isn't under /food/snacks/grown (e.g. simplemobs, aquaculture).
Proc Details
get_potency_curve
Returns between 0 and 1 along an approximate log curve for potency up to 200
randomize
Creates a random seed. MAKE SURE THE LINE HAS DIVERGED BEFORE THIS IS CALLED.
Parameters:
native_gasses
- List ofGAS_*
entries used to randomizeconsume_gasses
andexude_gasses
. This parameter is modified by the proc so make sure you pass.Copy()
as relevant if you don't want gasses removed from your lists.