Difference between revisions of "Talk:Epithets/Archive"

From Dragalia Lost Wiki
Jump to navigation Jump to search
>Mornsta-gpuser
>Mornsta-gpuser
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Adventurers==
+
We are aware that the final Id sort order for two units of the same element/weapon type for epithets is in ascending order while the Id sort order for dragons and adventurers is in descending order, e.g. for adventurers, it is Rawn followed by Luca to emphasize newer units first, whereas they switch places in epithet order, and for dragons, mercury is listed last on the dragons page, while she has the first epithet. This is likely an error on cygames's part, but is retained on this page so that epithets can be found as they appear in the in-game list. [[User:Mornsta|Mornsta]] ([[User talk:Mornsta|talk]]) 11:54, 21 January 2019 (UTC)
{| class="wikitable sortable" style="width: 50%"
 
! style="width: 30%" | Title || Rarity || style="width: 60%" | Details
 
|-
 
{{#cargo_query:tables=Adventurers
 
|fields=Title,Rarity, CONCAT('Read episode 5 of [[',_pageName,']]''s adventurer story.')=Details
 
|where=IsPlayable!=0
 
|named args=yes
 
|group by=_pageName
 
|order by=
 
Rarity ASC,
 
    CASE ElementalType
 
    WHEN 'Flame' THEN 1
 
    WHEN 'Water' THEN 2
 
    WHEN 'Wind' THEN 3
 
    WHEN 'Light' THEN 4
 
    WHEN 'Shadow' THEN 5
 
    ELSE 0
 
    END ASC,  
 
    CASE WeaponType
 
    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, Id ASC
 
}}
 
|}
 
 
 
==Dragons==
 
{| class="wikitable sortable" style="width: 50%"
 
! style="width: 30%" | Title || Rarity || style="width: 60%" | Details
 
|-
 
{{#cargo_query:
 
tables=Dragons
 
|fields=Title,Rarity, CONCAT('Read part two of of [[',_pageName,']]''s dragon story.')=Details
 
|where=IsPlayable!=0 AND Rarity!=3
 
|named args=yes
 
|group by=_pageName
 
|order by=
 
Rarity ASC,
 
    CASE ElementalType
 
    WHEN 'Flame' THEN 1
 
    WHEN 'Water' THEN 2
 
    WHEN 'Wind' THEN 3
 
    WHEN 'Light' THEN 4
 
    WHEN 'Shadow' THEN 5
 
    ELSE 0
 
    END ASC, Id ASC
 
}}
 
|}
 

Latest revision as of 06:54, 21 January 2019

We are aware that the final Id sort order for two units of the same element/weapon type for epithets is in ascending order while the Id sort order for dragons and adventurers is in descending order, e.g. for adventurers, it is Rawn followed by Luca to emphasize newer units first, whereas they switch places in epithet order, and for dragons, mercury is listed last on the dragons page, while she has the first epithet. This is likely an error on cygames's part, but is retained on this page so that epithets can be found as they appear in the in-game list. Mornsta (talk) 11:54, 21 January 2019 (UTC)