Difference between revisions of "Weapon List"

From Dragalia Lost Wiki
Jump to navigation Jump to search
imported>Elaeagnifolia
>LikableBrute
 
(21 intermediate revisions by 5 users not shown)
Line 1: Line 1:
:''For Void Weapons, see [[Void Weapon List]].''
+
{{:Weapon List/Sword}}
 
 
{{WeaponListHeader}}
 
{{WeaponListFilter}}
 
<div class="table-wrapper">
 
{| class="wikitable sortable" style="width:100%"
 
|-
 
! Icon
 
! Name
 
! Rarity
 
! Type
 
! Element
 
! HP
 
! Str
 
! Skill
 
! Release Date
 
{{#invoke:CargoQuery|main
 
|q?tables=Weapons
 
|q?fields=BaseId,FormId,_pageName=Name,Rarity,ElementalType,Type,MaxHp,MaxAtk,SkillName,ReleaseDate,Abilities11,Abilities21
 
|q?where=WeaponName!="Zethia's Staff" AND ReleaseDate <= NOW() AND ReleaseDate != "02-22-2019"
 
|template=WeaponTableEntry
 
|q?groupBy=_pageName
 
|q?orderBy=
 
    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,
 
    CASE Type
 
    WHEN 'Sword' THEN 1
 
    WHEN 'Blade' THEN 2
 
    WHEN 'Dagger' THEN 3
 
    WHEN 'Axe' THEN 4
 
    WHEN 'Lance' THEN 5
 
    WHEN 'Bow' THEN 6
 
    WHEN 'Wand' THEN 7
 
    WHEN 'Staff' THEN 8
 
    ELSE 0
 
    END ASC,
 
    Rarity DESC, Id DESC
 
|q?limit=999
 
}}
 
|}
 
</div>
 

Latest revision as of 21:10, 6 April 2020