Difference between revisions of "Weapon Grid"

From Dragalia Lost Wiki
Jump to navigation Jump to search
>Mornsta-gpuser
>LikableBrute
(Replaced content with "{{:Weapon Grid/Sword}}")
 
(32 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{WeaponListHeader}}
+
{{:Weapon Grid/Sword}}
{{WeaponListFilter}}
 
 
 
<div style="display:flex;flex-wrap:wrap;justify-content:center;margin-top:10px">
 
{{#cargo_query:tables=Weapons
 
|fields=_pageName=Name,BaseId,FormId,ElementalType,Type,Rarity
 
|where=WeaponName!="Zethia's Staff"
 
|format=template
 
|template=WeaponGridEntry
 
|named args=yes
 
|group by=_pageName
 
|order by=
 
    CASE ElementalType
 
    WHEN 'Flame' THEN 1
 
    WHEN 'Water' THEN 2
 
    WHEN 'Wind' THEN 3
 
    WHEN 'Light' THEN 4
 
    WHEN 'Shadow' THEN 5
 
    ELSE 6
 
    END ASC, Rarity DESC, Id ASC
 
|limit=300
 
}}
 
</div>
 

Latest revision as of 21:33, 6 April 2020