Difference between revisions of "Weapon List"
Jump to navigation
Jump to search
>Mornsta-gpuser |
imported>Elaeagnifolia |
||
| Line 14: | Line 14: | ||
! Str | ! Str | ||
! Skill | ! Skill | ||
| − | {{# | + | {{#invoke:CargoQuery|main |
| − | tables=Weapons | + | |q?tables=Weapons |
| − | |fields=BaseId,FormId,_pageName=Name,Rarity,ElementalType,Type,MaxHp,MaxAtk,SkillName | + | |q?fields=BaseId,FormId,_pageName=Name,Rarity,ElementalType,Type,MaxHp,MaxAtk,SkillName |
| − | |where=WeaponName!="Zethia's Staff" | + | |q?where=WeaponName!="Zethia's Staff" |
| − | |||
|template=WeaponTableEntry | |template=WeaponTableEntry | ||
| − | | | + | |q?groupBy=_pageName |
| − | + | |q?orderBy= | |
| − | | | ||
CASE ElementalType | CASE ElementalType | ||
WHEN 'Flame' THEN 1 | WHEN 'Flame' THEN 1 | ||
| Line 43: | Line 41: | ||
END ASC, | END ASC, | ||
Rarity DESC, Id DESC | Rarity DESC, Id DESC | ||
| − | |limit=300 | + | |q?limit=300 |
}} | }} | ||
|} | |} | ||
| Line 62: | Line 60: | ||
! Hp | ! Hp | ||
! Atk | ! Atk | ||
| − | {{# | + | {{#invoke:CargoQuery|main |
| − | tables=Weapons | + | |q?tables=Weapons |
| − | |fields=BaseId,FormId,_pageName=Name,Rarity,ElementalType,Type,MaxHp,MaxAtk | + | |q?fields=BaseId,FormId,_pageName=Name,Rarity,ElementalType,Type,MaxHp,MaxAtk |
| − | |where=WeaponName!="Zethia's Staff" | + | |q?where=WeaponName!="Zethia's Staff" |
| − | |||
|template=WeaponTableEntryMobile | |template=WeaponTableEntryMobile | ||
| − | | | + | |q?groupBy=_pageName |
| − | + | |q?orderBy= | |
| − | | | ||
CASE ElementalType | CASE ElementalType | ||
WHEN 'Flame' THEN 1 | WHEN 'Flame' THEN 1 | ||
| Line 91: | Line 87: | ||
END ASC, | END ASC, | ||
Rarity DESC, Id DESC | Rarity DESC, Id DESC | ||
| − | |limit=300 | + | |q?limit=300 |
}} | }} | ||
|} | |} | ||
</div> | </div> | ||
</div> | </div> | ||