Template:Query unique armours: Difference between revisions

From Path of Exile 2 Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 8: Line 8:
|ar=1
|ar=1
|stat=1
|stat=1
|block={{#ifeq:{{{item_class|}}}|Shield|1|}}
|inherent_skills=1
|no_html={{{no_html|}}}
|no_html={{{no_html|}}}
}}
}}
Line 21: Line 21:
|ev=1
|ev=1
|stat=1
|stat=1
|block={{#ifeq:{{{item_class|}}}|Shield|1|}}
|inherent_skills=1
|no_html={{{no_html|}}}
|no_html={{{no_html|}}}
}}
}}
Line 34: Line 34:
|es=1
|es=1
|stat=1
|stat=1
|block={{#ifeq:{{{item_class|}}}|Shield|1|}}
|inherent_skills=1
|no_html={{{no_html|}}}
|no_html={{{no_html|}}}
}}
}}
Line 40: Line 40:
===Armour/Evasion ([[Strength]]/[[Dexterity]])===
===Armour/Evasion ([[Strength]]/[[Dexterity]])===


{Drop enabled unique item table
{{Drop enabled unique item table
|where=armours.armour_range_average > 0 AND armours.evasion_range_average > 0 AND armours.energy_shield_range_average = 0 {{#if:{{{item_class|}}}|AND items.class_id="{{{item_class|}}}"|}}
|where=armours.armour_range_average > 0 AND armours.evasion_range_average > 0 AND armours.energy_shield_range_average = 0 {{#if:{{{item_class|}}}|AND items.class_id="{{{item_class|}}}"|}}
|large=1
|large=1
Line 49: Line 49:
|ev=1
|ev=1
|stat=1
|stat=1
|block={{#ifeq:{{{item_class|}}}|Shield|1|}}
|inherent_skills=1
|no_html={{{no_html|}}}
|no_html={{{no_html|}}}
}}
}}
Line 64: Line 64:
|es=1
|es=1
|stat=1
|stat=1
|block={{#ifeq:{{{item_class|}}}|Shield|1|}}
|inherent_skills=1
|no_html={{{no_html|}}}
|no_html={{{no_html|}}}
}}
}}
Line 79: Line 79:
|es=1
|es=1
|stat=1
|stat=1
|block={{#ifeq:{{{item_class|}}}|Shield|1|}}
|inherent_skills=1
|no_html={{{no_html|}}}
|no_html={{{no_html|}}}
}}
}}


{{#ifeq:{{{item_class|}}}|Body Armour|===Armour/Evasion/Energy Shield ([[Strength]]/[[Dexterity]]/[[Intelligence]])===
===Armour/Evasion/Energy Shield ([[Strength]]/[[Dexterity]]/[[Intelligence]])===


{{Drop enabled unique item table
{{Drop enabled unique item table
Line 96: Line 96:
|es=1
|es=1
|stat=1
|stat=1
|block={{#ifeq:{{{item_class|}}}|Shield|1|}}
|inherent_skills=1
|no_html={{{no_html|}}}
|no_html={{{no_html|}}}
}}}}</includeonly><noinclude>
}}</includeonly><noinclude>
{{Documentation}}
{{Documentation}}
</noinclude>
</noinclude>

Latest revision as of 05:59, 21 September 2025

Template documentation[view] [edit] [history] [purge]


Lua logo

This template uses the following modules:

Overview

This template queries for unique armours based on a item class.

For more information, see Template:Item table.