singularity_stage
Vars | |
consume_range | What is the feeding range of a singularity at this stage? |
---|---|
dissipates_over_time | If true, the singularity will lose energy in Process(). |
dissipation_energy_loss | How much energy do we lose when we dissipate? |
event_chance | What is the percent chance of an event each tick? |
footprint | What is the effective physical size of this singularity? |
grav_pull | What is the pull range of a singularity at this stage? |
icon | What icon should the singularity use at this stage? |
icon_state | What icon_state should the singularity use at this stage? |
max_energy | What is the maximum singularity energy to stay at this sage? |
min_energy | What is the minimum singularity energy to reach this sage? |
pixel_x | What x offset should the singularity use at this stage? |
pixel_y | What y offset should the singularity use at this stage? |
stage_size | What is the numerical size of this singularity? |
ticks_between_dissipations | How many Process() ticks do we have between dissipations? |
ticks_since_last_dissipation | A counter variable for how many ticks we are along the dissipation. |
wander | Will we wander around? |
Var Details
consume_range
What is the feeding range of a singularity at this stage?
dissipates_over_time
If true, the singularity will lose energy in Process().
dissipation_energy_loss
How much energy do we lose when we dissipate?
event_chance
What is the percent chance of an event each tick?
footprint
What is the effective physical size of this singularity?
grav_pull
What is the pull range of a singularity at this stage?
icon
What icon should the singularity use at this stage?
icon_state
What icon_state should the singularity use at this stage?
max_energy
What is the maximum singularity energy to stay at this sage?
min_energy
What is the minimum singularity energy to reach this sage?
pixel_x
What x offset should the singularity use at this stage?
pixel_y
What y offset should the singularity use at this stage?
stage_size
What is the numerical size of this singularity?
ticks_between_dissipations
How many Process() ticks do we have between dissipations?
ticks_since_last_dissipation
A counter variable for how many ticks we are along the dissipation.
wander
Will we wander around?