Difference between revisions of "Adventurer List"
Jump to navigation
Jump to search
">
">
>Teg |
>Eave m (pass through EditSkillId for filtering) |
||
| (823 intermediate revisions by 8 users not shown) | |||
| Line 1: | Line 1: | ||
| − | {{# | + | {{CharacterListHeader}} |
| − | tables= | + | {{CharacterListFilter}} |
| − | |fields=_pageName=Name,Title, | + | <div class="table-wrapper"> |
| − | | | + | {| class="wikitable sortable" style="width:100%" |
| + | |- | ||
| + | ! Icon | ||
| + | ! Name | ||
| + | ! Rarity | ||
| + | ! Element | ||
| + | ! Weapon | ||
| + | ! Class | ||
| + | ! {{Tooltip|HP|Max {{5*}} HP with Max Mana Circle Stats}} | ||
| + | ! {{Tooltip|Str|Max {{5*}} Str with Max Mana Circle Stats}} | ||
| + | ! Skill 1 | ||
| + | ! Skill 2 | ||
| + | ! Release Date | ||
| + | {{#invoke:CargoQuery|main | ||
| + | |q?tables=Adventurers | ||
| + | |q?fields=_pageName=Link,FullName=Name,ElementalType=Element,Title,WeaponType=Weapon,Rarity,Availability,Id=InternalId,CharaType=Type,MaxHp,AddMaxHp1,PlusHp0,PlusHp1,PlusHp2,PlusHp3,PlusHp4,PlusHp5,McFullBonusHp5,MaxAtk,AddMaxAtk1,PlusAtk0,PlusAtk1,PlusAtk2,PlusAtk3,PlusAtk4,PlusAtk5,McFullBonusAtk5,DefCoef,VariationId,ReleaseDate,Abilities11,Abilities12,Abilities21,Abilities22,Abilities31,Abilities32,Skill1Name,Skill2Name,ExAbilityData5,MaxLimitBreakCount,EditSkillId | ||
| + | |q?where=IsPlayable!=0 AND ReleaseDate <= NOW() | ||
| + | |template=CharacterTableEntry | ||
| + | |q?groupBy=_pageName | ||
| + | |q?limit=999 | ||
| + | |q?orderBy= ElementalTypeId ASC, WeaponTypeId ASC, Rarity DESC, IdLong DESC, FullName ASC | ||
}} | }} | ||
| + | |} | ||
| + | </div> | ||