plant species name
Vars | |
dont_rename_crop | Don't rename the crop after the plant. |
---|---|
force_seed_on_harvest | an override on 1 so plants like synthmeat can give seeds. an override on -1 so plants like creeper don't give seeds at all. |
innate_commuts | What kind of mutations should every seed of this plant receive when it is generated |
Procs | |
HYPget_growth_stage | This proc returns the theoretical growth stage of the plant with (optional) passed_plantgenes and a given growth |
HYPget_growth_to_growing | this proc returns the time needed for the plant with (optional) passed_plantgenes to reach the "growing"-stage |
HYPget_growth_to_harvestable | this proc returns the time needed for the plant with (optional) passed_plantgenes to reach the "harvestable"-stage |
HYPget_growth_to_matured | this proc returns the time needed for the plant with (optional) passed_plantgenes to reach the "matured"-stage |
Var Details
dont_rename_crop
Don't rename the crop after the plant.
force_seed_on_harvest
an override on 1 so plants like synthmeat can give seeds. an override on -1 so plants like creeper don't give seeds at all.
innate_commuts
What kind of mutations should every seed of this plant receive when it is generated
Proc Details
HYPget_growth_stage
This proc returns the theoretical growth stage of the plant with (optional) passed_plantgenes and a given growth
HYPget_growth_to_growing
this proc returns the time needed for the plant with (optional) passed_plantgenes to reach the "growing"-stage
HYPget_growth_to_harvestable
this proc returns the time needed for the plant with (optional) passed_plantgenes to reach the "harvestable"-stage
HYPget_growth_to_matured
this proc returns the time needed for the plant with (optional) passed_plantgenes to reach the "matured"-stage