egg

Vars | |
hivenumber | Which hive it belongs to |
---|---|
maturity_stage | What maturity stage are we in |
maturity_time | Time between two maturity stages |
stage_ready_to_burst | Number of the last maturity stage before bursting |
trigger_size | How far will targets trigger the burst |
Procs | |
advance_maturity | Advance the maturity state by one, or set it to maturity |
burst | Bursts the egg. Return TRUE if it bursts successfully, FALSE if it fails for any reason. |
enemy_crossed | Signal handler to check if the atom moving nearby is an enemy |
Var Details
hivenumber

Which hive it belongs to
maturity_stage

What maturity stage are we in
maturity_time

Time between two maturity stages
stage_ready_to_burst

Number of the last maturity stage before bursting
trigger_size

How far will targets trigger the burst
Proc Details
advance_maturity
Advance the maturity state by one, or set it to maturity
burst
Bursts the egg. Return TRUE if it bursts successfully, FALSE if it fails for any reason.
enemy_crossed
Signal handler to check if the atom moving nearby is an enemy