Shields: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 25: Line 25:
== List of Shields ==
== List of Shields ==


{| class="wikitable"
! Shield !! Armour Class Bonus !! Weight !! Price !! Special
{{#cargo_query:
{{#cargo_query:
tables = equipment
tables = equipment
| fields =  
| fields = name, image, rarity, armour_class_bonus, weight_kg, weight_lb, price, special
  CONCAT('<div style="text-align: center;">',
        '[[File:', image, '|frameless|80px|link=', name, ']] <br>',
        '[[', name, '{{!}}{', '{RarityColor{{!}}', rarity, '{{!}}', name, '}', '}]]',
        '</div>'
        ) = Item,
  armour_class_bonus = Armour Class,
  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 = "Shields"
| where = type = "Shields"
| format = table
| format = template
| template = ShieldTableRow
| named args = yes
}}
}}
|}