Difference between revisions of "Template:Acquired from test"

From Stoneshard wiki
Jump to navigation Jump to search
(update to current version)
(updated logic to 0.9.3.13, still need to add new merchants added after City of Gold)
Line 7: Line 7:
-->{{#vardefine:Datastring|{{:{{#var:Datapage}}|{{ROOTPAGENAME}}}}}}<!--
-->{{#vardefine:Datastring|{{:{{#var:Datapage}}|{{ROOTPAGENAME}}}}}}<!--
--><!-- Load item data into variables, temporary solution for armor and weapons only --><!--
--><!-- Load item data into variables, temporary solution for armor and weapons only --><!--
-->{{#ifeq:{{#var:Datapage}}|Armor_data|{{#vardefine:Material|{{lc:{{#explode: {{#var:Datastring}}|;|5}}}}}}|{{#vardefine:Material|{{lc:{{#explode: {{#var:Datastring}}|;|3}}}}}}}}<!--
-->{{#ifeq:{{#var:Datapage}}|Armor_data|{{#vardefine:Material|{{lc:{{#explode: {{#var:Datastring}}|;|5}}}}}}|{{#vardefine:Material|{{lc:{{#explode: {{#var:Datastring}}|;|4}}}}}}}}<!--
-->{{#ifeq:{{#var:Datapage}}|Armor_data|{{#vardefine:Tags|{{lc:{{#explode: {{#var:Datastring}}|;|72}}}}}}|{{#vardefine:Tags|{{lc:{{#explode: {{#var:Datastring}}|;|72}}}}}}}}<!--
-->{{#ifeq:{{#var:Datapage}}|Armor_data|{{#vardefine:Tags|{{lc:{{#explode: {{#var:Datastring}}|;|68}}}}}}|{{#vardefine:Tags|{{lc:{{#explode: {{#var:Datastring}}|;|66}}}}}}}}<!--
-->{{#ifeq:{{#var:Datapage}}|Armor_data|{{#vardefine:LVL|{{#explode: {{#var:Datastring}}|;|0}}}}|{{#vardefine:LVL|{{#explode: {{#var:Datastring}}|;|5}}}}}}<!--
-->{{#ifeq:{{#var:Datapage}}|Armor_data|{{#vardefine:Tier|{{#explode: {{#var:Datastring}}|;|0}}}}|{{#vardefine:Tier|{{#explode: {{#var:Datastring}}|;|0}}}}}}<!--
--><!-- RINGS and AMULETS are only sold by JEWELERS, GENERAL MERCHANTS, PAWNSHOP, DOCK ELF and DWARF, define a variable to easily skip others --><!--
--><!-- RINGS and AMULETS are only sold by JEWELERS, GENERAL MERCHANTS, PAWNSHOP, DOCK ELF and DWARF, define a variable to easily skip others --><!--
-->{{#ifeq:{{#var:Datapage}}|Armor_data|{{#vardefine:Jewelry|{{#pos: ring|{{lc:{{#explode: {{#var:Datastring}}|;|2}}}}}}{{#pos: amulet|{{lc:{{#explode: {{#var:Datastring}}|;|2}}}}}}}}}}<!--
-->{{#ifeq:{{#var:Datapage}}|Armor_data|{{#vardefine:Jewelry|{{#pos: ring|{{lc:{{#explode: {{#var:Datastring}}|;|2}}}}}}{{#pos: amulet|{{lc:{{#explode: {{#var:Datastring}}|;|2}}}}}}}}}}<!--
--><!-- Define LVL adjustments at reputation levels into variables --><!--
--><!-- Define Tier adjustments at reputation levels into variables --><!--
-->{{#vardefine:Hatred|-4}}<!--
 
-->{{#vardefine:Resentment|-2}}<!--
0.9.3.13
-->{{#vardefine:Amity|4}}<!--
Hatred = Brynn & Rotten Willow -1 max tier, no change for others
-->{{#vardefine:AmityBrynn|6}}<!--
Resentment = no change
-->{{#vardefine:Respect|6}}<!--
Neutral = no change
-->{{#vardefine:RespectBrynn|10}}<!--
Benevolence = Brynn & Rotten Willow +1 max tier, no change for others
Amity = Brynn & Rotten Willow +2 max tier, for others +1 max tier
Respect = Brynn +3 max tier, Rotten Willow +2 max tier, for others +1 max tier
 
-->{{#vardefine:Hatred|-1}}<!--
-->{{#vardefine:Benevolence|1}}<!--
-->{{#vardefine:Amity|1}}<!--
-->{{#vardefine:AmityBrynnWillow|2}}<!--
-->{{#vardefine:Respect|1}}<!--
-->{{#vardefine:RespectWillow|2}}<!--
-->{{#vardefine:RespectBrynn|3}}<!--
--><!-- List all the merchants and remove lines based on variables. --><!--
--><!-- List all the merchants and remove lines based on variables. --><!--
--><!-- Check if item is JEWELRY, skip merchants that can't sell jewelry to lessen the load --><!--
--><!-- Check if item is JEWELRY, skip merchants that can't sell jewelry to lessen the load --><!--
-->{{#if: {{#var:Jewelry|}}||
-->{{#if: {{#var:Jewelry|}}||
<!-- Using pos to check if item's material type is sold by the merchant. --><!--
<!-- Using pos to check if item's material type is sold by the merchant. --><!--
--><!-- TAILORS only sell CLOTH and LEATHER --><!--
 
-->{{#if: {{#pos: cloth leather leather2|{{#var:Material}}}}
TAILORS only sell CLOTH and LEATHER
 
-->{{#if: {{#pos: cloth leather|{{#var:Material}}}}
|{{#if: {{#pos: aldor common|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: aldor common|{{#explode:{{#var:Tags}}| |-1}}}}
|{{#if: {{#pos: aldor common|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: aldor common|{{#explode:{{#var:Tags}}| |-1}}}}
|<!-- First check item's LVL is between merchant's minimum LVL and maximum LVL at Respect. --><!--
|<!-- First check if item's Tier is between merchant's minimum Tier and maximum Tier at Respect. --><!--
-->{{#ifexpr: {{#var:LVL}} >= 2 and {{#var:LVL}} <= (8 + {{#var:Respect}})
-->{{#ifexpr: {{#var:Tier}} <= (1 + {{#var:Respect}})
|{{#vardefine:NobodySells|1}}<!--
|{{#vardefine:NobodySells|1}}<!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Hold|Hold/{{SUBPAGENAME}}}}|{{#if: {{Translate|Hold|NPCNames}}|{{Translate|Hold|NPCNames}}|Hold}}]] (&nbsp;<!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Hold|Hold/{{SUBPAGENAME}}}}|{{#if: {{Translate|Hold|NPCNames}}|{{Translate|Hold|NPCNames}}|Hold}}]] (&nbsp;<!--
-->{{#ifexpr: {{#var:LVL}} >= 2 and {{#var:LVL}} <= (8 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 1 and {{#var:Tier}} <= (1 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 2 and {{#var:LVL}} <= (8 + {{#var:Resentment}})|{{Translate|Resentment|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} <= 1|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 2 and {{#var:LVL}} <= 8|{{Translate|Neutral|Properties}}&nbsp;{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} <= (1 + {{#var:Amity}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 2 and {{#var:LVL}} <= (8 + {{#var:Amity}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} <= (1 + {{#var:Respect}})|{{Translate|Respect|Properties}}}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 2 and {{#var:LVL}} <= (8 + {{#var:Respect}})|{{Translate|Respect|Properties}}}}<!--
-->)}}<!--
-->)}}<!--
-->}}}}<!--
-->}}}}<!--
-->{{#if: {{#pos: aldor brynn common uncommon rare|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: aldor brynn common uncommon rare|{{#explode:{{#var:Tags}}| |-1}}}}
-->{{#if: {{#pos: aldor brynn common uncommon rare|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: aldor brynn common uncommon rare|{{#explode:{{#var:Tags}}| |-1}}}}
|<!-- First check item's LVL is between merchant's minimum LVL and maximum LVL at Respect. --><!--
|<!-- First check item's Tier is between merchant's minimum Tier and maximum Tier at Respect. --><!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (16 + {{#var:RespectBrynn}})
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:RespectBrynn}})
|{{#vardefine:NobodySells|1}}<!--
|{{#vardefine:NobodySells|1}}<!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Keremit Lawe|Keremit Lawe/{{SUBPAGENAME}}}}|{{#if: {{Translate|Keremit Lawe|NPCNames}}|{{Translate|Keremit Lawe|NPCNames}}|Keremit Lawe}}]] (&nbsp;<!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Keremit Lawe|Keremit Lawe/{{SUBPAGENAME}}}}|{{#if: {{Translate|Keremit Lawe|NPCNames}}|{{Translate|Keremit Lawe|NPCNames}}|Keremit Lawe}}]] (&nbsp;<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (16 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (16 + {{#var:Resentment}})|{{Translate|Resentment|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= 2|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= 16|{{Translate|Neutral|Properties}}&nbsp;{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Benevolence}})|{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (16 + {{#var:AmityBrynn}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:AmityBrynnWillow}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (16 + {{#var:RespectBrynn}})|{{Translate|Respect|Properties}}}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:RespectBrynn}})|{{Translate|Respect|Properties}}}}<!--
-->)}}<!--
-->)}}<!--
-->}}}}<!--
-->}}}}<!--
-->}}<!-- SMITHS only sell METAL --><!--
-->}}<!--  
 
SMITHS only sell METAL
 
-->{{#if: {{#pos: metal|{{#var:Material}}}}
-->{{#if: {{#pos: metal|{{#var:Material}}}}
|{{#if: {{#pos: aldor common|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: aldor common|{{#explode:{{#var:Tags}}| |-1}}}}
|{{#if: {{#pos: aldor common|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: aldor common|{{#explode:{{#var:Tags}}| |-1}}}}
|<!-- First check item's LVL is between merchant's minimum LVL and maximum LVL at Respect. --><!--
|<!-- First check item's Tier is between merchant's minimum Tier and maximum Tier at Respect. --><!--
-->{{#ifexpr: {{#var:LVL}} >= 2 and {{#var:LVL}} <= (6 + {{#var:Respect}})
-->{{#ifexpr: {{#var:Tier}} <= (1 + {{#var:Respect}})
|{{#vardefine:NobodySells|1}}<!--
|{{#vardefine:NobodySells|1}}<!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Jebar|Jebar/{{SUBPAGENAME}}}}|{{#if: {{Translate|Jebar|NPCNames}}|{{Translate|Jebar|NPCNames}}|Jebar}}]] (&nbsp;<!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Jebar|Jebar/{{SUBPAGENAME}}}}|{{#if: {{Translate|Jebar|NPCNames}}|{{Translate|Jebar|NPCNames}}|Jebar}}]] (&nbsp;<!--
-->{{#ifexpr: {{#var:LVL}} >= 2 and {{#var:LVL}} <= (6 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 1 and {{#var:Tier}} <= (1 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 2 and {{#var:LVL}} <= (6 + {{#var:Resentment}})|{{Translate|Resentment|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} <= 1|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 2 and {{#var:LVL}} <= 6|{{Translate|Neutral|Properties}}&nbsp;{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} <= (1 + {{#var:Amity}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 2 and {{#var:LVL}} <= (6 + {{#var:Amity}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} <= (1 + {{#var:Respect}})|{{Translate|Respect|Properties}}}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 2 and {{#var:LVL}} <= (6 + {{#var:Respect}})|{{Translate|Respect|Properties}}}}<!--
-->)}}<!--
-->)}}<!--
-->}}}}<!--
-->}}}}<!--
-->{{#if: {{#pos: aldor common|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: aldor common|{{#explode:{{#var:Tags}}| |-1}}}}
-->{{#if: {{#pos: aldor common|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: aldor common|{{#explode:{{#var:Tags}}| |-1}}}}
|<!-- First check item's LVL is between merchant's minimum LVL and maximum LVL at Respect. --><!--
|<!-- First check item's Tier is between merchant's minimum Tier and maximum Tier at Respect. --><!--
-->{{#ifexpr: {{#var:LVL}} >= 4 and {{#var:LVL}} <= (10 + {{#var:Respect}})
-->{{#ifexpr: {{#var:Tier}} <= (2 + {{#var:Respect}})
|{{#vardefine:NobodySells|1}}<!--
|{{#vardefine:NobodySells|1}}<!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Dietrich|Dietrich/{{SUBPAGENAME}}}}|{{#if: {{Translate|Dietrich|NPCNames}}|{{Translate|Dietrich|NPCNames}}|Dietrich}}]] (&nbsp;<!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Dietrich|Dietrich/{{SUBPAGENAME}}}}|{{#if: {{Translate|Dietrich|NPCNames}}|{{Translate|Dietrich|NPCNames}}|Dietrich}}]] (&nbsp;<!--
-->{{#ifexpr: {{#var:LVL}} >= 4 and {{#var:LVL}} <= (10 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 4 and {{#var:LVL}} <= (10 + {{#var:Resentment}})|{{Translate|Resentment|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} <= 2|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 4 and {{#var:LVL}} <= 10|{{Translate|Neutral|Properties}}&nbsp;{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} <= (2 + {{#var:Amity}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 4 and {{#var:LVL}} <= (10 + {{#var:Amity}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} <= (2 + {{#var:Respect}})|{{Translate|Respect|Properties}}}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 4 and {{#var:LVL}} <= (10 + {{#var:Respect}})|{{Translate|Respect|Properties}}}}<!--
-->)}}<!--
-->)}}<!--
-->}}}}<!--
-->}}}}<!--
-->{{#if: {{#pos: aldor brynn common uncommon rare|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: aldor brynn common uncommon rare|{{#explode:{{#var:Tags}}| |-1}}}}
-->{{#if: {{#pos: aldor brynn common uncommon rare|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: aldor brynn common uncommon rare|{{#explode:{{#var:Tags}}| |-1}}}}
|<!-- First check item's LVL is between merchant's minimum LVL and maximum LVL at Respect. --><!--
|<!-- First check item's Tier is between merchant's minimum Tier and maximum Tier at Respect. --><!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (16 + {{#var:RespectBrynn}})
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:RespectBrynn}})
|{{#vardefine:NobodySells|1}}<!--
|{{#vardefine:NobodySells|1}}<!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Giles vir Ivet|Giles vir Ivet/{{SUBPAGENAME}}}}|{{#if: {{Translate|Giles vir Ivet|NPCNames}}|{{Translate|Giles vir Ivet|NPCNames}}|Giles vir Ivet}}]] (&nbsp;<!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Giles vir Ivet|Giles vir Ivet/{{SUBPAGENAME}}}}|{{#if: {{Translate|Giles vir Ivet|NPCNames}}|{{Translate|Giles vir Ivet|NPCNames}}|Giles vir Ivet}}]] (&nbsp;<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (16 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (16 + {{#var:Resentment}})|{{Translate|Resentment|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= 2|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= 16|{{Translate|Neutral|Properties}}&nbsp;{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Benevolence}})|{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (16 + {{#var:AmityBrynn}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:AmityBrynnWillow}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (16 + {{#var:RespectBrynn}})|{{Translate|Respect|Properties}}}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:RespectBrynn}})|{{Translate|Respect|Properties}}}}<!--
-->)}}<!--
-->)}}<!--
-->}}}}<!--
-->}}}}<!--
-->}}<!-- CARPENTERS only sell WOOD --><!--
-->}}<!--  
 
CARPENTERS only sell WOOD
 
-->{{#if: {{#pos: wood|{{#var:Material}}}}
-->{{#if: {{#pos: wood|{{#var:Material}}}}
|{{#if: {{#pos: aldor common|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: aldor common|{{#explode:{{#var:Tags}}| |-1}}}}
|{{#if: {{#pos: aldor common|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: aldor common|{{#explode:{{#var:Tags}}| |-1}}}}
|<!-- First check item's LVL is between merchant's minimum LVL and maximum LVL at Respect. --><!--
|<!-- First check item's Tier is between merchant's minimum Tier and maximum Tier at Respect. --><!--
-->{{#ifexpr: {{#var:LVL}} >= 2 and {{#var:LVL}} <= (6 + {{#var:Respect}})
-->{{#ifexpr: {{#var:Tier}} <= (1 + {{#var:Respect}})
|{{#vardefine:NobodySells|1}}<!--
|{{#vardefine:NobodySells|1}}<!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Jurg|Jurg/{{SUBPAGENAME}}}}|{{#if: {{Translate|Jurg|NPCNames}}|{{Translate|Jurg|NPCNames}}|Jurg}}]] (&nbsp;<!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Jurg|Jurg/{{SUBPAGENAME}}}}|{{#if: {{Translate|Jurg|NPCNames}}|{{Translate|Jurg|NPCNames}}|Jurg}}]] (&nbsp;<!--
-->{{#ifexpr: {{#var:LVL}} >= 2 and {{#var:LVL}} <= (6 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 1 and {{#var:Tier}} <= (1 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 2 and {{#var:LVL}} <= (6 + {{#var:Resentment}})|{{Translate|Resentment|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} <= 1|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 2 and {{#var:LVL}} <= 6|{{Translate|Neutral|Properties}}&nbsp;{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} <= (1 + {{#var:Amity}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 2 and {{#var:LVL}} <= (6 + {{#var:Amity}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} <= (1 + {{#var:Respect}})|{{Translate|Respect|Properties}}}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 2 and {{#var:LVL}} <= (6 + {{#var:Respect}})|{{Translate|Respect|Properties}}}}<!--
-->)}}<!--
-->)}}<!--
-->}}}}<!--
-->}}}}<!--
-->{{#if: {{#pos: aldor common|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: aldor common|{{#explode:{{#var:Tags}}| |-1}}}}
-->{{#if: {{#pos: aldor common|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: aldor common|{{#explode:{{#var:Tags}}| |-1}}}}
|<!-- First check item's LVL is between merchant's minimum LVL and maximum LVL at Respect. --><!--
|<!-- First check item's Tier is between merchant's minimum Tier and maximum Tier at Respect. --><!--
-->{{#ifexpr: {{#var:LVL}} >= 4 and {{#var:LVL}} <= (10 + {{#var:Respect}})
-->{{#ifexpr: {{#var:Tier}} <= (2 + {{#var:Respect}})
|{{#vardefine:NobodySells|1}}<!--
|{{#vardefine:NobodySells|1}}<!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Dirk_(NPC)|Dirk_(NPC)/{{SUBPAGENAME}}}}|{{#if: {{Translate|Dirk|NPCNames}}|{{Translate|Dirk|NPCNames}}|Dirk}}]] (&nbsp;<!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Dirk_(NPC)|Dirk_(NPC)/{{SUBPAGENAME}}}}|{{#if: {{Translate|Dirk|NPCNames}}|{{Translate|Dirk|NPCNames}}|Dirk}}]] (&nbsp;<!--
-->{{#ifexpr: {{#var:LVL}} >= 4 and {{#var:LVL}} <= (10 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 4 and {{#var:LVL}} <= (10 + {{#var:Resentment}})|{{Translate|Resentment|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} <= 2|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 4 and {{#var:LVL}} <= 10|{{Translate|Neutral|Properties}}&nbsp;{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} <= (2 + {{#var:Amity}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 4 and {{#var:LVL}} <= (10 + {{#var:Amity}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} <= (2 + {{#var:Respect}})|{{Translate|Respect|Properties}}}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 4 and {{#var:LVL}} <= (10 + {{#var:Respect}})|{{Translate|Respect|Properties}}}}<!--
-->)}}<!--
-->)}}<!--
-->}}}}<!--
-->}}}}<!--
-->{{#if: {{#pos: aldor brynn common uncommon rare|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: aldor brynn common uncommon rare|{{#explode:{{#var:Tags}}| |-1}}}}
-->{{#if: {{#pos: aldor brynn common uncommon rare|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: aldor brynn common uncommon rare|{{#explode:{{#var:Tags}}| |-1}}}}
|<!-- First check item's LVL is between merchant's minimum LVL and maximum LVL at Respect. --><!--
|<!-- First check item's Tier is between merchant's minimum Tier and maximum Tier at Respect. --><!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (16 + {{#var:RespectBrynn}})
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:RespectBrynn}})
|{{#vardefine:NobodySells|1}}<!--
|{{#vardefine:NobodySells|1}}<!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Noel vir Roan|Noel vir Roan/{{SUBPAGENAME}}}}|{{#if: {{Translate|Noel vir Roan|NPCNames}}|{{Translate|Noel vir Roan|NPCNames}}|Noel vir Roan}}]] (&nbsp;<!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Noel vir Roan|Noel vir Roan/{{SUBPAGENAME}}}}|{{#if: {{Translate|Noel vir Roan|NPCNames}}|{{Translate|Noel vir Roan|NPCNames}}|Noel vir Roan}}]] (&nbsp;<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (16 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (16 + {{#var:Resentment}})|{{Translate|Resentment|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= 2|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= 16|{{Translate|Neutral|Properties}}&nbsp;{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Benevolence}})|{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (16 + {{#var:AmityBrynn}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:AmityBrynnWillow}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (16 + {{#var:RespectBrynn}})|{{Translate|Respect|Properties}}}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:RespectBrynn}})|{{Translate|Respect|Properties}}}}<!--
-->)}}<!--
-->)}}<!--
-->}}}}<!--
-->}}}}<!--
-->}}<!-- Using pos to check if item's origin and rarity tags can be sold by the merchant. --><!--
-->}}<!-- Using pos to check if item's origin and rarity tags can be sold by the merchant. --><!--
--><!-- Explode the variable to check place of origin first (ie. aldor). If matched, check for rarity second. --><!--
--><!-- Explode the variable to check place of origin first (ie. aldor). If matched, check for rarity second. --><!--
-->{{#if: {{#pos: aldor brynn common|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: aldor brynn common|{{#explode:{{#var:Tags}}| |-1}}}}
-->{{#if: {{#pos: aldor brynn common uncommon|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: aldor brynn common uncommon|{{#explode:{{#var:Tags}}| |-1}}}}
|<!-- First check item's LVL is between merchant's minimum LVL and maximum LVL at Respect. --><!--
|<!-- First check item's Tier is between merchant's minimum Tier and maximum Tier at Respect. --><!--
-->{{#ifexpr: {{#var:LVL}} >= 8 and {{#var:LVL}} <= (14 + {{#var:RespectBrynn}})
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:RespectBrynn}})
|{{#vardefine:NobodySells|1}}<!--
|{{#vardefine:NobodySells|1}}<!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Bern|Bern/{{SUBPAGENAME}}}}|{{#if: {{Translate|Bern|NPCNames}}|{{Translate|Bern|NPCNames}}|Bern}}]] (&nbsp;<!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Bern|Bern/{{SUBPAGENAME}}}}|{{#if: {{Translate|Bern|NPCNames}}|{{Translate|Bern|NPCNames}}|Bern}}]] (&nbsp;<!--
-->{{#ifexpr: {{#var:LVL}} >= 8 and {{#var:LVL}} <= (14 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 8 and {{#var:LVL}} <= (14 + {{#var:Resentment}})|{{Translate|Resentment|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= 2|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 8 and {{#var:LVL}} <= 14|{{Translate|Neutral|Properties}}&nbsp;{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Benevolence}})|{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 8 and {{#var:LVL}} <= (14 + {{#var:AmityBrynn}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:AmityBrynnWillow}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 8 and {{#var:LVL}} <= (14 + {{#var:RespectBrynn}})|{{Translate|Respect|Properties}}}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:RespectBrynn}})|{{Translate|Respect|Properties}}}}<!--
-->)}}<!--
-->)}}<!--
-->}}}}<!--
-->}}}}<!--
-->{{#if: {{#pos: aldor magic|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: aldor magic|{{#explode:{{#var:Tags}}| |-1}}}}
-->{{#if: {{#pos: magic alchemy|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: magic alchemy|{{#explode:{{#var:Tags}}| |-1}}}}
|<!-- First check item's LVL is between merchant's minimum LVL and maximum LVL at Respect. --><!--
|<!-- First check item's Tier is between merchant's minimum Tier and maximum Tier at Respect. --><!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (16 + {{#var:RespectBrynn}})
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:RespectBrynn}})
|{{#vardefine:NobodySells|1}}<!--
|{{#vardefine:NobodySells|1}}<!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Renod Kann|Renod Kann/{{SUBPAGENAME}}}}|{{#if: {{Translate|Renod Kann|NPCNames}}|{{Translate|Renod Kann|NPCNames}}|Renod Kann}}]] (&nbsp;<!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Renod Kann|Renod Kann/{{SUBPAGENAME}}}}|{{#if: {{Translate|Renod Kann|NPCNames}}|{{Translate|Renod Kann|NPCNames}}|Renod Kann}}]] (&nbsp;<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (16 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (16 + {{#var:Resentment}})|{{Translate|Resentment|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= 2|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= 16|{{Translate|Neutral|Properties}}&nbsp;{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Benevolence}})|{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (16 + {{#var:AmityBrynn}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:AmityBrynnWillow}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (16 + {{#var:RespectBrynn}})|{{Translate|Respect|Properties}}}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:RespectBrynn}})|{{Translate|Respect|Properties}}}}<!--
-->)}}<!--
-->)}}<!--
-->}}}}<!--
-->}}}}<!--
-->{{#if: {{#pos: common uncommon elven|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: common uncommon elven rare|{{#explode:{{#var:Tags}}| |-1}}}}
-->{{#if: {{#pos: common uncommon elven|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: common uncommon elven|{{#explode:{{#var:Tags}}| |-1}}}}
|<!-- First check item's LVL is between merchant's minimum LVL and maximum LVL at Respect. --><!--
|<!-- First check item's Tier is between merchant's minimum Tier and maximum Tier at Respect. --><!--
-->{{#ifexpr: {{#var:LVL}} >= 4 and {{#var:LVL}} <= (14 + {{#var:RespectBrynn}})
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:RespectBrynn}})
|{{#vardefine:NobodySells|1}}<!--
|{{#vardefine:NobodySells|1}}<!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Armuz|Armuz/{{SUBPAGENAME}}}}|{{#if: {{Translate|Armuz|NPCNames}}|{{Translate|Armuz|NPCNames}}|Armuz}}]] (&nbsp;<!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Armuz|Armuz/{{SUBPAGENAME}}}}|{{#if: {{Translate|Armuz|NPCNames}}|{{Translate|Armuz|NPCNames}}|Armuz}}]] (&nbsp;<!--
-->{{#ifexpr: {{#var:LVL}} >= 4 and {{#var:LVL}} <= (14 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 4 and {{#var:LVL}} <= (14 + {{#var:Resentment}})|{{Translate|Resentment|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= 2|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 4 and {{#var:LVL}} <= 14|{{Translate|Neutral|Properties}}&nbsp;{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Benevolence}})|{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 4 and {{#var:LVL}} <= (14 + {{#var:AmityBrynn}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:AmityBrynnWillow}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 4 and {{#var:LVL}} <= (14 + {{#var:RespectBrynn}})|{{Translate|Respect|Properties}}}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:RespectBrynn}})|{{Translate|Respect|Properties}}}}<!--
-->)}}<!--
-->)}}<!--
-->}}}}<!--
-->}}}}<!--
-->{{#if: {{#pos: nistra common uncommon rare|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: nistra common uncommon rare|{{#explode:{{#var:Tags}}| |-1}}}}
-->{{#if: {{#pos: nistra common uncommon rare|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: nistra common uncommon rare|{{#explode:{{#var:Tags}}| |-1}}}}
|<!--
|<!--
--><!-- First check item's LVL is between merchant's minimum LVL and maximum LVL at Respect. --><!--
--><!-- First check item's Tier is between merchant's minimum Tier and maximum Tier at Respect. --><!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (12 + {{#var:RespectBrynn}})
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:RespectBrynn}})
|{{#vardefine:NobodySells|1}}<!--
|{{#vardefine:NobodySells|1}}<!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Rigo Nevic|Rigo Nevic/{{SUBPAGENAME}}}}|{{#if: {{Translate|Rigo Nevic|NPCNames}}|{{Translate|Rigo Nevic|NPCNames}}|Rigo Nevic}}]] (&nbsp;<!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Rigo Nevic|Rigo Nevic/{{SUBPAGENAME}}}}|{{#if: {{Translate|Rigo Nevic|NPCNames}}|{{Translate|Rigo Nevic|NPCNames}}|Rigo Nevic}}]] (&nbsp;<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (12 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (12 + {{#var:Resentment}})|{{Translate|Resentment|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= 2|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= 12|{{Translate|Neutral|Properties}}&nbsp;{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Benevolence}})|{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (12 + {{#var:AmityBrynn}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:AmityBrynnWillow}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (12 + {{#var:RespectBrynn}})|{{Translate|Respect|Properties}}}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:RespectBrynn}})|{{Translate|Respect|Properties}}}}<!--
-->)}}<!--
-->)}}<!--
-->}}}}<!--
-->}}}}<!--
-->{{#if: {{#pos: skadia common uncommon rare|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: skadia common uncommon rare|{{#explode:{{#var:Tags}}| |-1}}}}
-->{{#if: {{#pos: skadia common uncommon rare|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: skadia common uncommon rare|{{#explode:{{#var:Tags}}| |-1}}}}
|<!--
|<!--
--><!-- First check item's LVL is between merchant's minimum LVL and maximum LVL at Respect. --><!--
--><!-- First check item's Tier is between merchant's minimum Tier and maximum Tier at Respect. --><!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (12 + {{#var:RespectBrynn}})
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:RespectBrynn}})
|{{#vardefine:NobodySells|1}}<!--
|{{#vardefine:NobodySells|1}}<!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Zdenebrad|Zdenebrad/{{SUBPAGENAME}}}}|{{#if: {{Translate|Zdenebrad|NPCNames}}|{{Translate|Zdenebrad|NPCNames}}|Zdenebrad}}]] (&nbsp;<!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Zdenebrad|Zdenebrad/{{SUBPAGENAME}}}}|{{#if: {{Translate|Zdenebrad|NPCNames}}|{{Translate|Zdenebrad|NPCNames}}|Zdenebrad}}]] (&nbsp;<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (12 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (12 + {{#var:Resentment}})|{{Translate|Resentment|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= 2|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= 12|{{Translate|Neutral|Properties}}&nbsp;{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Benevolence}})|{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (12 + {{#var:AmityBrynn}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:AmityBrynnWillow}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (12 + {{#var:RespectBrynn}})|{{Translate|Respect|Properties}}}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:RespectBrynn}})|{{Translate|Respect|Properties}}}}<!--
-->)}}<!--
-->)}}<!--
-->}}}}<!--
-->}}}}<!--
Line 205: Line 218:
-->{{#if: {{#pos: fjall common uncommon rare|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: fjall common uncommon rare|{{#explode:{{#var:Tags}}| |-1}}}}
-->{{#if: {{#pos: fjall common uncommon rare|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: fjall common uncommon rare|{{#explode:{{#var:Tags}}| |-1}}}}
|<!--
|<!--
--><!-- First check item's LVL is between merchant's minimum LVL and maximum LVL at Respect. --><!--
--><!-- First check item's Tier is between merchant's minimum Tier and maximum Tier at Respect. --><!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (12 + {{#var:RespectBrynn}})
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:RespectBrynn}})
|{{#vardefine:NobodySells|1}}<!--
|{{#vardefine:NobodySells|1}}<!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Ormi|Ormi/{{SUBPAGENAME}}}}|{{#if: {{Translate|Ormi|NPCNames}}|{{Translate|Ormi|NPCNames}}|Ormi}}]] (&nbsp;<!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Ormi|Ormi/{{SUBPAGENAME}}}}|{{#if: {{Translate|Ormi|NPCNames}}|{{Translate|Ormi|NPCNames}}|Ormi}}]] (&nbsp;<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (12 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (12 + {{#var:Resentment}})|{{Translate|Resentment|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= 2|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= 12|{{Translate|Neutral|Properties}}&nbsp;{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Benevolence}})|{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (12 + {{#var:AmityBrynn}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:AmityBrynnWillow}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (12 + {{#var:RespectBrynn}})|{{Translate|Respect|Properties}}}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:RespectBrynn}})|{{Translate|Respect|Properties}}}}<!--
-->)}}<!--
-->)}}<!--
-->}}}}<!--
-->}}}}<!--
-->{{#if: {{#pos: aldor common|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: aldor common|{{#explode:{{#var:Tags}}| |-1}}}}
-->{{#if: {{#pos: aldor common|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: aldor common|{{#explode:{{#var:Tags}}| |-1}}}}
|<!-- First check item's LVL is between merchant's minimum LVL and maximum LVL at Respect. --><!--
|<!-- First check item's Tier is between merchant's minimum Tier and maximum Tier at Respect. --><!--
-->{{#ifexpr: {{#var:LVL}} >= 4 and {{#var:LVL}} <= (10 + {{#var:Respect}})
-->{{#ifexpr: {{#var:Tier}} <= (2 + {{#var:Respect}})
|{{#vardefine:NobodySells|1}}<!--
|{{#vardefine:NobodySells|1}}<!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Gerlot|Gerlot/{{SUBPAGENAME}}}}|{{#if: {{Translate|Gerlot|NPCNames}}|{{Translate|Gerlot|NPCNames}}|Gerlot}}]] (&nbsp;<!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Gerlot|Gerlot/{{SUBPAGENAME}}}}|{{#if: {{Translate|Gerlot|NPCNames}}|{{Translate|Gerlot|NPCNames}}|Gerlot}}]] (&nbsp;<!--
-->{{#ifexpr: {{#var:LVL}} >= 4 and {{#var:LVL}} <= (10 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 4 and {{#var:LVL}} <= (10 + {{#var:Resentment}})|{{Translate|Resentment|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} <= 2|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 4 and {{#var:LVL}} <= 10|{{Translate|Neutral|Properties}}&nbsp;{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} <= (2 + {{#var:Amity}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 4 and {{#var:LVL}} <= (10 + {{#var:Amity}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} <= (2 + {{#var:Respect}})|{{Translate|Respect|Properties}}}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 4 and {{#var:LVL}} <= (10 + {{#var:Respect}})|{{Translate|Respect|Properties}}}}<!--
-->)}}<!--
-->)}}<!--
-->}}}}<!--
-->}}}}<!--
-->{{#if: {{#pos: aldor common uncommon|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: aldor common uncommon|{{#explode:{{#var:Tags}}| |-1}}}}
-->{{#if: {{#pos: aldor elven brynn nistra skadia maen aldwynn common uncommon rare crypt catacombs|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: aldor elven brynn nistra skadia maen aldwynn common uncommon rare crypt catacombs|{{#explode:{{#var:Tags}}| |-1}}}}
|<!--
|<!--
--><!-- First check item's LVL is between merchant's minimum LVL and maximum LVL at Respect. --><!--
--><!-- First check item's Tier is between merchant's minimum Tier and maximum Tier at Respect. --><!--
-->{{#ifexpr: {{#var:LVL}} >= 4 and {{#var:LVL}} <= (12 + {{#var:RespectBrynn}})
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (3 + {{#var:RespectBrynn}})
|{{#vardefine:NobodySells|1}}<!--
|{{#vardefine:NobodySells|1}}<!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Jervey vir Noms|Jervey vir Noms/{{SUBPAGENAME}}}}|{{#if: {{Translate|Jervey vir Noms|NPCNames}}|{{Translate|Jervey vir Noms|NPCNames}}|Jervey vir Noms}}]] (&nbsp;<!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Jervey vir Noms|Jervey vir Noms/{{SUBPAGENAME}}}}|{{#if: {{Translate|Jervey vir Noms|NPCNames}}|{{Translate|Jervey vir Noms|NPCNames}}|Jervey vir Noms}}]] (&nbsp;<!--
-->{{#ifexpr: {{#var:LVL}} >= 4 and {{#var:LVL}} <= (12 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (3 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 4 and {{#var:LVL}} <= (12 + {{#var:Resentment}})|{{Translate|Resentment|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= 3|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 4 and {{#var:LVL}} <= 12|{{Translate|Neutral|Properties}}&nbsp;{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (3 + {{#var:Benevolence}})|{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 4 and {{#var:LVL}} <= (12 + {{#var:AmityBrynn}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (3 + {{#var:AmityBrynnWillow}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 4 and {{#var:LVL}} <= (12 + {{#var:RespectBrynn}})|{{Translate|Respect|Properties}}}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (3 + {{#var:RespectBrynn}})|{{Translate|Respect|Properties}}}}<!--
-->)}}<!--
-->)}}<!--
-->}}}}<!--
-->}}}}<!--
-->{{#if: {{#var:Jewelry}}|{{#if: {{#pos: aldor common uncommon rare|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: aldor common uncommon rare|{{#explode:{{#var:Tags}}| |-1}}}}
-->{{#if: {{#var:Jewelry}}|{{#if: {{#pos: aldor common uncommon rare|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: aldor common uncommon rare|{{#explode:{{#var:Tags}}| |-1}}}}
|<!--
|<!--
--><!-- First check item's LVL is between merchant's minimum LVL and maximum LVL at Respect. --><!--
--><!-- First check item's Tier is between merchant's minimum Tier and maximum Tier at Respect. --><!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (14 + {{#var:RespectBrynn}})
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:RespectBrynn}})
|{{#vardefine:NobodySells|1}}<!--
|{{#vardefine:NobodySells|1}}<!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Letar|Letar/{{SUBPAGENAME}}}}|{{#if: {{Translate|Letar|NPCNames}}|{{Translate|Letar|NPCNames}}|Letar}}]] (&nbsp;<!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Letar|Letar/{{SUBPAGENAME}}}}|{{#if: {{Translate|Letar|NPCNames}}|{{Translate|Letar|NPCNames}}|Letar}}]] (&nbsp;<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (14 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (14 + {{#var:Resentment}})|{{Translate|Resentment|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= 2|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= 14|{{Translate|Neutral|Properties}}&nbsp;{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Benevolence}})|{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (14 + {{#var:AmityBrynn}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:AmityBrynnWillow}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (14 + {{#var:RespectBrynn}})|{{Translate|Respect|Properties}}}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:RespectBrynn}})|{{Translate|Respect|Properties}}}}<!--
-->)}}<!--
-->)}}<!--
-->}}}}}}<!--
-->}}}}}}<!--
-->{{#if: {{#pos: aldor brynn skadia nistra common uncommon|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: aldor brynn skadia nistra common uncommon|{{#explode:{{#var:Tags}}| |-1}}}}
-->{{#if: {{#pos: aldor brynn common uncommon|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: aldor brynn common uncommon|{{#explode:{{#var:Tags}}| |-1}}}}
|<!--
|<!--
--><!-- First check item's LVL is between merchant's minimum LVL and maximum LVL at Respect. --><!--
--><!-- First check item's Tier is between merchant's minimum Tier and maximum Tier at Respect. --><!--
-->{{#ifexpr: {{#var:LVL}} >= 4 and {{#var:LVL}} <= (12 + {{#var:RespectBrynn}})
-->{{#ifexpr: {{#var:Tier}} >= (2 + {{#var:Hatred}}) and <= (2 + {{#var:RespectBrynn}})
|{{#vardefine:NobodySells|1}}<!--
|{{#vardefine:NobodySells|1}}<!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|General Merchant (Brynn Mint Square)|General Merchant (Brynn Mint Square)/{{SUBPAGENAME}}}}|{{#if: {{Translate|General Merchant (Brynn Mint Square)|NPCNames}}|{{Translate|General Merchant (Brynn Mint Square)|NPCNames}}|General Merchant (Brynn Mint Square)}}]] (&nbsp;<!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|General Merchant (Brynn Mint Square)|General Merchant (Brynn Mint Square)/{{SUBPAGENAME}}}}|{{#if: {{Translate|General Merchant (Brynn Mint Square)|NPCNames}}|{{Translate|General Merchant (Brynn Mint Square)|NPCNames}}|General Merchant (Brynn Mint Square)}}]] (&nbsp;<!--
-->{{#ifexpr: {{#var:LVL}} >= 4 and {{#var:LVL}} <= (12 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 4 and {{#var:LVL}} <= (12 + {{#var:Resentment}})|{{Translate|Resentment|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= 2|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 4 and {{#var:LVL}} <= 12|{{Translate|Neutral|Properties}}&nbsp;{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Benevolence}})|{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 4 and {{#var:LVL}} <= (12 + {{#var:AmityBrynn}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:AmityBrynnWillow}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 4 and {{#var:LVL}} <= (12 + {{#var:RespectBrynn}})|{{Translate|Respect|Properties}}}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:RespectBrynn}})|{{Translate|Respect|Properties}}}}<!--
-->)}}<!--
-->)}}<!--
-->}}}}<!--
-->}}}}<!--
-->{{#if: {{#pos: aldor brynn skadia nistra common uncommon|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: aldor brynn skadia nistra common uncommon|{{#explode:{{#var:Tags}}| |-1}}}}
-->{{#if: {{#pos: aldor brynn skadia nistra common uncommon|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: aldor brynn skadia nistra common uncommon|{{#explode:{{#var:Tags}}| |-1}}}}
|<!--
|<!--
--><!-- First check item's LVL is between merchant's minimum LVL and maximum LVL at Respect. --><!--
--><!-- First check item's Tier is between merchant's minimum Tier and maximum Tier at Respect. --><!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (14 + {{#var:RespectBrynn}})
-->{{#ifexpr: {{#var:Tier}} >= 1 and {{#var:Tier}} <= (2 + {{#var:RespectBrynn}})
|{{#vardefine:NobodySells|1}}<!--
|{{#vardefine:NobodySells|1}}<!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|General Merchant (Brynn Docks)|General Merchant (Brynn Docks)/{{SUBPAGENAME}}}}|{{#if: {{Translate|General Merchant (Brynn Docks)|NPCNames}}|{{Translate|General Merchant (Brynn Docks)|NPCNames}}|General Merchant (Brynn Docks)}}]] (&nbsp;<!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|General Merchant (Brynn Docks)|General Merchant (Brynn Docks)/{{SUBPAGENAME}}}}|{{#if: {{Translate|General Merchant (Brynn Docks)|NPCNames}}|{{Translate|General Merchant (Brynn Docks)|NPCNames}}|General Merchant (Brynn Docks)}}]] (&nbsp;<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (14 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 1 and {{#var:Tier}} <= (2 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (14 + {{#var:Resentment}})|{{Translate|Resentment|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 1 and {{#var:Tier}} <= 2|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= 14|{{Translate|Neutral|Properties}}&nbsp;{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 1 and {{#var:Tier}} <= (2 + {{#var:Benevolence}})|{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (14 + {{#var:AmityBrynn}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 1 and {{#var:Tier}} <= (2 + {{#var:AmityBrynnWillow}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (14 + {{#var:RespectBrynn}})|{{Translate|Respect|Properties}}}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 1 and {{#var:Tier}} <= (2 + {{#var:RespectBrynn}})|{{Translate|Respect|Properties}}}}<!--
-->)}}<!--
-->)}}<!--
-->}}}}<!--
-->}}}}<!--
-->{{#if: {{#pos: aldor brynn aldwynn maen common uncommon rare|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: aldor brynn aldwynn maen common uncommon rare|{{#explode:{{#var:Tags}}| |-1}}}}
-->{{#if: {{#pos: aldor elven fjall nistra common uncommon rare|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: aldor elven fjall nistra common uncommon rare|{{#explode:{{#var:Tags}}| |-1}}}}
|<!-- First check item's LVL is between merchant's minimum LVL and maximum LVL at Respect. --><!--
|<!-- First check item's Tier is between merchant's minimum Tier and maximum Tier at Respect. --><!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (16 + {{#var:RespectBrynn}})
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (3 + {{#var:RespectBrynn}})
|{{#vardefine:NobodySells|1}}<!--
|{{#vardefine:NobodySells|1}}<!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Skinflint Homs|Skinflint Homs/{{SUBPAGENAME}}}}|{{#if: {{Translate|Skinflint Homs|NPCNames}}|{{Translate|Skinflint Homs|NPCNames}}|Skinflint Homs}}]] (&nbsp;<!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Skinflint Homs|Skinflint Homs/{{SUBPAGENAME}}}}|{{#if: {{Translate|Skinflint Homs|NPCNames}}|{{Translate|Skinflint Homs|NPCNames}}|Skinflint Homs}}]] (&nbsp;<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (16 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (3 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (16 + {{#var:Resentment}})|{{Translate|Resentment|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= 3|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= 16|{{Translate|Neutral|Properties}}&nbsp;{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (3 + {{#var:Benevolence}})|{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (16 + {{#var:AmityBrynn}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (3 + {{#var:AmityBrynnWillow}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (16 + {{#var:RespectBrynn}})|{{Translate|Respect|Properties}}}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (3 + {{#var:RespectBrynn}})|{{Translate|Respect|Properties}}}}<!--
-->)}}<!--
-->)}}<!--
-->}}}}<!--
-->}}}}<!--
-->{{#if: {{#pos: elven common uncommon rare|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: elven common uncommon rare|{{#explode:{{#var:Tags}}| |-1}}}}
-->{{#if: {{#pos: elven common uncommon rare|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: elven common uncommon rare|{{#explode:{{#var:Tags}}| |-1}}}}
|<!-- First check item's LVL is between merchant's minimum LVL and maximum LVL at Respect. --><!--
|<!-- First check item's Tier is between merchant's minimum Tier and maximum Tier at Respect. --><!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (12 + {{#var:RespectBrynn}})
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (3 + {{#var:RespectBrynn}})
|{{#vardefine:NobodySells|1}}<!--
|{{#vardefine:NobodySells|1}}<!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Esfah|Esfah/{{SUBPAGENAME}}}}|{{#if: {{Translate|Esfah|NPCNames}}|{{Translate|Esfah|NPCNames}}|Esfah}}]] (&nbsp;<!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Esfah|Esfah/{{SUBPAGENAME}}}}|{{#if: {{Translate|Esfah|NPCNames}}|{{Translate|Esfah|NPCNames}}|Esfah}}]] (&nbsp;<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (12 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (3 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (12 + {{#var:Resentment}})|{{Translate|Resentment|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= 3|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= 12|{{Translate|Neutral|Properties}}&nbsp;{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (3 + {{#var:Benevolence}})|{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (12 + {{#var:AmityBrynn}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (3 + {{#var:AmityBrynnWillow}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (12 + {{#var:RespectBrynn}})|{{Translate|Respect|Properties}}}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (3 + {{#var:RespectBrynn}})|{{Translate|Respect|Properties}}}}<!--
-->)}}<!--
-->}}}}<!--
-->{{#if: {{#pos: aldor common uncommon rare magic|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: aldor common uncommon rare magic|{{#explode:{{#var:Tags}}| |-1}}}}
|<!--
--><!-- First check item's LVL is between merchant's minimum LVL and maximum LVL at Respect. --><!--
-->{{#ifexpr: {{#var:LVL}} >= 2 and {{#var:LVL}} <= (14 + {{#var:RespectBrynn}})
|{{#vardefine:NobodySells|1}}<!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Ol' Tott|Ol' Tott/{{SUBPAGENAME}}}}|{{#if: {{Translate|Ol' Tott|NPCNames}}|{{Translate|Ol' Tott|NPCNames}}|Ol' Tott}}]] (&nbsp;<!--
-->{{#ifexpr: {{#var:LVL}} >= 2 and {{#var:LVL}} <= (14 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 2 and {{#var:LVL}} <= (14 + {{#var:Resentment}})|{{Translate|Resentment|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 2 and {{#var:LVL}} <= 14|{{Translate|Neutral|Properties}}&nbsp;{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 2 and {{#var:LVL}} <= (14 + {{#var:AmityBrynn}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 2 and {{#var:LVL}} <= (14 + {{#var:RespectBrynn}})|{{Translate|Respect|Properties}}}}<!--
-->)}}<!--
-->)}}<!--
-->}}}}<!--
-->}}}}<!--
-->{{#if: {{#pos: aldor common|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: aldor common|{{#explode:{{#var:Tags}}| |-1}}}}
-->{{#if: {{#pos: aldor common|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: aldor common|{{#explode:{{#var:Tags}}| |-1}}}}
|<!-- First check item's LVL is between merchant's minimum LVL and maximum LVL at Respect. --><!--
|<!-- First check item's Tier is between merchant's minimum Tier and maximum Tier at Respect. --><!--
-->{{#ifexpr: {{#var:LVL}} >= 2 and {{#var:LVL}} <= (8 + {{#var:Respect}})
-->{{#ifexpr: {{#var:Tier}} <= (2 + {{#var:Respect}})
|{{#vardefine:NobodySells|1}}<!--
|{{#vardefine:NobodySells|1}}<!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Bert|Bert/{{SUBPAGENAME}}}}|{{#if: {{Translate|Bert|NPCNames}}|{{Translate|Bert|NPCNames}}|Bert}}]] (&nbsp;<!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Bert|Bert/{{SUBPAGENAME}}}}|{{#if: {{Translate|Bert|NPCNames}}|{{Translate|Bert|NPCNames}}|Bert}}]] (&nbsp;<!--
-->{{#ifexpr: {{#var:LVL}} >= 2 and {{#var:LVL}} <= (8 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;|}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 1 and {{#var:Tier}} <= (1 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 2 and {{#var:LVL}} <= (8 + {{#var:Resentment}})|{{Translate|Resentment|Properties}}&nbsp;|}}<!--
-->{{#ifexpr: {{#var:Tier}} <= 1|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 2 and {{#var:LVL}} <= 8|{{Translate|Neutral|Properties}}&nbsp;{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} <= (1 + {{#var:Amity}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 2 and {{#var:LVL}} <= (8 + {{#var:Amity}})|{{Translate|Amity|Properties}}&nbsp;|}}<!--
-->{{#ifexpr: {{#var:Tier}} <= (1 + {{#var:Respect}})|{{Translate|Respect|Properties}}}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 2 and {{#var:LVL}} <= (8 + {{#var:Respect}})|{{Translate|Respect|Properties}}}}<!--
-->)}}<!--
-->)}}<!--
-->}}}}<!--
-->}}}}<!--
-->{{#if: {{#pos: aldor common|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: aldor common|{{#explode:{{#var:Tags}}| |-1}}}}
-->{{#if: {{#pos: aldor common|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: aldor common|{{#explode:{{#var:Tags}}| |-1}}}}
|<!-- First check item's LVL is between merchant's minimum LVL and maximum LVL at Respect. --><!--
|<!-- First check item's Tier is between merchant's minimum Tier and maximum Tier at Respect. --><!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (12 + {{#var:Respect}})
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:RespectWillow}})
|{{#vardefine:NobodySells|1}}<!--
|{{#vardefine:NobodySells|1}}<!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|One-Eyed Wigmar|One-Eyed Wigmar/{{SUBPAGENAME}}}}|{{#if: {{Translate|One-Eyed Wigmar|NPCNames}}|{{Translate|One-Eyed Wigmar|NPCNames}}|One-Eyed Wigmar}}]] (&nbsp;<!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|One-Eyed Wigmar|One-Eyed Wigmar/{{SUBPAGENAME}}}}|{{#if: {{Translate|One-Eyed Wigmar|NPCNames}}|{{Translate|One-Eyed Wigmar|NPCNames}}|One-Eyed Wigmar}}]] (&nbsp;<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (12 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (12 + {{#var:Resentment}})|{{Translate|Resentment|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= 2|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= 12|{{Translate|Neutral|Properties}}&nbsp;{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Benevolence}})|{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (12 + {{#var:Amity}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:AmityBrynnWillow}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= (12 + {{#var:Respect}})|{{Translate|Respect|Properties}}}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:RespectWillow}})|{{Translate|Respect|Properties}}}}<!--
-->)}}<!--
-->)}}<!--
-->}}}}<!--
-->}}}}<!--

Revision as of 13:49, 11 October 2025

This template has no documentation. If you know how to use this template, please add some.