12,652
editsno edit summary
No edit summary |
No edit summary |
||
Line 38: | Line 38: | ||
==== List of Light Armour ==== | ==== List of Light Armour ==== | ||
{{#cargo_query: | {| class="wikitable sortable" | ||
tables = equipment | ! Item !! Armour Class !! Stealth Disadvantage !! Weight !! Price !! Special | ||
| fields = | {{#cargo_query: tables = equipment | ||
| fields = name, image, rarity, armour_class, stealth_disadvantage, weight_kg, weight_lb, price, special | |||
| order by = rarity_order, name | | order by = rarity_order, name | ||
| where = type = "Light Armour" | | where = type = "Light Armour" | ||
| format = | | format = template | ||
| template = ArmourTableRow | |||
| named args = yes | |||
}} | }} | ||
|} | |||
=== {{SmallIcon|Medium Armour Icon.png}} Medium Armour === | === {{SmallIcon|Medium Armour Icon.png}} Medium Armour === | ||
Line 73: | Line 67: | ||
==== List of Medium Armour ==== | ==== List of Medium Armour ==== | ||
{{#cargo_query: | {| class="wikitable sortable" | ||
tables = equipment | ! Item !! Armour Class !! Stealth Disadvantage !! Weight !! Price !! Special | ||
| fields = | {{#cargo_query: tables = equipment | ||
| fields = name, image, rarity, armour_class, stealth_disadvantage, weight_kg, weight_lb, price, special | |||
| order by = rarity_order, name | | order by = rarity_order, name | ||
| where = type = "Medium Armour" | | where = type = "Medium Armour" | ||
| format = | | format = template | ||
| template = ArmourTableRow | |||
| named args = yes | |||
}} | }} | ||
|} | |||
=== {{SmallIcon|Heavy Armour Icon.png}} Heavy Armour === | === {{SmallIcon|Heavy Armour Icon.png}} Heavy Armour === | ||
Line 107: | Line 95: | ||
==== List of Heavy Armour ==== | ==== List of Heavy Armour ==== | ||
{{#cargo_query: | {| class="wikitable sortable" | ||
tables = equipment | ! Item !! Armour Class !! Stealth Disadvantage !! Weight !! Price !! Special | ||
| fields = | {{#cargo_query: tables = equipment | ||
| fields = name, image, rarity, armour_class, stealth_disadvantage, weight_kg, weight_lb, price, special | |||
| order by = rarity_order, name | | order by = rarity_order, name | ||
| where = type = "Heavy Armour" | | where = type = "Heavy Armour" | ||
| format = | | format = template | ||
| template = ArmourTableRow | |||
| named args = yes | |||
}} | }} | ||
|} |