Armour: Difference between revisions

Jump to navigation Jump to search
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
  CONCAT('<div style="text-align: center;">',
| fields = name, image, rarity, armour_class, stealth_disadvantage, weight_kg, weight_lb, price, special
        '[[File:', image, '|frameless|80px|link=', name, ']] <br>',
        '[[', name, '{{!}}{', '{RarityColor{{!}}', rarity, '{{!}}', name, '}', '}]]',
        '</div>'
        ) = Item,
  armour_class = Armour Class,
  stealth_disadvantage = Stealth Disadvantage,
  CONCAT(weight_kg, '{{nbts}}kg / ', weight_lb, '{{nbts}}lb') = Weight,
  price = Price,
  special = Special
| order by = rarity_order, name
| order by = rarity_order, name
| where = type = "Light Armour"
| where = type = "Light Armour"
| format = table
| 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
  CONCAT('<div style="text-align: center;">',
| fields = name, image, rarity, armour_class, stealth_disadvantage, weight_kg, weight_lb, price, special
        '[[File:', image, '|frameless|80px|link=', name, ']] <br>',
        '[[', name, '{{!}}{', '{RarityColor{{!}}', rarity, '{{!}}', name, '}', '}]]',
        '</div>'
        ) = Item,
  armour_class = Armour Class,
  stealth_disadvantage = Stealth Disadvantage,
  CONCAT(weight_kg, '{{nbts}}kg / ', weight_lb, '{{nbts}}lb') = Weight,
  price = Price,
  special = Special
| order by = rarity_order, name
| order by = rarity_order, name
| where = type = "Medium Armour"
| where = type = "Medium Armour"
| format = table
| 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
  CONCAT('<div style="text-align: center;">',
| fields = name, image, rarity, armour_class, stealth_disadvantage, weight_kg, weight_lb, price, special
        '[[File:', image, '|frameless|80px|link=', name, ']] <br>',
        '[[', name, '{{!}}{', '{RarityColor{{!}}', rarity, '{{!}}', name, '}', '}]]',
        '</div>'
        ) = Item,
  armour_class = Armour Class,
  stealth_disadvantage = Stealth Disadvantage,
  CONCAT(weight_kg, '{{nbts}}kg / ', weight_lb, '{{nbts}}lb') = Weight,
  price = Price,
  special = Special
| order by = rarity_order, name
| order by = rarity_order, name
| where = type = "Heavy Armour"
| where = type = "Heavy Armour"
| format = table
| format = template
| template = ArmourTableRow
| named args = yes
}}
}}
|}