byond - Modules - TypesVar Details - Proc Details

egg

Vars

hivenumberWhich hive it belongs to
maturity_stageWhat maturity stage are we in
maturity_timeTime between two maturity stages
stage_ready_to_burstNumber of the last maturity stage before bursting
trigger_sizeHow far will targets trigger the burst

Procs

advance_maturityAdvance the maturity state by one, or set it to maturity
burstBursts the egg. Return TRUE if it bursts successfully, FALSE if it fails for any reason.
enemy_crossedSignal 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