Bluespace Harvester
A station goal that consumes enormous amounts of power to generate (mostly fluff) rewards
A machine that takes power each tick, generates points based on it and lets you spend those points on rewards. A certain amount of points has to be generated for the station goal to count as completed.
Vars | |
active_nether_portals | When event triggers this will hold references to all portals so we can fix the sprite after they're broken |
---|---|
auto_shutdown | Whether or not auto shutdown will engage when portals open |
desired_mining_power | The power you WANT the machine to use for mining. It will try to match this. (Watts) |
mined_points | Points mined this cycle |
mining_power | The amount of power being used for mining at the moment (Watts) |
points | Available mining points |
product_list | list of possible products |
spawning | The amount of portals waiting to be spawned. Used mostly for UI and icon stuff. |
stabilizer_power | Amount of power the stabilizers consume (Watts) |
stabilizer_priority | Whether or not mining power will be prevented from exceedingn stabilizer power |
stabilizers | Whether or not stabilizers will engage to prevent or reduce the chance of portals opening |
total_points | The total points earned by this machine so far, for tracking station goal and highscore |
Procs | |
produce | Produces the product with the desired key and increases product cost accordingly |
set_power | Sets the desired mining power (Watts) |
Var Details
active_nether_portals
When event triggers this will hold references to all portals so we can fix the sprite after they're broken
auto_shutdown
Whether or not auto shutdown will engage when portals open
desired_mining_power
The power you WANT the machine to use for mining. It will try to match this. (Watts)
mined_points
Points mined this cycle
mining_power
The amount of power being used for mining at the moment (Watts)
points
Available mining points
product_list
list of possible products
spawning
The amount of portals waiting to be spawned. Used mostly for UI and icon stuff.
stabilizer_power
Amount of power the stabilizers consume (Watts)
stabilizer_priority
Whether or not mining power will be prevented from exceedingn stabilizer power
stabilizers
Whether or not stabilizers will engage to prevent or reduce the chance of portals opening
total_points
The total points earned by this machine so far, for tracking station goal and highscore
Proc Details
produce
Produces the product with the desired key and increases product cost accordingly
set_power
Sets the desired mining power (Watts)
Sets the desired mining power, that the machine tries to reach if there is enough power for it. Note that it does NOT change the actual mining power directly. Arguments:
- t_power - The power we try to set it at, between 0 and max_level