nuke_disk_generator

Vars | |
busy | Check if someone is printing already |
---|---|
completed_segments | What segment we are on, (once this hits total, disk is printed) |
current_overclock_multiplier | Current power boost right now; set to 1 if disabled |
current_timer | The current ID of the timer running |
disk_color | For designating minimap color icon |
disk_type | The type of disk we're printing |
message | The flavor message that shows up in the UI upon segment completion |
printing_time | Time to print a disk |
running | Is a segment currently running? |
segment_time | Time needed for the machine to generate the disc |
start_time | Time to start a segment |
total_segments | Total number of times the hack is required |
Procs | |
toggle_power_overclocking | Enables/disables the overclock boost when colony power is active |
update_minimap_icon | Change minimap icon if its on or off |
Var Details
busy

Check if someone is printing already
completed_segments

What segment we are on, (once this hits total, disk is printed)
current_overclock_multiplier

Current power boost right now; set to 1 if disabled
current_timer

The current ID of the timer running
disk_color

For designating minimap color icon
disk_type

The type of disk we're printing
message

The flavor message that shows up in the UI upon segment completion
printing_time

Time to print a disk
running

Is a segment currently running?
segment_time

Time needed for the machine to generate the disc
start_time

Time to start a segment
total_segments

Total number of times the hack is required
Proc Details
toggle_power_overclocking
Enables/disables the overclock boost when colony power is active
update_minimap_icon
Change minimap icon if its on or off