Types/TurretAttackModifierPrototype: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Extends Types/ModifierPrototype. == Mandatory properties == Inherits all properties from Types/ModifierPrototype. === recipe === '''Type''': Types/string Protot...") |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 4: | Line 4: | ||
Inherits all properties from [[Types/ModifierPrototype]]. | Inherits all properties from [[Types/ModifierPrototype]]. | ||
=== | === turret_id === | ||
'''Type''': [[Types/string]] | '''Type''': [[Types/string]] | ||
Prototype name of the [[Prototype/ | Prototype name of the [[Prototype/Entity|entity]] that is affected. This also works for non-turrets such as tanks, however, the bonus does not appear in the entity's tooltips. | ||
=== modifier === | |||
'''Type''': [[Types/double]] | |||
Modification value. This will be added to the current turret attack modifier upon researching. |
Latest revision as of 02:12, 15 October 2022
Extends Types/ModifierPrototype.
Mandatory properties
Inherits all properties from Types/ModifierPrototype.
turret_id
Type: Types/string
Prototype name of the entity that is affected. This also works for non-turrets such as tanks, however, the bonus does not appear in the entity's tooltips.
modifier
Type: Types/double
Modification value. This will be added to the current turret attack modifier upon researching.