Difference between revisions of "Weapons/Archive/Version 1.23.1/Weapon Trees/Dagger"
Jump to navigation
Jump to search
>Eave m |
>Boblers (changing queries to use Type and Availability instead of purely CraftGroupId, added Agito section) |
||
| Line 5: | Line 5: | ||
{{#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 | ||