simple_farm 
Vars | |
attached_atom | the atom the farm is attached to |
---|---|
bonus_potency | the extra potency applied to the seed |
farm_level | the farm level we're at |
harvest_cooldown | the cooldown amount between each harvest |
max_harvest | the max amount harvested from the plants |
planted_seed | the seed that is held within |
stored_worms | The amount of worms we're storing |
Procs | |
create_harvest | will create a harvest of the seeds product, with a chance to create a mutated version |
late_setup | used during the component so that it can move when its attached atom moves |
move_plant | a simple proc to forcemove the plant on top of the movable atom its attached to |
Var Details
attached_atom 
the atom the farm is attached to
bonus_potency 
the extra potency applied to the seed
farm_level 
the farm level we're at
harvest_cooldown 
the cooldown amount between each harvest
max_harvest 
the max amount harvested from the plants
planted_seed 
the seed that is held within
stored_worms 
The amount of worms we're storing
Proc Details
create_harvest
will create a harvest of the seeds product, with a chance to create a mutated version
late_setup
used during the component so that it can move when its attached atom moves
move_plant
a simple proc to forcemove the plant on top of the movable atom its attached to