Armor (AV): Difference between revisions

Jump to navigation Jump to search
66 bytes added ,  20:45, 28 January 2021
m
Update query to include everything. Previously the query limit was excluding some equipment like ironweave cloak
imported>TinyTedDanson
m (Added subheading to make an overview excerpt on Equipment)
m (Update query to include everything. Previously the query limit was excluding some equipment like ironweave cloak)
Line 16: Line 16:
==Items by AV==
==Items by AV==
Search by body slots to see only gear wearable on that slot!
Search by body slots to see only gear wearable on that slot!
{{#cargo_query:table=ItemsTable,GeneralData|join on=ItemsTable._pageName=GeneralData._pageName| fields=CONCAT('[[File:',GeneralData.Image,'|24px]] [[',ItemsTable._pageName,']]')=Item,AV,DV,CONCAT(WornOn)=Worn on,GeneralData.Weight|where=ItemsTable._pageNamespace='0' AND AV <> '' AND DV <> ''AND Wornon <> ''|order by=AV DESC|format=dynamic table|rows per page=20}}
{{#cargo_query:table=ItemsTable,GeneralData|join on=ItemsTable._pageName=GeneralData._pageName| fields=CONCAT('[[File:',GeneralData.Image,'|24px]] [[',ItemsTable._pageName,']]')=Item,AV,DV,CONCAT(WornOn)=Worn on,GeneralData.Weight|where=ItemsTable._pageNamespace='0' AND (WornOn IS NOT NULL OR Categories='Fungal Infections') AND AV IS NOT NULL AND DV IS NOT NULL|order by=AV DESC|format=dynamic table|rows per page=20|limit=9999}}


[[Category:Battle Mechanics]]
[[Category:Battle Mechanics]]

Navigation menu