name | :: R string | Name of this equipment. |
Name of this equipment. | ||
ghost_name new | :: R string | Name of the equipment contained in this ghost |
Name of the equipment contained in this ghost | ||
type | :: R string | Type of this equipment. |
Type of this equipment. | ||
ghost_type new | :: R string | Type of the equipment contained in this ghost. |
Type of the equipment contained in this ghost. | ||
quality new | :: R LuaQualityPrototype | Quality of this equipment. |
Quality of this equipment. | ||
position | :: R EquipmentPosition | Position of this equipment in the equipment grid. |
Position of this equipment in the equipment grid. | ||
shape | :: R table | Shape of this equipment. |
Shape of this equipment. | ||
shield | :: RW double | Current shield value of the equipment. [...] |
Current shield value of the equipment. [...] | ||
max_shield | :: R double | Maximum shield value. |
Maximum shield value. | ||
max_solar_power | :: R double | Maximum solar power generated. |
Maximum solar power generated. | ||
movement_bonus | :: R double | Movement speed bonus. |
Movement speed bonus. | ||
generator_power | :: R double | Energy generated per tick. |
Energy generated per tick. | ||
energy | :: RW double | Current available energy. |
Current available energy. | ||
max_energy | :: R double | Maximum amount of energy that can be stored in this equipment. |
Maximum amount of energy that can be stored in this equipment. | ||
prototype | :: R LuaEquipmentPrototype | |
ghost_prototype new | :: R LuaEquipmentPrototype | The prototype of the equipment contained in this ghost. |
The prototype of the equipment contained in this ghost. | ||
burner | :: R LuaBurner? | The burner energy source for this equipment, if any. |
The burner energy source for this equipment, if any. | ||
to_be_removed new | :: R boolean | If this equipment is marked to be removed. |
If this equipment is marked to be removed. | ||
valid | :: R boolean | Is this object valid? [...] |
Is this object valid? [...] | ||
object_name | :: R string | The class name of this object. [...] |
The class name of this object. [...] |