alien_embryo
Vars | |
incubation_deviation | The random deviation for how long the incubation period per stage will take, ranging from -15% to +15. NOTE! If you have a better name for this var, I'd love it |
---|---|
incubation_time_per_stage | How long it takes for an alien embryo to advance a stage in it's development |
last_stage_progress | Used to keep track of when incubation progressed to the next stage |
Procs | |
AttemptGrow | Time for incubation is increased or decreased by a deviation of 15%, then we check to see if we've passed the threshold to goto our next stage of development The actual deviation location, and where the magic happens If you managed to get this far, you deserve to be rewarded somewhat |
Var Details
incubation_deviation
The random deviation for how long the incubation period per stage will take, ranging from -15% to +15. NOTE! If you have a better name for this var, I'd love it
incubation_time_per_stage
How long it takes for an alien embryo to advance a stage in it's development
last_stage_progress
Used to keep track of when incubation progressed to the next stage
Proc Details
AttemptGrow
Time for incubation is increased or decreased by a deviation of 15%, then we check to see if we've passed the threshold to goto our next stage of development The actual deviation location, and where the magic happens If you managed to get this far, you deserve to be rewarded somewhat