Difference between revisions of "Banes"
Jump to navigation
Jump to search
>Mornsta-gpuser |
>Mornsta-gpuser |
||
| Line 18: | Line 18: | ||
|q?where=Details LIKE "%to Physian%" OR Details LIKE "%from Physian%" | |q?where=Details LIKE "%to Physian%" OR Details LIKE "%from Physian%" | ||
|q?groupBy=_pageName | |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 | ||
|template=AbilitySimpleTableEntry | |template=AbilitySimpleTableEntry | ||
|default={{Row| -| -| -| -| -}} | |default={{Row| -| -| -| -| -}} | ||
| Line 35: | Line 44: | ||
|q?where=Details LIKE "%to Thaumian%" OR Details LIKE "%from Thaumian%" | |q?where=Details LIKE "%to Thaumian%" OR Details LIKE "%from Thaumian%" | ||
|q?groupBy=_pageName | |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 | ||
|template=AbilitySimpleTableEntry | |template=AbilitySimpleTableEntry | ||
|default={{Row| -| -| -| -| -}} | |default={{Row| -| -| -| -| -}} | ||
| Line 52: | Line 70: | ||
|q?where=Details LIKE "%to Demihuman%" OR Details LIKE "%from Demihuman%" | |q?where=Details LIKE "%to Demihuman%" OR Details LIKE "%from Demihuman%" | ||
|q?groupBy=_pageName | |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 | ||
|template=AbilitySimpleTableEntry | |template=AbilitySimpleTableEntry | ||
|default={{Row| -| -| -| -| -}} | |default={{Row| -| -| -| -| -}} | ||
| Line 69: | Line 96: | ||
|q?where=Details LIKE "%to Therion%" OR Details LIKE "%from Therion%" | |q?where=Details LIKE "%to Therion%" OR Details LIKE "%from Therion%" | ||
|q?groupBy=_pageName | |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 | ||
|template=AbilitySimpleTableEntry | |template=AbilitySimpleTableEntry | ||
|default={{Row| -| -| -| -| -}} | |default={{Row| -| -| -| -| -}} | ||
| Line 86: | Line 122: | ||
|q?where=Details LIKE "%to Demon%" OR Details LIKE "%from Demon%" | |q?where=Details LIKE "%to Demon%" OR Details LIKE "%from Demon%" | ||
|q?groupBy=_pageName | |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 | ||
|template=AbilitySimpleTableEntry | |template=AbilitySimpleTableEntry | ||
|default={{Row| -| -| -| -| -}} | |default={{Row| -| -| -| -| -}} | ||
| Line 103: | Line 148: | ||
|q?where=Details LIKE "%to Undead%" OR Details LIKE "%from Undead%" | |q?where=Details LIKE "%to Undead%" OR Details LIKE "%from Undead%" | ||
|q?groupBy=_pageName | |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 | ||
|template=AbilitySimpleTableEntry | |template=AbilitySimpleTableEntry | ||
|default={{Row| -| -| -| -| -}} | |default={{Row| -| -| -| -| -}} | ||
| Line 120: | Line 174: | ||
|q?where=Details LIKE "%to Dragon%" OR Details LIKE "%from Dragon%" | |q?where=Details LIKE "%to Dragon%" OR Details LIKE "%from Dragon%" | ||
|q?groupBy=_pageName | |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 | ||
|template=AbilitySimpleTableEntry | |template=AbilitySimpleTableEntry | ||
|default={{Row| -| -| -| -| -}} | |default={{Row| -| -| -| -| -}} | ||
| Line 137: | Line 200: | ||
|q?where=Details LIKE "%to Human%" OR Details LIKE "%from Human%" | |q?where=Details LIKE "%to Human%" OR Details LIKE "%from Human%" | ||
|q?groupBy=_pageName | |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 | ||
|template=AbilitySimpleTableEntry | |template=AbilitySimpleTableEntry | ||
|default={{Row| -| -| -| -| -}} | |default={{Row| -| -| -| -| -}} | ||
Revision as of 14:58, 5 March 2019
- See: Combat Mechanics
Class Banes are a special passive skill that grants a bonus damage multiplier to certain classes (enemy species). They are typically attached to specific event Characters as an unlockable mana circle node, and some event Wyrmprints as a time limited ability. When a character with a class bane attacks an eligible target, the hit effects of their attacks take on a pitch black and dark red appearance rather than the usual elemental coloring. With the exception of Humans, a class bane has the potential to exist for all other enemy species.
Abilities with Additional Effects against Classes
Lua error: Error: Table Abilities not found..
| Name | Adventurers with Ability | Wyrmprints with Ability | Dragons with Ability | Weapons with Ability |
|---|
Lua error: Error: Table Abilities not found..
| Name | Adventurers with Ability | Wyrmprints with Ability | Dragons with Ability | Weapons with Ability |
|---|
Lua error: Error: Table Abilities not found..
| Name | Adventurers with Ability | Wyrmprints with Ability | Dragons with Ability | Weapons with Ability |
|---|
Lua error: Error: Table Abilities not found..
| Name | Adventurers with Ability | Wyrmprints with Ability | Dragons with Ability | Weapons with Ability |
|---|
Lua error: Error: Table Abilities not found..
| Name | Adventurers with Ability | Wyrmprints with Ability | Dragons with Ability | Weapons with Ability |
|---|
Lua error: Error: Table Abilities not found..
| Name | Adventurers with Ability | Wyrmprints with Ability | Dragons with Ability | Weapons with Ability |
|---|
Lua error: Error: Table Abilities not found..
| Name | Adventurers with Ability | Wyrmprints with Ability | Dragons with Ability | Weapons with Ability |
|---|
Lua error: Error: Table Abilities not found..
| Name | Adventurers with Ability | Wyrmprints with Ability | Dragons with Ability | Weapons with Ability |
|---|
Partial List of High HP Enemies by Classes
Error: Table EnemyPageLinks not found.
Error: Table EnemyPageLinks not found.
Error: Table EnemyPageLinks not found.
Error: Table EnemyPageLinks not found.
Error: Table EnemyPageLinks not found.
Error: Table EnemyPageLinks not found.
Error: Table EnemyPageLinks not found.
Error: Table EnemyPageLinks not found.