Difference between revisions of "Template:Acquired from test"

From Stoneshard wiki
Jump to navigation Jump to search
m
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><!--
<includeonly><!--
--><!-- Check if item has data in Armor data or Weapon data, define appropriate data page as variable --><!--
--><!-- Check if item has data in Armor data or Weapon data, define appropriate data page as variable --><!--
-->{{#vardefine:Datapage|{{#ifeq:{{:Weapon_data|{{ROOTPAGENAME}}|LVL}}|Data does not exist.|Armor_data|Weapon_data}}}}<!--
-->{{#vardefine:Datapage|{{#ifeq:{{:Weapon_data|{{ROOTPAGENAME}}}}|Data does not exist.|{{#ifeq:{{:Armor_data|{{ROOTPAGENAME}}}}|Data does not exist.||Armor_data}}|Weapon_data}}}}<!--
--><!-- Load item data into variables --><!--
--><!-- if item isn't in either data page, just return empty string for now--><!--
-->{{#vardefine:Material|{{lc:{{:{{#var:Datapage}}|{{ROOTPAGENAME}}|Material}}}}}}<!--
-->{{#if:{{#var:Datapage}}|<!--
-->{{#vardefine:Tags|{{lc:{{:{{#var:Datapage}}|{{ROOTPAGENAME}}|Tags}}}}}}<!--
--- Load complete datastring into a variable - to only load from the data page once. ---
-->{{#vardefine:LVL|{{:{{#var:Datapage}}|{{ROOTPAGENAME}}|LVL}}}}<!--
-->{{#vardefine:Datastring|{{:{{#var:Datapage}}|{{ROOTPAGENAME}}}}}}<!--
--><!-- RINGS and AMULETS are only sold by JEWELERS, GENERAL MERCHANTS, PAWNSHOP and DOCK ELF, define a variable to easily skip others --><!--
--><!-- Load item data into variables, temporary solution for armor and weapons only --><!--
-->{{#vardefine:Jewelry|{{#pos: ring|{{lc:{{:{{#var:Datapage}}|{{ROOTPAGENAME}}|ArmorType}}}}}}{{#pos: amulet|{{lc:{{:{{#var:Datapage}}|{{ROOTPAGENAME}}|ArmorType}}}}}}}}<!--
-->{{#ifeq:{{#var:Datapage}}|Armor_data|{{#vardefine:Material|{{lc:{{#explode: {{#var:Datastring}}|;|5}}}}}}|{{#vardefine:Material|{{lc:{{#explode: {{#var:Datastring}}|;|4}}}}}}}}<!--
--><!-- Define LVL adjustments at reputation levels into variables --><!--
-->{{#ifeq:{{#var:Datapage}}|Armor_data|{{#vardefine:Tags|{{lc:{{#explode: {{#var:Datastring}}|;|68}}}}}}|{{#vardefine:Tags|{{lc:{{#explode: {{#var:Datastring}}|;|66}}}}}}}}<!--
-->{{#vardefine:Hatred|-4}}<!--
-->{{#ifeq:{{#var:Datapage}}|Armor_data|{{#vardefine:Tier|{{#explode: {{#var:Datastring}}|;|0}}}}|{{#vardefine:Tier|{{#explode: {{#var:Datastring}}|;|0}}}}}}<!--
-->{{#vardefine:Resentment|-2}}<!--
--><!-- RINGS and AMULETS are only sold by JEWELERS, GENERAL MERCHANTS, PAWNSHOP, DOCK ELF and DWARF, define a variable to easily skip others --><!--
-->{{#vardefine:Amity|4}}<!--
-->{{#ifeq:{{#var:Datapage}}|Armor_data|{{#vardefine:Jewelry|{{#pos: ring|{{lc:{{#explode: {{#var:Datastring}}|;|2}}}}}}{{#pos: amulet|{{lc:{{#explode: {{#var:Datastring}}|;|2}}}}}}}}}}<!--
-->{{#vardefine:AmityBrynn|6}}<!--
--><!-- Define Tier adjustments at reputation levels into variables --><!--
-->{{#vardefine:Respect|6}}<!--
 
-->{{#vardefine:RespectBrynn|10}}<!--
0.9.3.13
Hatred = Brynn & Rotten Willow -1 max tier, no change for others
Resentment = no change
Neutral = no change
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
|<!-- First check item's LVL is between merchant's minimum LVL at Hatred and maximum LVL at Respect. --><!--
 
-->{{#ifexpr: {{#var:LVL}} >= (1 + {{#var:Hatred}}) and {{#var:LVL}} <= (6 + {{#var:Respect}})
-->{{#if: {{#pos: cloth leather|{{#var:Material}}}}
|<!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
|{{#if: {{#pos: aldor common|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: aldor common|{{#explode:{{#var:Tags}}| |-1}}}}
-->* [[Hold]] at <!--
|<!-- First check if item's Tier is between merchant's minimum Tier and maximum Tier at Respect. --><!--
-->{{#ifexpr: {{#var:LVL}} >= (1 + {{#var:Hatred}}) and {{#var:LVL}} <= (6 + {{#var:Hatred}})|Hatred/;}}<!--
-->{{#ifexpr: {{#var:Tier}} <= (1 + {{#var:Respect}})
-->{{#ifexpr: {{#var:LVL}} >= (1 + {{#var:Resentment}}) and {{#var:LVL}} <= (6 + {{#var:Resentment}})|Resentment/}}<!--
|{{#vardefine:NobodySells|1}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 1 and {{#var:LVL}} <= 6|neutral benevolence&nbsp;}}<!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->{{#ifexpr: {{#var:LVL}} >= (1 + {{#var:Amity}}) and {{#var:LVL}} <= (6 + {{#var:Amity}})|Amity/}}<!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Hold|Hold/{{SUBPAGENAME}}}}|{{#if: {{Translate|Hold|NPCNames}}|{{Translate|Hold|NPCNames}}|Hold}}]] (&nbsp;<!--
-->{{#ifexpr: {{#var:LVL}} >= (1 + {{#var:Respect}}) and {{#var:LVL}} <= (6 + {{#var:Respect}})|Respect}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 1 and {{#var:Tier}} <= (1 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->}}<!--
-->{{#ifexpr: {{#var:Tier}} <= 1|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} <= (1 + {{#var:Amity}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} <= (1 + {{#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 at Hatred 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 + {{#var:Hatred}}) and {{#var:LVL}} <= (14 + {{#var:RespectBrynn}})
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:RespectBrynn}})
|<!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
|{{#vardefine:NobodySells|1}}<!--
-->* [[Keremit Lawe]] at <!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->{{#ifexpr: {{#var:LVL}} >= (6 + {{#var:Hatred}}) and {{#var:LVL}} <= (14 + {{#var:Hatred}})|Hatred/;}}<!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Keremit Lawe|Keremit Lawe/{{SUBPAGENAME}}}}|{{#if: {{Translate|Keremit Lawe|NPCNames}}|{{Translate|Keremit Lawe|NPCNames}}|Keremit Lawe}}]] (&nbsp;<!--
-->{{#ifexpr: {{#var:LVL}} >= (6 + {{#var:Resentment}}) and {{#var:LVL}} <= (14 + {{#var:Resentment}})|Resentment/}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= 14|neutral benevolence&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= 2|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (6 + {{#var:AmityBrynn}}) and {{#var:LVL}} <= (14 + {{#var:AmityBrynn}})|Amity/}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Benevolence}})|{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (6 + {{#var:RespectBrynn}}) and {{#var:LVL}} <= (14 + {{#var:RespectBrynn}})|Respect}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:AmityBrynnWillow}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->}}<!--
-->{{#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}}}}
|<!-- First check item's LVL is between merchant's minimum LVL at Hatred and maximum LVL at Respect. --><!--
|{{#if: {{#pos: aldor common|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: aldor common|{{#explode:{{#var:Tags}}| |-1}}}}
-->{{#ifexpr: {{#var:LVL}} >= (1 + {{#var:Hatred}}) and {{#var:LVL}} <= (6 + {{#var:Respect}})
|<!-- First check item's Tier is between merchant's minimum Tier and maximum Tier at Respect. --><!--
|<!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->{{#ifexpr: {{#var:Tier}} <= (1 + {{#var:Respect}})
-->* [[Jebar]] at <!--
|{{#vardefine:NobodySells|1}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (1 + {{#var:Hatred}}) and {{#var:LVL}} <= (6 + {{#var:Hatred}})|Hatred/;}}<!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->{{#ifexpr: {{#var:LVL}} >= (1 + {{#var:Resentment}}) and {{#var:LVL}} <= (6 + {{#var:Resentment}})|Resentment/}}<!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Jebar|Jebar/{{SUBPAGENAME}}}}|{{#if: {{Translate|Jebar|NPCNames}}|{{Translate|Jebar|NPCNames}}|Jebar}}]] (&nbsp;<!--
-->{{#ifexpr: {{#var:LVL}} >= 1 and {{#var:LVL}} <= 6|neutral benevolence&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 1 and {{#var:Tier}} <= (1 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (1 + {{#var:Amity}}) and {{#var:LVL}} <= (6 + {{#var:Amity}})|Amity/}}<!--
-->{{#ifexpr: {{#var:Tier}} <= 1|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (1 + {{#var:Respect}}) and {{#var:LVL}} <= (6 + {{#var:Respect}})|Respect}}<!--
-->{{#ifexpr: {{#var:Tier}} <= (1 + {{#var:Amity}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->}}<!-- First check item's LVL is between merchant's minimum LVL at Hatred and maximum LVL at Respect. --><!--
-->{{#ifexpr: {{#var:Tier}} <= (1 + {{#var:Respect}})|{{Translate|Respect|Properties}}}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (4 + {{#var:Hatred}}) and {{#var:LVL}} <= (6 + {{#var:Respect}})
-->)}}<!--
|<!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->}}}}<!--
-->* [[Dietrich]] at <!--
-->{{#if: {{#pos: aldor common|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: aldor common|{{#explode:{{#var:Tags}}| |-1}}}}
-->{{#ifexpr: {{#var:LVL}} >= (4 + {{#var:Hatred}}) and {{#var:LVL}} <= (12 + {{#var:Hatred}})|Hatred/;}}<!--
|<!-- First check item's Tier is between merchant's minimum Tier and maximum Tier at Respect. --><!--
-->{{#ifexpr: {{#var:LVL}} >= (4 + {{#var:Resentment}}) and {{#var:LVL}} <= (12 + {{#var:Resentment}})|Resentment/}}<!--
-->{{#ifexpr: {{#var:Tier}} <= (2 + {{#var:Respect}})
-->{{#ifexpr: {{#var:LVL}} >= 4 and {{#var:LVL}} <= 12|neutral benevolence&nbsp;}}<!--
|{{#vardefine:NobodySells|1}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (4 + {{#var:Amity}}) and {{#var:LVL}} <= (12 + {{#var:Amity}})|Amity/}}<!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->{{#ifexpr: {{#var:LVL}} >= (4 + {{#var:Respect}}) and {{#var:LVL}} <= (12 + {{#var:Respect}})|Respect}}<!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Dietrich|Dietrich/{{SUBPAGENAME}}}}|{{#if: {{Translate|Dietrich|NPCNames}}|{{Translate|Dietrich|NPCNames}}|Dietrich}}]] (&nbsp;<!--
-->}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} <= 2|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} <= (2 + {{#var:Amity}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} <= (2 + {{#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 at Hatred 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 + {{#var:Hatred}}) and {{#var:LVL}} <= (14 + {{#var:RespectBrynn}})
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:RespectBrynn}})
|<!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
|{{#vardefine:NobodySells|1}}<!--
-->* [[Giles vir Ivet]] at <!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->{{#ifexpr: {{#var:LVL}} >= (6 + {{#var:Hatred}}) and {{#var:LVL}} <= (14 + {{#var:Hatred}})|Hatred/;}}<!--
-->* [[{{#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 + {{#var:Resentment}}) and {{#var:LVL}} <= (14 + {{#var:Resentment}})|Resentment/}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= 14|neutral benevolence&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= 2|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (6 + {{#var:AmityBrynn}}) and {{#var:LVL}} <= (14 + {{#var:AmityBrynn}})|Amity/}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Benevolence}})|{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (6 + {{#var:RespectBrynn}}) and {{#var:LVL}} <= (14 + {{#var:RespectBrynn}})|Respect}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:AmityBrynnWillow}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->}}<!--
-->{{#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}}}}
|<!-- First check item's LVL is between merchant's minimum LVL at Hatred and maximum LVL at Respect. --><!--
|{{#if: {{#pos: aldor common|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: aldor common|{{#explode:{{#var:Tags}}| |-1}}}}
-->{{#ifexpr: {{#var:LVL}} >= (1 + {{#var:Hatred}}) and {{#var:LVL}} <= (6 + {{#var:Respect}})
|<!-- First check item's Tier is between merchant's minimum Tier and maximum Tier at Respect. --><!--
|<!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->{{#ifexpr: {{#var:Tier}} <= (1 + {{#var:Respect}})
-->* [[Jurg]] at <!--
|{{#vardefine:NobodySells|1}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (1 + {{#var:Hatred}}) and {{#var:LVL}} <= (6 + {{#var:Hatred}})|Hatred/;}}<!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->{{#ifexpr: {{#var:LVL}} >= (1 + {{#var:Resentment}}) and {{#var:LVL}} <= (6 + {{#var:Resentment}})|Resentment/}}<!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Jurg|Jurg/{{SUBPAGENAME}}}}|{{#if: {{Translate|Jurg|NPCNames}}|{{Translate|Jurg|NPCNames}}|Jurg}}]] (&nbsp;<!--
-->{{#ifexpr: {{#var:LVL}} >= 1 and {{#var:LVL}} <= 6|neutral benevolence&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 1 and {{#var:Tier}} <= (1 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (1 + {{#var:Amity}}) and {{#var:LVL}} <= (6 + {{#var:Amity}})|Amity/}}<!--
-->{{#ifexpr: {{#var:Tier}} <= 1|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (1 + {{#var:Respect}}) and {{#var:LVL}} <= (6 + {{#var:Respect}})|Respect}}<!--
-->{{#ifexpr: {{#var:Tier}} <= (1 + {{#var:Amity}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->}}<!-- First check item's LVL is between merchant's minimum LVL at Hatred and maximum LVL at Respect. --><!--
-->{{#ifexpr: {{#var:Tier}} <= (1 + {{#var:Respect}})|{{Translate|Respect|Properties}}}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (4 + {{#var:Hatred}}) and {{#var:LVL}} <= (6 + {{#var:Respect}})
-->)}}<!--
|<!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->}}}}<!--
-->* [[Dirk]] at <!--
-->{{#if: {{#pos: aldor common|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: aldor common|{{#explode:{{#var:Tags}}| |-1}}}}
-->{{#ifexpr: {{#var:LVL}} >= (4 + {{#var:Hatred}}) and {{#var:LVL}} <= (12 + {{#var:Hatred}})|Hatred/;}}<!--
|<!-- First check item's Tier is between merchant's minimum Tier and maximum Tier at Respect. --><!--
-->{{#ifexpr: {{#var:LVL}} >= (4 + {{#var:Resentment}}) and {{#var:LVL}} <= (12 + {{#var:Resentment}})|Resentment/}}<!--
-->{{#ifexpr: {{#var:Tier}} <= (2 + {{#var:Respect}})
-->{{#ifexpr: {{#var:LVL}} >= 4 and {{#var:LVL}} <= 12|neutral benevolence&nbsp;}}<!--
|{{#vardefine:NobodySells|1}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (4 + {{#var:Amity}}) and {{#var:LVL}} <= (12 + {{#var:Amity}})|Amity/}}<!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->{{#ifexpr: {{#var:LVL}} >= (4 + {{#var:Respect}}) and {{#var:LVL}} <= (12 + {{#var:Respect}})|Respect}}<!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Dirk_(NPC)|Dirk_(NPC)/{{SUBPAGENAME}}}}|{{#if: {{Translate|Dirk|NPCNames}}|{{Translate|Dirk|NPCNames}}|Dirk}}]] (&nbsp;<!--
-->}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} <= 2|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} <= (2 + {{#var:Amity}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} <= (2 + {{#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 at Hatred 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 + {{#var:Hatred}}) and {{#var:LVL}} <= (14 + {{#var:RespectBrynn}})
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:RespectBrynn}})
|<!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
|{{#vardefine:NobodySells|1}}<!--
-->* [[Noel vir Roan]] at <!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->{{#ifexpr: {{#var:LVL}} >= (6 + {{#var:Hatred}}) and {{#var:LVL}} <= (14 + {{#var:Hatred}})|Hatred/;}}<!--
-->* [[{{#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 + {{#var:Resentment}}) and {{#var:LVL}} <= (14 + {{#var:Resentment}})|Resentment/}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= 14|neutral benevolence&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= 2|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (6 + {{#var:AmityBrynn}}) and {{#var:LVL}} <= (14 + {{#var:AmityBrynn}})|Amity/}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Benevolence}})|{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (6 + {{#var:RespectBrynn}}) and {{#var:LVL}} <= (14 + {{#var:RespectBrynn}})|Respect}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:AmityBrynnWillow}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->}}<!--
-->{{#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 at Hatred 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 + {{#var:Hatred}}) and {{#var:LVL}} <= (14 + {{#var:RespectBrynn}})
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:RespectBrynn}})
|<!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
|{{#vardefine:NobodySells|1}}<!--
-->* [[Bern]] at <!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->{{#ifexpr: {{#var:LVL}} >= (8 + {{#var:Hatred}}) and {{#var:LVL}} <= (14 + {{#var:Hatred}})|Hatred/;}}<!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Bern|Bern/{{SUBPAGENAME}}}}|{{#if: {{Translate|Bern|NPCNames}}|{{Translate|Bern|NPCNames}}|Bern}}]] (&nbsp;<!--
-->{{#ifexpr: {{#var:LVL}} >= (8 + {{#var:Resentment}}) and {{#var:LVL}} <= (14 + {{#var:Resentment}})|Resentment/}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 8 and {{#var:LVL}} <= 14|neutral benevolence&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= 2|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (8 + {{#var:AmityBrynn}}) and {{#var:LVL}} <= (14 + {{#var:AmityBrynn}})|Amity/}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Benevolence}})|{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (8 + {{#var:RespectBrynn}}) and {{#var:LVL}} <= (14 + {{#var:RespectBrynn}})|Respect}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:AmityBrynnWillow}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 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}}}}
|<!-- First check item's LVL is between merchant's minimum LVL at Hatred and maximum LVL at Respect. --><!--
-->{{#ifexpr: {{#var:LVL}} >= (4 + {{#var:Hatred}}) and {{#var:LVL}} <= (14 + {{#var:RespectBrynn}})
|<!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->* [[Skinflint Homs]] at <!--
-->{{#ifexpr: {{#var:LVL}} >= (4 + {{#var:Hatred}}) and {{#var:LVL}} <= (16 + {{#var:Hatred}})|Hatred/;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (4 + {{#var:Resentment}}) and {{#var:LVL}} <= (16 + {{#var:Resentment}})|Resentment/}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 4 and {{#var:LVL}} <= 16|neutral benevolence&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (4 + {{#var:AmityBrynn}}) and {{#var:LVL}} <= (16 + {{#var:AmityBrynn}})|Amity/}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (4 + {{#var:RespectBrynn}}) and {{#var:LVL}} <= (16 + {{#var:RespectBrynn}})|Respect}}<!--
-->}}<!--
-->}}}}<!--
-->{{#if: {{#pos: aldor magic|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: aldor magic|{{#explode:{{#var:Tags}}| |-1}}}}
|<!-- First check item's LVL is between merchant's minimum LVL at Hatred and maximum LVL at Respect. --><!--
-->{{#ifexpr: {{#var:LVL}} >= (6 + {{#var:Hatred}}) and {{#var:LVL}} <= (14 + {{#var:RespectBrynn}})
|<!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->* [[Renod Kann]] at <!--
-->{{#ifexpr: {{#var:LVL}} >= (6 + {{#var:Hatred}}) and {{#var:LVL}} <= (14 + {{#var:Hatred}})|Hatred/;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (6 + {{#var:Resentment}}) and {{#var:LVL}} <= (14 + {{#var:Resentment}})|Resentment/}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= 14|neutral benevolence&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (6 + {{#var:AmityBrynn}}) and {{#var:LVL}} <= (14 + {{#var:AmityBrynn}})|Amity/}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (6 + {{#var:RespectBrynn}}) and {{#var:LVL}} <= (14 + {{#var:RespectBrynn}})|Respect}}<!--
-->}}<!--
-->}}}}<!--
-->}}}}<!--
-->{{#if: {{#pos: common uncommon elven rare|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: common uncommon elven rare|{{#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 at Hatred 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 + {{#var:Hatred}}) and {{#var:LVL}} <= (14 + {{#var:RespectBrynn}})
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:RespectBrynn}})
|<!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
|{{#vardefine:NobodySells|1}}<!--
-->* [[Armuz]] at <!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->{{#ifexpr: {{#var:LVL}} >= (2 + {{#var:Hatred}}) and {{#var:LVL}} <= (14 + {{#var:Hatred}})|Hatred/;}}<!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Renod Kann|Renod Kann/{{SUBPAGENAME}}}}|{{#if: {{Translate|Renod Kann|NPCNames}}|{{Translate|Renod Kann|NPCNames}}|Renod Kann}}]] (&nbsp;<!--
-->{{#ifexpr: {{#var:LVL}} >= (2 + {{#var:Resentment}}) and {{#var:LVL}} <= (14 + {{#var:Resentment}})|Resentment/}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 2 and {{#var:LVL}} <= 14|neutral benevolence&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= 2|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (2 + {{#var:AmityBrynn}}) and {{#var:LVL}} <= (14 + {{#var:AmityBrynn}})|Amity/}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Benevolence}})|{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (2 + {{#var:RespectBrynn}}) and {{#var:LVL}} <= (14 + {{#var:RespectBrynn}})|Respect}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:AmityBrynnWillow}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:RespectBrynn}})|{{Translate|Respect|Properties}}}}<!--
-->)}}<!--
-->}}}}<!--
-->}}}}<!--
-->{{#if: {{#pos: fjall common uncommon rare|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: fjall common uncommon 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 Tier is between merchant's minimum Tier and maximum Tier at Respect. --><!--
--><!-- First check item's LVL is between merchant's minimum LVL at Hatred and maximum LVL at Respect. --><!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:RespectBrynn}})
-->{{#ifexpr: {{#var:LVL}} >= (6 + {{#var:Hatred}}) and {{#var:LVL}} <= (14 + {{#var:RespectBrynn}})
|{{#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. --><!--
-->* [[Ormi]] at <!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Armuz|Armuz/{{SUBPAGENAME}}}}|{{#if: {{Translate|Armuz|NPCNames}}|{{Translate|Armuz|NPCNames}}|Armuz}}]] (&nbsp;<!--
-->{{#ifexpr: {{#var:LVL}} >= (6 + {{#var:Hatred}}) and {{#var:LVL}} <= (14 + {{#var:Hatred}})|Hatred/;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (6 + {{#var:Resentment}}) and {{#var:LVL}} <= (14 + {{#var:Resentment}})|Resentment/}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= 2|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= 14|neutral benevolence&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Benevolence}})|{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (6 + {{#var:AmityBrynn}}) and {{#var:LVL}} <= (14 + {{#var:AmityBrynn}})|Amity/}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:AmityBrynnWillow}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (6 + {{#var:RespectBrynn}}) and {{#var:LVL}} <= (14 + {{#var:RespectBrynn}})|Respect}}<!--
-->{{#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 at Hatred 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 + {{#var:Hatred}}) and {{#var:LVL}} <= (14 + {{#var:RespectBrynn}})
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:RespectBrynn}})
|<!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
|{{#vardefine:NobodySells|1}}<!--
-->* [[Rigo Nevic]] at <!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->{{#ifexpr: {{#var:LVL}} >= (6 + {{#var:Hatred}}) and {{#var:LVL}} <= (14 + {{#var:Hatred}})|Hatred/;}}<!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Rigo Nevic|Rigo Nevic/{{SUBPAGENAME}}}}|{{#if: {{Translate|Rigo Nevic|NPCNames}}|{{Translate|Rigo Nevic|NPCNames}}|Rigo Nevic}}]] (&nbsp;<!--
-->{{#ifexpr: {{#var:LVL}} >= (6 + {{#var:Resentment}}) and {{#var:LVL}} <= (14 + {{#var:Resentment}})|Resentment/}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= 14|neutral benevolence&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= 2|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (6 + {{#var:AmityBrynn}}) and {{#var:LVL}} <= (14 + {{#var:AmityBrynn}})|Amity/}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Benevolence}})|{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (6 + {{#var:RespectBrynn}}) and {{#var:LVL}} <= (14 + {{#var:RespectBrynn}})|Respect}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:AmityBrynnWillow}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->}}<!--
-->{{#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 at Hatred 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 + {{#var:Hatred}}) and {{#var:LVL}} <= (14 + {{#var:RespectBrynn}})
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:RespectBrynn}})
|<!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
|{{#vardefine:NobodySells|1}}<!--
-->* [[Zdenebrad]] at <!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->{{#ifexpr: {{#var:LVL}} >= (6 + {{#var:Hatred}}) and {{#var:LVL}} <= (14 + {{#var:Hatred}})|Hatred/;}}<!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Zdenebrad|Zdenebrad/{{SUBPAGENAME}}}}|{{#if: {{Translate|Zdenebrad|NPCNames}}|{{Translate|Zdenebrad|NPCNames}}|Zdenebrad}}]] (&nbsp;<!--
-->{{#ifexpr: {{#var:LVL}} >= (6 + {{#var:Resentment}}) and {{#var:LVL}} <= (14 + {{#var:Resentment}})|Resentment/}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= 14|neutral benevolence&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= 2|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (6 + {{#var:AmityBrynn}}) and {{#var:LVL}} <= (14 + {{#var:AmityBrynn}})|Amity/}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Benevolence}})|{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (6 + {{#var:RespectBrynn}}) and {{#var:LVL}} <= (14 + {{#var:RespectBrynn}})|Respect}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:AmityBrynnWillow}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:RespectBrynn}})|{{Translate|Respect|Properties}}}}<!--
-->)}}<!--
-->}}}}<!--
-->}}}}<!--
-->}}<!-- ENDIF JEWELRY CHECK --><!--
-->}}<!-- ENDIF JEWELRY CHECK --><!--
-->{{#if: {{#pos: fjall common uncommon rare|{{#explode:{{#var:Tags}}| |0}}}}|{{#if: {{#pos: fjall common uncommon rare|{{#explode:{{#var:Tags}}| |-1}}}}
|<!--
--><!-- First check item's Tier is between merchant's minimum Tier and maximum Tier at Respect. --><!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:RespectBrynn}})
|{{#vardefine:NobodySells|1}}<!--
--><!-- 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;<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= 2|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Benevolence}})|{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:AmityBrynnWillow}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#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 Tier is between merchant's minimum Tier and maximum Tier at Respect. --><!--
--><!-- First check item's LVL is between merchant's minimum LVL at Hatred and maximum LVL at Respect. --><!--
-->{{#ifexpr: {{#var:Tier}} <= (2 + {{#var:Respect}})
-->{{#ifexpr: {{#var:LVL}} >= (4 + {{#var:Hatred}}) and {{#var:LVL}} <= (10 + {{#var:Respect}})
|{{#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. --><!--
-->* [[Gerlot]] at <!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Gerlot|Gerlot/{{SUBPAGENAME}}}}|{{#if: {{Translate|Gerlot|NPCNames}}|{{Translate|Gerlot|NPCNames}}|Gerlot}}]] (&nbsp;<!--
-->{{#ifexpr: {{#var:LVL}} >= (4 + {{#var:Hatred}}) and {{#var:LVL}} <= (10 + {{#var:Hatred}})|Hatred/;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (4 + {{#var:Resentment}}) and {{#var:LVL}} <= (10 + {{#var:Resentment}})|Resentment/}}<!--
-->{{#ifexpr: {{#var:Tier}} <= 2|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 4 and {{#var:LVL}} <= 10|neutral benevolence&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} <= (2 + {{#var:Amity}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (4 + {{#var:Amity}}) and {{#var:LVL}} <= (10 + {{#var:Amity}})|Amity/}}<!--
-->{{#ifexpr: {{#var:Tier}} <= (2 + {{#var:Respect}})|{{Translate|Respect|Properties}}}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (4 + {{#var:Respect}}) and {{#var:LVL}} <= (10 + {{#var:Respect}})|Respect}}<!--
-->)}}<!--
-->}}<!--
-->}}}}<!--
-->}}}}<!--
-->{{#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 at Hatred 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 + {{#var:Hatred}}) and {{#var:LVL}} <= (14 + {{#var:RespectBrynn}})
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (3 + {{#var:RespectBrynn}})
|<!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
|{{#vardefine:NobodySells|1}}<!--
-->* [[Jervey vir Noms]] at <!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->{{#ifexpr: {{#var:LVL}} >= (4 + {{#var:Hatred}}) and {{#var:LVL}} <= (14 + {{#var:Hatred}})|Hatred/;}}<!--
-->* [[{{#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 + {{#var:Resentment}}) and {{#var:LVL}} <= (14 + {{#var:Resentment}})|Resentment/}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (3 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 4 and {{#var:LVL}} <= 14|neutral benevolence&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= 3|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (4 + {{#var:AmityBrynn}}) and {{#var:LVL}} <= (14 + {{#var:AmityBrynn}})|Amity/}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (3 + {{#var:Benevolence}})|{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (4 + {{#var:RespectBrynn}}) and {{#var:LVL}} <= (14 + {{#var:RespectBrynn}})|Respect}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (3 + {{#var:AmityBrynnWillow}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->}}<!--
-->{{#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 at Hatred 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 + {{#var:Hatred}}) and {{#var:LVL}} <= (14 + {{#var:RespectBrynn}})
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:RespectBrynn}})
|<!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
|{{#vardefine:NobodySells|1}}<!--
-->* [[Letar]] at <!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->{{#ifexpr: {{#var:LVL}} >= (4 + {{#var:Hatred}}) and {{#var:LVL}} <= (14 + {{#var:Hatred}})|Hatred/;}}<!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Letar|Letar/{{SUBPAGENAME}}}}|{{#if: {{Translate|Letar|NPCNames}}|{{Translate|Letar|NPCNames}}|Letar}}]] (&nbsp;<!--
-->{{#ifexpr: {{#var:LVL}} >= (4 + {{#var:Resentment}}) and {{#var:LVL}} <= (14 + {{#var:Resentment}})|Resentment/}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 4 and {{#var:LVL}} <= 14|neutral benevolence&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= 2|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (4 + {{#var:AmityBrynn}}) and {{#var:LVL}} <= (14 + {{#var:AmityBrynn}})|Amity/}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Benevolence}})|{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (4 + {{#var:RespectBrynn}}) and {{#var:LVL}} <= (14 + {{#var:RespectBrynn}})|Respect}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:AmityBrynnWillow}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->}}<!--
-->{{#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 at Hatred 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 + {{#var:Hatred}}) and {{#var:LVL}} <= (14 + {{#var:RespectBrynn}})
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:RespectBrynn}})
|<!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
|{{#vardefine:NobodySells|1}}<!--
-->* [[General_Merchant_(Brynn_Mint_Square)]] at <!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->{{#ifexpr: {{#var:LVL}} >= (6 + {{#var:Hatred}}) and {{#var:LVL}} <= (14 + {{#var:Hatred}})|Hatred/;}}<!--
-->* [[{{#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}} >= (6 + {{#var:Resentment}}) and {{#var:LVL}} <= (14 + {{#var:Resentment}})|Resentment/}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= 14|neutral benevolence&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= 2|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (6 + {{#var:AmityBrynn}}) and {{#var:LVL}} <= (14 + {{#var:AmityBrynn}})|Amity/}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Benevolence}})|{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (6 + {{#var:RespectBrynn}}) and {{#var:LVL}} <= (14 + {{#var:RespectBrynn}})|Respect}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:AmityBrynnWillow}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->}}<!--
-->{{#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 at Hatred 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 + {{#var:Hatred}}) and {{#var:LVL}} <= (14 + {{#var:RespectBrynn}})
-->{{#ifexpr: {{#var:Tier}} >= 1 and {{#var:Tier}} <= (2 + {{#var:RespectBrynn}})
|<!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
|{{#vardefine:NobodySells|1}}<!--
-->* [[General_Merchant_(Brynn_Docks)]] at <!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->{{#ifexpr: {{#var:LVL}} >= (6 + {{#var:Hatred}}) and {{#var:LVL}} <= (14 + {{#var:Hatred}})|Hatred/;}}<!--
-->* [[{{#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 + {{#var:Resentment}}) and {{#var:LVL}} <= (14 + {{#var:Resentment}})|Resentment/}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 1 and {{#var:Tier}} <= (2 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= 14|neutral benevolence&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 1 and {{#var:Tier}} <= 2|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (6 + {{#var:AmityBrynn}}) and {{#var:LVL}} <= (14 + {{#var:AmityBrynn}})|Amity/}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 1 and {{#var:Tier}} <= (2 + {{#var:Benevolence}})|{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (6 + {{#var:RespectBrynn}}) and {{#var:LVL}} <= (14 + {{#var:RespectBrynn}})|Respect}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 1 and {{#var:Tier}} <= (2 + {{#var:AmityBrynnWillow}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 1 and {{#var:Tier}} <= (2 + {{#var:RespectBrynn}})|{{Translate|Respect|Properties}}}}<!--
-->)}}<!--
-->}}}}<!--
-->{{#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 Tier is between merchant's minimum Tier and maximum Tier at Respect. --><!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (3 + {{#var:RespectBrynn}})
|{{#vardefine:NobodySells|1}}<!--
--><!-- 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;<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (3 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= 3|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (3 + {{#var:Benevolence}})|{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (3 + {{#var:AmityBrynnWillow}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#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 Tier is between merchant's minimum Tier and maximum Tier at Respect. --><!--
--><!-- First check item's LVL is between merchant's minimum LVL at Hatred and maximum LVL at Respect. --><!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (3 + {{#var:RespectBrynn}})
-->{{#ifexpr: {{#var:LVL}} >= (1 + {{#var:Hatred}}) and {{#var:LVL}} <= (18 + {{#var:RespectBrynn}})
|{{#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. --><!--
-->* [[Esfah]] at <!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Esfah|Esfah/{{SUBPAGENAME}}}}|{{#if: {{Translate|Esfah|NPCNames}}|{{Translate|Esfah|NPCNames}}|Esfah}}]] (&nbsp;<!--
-->{{#ifexpr: {{#var:LVL}} >= (1 + {{#var:Hatred}}) and {{#var:LVL}} <= (18 + {{#var:Hatred}})|Hatred/;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (3 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (1 + {{#var:Resentment}}) and {{#var:LVL}} <= (18 + {{#var:Resentment}})|Resentment/}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= 3|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 1 and {{#var:LVL}} <= 18|neutral benevolence&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (3 + {{#var:Benevolence}})|{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (1 + {{#var:AmityBrynn}}) and {{#var:LVL}} <= (18 + {{#var:AmityBrynn}})|Amity/}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (3 + {{#var:AmityBrynnWillow}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (1 + {{#var:RespectBrynn}}) and {{#var:LVL}} <= (18 + {{#var:RespectBrynn}})|Respect}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (3 + {{#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 at Hatred 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 + {{#var:Hatred}}) and {{#var:LVL}} <= (8 + {{#var:Respect}})
-->{{#ifexpr: {{#var:Tier}} <= (2 + {{#var:Respect}})
|<!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
|{{#vardefine:NobodySells|1}}<!--
-->* [[Bert]] at <!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->{{#ifexpr: {{#var:LVL}} >= (2 + {{#var:Hatred}}) and {{#var:LVL}} <= (8 + {{#var:Hatred}})|Hatred/;|}}<!--
-->* [[{{#ifeq:{{SUBPAGENAME}}|{{PAGENAME}}|Bert|Bert/{{SUBPAGENAME}}}}|{{#if: {{Translate|Bert|NPCNames}}|{{Translate|Bert|NPCNames}}|Bert}}]] (&nbsp;<!--
-->{{#ifexpr: {{#var:LVL}} >= (2 + {{#var:Resentment}}) and {{#var:LVL}} <= (8 + {{#var:Resentment}})|Resentment/|}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 1 and {{#var:Tier}} <= (1 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 2 and {{#var:LVL}} <= 8|neutral benevolence&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} <= 1|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (2 + {{#var:Amity}}) and {{#var:LVL}} <= (8 + {{#var:Amity}})|Amity/|}}<!--
-->{{#ifexpr: {{#var:Tier}} <= (1 + {{#var:Amity}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (2 + {{#var:Respect}}) and {{#var:LVL}} <= (8 + {{#var:Respect}})|Respect|}}<!--
-->{{#ifexpr: {{#var:Tier}} <= (1 + {{#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 at Hatred 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 + {{#var:Hatred}}) and {{#var:LVL}} <= (20 + {{#var:Respect}})
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:RespectWillow}})
|<!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
|{{#vardefine:NobodySells|1}}<!--
-->* [[Wigmar]] at <!--
--><!-- If true, merchant can sell the item, list the merchant. Now check each reputation individually. --><!--
-->{{#ifexpr: {{#var:LVL}} >= (6 + {{#var:Hatred}}) and {{#var:LVL}} <= (20 + {{#var:Hatred}})|Hatred/;}}<!--
-->* [[{{#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 + {{#var:Resentment}}) and {{#var:LVL}} <= (20 + {{#var:Resentment}})|Resentment/}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Hatred}})|{{Translate|Hatred|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= 6 and {{#var:LVL}} <= 20|neutral benevolence&nbsp;}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= 2|{{Translate|Resentment|Properties}}&nbsp;{{Translate|Neutral|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (6 + {{#var:Amity}}) and {{#var:LVL}} <= (20 + {{#var:Amity}})|Amity/}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:Benevolence}})|{{Translate|Benevolence|Properties}}&nbsp;}}<!--
-->{{#ifexpr: {{#var:LVL}} >= (6 + {{#var:Respect}}) and {{#var:LVL}} <= (20 + {{#var:Respect}})|Respect}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:AmityBrynnWillow}})|{{Translate|Amity|Properties}}&nbsp;}}<!--
-->}}<!--
-->{{#ifexpr: {{#var:Tier}} >= 2 and {{#var:Tier}} <= (2 + {{#var:RespectWillow}})|{{Translate|Respect|Properties}}}}<!--
-->)}}<!--
-->}}}}<!--
-->}}}}<!--
--><!-- OLD CODE for Containers, still works but the lists will be outdated for sure --><!--
-->{{#if: {{#var:NobodySells}}||Currently no merchant sells this item.}}}}<!--
-->{{#if: {{#pos:{{:Barrels|Loot}}|{{ROOTPAGENAME}}}} | * [[Barrels]] | }}<!--
--><!-- OLD CODE for Containers, still works but the lists will be outdated for sure - hiding for now --><!--
-->{{#if: {{#pos:{{:Bookshelves|Loot}}|{{ROOTPAGENAME}}}} | * [[Bookshelves]] | }}<!--
{{#if: {{#pos:{{:Barrels|Loot}}|{{ROOTPAGENAME}}}} | * [[Barrels]] | }}
-->{{#if: {{#pos:{{:Bookshelves|Treatise}}|{{ROOTPAGENAME}}}} | * [[Bookshelves]] | }}<!--
{{#if: {{#pos:{{:Bookshelves|Loot}}|{{ROOTPAGENAME}}}} | * [[Bookshelves]] | }}
-->{{#if: {{#pos:{{:Carts|Loot}}|{{ROOTPAGENAME}}}} | * [[Carts]] | }}<!--
{{#if: {{#pos:{{:Bookshelves|Treatise}}|{{ROOTPAGENAME}}}} | * [[Bookshelves]] | }}
-->{{#if: {{#pos:{{:Chests|Loot}}|{{ROOTPAGENAME}}}} | * [[Chests]] | }}<!--
{{#if: {{#pos:{{:Carts|Loot}}|{{ROOTPAGENAME}}}} | * [[Carts]] | }}
-->{{#if: {{#pos:{{:Coffins|Loot}}|{{ROOTPAGENAME}}}} | * [[Coffins]] | }}<!--
{{#if: {{#pos:{{:Chests|Loot}}|{{ROOTPAGENAME}}}} | * [[Chests]] | }}
-->{{#if: {{#pos:{{:Corpses|Loot}}|{{ROOTPAGENAME}}}} | * [[Corpses]] | }}<!--
{{#if: {{#pos:{{:Coffins|Loot}}|{{ROOTPAGENAME}}}} | * [[Coffins]] | }}
-->{{#if: {{#pos:{{:Crates|Loot}}|{{ROOTPAGENAME}}}} | * [[Crates]] | }}<!--
{{#if: {{#pos:{{:Corpses|Loot}}|{{ROOTPAGENAME}}}} | * [[Corpses]] | }}
-->{{#if: {{#pos:{{:Cupboards|Loot}}|{{ROOTPAGENAME}}}} | * [[Cupboards]] | }}<!--
{{#if: {{#pos:{{:Crates|Loot}}|{{ROOTPAGENAME}}}} | * [[Crates]] | }}
-->{{#if: {{#pos:{{:Graves|Loot}}|{{ROOTPAGENAME}}}} | * [[Graves]] | }}<!--
{{#if: {{#pos:{{:Cupboards|Loot}}|{{ROOTPAGENAME}}}} | * [[Cupboards]] | }}
-->{{#if: {{#pos:{{:Hero Sarcophagus|Loot}}|{{ROOTPAGENAME}}}} | * [[Hero Sarcophagus]] | }}<!--
{{#if: {{#pos:{{:Graves|Loot}}|{{ROOTPAGENAME}}}} | * [[Graves]] | }}
-->{{#if: {{#pos:{{:Nightstands|Loot}}|{{ROOTPAGENAME}}}} | * [[Nightstands]] | }}<!--
{{#if: {{#pos:{{:Hero Sarcophagus|Loot}}|{{ROOTPAGENAME}}}} | * [[Hero Sarcophagus]] | }}
-->{{#if: {{#pos:{{:Racks|Loot}}|{{ROOTPAGENAME}}}} | * [[Racks]] | }}<!--
{{#if: {{#pos:{{:Nightstands|Loot}}|{{ROOTPAGENAME}}}} | * [[Nightstands]] | }}
-->{{#if: {{#pos:{{:Sarcophagi|Loot}}|{{ROOTPAGENAME}}}} | * [[Sarcophagi]] | }}<!--
{{#if: {{#pos:{{:Racks|Loot}}|{{ROOTPAGENAME}}}} | * [[Racks]] | }}
-->{{#if: {{#pos:{{:Shelves|Loot}}|{{ROOTPAGENAME}}}} | * [[Shelves]] | }}<!--
{{#if: {{#pos:{{:Sarcophagi|Loot}}|{{ROOTPAGENAME}}}} | * [[Sarcophagi]] | }}
-->{{#if: {{#pos:{{:Vases|Loot}}|{{ROOTPAGENAME}}}} | * [[Vases]] | }}<!--
{{#if: {{#pos:{{:Shelves|Loot}}|{{ROOTPAGENAME}}}} | * [[Shelves]] | }}
-->{{#if: {{#pos:{{:Wardrobes|Loot}}|{{ROOTPAGENAME}}}} | * [[Wardrobes]] | }}</includeonly><noinclude>{{doc}}
{{#if: {{#pos:{{:Vases|Loot}}|{{ROOTPAGENAME}}}} | * [[Vases]] | }}
{{#if: {{#pos:{{:Wardrobes|Loot}}|{{ROOTPAGENAME}}}} | * [[Wardrobes]] | }}--></includeonly><noinclude>{{doc}}
[[Category:Templates]]</noinclude>
[[Category:Templates]]</noinclude>

Latest revision as of 13:51, 11 October 2025

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