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 sortable"
{{#cargo_query: tables = equipment
! Shield !! Armour Class Bonus !! Weight !! Price !! Special
{{#cargo_query:
tables = equipment
| fields = name, image, rarity, armour_class_bonus, weight_kg, weight_lb, price, special
| fields = name, image, rarity, armour_class_bonus, weight_kg, weight_lb, price, special
| order by = rarity_order, name
| order by = rarity_order, name
| where = type = "Shields"
| where = type = "Shields"
| intro = {{ShieldsTableHeader}}
| outro = </table>
| format = template
| format = template
| template = ShieldTableRow
| template = ShieldsTableRow
| named args = yes
| named args = yes
}}
}}
|}