mining_drill 
Vars | |
| EFFICIENCY_EXPONENT | Determines how much less energy each capacitor rating reduces. Every capacitor after the first reduces the power draw by this amount each time. |
|---|---|
| MINIMUM_SUPPORT_NUMBER | How many braces are required for the drill to operate. |
| contained_ore | Ore that is presently inside of the drill, ready to be extracted. |
| current_turf | The turf that the drill is presently mining. |
| drill_radius | The radius for the drill to use when populating turfs_to_mine. Upgraded with scanning modules. |
| efficiency_rating | Modifies how much energy is required to extract one piece of ore, with diminishing returns for higher values. Upgraded with capacitors. |
| mining_speed | How fast the drill mines out the ore contained within turfs_to_mine. Faster speed requires more power. Upgraded with micro lasers. |
| ore_capacity | The ore capacity for the drill. The drill will stop mining if it gets full. Upgraded with matter bins. |
| state_machine | The drill's FSM, keeping track of which state the drill is currently in. |
| supports | Drill supports presently connected to the drill head. |
| turfs_to_mine | List of turfs that the drill will attempt to mine. |
Var Details
EFFICIENCY_EXPONENT 
Determines how much less energy each capacitor rating reduces. Every capacitor after the first reduces the power draw by this amount each time.
MINIMUM_SUPPORT_NUMBER 
How many braces are required for the drill to operate.
contained_ore 
Ore that is presently inside of the drill, ready to be extracted.
current_turf 
The turf that the drill is presently mining.
drill_radius 
The radius for the drill to use when populating turfs_to_mine. Upgraded with scanning modules.
efficiency_rating 
Modifies how much energy is required to extract one piece of ore, with diminishing returns for higher values. Upgraded with capacitors.
mining_speed 
How fast the drill mines out the ore contained within turfs_to_mine. Faster speed requires more power. Upgraded with micro lasers.
ore_capacity 
The ore capacity for the drill. The drill will stop mining if it gets full. Upgraded with matter bins.
state_machine 
The drill's FSM, keeping track of which state the drill is currently in.
supports 
Drill supports presently connected to the drill head.
turfs_to_mine 
List of turfs that the drill will attempt to mine.