User:Hennils/Weapon type page: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
{{WeaponsTableHeader}}
{{WeaponsTableHeader}}
{{#cargo_query: tables = weapons
{{#cargo_query: tables = weapons
| fields = name, image, rarity, enchantment, damage, damage_type, extra_damage, extra_damage_type, weight_kg, weight_lb, price, special, weapon_actions
| fields = name, image, rarity, enchantment, damage, damage_type, extra_damage, extra_damage_type, weight_kg, weight_lb, price, special, weapon_actions
| order by = rarity_order, name
| order by = rarity_order, name
| where = type="Rapiers" AND legacy IS NULL
| where = type="Daggers" AND legacy IS NULL
| default = {{WeaponsTableEmpty}}
| default = {{WeaponsTableEmpty}}
| format = template
| format = template
Line 17: Line 15:
tables=weapons
tables=weapons
|fields=weapons.name, weapons.weapon_actions, weapons.weapon_actions
|fields=weapons.name, weapons.weapon_actions, weapons.weapon_actions
|where=weapons.type = 'Rapiers'
|where=weapons.type = 'Daggers'
|order by=weapons.name ASC
|order by=weapons.name ASC
}}
}}

Navigation menu