<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.deeznuts.wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3ACrafting_Pattern</id>
	<title>Template:Crafting Pattern - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.deeznuts.wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3ACrafting_Pattern"/>
	<link rel="alternate" type="text/html" href="https://wiki.deeznuts.wiki/index.php?title=Template:Crafting_Pattern&amp;action=history"/>
	<updated>2026-09-22T00:00:50Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.5</generator>
	<entry>
		<id>https://wiki.deeznuts.wiki/index.php?title=Template:Crafting_Pattern&amp;diff=2212&amp;oldid=prev</id>
		<title>Wvaske: Crafting patterns: add Cargo row template storing known designs into the Patterns table</title>
		<link rel="alternate" type="text/html" href="https://wiki.deeznuts.wiki/index.php?title=Template:Crafting_Pattern&amp;diff=2212&amp;oldid=prev"/>
		<updated>2026-09-13T03:18:06Z</updated>

		<summary type="html">&lt;p&gt;Crafting patterns: add Cargo row template storing known designs into the Patterns table&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;includeonly&amp;gt;{{#cargo_store:_table=Patterns&lt;br /&gt;
|pattern={{{pattern|}}}&lt;br /&gt;
|tool={{{tool|}}}&lt;br /&gt;
|crafter={{{crafter|}}}&lt;br /&gt;
|item_type={{{item_type|}}}&lt;br /&gt;
|rarities={{{rarities|}}}&lt;br /&gt;
|accepts={{{accepts|}}}&lt;br /&gt;
|facility={{{facility|}}}&lt;br /&gt;
|status={{{status|Known}}}&lt;br /&gt;
|description={{{description|}}}&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;{{{pattern|}}}&amp;#039;&amp;#039;&amp;#039; || {{{tool|}}}{{#if:{{{crafter|}}}| — {{{crafter}}}|}} || {{{item_type|}}} || {{{rarities|}}} || &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;{{#arraymap:{{{accepts|}}}|,|@@@@|[{{fullurl:Find Components|pfRunQueryFormName=Component+Search&amp;amp;wpRunQuery=true&amp;amp;Component_Search%5Beffects%5D={{urlencode:@@@@|QUERY}}}} @@@@]|&amp;amp;#32;•&amp;amp;#32;}}&amp;lt;/span&amp;gt; || {{#if:{{{description|}}}|{{{description}}}|&amp;amp;mdash;}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{#cargo_declare:_table=Patterns&lt;br /&gt;
|pattern=String&lt;br /&gt;
|tool=String&lt;br /&gt;
|crafter=String&lt;br /&gt;
|item_type=List (,) of String&lt;br /&gt;
|rarities=List (,) of String&lt;br /&gt;
|accepts=List (,) of String (allowed values={{Harvest Effect Values}})&lt;br /&gt;
|facility=String&lt;br /&gt;
|status=String&lt;br /&gt;
|description=Wikitext&lt;br /&gt;
}}&lt;br /&gt;
One &amp;#039;&amp;#039;&amp;#039;crafting pattern&amp;#039;&amp;#039;&amp;#039; — a known design the party can build under the [[Crafting via Commission or Bastion|five gates]]. Stores into the [[Special:CargoTables|Cargo]] table &amp;#039;&amp;#039;&amp;#039;Patterns&amp;#039;&amp;#039;&amp;#039; and renders one wikitable row. Wrap a run of these with [[Template:Pattern Table Header]] and [[Template:Harvest Table End]].&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Parameters&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* &amp;lt;code&amp;gt;pattern&amp;lt;/code&amp;gt; — the design&amp;#039;s name (unique).&lt;br /&gt;
* &amp;lt;code&amp;gt;tool&amp;lt;/code&amp;gt; — the tool whose proficiency grants and works the pattern; &amp;lt;code&amp;gt;crafter&amp;lt;/code&amp;gt; — the party&amp;#039;s current hands for it (display text).&lt;br /&gt;
* &amp;lt;code&amp;gt;item_type&amp;lt;/code&amp;gt; — comma list from &amp;lt;code&amp;gt;Potion, Poison, Bomb, Scroll, Wand, Staff, Wondrous, Armor, Weapon&amp;lt;/code&amp;gt;.&lt;br /&gt;
* &amp;lt;code&amp;gt;rarities&amp;lt;/code&amp;gt; — comma list of the tiers the pattern can be built at (e.g. &amp;lt;code&amp;gt;Uncommon, Rare, Very Rare&amp;lt;/code&amp;gt;); the primary component and CV spent pick the tier at the bench.&lt;br /&gt;
* &amp;lt;code&amp;gt;accepts&amp;lt;/code&amp;gt; — the effect tags a &amp;#039;&amp;#039;&amp;#039;primary component&amp;#039;&amp;#039;&amp;#039; must carry, from [[Template:Harvest Effect Values]]. Each renders as a link to a prefilled [[Find Components]] search, so a pattern row shows what in the bank can feed it.&lt;br /&gt;
* &amp;lt;code&amp;gt;facility&amp;lt;/code&amp;gt; — Forge / Tannery / Laboratory / Arcane Study.&lt;br /&gt;
* &amp;lt;code&amp;gt;status&amp;lt;/code&amp;gt; — &amp;lt;code&amp;gt;Known&amp;lt;/code&amp;gt; (default), &amp;lt;code&amp;gt;Discoverable&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;Locked&amp;lt;/code&amp;gt;.&lt;br /&gt;
* &amp;lt;code&amp;gt;description&amp;lt;/code&amp;gt; — one line: what comes off the bench and how it scales.&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wvaske</name></author>
	</entry>
</feed>