simple_farm 
Vars | |
attached_atom | the atom the farm is attached to |
---|---|
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 |
Procs | |
create_harvest | will create a harvest of the seeds product, with a chance to create a mutated version |
decrease_cooldown | a proc that will decrease the amount of time it takes to be ready for harvest (at a maximum of 30 seconds, from a base of 1 minute) |
increase_yield | a proc that will increase the amount of items the crop could produce (at a maximum of 6, from base of 3) |
late_setup | used during the component so that it can move when it's 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
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
Proc Details
create_harvest
will create a harvest of the seeds product, with a chance to create a mutated version
decrease_cooldown
a proc that will decrease the amount of time it takes to be ready for harvest (at a maximum of 30 seconds, from a base of 1 minute)
increase_yield
a proc that will increase the amount of items the crop could produce (at a maximum of 6, from base of 3)
late_setup
used during the component so that it can move when it's attached atom moves
move_plant
a simple proc to forcemove the plant on top of the movable atom its attached to