fauna_bomb 
Vars | |
charge | Current level of charge. |
---|---|
charge_speed | Amount of charge that regenerates every SSobj process. |
choose_target_timer | Timer of choosing target. |
chooser | Client of somebody, who needs to choose target. |
core | Inserted atmospheric cnomaly core. |
created_mobs | List of already created and still alive mobs. |
cur_choosing | Number of current target choosing. Used to not stop choosing because of multiclicks. |
current_target | Current choosen target. |
datas | List of saved mob datas. |
in_choose_mode | If true, owner is choosing someone right now. |
last_command | Last command that was given. (attack/go/stop) null == stop |
max_charge | Max level of charge, that can be stored. Depends of inserted core and created mobs. |
owner | A mob that currently carries src with it. |
scan_num | Number of all scans. Used for generating keys for datas. |
used_charge | Used level of max_charge. |
Var Details
charge 
Current level of charge.
charge_speed 
Amount of charge that regenerates every SSobj process.
choose_target_timer 
Timer of choosing target.
chooser 
Client of somebody, who needs to choose target.
core 
Inserted atmospheric cnomaly core.
created_mobs 
List of already created and still alive mobs.
cur_choosing 
Number of current target choosing. Used to not stop choosing because of multiclicks.
current_target 
Current choosen target.
datas 
List of saved mob datas.
in_choose_mode 
If true, owner is choosing someone right now.
last_command 
Last command that was given. (attack/go/stop) null == stop
max_charge 
Max level of charge, that can be stored. Depends of inserted core and created mobs.
owner 
A mob that currently carries src with it.
scan_num 
Number of all scans. Used for generating keys for datas.
used_charge 
Used level of max_charge.