robot_component 
Vars | |
| active_usage | Amount of power used for every action. Actions are module-specific. Actuator for each tile moved, etc. |
|---|---|
| external_type | The actual device object that has to be installed for this. |
| idle_usage | Amount of power used every MC tick. In joules. |
| installed | Installation status; not a bool, may be -1, 0 or 1. |
| max_damage | HP of this component. |
| wrapped | The wrapped device(e.g. radio), only set if external_type isn't null |
Var Details
active_usage 
Amount of power used for every action. Actions are module-specific. Actuator for each tile moved, etc.
external_type 
The actual device object that has to be installed for this.
idle_usage 
Amount of power used every MC tick. In joules.
installed 
Installation status; not a bool, may be -1, 0 or 1.
max_damage 
HP of this component.
wrapped 
The wrapped device(e.g. radio), only set if external_type isn't null