Types/TurretAttackModifierPrototype: Difference between revisions

From Official Factorio Wiki
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...")
 
(actually document the correct modifier)
Line 4: Line 4:
Inherits all properties from [[Types/ModifierPrototype]].
Inherits all properties from [[Types/ModifierPrototype]].


=== recipe ===
=== turret_id ===
'''Type''': [[Types/string]]
'''Type''': [[Types/string]]


Prototype name of the [[Prototype/Recipe|recipe]] that is unlocked upon researching.
Prototype name of the [[Prototype/Enity|entity]] that is affected.
 
=== modifier ===
'''Type''': [[Types/double]]
 
Modification value. This will be added to the current turret attack modifier upon researching.

Revision as of 18:51, 9 June 2021

Extends Types/ModifierPrototype.

Mandatory properties

Inherits all properties from Types/ModifierPrototype.

turret_id

Type: Types/string

Prototype name of the entity that is affected.

modifier

Type: Types/double

Modification value. This will be added to the current turret attack modifier upon researching.