Recipe Type: Manaweaving Pattern - Mithion/Mana-And-Artifice GitHub Wiki

Sample Recipe

{
	"type": "mna:manaweaving-pattern",
	"tier": 3,
	"pattern":
	[
		[  0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 ],
		[  0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 ],
		[  0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 ],
		[  0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 ],
		[  0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 ],
		[  1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ],
		[  0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0 ],
		[  0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 ],
		[  0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 ],
		[  0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 ],
		[  0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 ]
	]
}


Supported Properties

  • type: Must be "mna:manaweaving-pattern"
  • tier: Optional. The tier of the weaver required to draw this pattern. Defaults to 1.
  • pattern: The pattern of the weave. Must be 11x11, and a 1 represents a spot in the weave a player must draw, a 0 represents empty space.