Types/UnlockRecipeModifierPrototype: 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. === item === '''Type''': Types/string Name of...")
 
(moved correct doc here from Types/TurretAttackModifierPrototype)
Line 4: Line 4:
Inherits all properties from [[Types/ModifierPrototype]].
Inherits all properties from [[Types/ModifierPrototype]].


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


Name of a [[Prototype/Item]].
Prototype name of the [[Prototype/Recipe|recipe]] that is unlocked upon researching.
 
== Optional properties ==
 
=== count ===
'''Type''': [[Types/ItemCountType]]
 
'''Default''': 1
 
Most be > 0.

Revision as of 18:51, 9 June 2021

Extends Types/ModifierPrototype.

Mandatory properties

Inherits all properties from Types/ModifierPrototype.

recipe

Type: Types/string

Prototype name of the recipe that is unlocked upon researching.