Difference between revisions of "Abilities"
Jump to navigation
Jump to search
>Mornsta-gpuser |
>Mornsta-gpuser |
||
| Line 1: | Line 1: | ||
| + | ==Attack Abilities== | ||
{| class="wikitable sortable" style="text-align:center;" | {| class="wikitable sortable" style="text-align:center;" | ||
! Icon | ! Icon | ||
| Line 12: | Line 13: | ||
|q?tables=Abilities | |q?tables=Abilities | ||
|q?fields=Id=Id,AbilityIconName=Icon,_pageName=Name,Details=Details,PartyPowerWeight=Might | |q?fields=Id=Id,AbilityIconName=Icon,_pageName=Name,Details=Details,PartyPowerWeight=Might | ||
| + | |q?where=AbilityGroup=10101 | ||
|q?groupBy=_pageName | |q?groupBy=_pageName | ||
| − | |q?orderBy= | + | |q?orderBy=AbilityGroup ASC, |
| + | AbilityIconName ASC, | ||
| + | CASE | ||
| + | WHEN ID IS NULL THEN 0 | ||
| + | WHEN Id < 10 THEN 1 | ||
| + | WHEN Id < 100 THEN 2 | ||
| + | ELSE 0 | ||
| + | END ASC, | ||
| + | Id ASC | ||
| + | |q?limit=999 | ||
| + | |template=AbilityTableEntry | ||
| + | }} | ||
| + | |} | ||
| + | |||
| + | ==Defense Abilities== | ||
| + | {| class="wikitable sortable" style="text-align:center;" | ||
| + | ! Icon | ||
| + | ! Name | ||
| + | ! Might Value | ||
| + | ! Description | ||
| + | ! Adventurers with Ability | ||
| + | ! Wyrmprints with Ability | ||
| + | ! Dragons with Ability | ||
| + | ! Weapons with Ability | ||
| + | |- | ||
| + | {{#invoke:CargoQuery|main | ||
| + | |q?tables=Abilities | ||
| + | |q?fields=Id=Id,AbilityIconName=Icon,_pageName=Name,Details=Details,PartyPowerWeight=Might | ||
| + | |q?where=AbilityGroup=10102 | ||
| + | |q?groupBy=_pageName | ||
| + | |q?orderBy=AbilityGroup ASC, | ||
| + | AbilityIconName ASC, | ||
| + | CASE | ||
| + | WHEN ID IS NULL THEN 0 | ||
| + | WHEN Id < 10 THEN 1 | ||
| + | WHEN Id < 100 THEN 2 | ||
| + | ELSE 0 | ||
| + | END ASC, | ||
| + | Id ASC | ||
| + | |q?limit=999 | ||
| + | |template=AbilityTableEntry | ||
| + | }} | ||
| + | |} | ||
| + | |||
| + | ==Recovery Abilities== | ||
| + | {| class="wikitable sortable" style="text-align:center;" | ||
| + | ! Icon | ||
| + | ! Name | ||
| + | ! Might Value | ||
| + | ! Description | ||
| + | ! Adventurers with Ability | ||
| + | ! Wyrmprints with Ability | ||
| + | ! Dragons with Ability | ||
| + | ! Weapons with Ability | ||
| + | |- | ||
| + | {{#invoke:CargoQuery|main | ||
| + | |q?tables=Abilities | ||
| + | |q?fields=Id=Id,AbilityIconName=Icon,_pageName=Name,Details=Details,PartyPowerWeight=Might | ||
| + | |q?where=AbilityGroup=10103 | ||
| + | |q?groupBy=_pageName | ||
| + | |q?orderBy=AbilityGroup ASC, | ||
| + | AbilityIconName ASC, | ||
| + | CASE | ||
| + | WHEN ID IS NULL THEN 0 | ||
| + | WHEN Id < 10 THEN 1 | ||
| + | WHEN Id < 100 THEN 2 | ||
| + | ELSE 0 | ||
| + | END ASC, | ||
| + | Id ASC | ||
| + | |q?limit=999 | ||
| + | |template=AbilityTableEntry | ||
| + | }} | ||
| + | |} | ||
| + | |||
| + | ==Support Abilities== | ||
| + | {| class="wikitable sortable" style="text-align:center;" | ||
| + | ! Icon | ||
| + | ! Name | ||
| + | ! Might Value | ||
| + | ! Description | ||
| + | ! Adventurers with Ability | ||
| + | ! Wyrmprints with Ability | ||
| + | ! Dragons with Ability | ||
| + | ! Weapons with Ability | ||
| + | |- | ||
| + | {{#invoke:CargoQuery|main | ||
| + | |q?tables=Abilities | ||
| + | |q?fields=Id=Id,AbilityIconName=Icon,_pageName=Name,Details=Details,PartyPowerWeight=Might | ||
| + | |q?where=AbilityGroup=10104 | ||
| + | |q?groupBy=_pageName | ||
| + | |q?orderBy=AbilityGroup ASC, | ||
| + | AbilityIconName ASC, | ||
| + | CASE | ||
| + | WHEN ID IS NULL THEN 0 | ||
| + | WHEN Id < 10 THEN 1 | ||
| + | WHEN Id < 100 THEN 2 | ||
| + | ELSE 0 | ||
| + | END ASC, | ||
| + | Id ASC | ||
| + | |q?limit=999 | ||
| + | |template=AbilityTableEntry | ||
| + | }} | ||
| + | |} | ||
| + | |||
| + | ==Event Perk Abilities== | ||
| + | {| class="wikitable sortable" style="text-align:center;" | ||
| + | ! Icon | ||
| + | ! Name | ||
| + | ! Might Value | ||
| + | ! Description | ||
| + | ! Adventurers with Ability | ||
| + | ! Wyrmprints with Ability | ||
| + | ! Dragons with Ability | ||
| + | ! Weapons with Ability | ||
| + | |- | ||
| + | {{#invoke:CargoQuery|main | ||
| + | |q?tables=Abilities | ||
| + | |q?fields=Id=Id,AbilityIconName=Icon,_pageName=Name,Details=Details,PartyPowerWeight=Might | ||
| + | |q?where=AbilityGroup=19801 | ||
| + | |q?groupBy=_pageName | ||
| + | |q?orderBy=AbilityGroup ASC, | ||
| + | AbilityIconName ASC, | ||
| + | CASE | ||
| + | WHEN ID IS NULL THEN 0 | ||
| + | WHEN Id < 10 THEN 1 | ||
| + | WHEN Id < 100 THEN 2 | ||
| + | ELSE 0 | ||
| + | END ASC, | ||
| + | Id ASC | ||
| + | |q?limit=999 | ||
| + | |template=AbilityTableEntry | ||
| + | }} | ||
| + | |} | ||
| + | |||
| + | ==Other Abilities== | ||
| + | {| class="wikitable sortable" style="text-align:center;" | ||
| + | ! Icon | ||
| + | ! Name | ||
| + | ! Might Value | ||
| + | ! Description | ||
| + | ! Adventurers with Ability | ||
| + | ! Wyrmprints with Ability | ||
| + | ! Dragons with Ability | ||
| + | ! Weapons with Ability | ||
| + | |- | ||
| + | {{#invoke:CargoQuery|main | ||
| + | |q?tables=Abilities | ||
| + | |q?fields=Id=Id,AbilityIconName=Icon,_pageName=Name,Details=Details,PartyPowerWeight=Might | ||
| + | |q?where=AbilityGroup=19901 | ||
| + | |q?groupBy=_pageName | ||
| + | |q?orderBy=AbilityGroup ASC, | ||
| + | AbilityIconName ASC, | ||
CASE | CASE | ||
WHEN ID IS NULL THEN 0 | WHEN ID IS NULL THEN 0 | ||
Revision as of 14:27, 5 March 2019
Attack Abilities
Lua error: Error: Table Abilities not found..| Icon | Name | Might Value | Description | Adventurers with Ability | Wyrmprints with Ability | Dragons with Ability | Weapons with Ability |
|---|
Defense Abilities
Lua error: Error: Table Abilities not found..| Icon | Name | Might Value | Description | Adventurers with Ability | Wyrmprints with Ability | Dragons with Ability | Weapons with Ability |
|---|
Recovery Abilities
Lua error: Error: Table Abilities not found..| Icon | Name | Might Value | Description | Adventurers with Ability | Wyrmprints with Ability | Dragons with Ability | Weapons with Ability |
|---|
Support Abilities
Lua error: Error: Table Abilities not found..| Icon | Name | Might Value | Description | Adventurers with Ability | Wyrmprints with Ability | Dragons with Ability | Weapons with Ability |
|---|
Event Perk Abilities
Lua error: Error: Table Abilities not found..| Icon | Name | Might Value | Description | Adventurers with Ability | Wyrmprints with Ability | Dragons with Ability | Weapons with Ability |
|---|
Other Abilities
Lua error: Error: Table Abilities not found..| Icon | Name | Might Value | Description | Adventurers with Ability | Wyrmprints with Ability | Dragons with Ability | Weapons with Ability |
|---|