Template:MAMunlock

From Satisfactory Wiki
Jump to navigation Jump to search
Template-info.png Documentation
The MAMunlock template is used in the Obtaining section of parts and buildings under Unlocking. It displays that the part/building is unlocked in the M.A.M. using which parts in which research chain.

Usage

Parameters

Parameter Data Type Description
name String Name of the part or building to be used, if left blank pagename is used
plural Any If any non-blank value is entered, changes "is unlocked" to "are unlocked"
resourcescanner Any If any non-blank value is entered, changes "unlocked" to "added to the Resource Scanner"
chain Required Name of the research chain, without "research" or "research chain" (required)
ingredient1 String First part used for the research (required)
quantity1 Integer Amount of the first part (required)
ingredient2 String Second part used for the research
quantity2 Integer Amount of the second part
ingredient3 String Third part used for the research
quantity3 Integer Amount of the third part
ingredient4 String Fourth part used for the research
quantity4 Integer Amount of the fourth part
ingredient5 String Fifth part used for the research
quantity5 Integer Amount of the fifth part

Example

{{MAMunlock
|name = Nobelisk
|chain = Sulfur
|ingredient1 = Black Powder
|quantity1 = 100
|ingredient2 = Steel Beam
|quantity2 = 100
}}
Nobelisk is unlocked via the Sulfur Research chain in the MAM.png MAM using:
Black Powder.png
100
Steel Beam.png
100
{{MAMunlock
|name = Blade Runners
|plural = 1
|chain = Caterium
|ingredient1 = Quickwire
|quantity1 = 100
|ingredient2 = Modular Frame
|quantity2 = 10
}}
Blade Runners are unlocked via the Caterium Research chain in the MAM.png MAM using:
Quickwire.png
100
Modular Frame.png
10
{{MAMunlock
|name = {{ItemLink|Caterium Ore}}
|resourcescanner=1
|chain=Caterium
|ingredient1=Caterium Ore
|quantity1=10}}
 Caterium Ore is added to the Resource Scanner via the Caterium Research chain in the MAM.png MAM using:
Caterium Ore.png
10