Prototype/EnergyShieldEquipment: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Created page with "== Basics == Extends Prototype/Equipment. == Mandatory properties == This prototype inherits all the properties from Prototype/Equipment. === max_shield_value === ''...")
 
m (typo)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Basics ==
{{Prototype parent|Prototype/Equipment}}
Extends [[Prototype/Equipment]].
Used by [[Energy shield]].
 
{{Prototype TOC|energy-shield-equipment}}


== Mandatory properties ==
== Mandatory properties ==
This prototype inherits all the properties from [[Prototype/Equipment]].
This prototype inherits all the properties from [[Prototype/Equipment]].


=== max_shield_value ===
{{Prototype property|max_shield_value|[[Types/float|float]]}}
'''Type''': [[Types/float]]


=== energy_per_shield ===
{{Prototype property|energy_per_shield|[[Types/Energy|Energy]]}}
'''Type''': [[Types/Energy]]

Latest revision as of 20:49, 27 July 2019

Prototype definitions » PrototypeBase » Prototype/Equipment » Prototype/EnergyShieldEquipment


Used by Energy shield.


Prototype/EnergyShieldEquipment — energy-shield-equipment
energy_per_shield::Energy
max_shield_value::float
Inherited from Prototype/Equipment
categories::table of string
energy_source::EnergySource
shape::EquipmentShape
sprite::Sprite
background_border_color::Color (optional)
background_color::Color (optional)
grabbed_background_color::Color (optional)
take_result::string (optional)
Inherited from PrototypeBase
name::string
type::string
localised_description::LocalisedString (optional)
localised_name::LocalisedString (optional)
order::Order (optional)

Mandatory properties

This prototype inherits all the properties from Prototype/Equipment.

max_shield_value

Type: float

energy_per_shield

Type: Energy