Difference between revisions of "Weapons/Archive/Version 1.23.1/Weapon Trees/Dagger"
Jump to navigation
Jump to search
>Eave (Created page with "{{WeaponListHeader}} {{WeaponTreesHeader}} <tabber> |-| Core Weapons = {{#cargo_query:tables=Weapons |fields=CraftGroupId=craftGroupId |where=CraftGroupId IS NOT NULL and Craf...") |
>Boblers (changing queries to use Type and Availability instead of purely CraftGroupId, added Agito section) |
||
| (8 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
{{WeaponListHeader}} | {{WeaponListHeader}} | ||
| − | {{WeaponTreesHeader}} | + | {{WeaponTreesHeader|ActiveLink=Dagger}} |
<tabber> | <tabber> | ||
|-| Core Weapons = | |-| Core Weapons = | ||
{{#cargo_query:tables=Weapons | {{#cargo_query:tables=Weapons | ||
|fields=CraftGroupId=craftGroupId | |fields=CraftGroupId=craftGroupId | ||
| − | |where=CraftGroupId IS NOT NULL and | + | |where=CraftGroupId IS NOT NULL and Type="Dagger" and Availability="Core" |
|group by=CraftGroupId | |group by=CraftGroupId | ||
|order by=CraftGroupId | |order by=CraftGroupId | ||
| Line 15: | Line 15: | ||
{{#cargo_query:tables=Weapons | {{#cargo_query:tables=Weapons | ||
|fields=CraftGroupId=craftGroupId | |fields=CraftGroupId=craftGroupId | ||
| − | |where=CraftGroupId IS NOT NULL and | + | |where=CraftGroupId IS NOT NULL and Type="Dagger" and Availability="Void" |
|group by=CraftGroupId | |group by=CraftGroupId | ||
|order by=CraftGroupId | |order by=CraftGroupId | ||
| Line 25: | Line 25: | ||
{{#cargo_query:tables=Weapons | {{#cargo_query:tables=Weapons | ||
|fields=CraftGroupId=craftGroupId | |fields=CraftGroupId=craftGroupId | ||
| − | |where=CraftGroupId IS NOT NULL and CraftGroupId | + | |where=CraftGroupId IS NOT NULL and Type="Dagger" and Availability="High Dragon" |
| + | |group by=CraftGroupId | ||
| + | |order by=CraftGroupId | ||
| + | |format=template | ||
| + | |template=Weapon Progression Table | ||
| + | |named args=yes | ||
| + | }} | ||
| + | |-| Agito Weapons = | ||
| + | {{#cargo_query:tables=Weapons | ||
| + | |fields=CraftGroupId=craftGroupId | ||
| + | |where=CraftGroupId IS NOT NULL and Type="Dagger" and Availability="Agito" | ||
|group by=CraftGroupId | |group by=CraftGroupId | ||
|order by=CraftGroupId | |order by=CraftGroupId | ||