Difference between revisions of "Weapon List"

From Dragalia Lost Wiki
Jump to navigation Jump to search
imported>Elaeagnifolia
imported>Elaeagnifolia
Line 4: Line 4:
 
{{WeaponListFilter}}
 
{{WeaponListFilter}}
 
<div class="table-wrapper">
 
<div class="table-wrapper">
{| class="wikitable sortable" style="width:100%"
+
{{#invoke:WeaponList|weaponList}}
|-
 
! 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 != "2019-02-22 6:00:00 AM"
 
|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>
 
</div>

Revision as of 13:19, 22 February 2019

For Void Weapons, see Void Weapon List.

Lua error: Error: Table Weapons not found..