Difference between revisions of "Defense Up"
Jump to navigation
Jump to search
>Mornsta-gpuser |
>Imxtrabored25324 (no crash armament) |
||
| (31 intermediate revisions by 7 users not shown) | |||
| Line 3: | Line 3: | ||
|Icon=Defense Up.png | |Icon=Defense Up.png | ||
|Description='''Defense Up''' increases the user's [[Stats|defense]]. | |Description='''Defense Up''' increases the user's [[Stats|defense]]. | ||
| + | * The maximum amount of defense buffs that can be active at a time is 10. While 10 buffs are active, any further defense buffs are ignored until one of the 10 buffs wears off. | ||
| + | * The maximum defense boost from buffs (that is, not passives) is 200%. This cap is enforced with higher priority than the 10-buffs cap. | ||
|ApplySkills= | |ApplySkills= | ||
{{#invoke:CargoQuery|main | {{#invoke:CargoQuery|main | ||
|q?tables=Skills | |q?tables=Skills | ||
|q?fields=_pageName=Name | |q?fields=_pageName=Name | ||
| − | |q?where=(Description1 LIKE "%defense%" OR Description2 LIKE "%defense%" OR ( | + | |q?where=(Description1 LIKE "%defense%" OR Description2 LIKE "%defense%" OR ((MaxSkillLevel>2 AND Description3 LIKE "%defense%") OR (MaxSkillLevel>3 AND Description4 LIKE "%defense%"))) AND (Description1 LIKE "%increase%" OR Description2 LIKE "%increase%" OR ((MaxSkillLevel>2 AND Description3 LIKE "%increase%") OR (MaxSkillLevel>3 AND Description4 LIKE "%increase%"))) AND Name != "Brilliant Inferno" AND Name != "Ravishing Rainbow" AND Name != "Wild Instinct" AND Name != "Ruination Cage" AND Name != "Biting Revenge" AND Name != "Unchained Rage" AND Name != "Crash Armament" |
|q?groupBy=_pageName | |q?groupBy=_pageName | ||
|template=SkillSimpleTableEntry | |template=SkillSimpleTableEntry | ||
| Line 16: | Line 18: | ||
|q?tables=Abilities | |q?tables=Abilities | ||
|q?fields=Id=Id,_pageName=Name,PartyPowerWeight | |q?fields=Id=Id,_pageName=Name,PartyPowerWeight | ||
| − | |q?where=Details LIKE "%increases defense%" | + | |q?where=Details LIKE "%increases defense%" OR Details LIKE "%increases the% defense%" OR Details LIKE "%buffs defense%" OR Details LIKE "%defense is increased%" OR Details LIKE "%defense will be increased%" OR Details LIKE "%increases%and defense%" OR Details LIKE "%increases their defense%" |
|q?groupBy=_pageName | |q?groupBy=_pageName | ||
|q?orderBy=AbilityGroup ASC, AbilityIconName ASC, Id ASC | |q?orderBy=AbilityGroup ASC, AbilityIconName ASC, Id ASC | ||
|template=AbilitySimpleTableEntry | |template=AbilitySimpleTableEntry | ||
|default={{Row|-|-|-|-|-|-}} | |default={{Row|-|-|-|-|-|-}} | ||
| + | }} | ||
| + | |ApplyCoAbilities= | ||
| + | {{#invoke:CargoQuery|main | ||
| + | |q?tables=CoAbilities | ||
| + | |q?fields=Id=Id,_pageName=Name,PartyPowerWeight | ||
| + | |q?where=Details LIKE "%increases defense%" OR Details LIKE "%increases the% defense%" OR Details LIKE "%buffs defense%" OR Details LIKE "%defense is increased%" OR Details LIKE "%defense will be increased%" OR Details LIKE "%increases%and defense%" OR Details LIKE "%increases their defense%" | ||
| + | |q?groupBy=_pageName | ||
| + | |q?orderBy=PartyPowerWeight DESC, Id DESC | ||
| + | |template=CoAbilitySimpleTableEntry | ||
| + | |default={{Row|-|-|-}} | ||
| + | }} | ||
| + | |ApplyChainCoAbilities= | ||
| + | {{#invoke:CargoQuery|main | ||
| + | |q?tables=ChainCoAbilities | ||
| + | |q?fields=Id=Id,_pageName=Name,PartyPowerWeight | ||
| + | |q?where=(Details LIKE "%increases defense%" OR Details LIKE "%increases the% defense%" OR Details LIKE "%buffs defense%" OR Details LIKE "%defense is increased%" OR Details LIKE "%defense will be increased%" OR Details LIKE "%increases%and defense%" OR Details LIKE "%increases their defense%") AND Name NOT LIKE "%doublebuff%" | ||
| + | |q?groupBy=_pageName | ||
| + | |q?orderBy=_pageName DESC, Id DESC | ||
| + | |template=ChainCoAbilitySimpleTableEntry | ||
| + | |default={{Row|-|-}} | ||
}} | }} | ||
|OtherItems={{Row|-|-|-}} | |OtherItems={{Row|-|-|-}} | ||
|AdditionalEffectSkills={{Row|-|-|-|-}} | |AdditionalEffectSkills={{Row|-|-|-|-}} | ||
|AdditionalEffectAbilities={{Row|-|-|-|-|-|-}} | |AdditionalEffectAbilities={{Row|-|-|-|-|-|-}} | ||
| + | |ChainEffectAbilities= | ||
| + | {{#invoke:CargoQuery|main | ||
| + | |q?tables=Abilities | ||
| + | |q?fields=Id=Id,_pageName=Name,PartyPowerWeight | ||
| + | |q?where=Name LIKE "%doublebuff%" | ||
| + | |q?groupBy=_pageName | ||
| + | |q?orderBy=AbilityGroup ASC, AbilityIconName ASC, Id ASC | ||
| + | |template=AbilitySimpleTableEntry | ||
| + | |default={{Row|-|-|-|-|-|-}} | ||
| + | }} | ||
| + | |ChainEffectCoAbilities= | ||
| + | {{#invoke:CargoQuery|main | ||
| + | |q?tables=CoAbilities | ||
| + | |q?fields=Id=Id,_pageName=Name,PartyPowerWeight | ||
| + | |q?where=Name LIKE "%doublebuff%" | ||
| + | |q?groupBy=_pageName | ||
| + | |q?orderBy=PartyPowerWeight DESC, Id DESC | ||
| + | |template=CoAbilitySimpleTableEntry | ||
| + | |default={{Row|-|-|-}} | ||
| + | }} | ||
| + | |ChainEffectChainCoAbilities= | ||
| + | {{#invoke:CargoQuery|main | ||
| + | |q?tables=ChainCoAbilities | ||
| + | |q?fields=Id=Id,_pageName=Name,PartyPowerWeight | ||
| + | |q?where=Name LIKE "%doublebuff%" | ||
| + | |q?groupBy=_pageName | ||
| + | |q?orderBy=_pageName DESC, Id DESC | ||
| + | |template=ChainCoAbilitySimpleTableEntry | ||
| + | |default={{Row|-|-}} | ||
| + | }} | ||
}} | }} | ||
Latest revision as of 16:39, 12 August 2020
30px Defense Up increases the user's defense.
- The maximum amount of defense buffs that can be active at a time is 10. While 10 buffs are active, any further defense buffs are ignored until one of the 10 buffs wears off.
- The maximum defense boost from buffs (that is, not passives) is 200%. This cap is enforced with higher priority than the 10-buffs cap.
Inducers
Skills that induce Defense Up
Lua error: Error: Table Skills not found..| Name | Adventurers with Skill | Weapons with Skill | Dragons with Skill |
|---|
Abilities that induce Defense Up
- Some of the following abilities have the condition effect but do not actively apply the buff/debuff icon.
| Name | Might Value | Adventurers with Ability | Wyrmprints with Ability | Dragons with Ability | Weapons with Ability |
|---|
Co-Abilities that induce Defense Up
- Some of the following co-abilities have the condition effect but do not actively apply the buff/debuff icon.
| Name | Might | Adventurers with Co-Ability |
|---|
Chain Co-Abilities that induce Defense Up
- Some of the following chain co-abilities have the condition effect but do not actively apply the buff/debuff icon.
| Name | Adventurers with Chain Co-Ability |
|---|
Resists
Abilities that resist Defense Up
| Name | Might Value | Adventurers with Ability | Wyrmprints with Ability | Dragons with Ability | Weapons with Ability |
|---|
Punishers
Skills with Additional Effects against Defense Up-Afflicted Foes
| Name | Adventurers with Skill | Weapons with Skill | Dragons with Skill |
|---|---|---|---|
| - | - | - | - |
Abilities with Additional Effects against Defense Up-Afflicted Foes
| Name | Might Value | Adventurers with Ability | Wyrmprints with Ability | Dragons with Ability | Weapons with Ability |
|---|---|---|---|---|---|
| - | - | - | - | - | - |
Co-Abilities with Additional Effects against Defense Up-Afflicted Foes
| Name | Might | Adventurers with Co-Ability |
|---|
Chain Co-Abilities with Additional Effects against Defense Up-Afflicted Foes
| Name | Adventurers with Chain Co-Ability |
|---|
Chain Effects
Abilities with Effects that activate upon Receiving Defense Up
Lua error: Error: Table Abilities not found..| Name | Might Value | Adventurers with Ability | Wyrmprints with Ability | Dragons with Ability | Weapons with Ability |
|---|
Co-Abilities with Effects that activate upon Receiving Defense Up
Lua error: Error: Table CoAbilities not found..| Name | Might | Adventurers with Co-Ability |
|---|
Chain Co-Abilities with Effects that activate upon Receiving Defense Up
Lua error: Error: Table ChainCoAbilities not found..| Name | Adventurers with Chain Co-Ability |
|---|
| |||||||||||||||||||||||