Difference between revisions of "Freeze"

From Dragalia Lost Wiki
Jump to navigation Jump to search
>Mornsta-gpuser
>Boblers
(punisher coabs and chain coabs)
 
(28 intermediate revisions by 4 users not shown)
Line 2: Line 2:
 
|Name=Freeze
 
|Name=Freeze
 
|Icon=Affliction freeze large icon.png
 
|Icon=Affliction freeze large icon.png
|Description='''Freeze''' is an affliction which freezes user in a block of ice, preventing action and movement for a limited amount of time. '''Can be removed by allies attacking the block of ice.''' (Note: on lower graphics settings, the block of ice may not be visible, but the afflicted will look locked in place with their struck animation.)
+
|Description='''Freeze''' is an affliction which freezes an enemy or adventurer in a block of ice, preventing action and movement for a limited amount of time.  
 +
* When inflicted onto an adventurer, Freeze '''can be removed by allies attacking the block of ice.''' (Note: on lower graphics settings, the block of ice may not be visible, but the afflicted will look locked in place with their struck animation.) Just one strike is enough to remove Freeze.
 +
* When inflicted onto an enemy, Freeze '''cannot''' be removed by attacking the block of ice, so it has to wear out its timer.
 
|InflictSkills=
 
|InflictSkills=
 
{{#invoke:CargoQuery|main
 
{{#invoke:CargoQuery|main
 
|q?tables=Skills
 
|q?tables=Skills
 
|q?fields=_pageName=Name
 
|q?fields=_pageName=Name
|q?where=(Description1 LIKE "%freeze%" OR Description2 LIKE "%freeze%" OR (HideLevel3 IS False AND Description3 LIKE "%freeze%")) AND (Description1 LIKE "%inflict%" OR Description2 LIKE "%inflict%" OR (HideLevel3 IS False AND Description3 LIKE "%inflict%"))
+
|q?where=(Description1 LIKE "%freeze%" OR Description2 LIKE "%freeze%" OR (MaxSkillLevel>2 AND Description3 LIKE "%freeze%") OR (MaxSkillLevel>3 AND Description4 LIKE "%freeze%")) AND (Description1 LIKE "%inflict%" OR Description2 LIKE "%inflict%" OR (MaxSkillLevel>2 AND Description3 LIKE "%inflict%") OR (MaxSkillLevel>3 AND Description4 LIKE "%inflict%"))
 
|q?groupBy=_pageName
 
|q?groupBy=_pageName
 
|template=SkillSimpleTableEntry
 
|template=SkillSimpleTableEntry
Line 15: Line 17:
 
{{#invoke:CargoQuery|main
 
{{#invoke:CargoQuery|main
 
|q?tables=Abilities
 
|q?tables=Abilities
|q?fields=Id=Id,_pageName=Name
+
|q?fields=Id=Id,_pageName=Name,PartyPowerWeight
 
|q?where=Details LIKE "%inflicting freeze%"
 
|q?where=Details LIKE "%inflicting freeze%"
 
|q?groupBy=_pageName
 
|q?groupBy=_pageName
|q?orderBy=AbilityGroup ASC,  
+
|q?orderBy=AbilityGroup ASC, AbilityIconName ASC, Id 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|-|-|-|-|-|-}}
 +
}}
 +
|InflictCoAbilities=
 +
{{#invoke:CargoQuery|main
 +
|q?tables=CoAbilities
 +
|q?fields=Id=Id,_pageName=Name,PartyPowerWeight
 +
|q?where=Details LIKE "%inflicting freeze%"
 +
|q?groupBy=_pageName
 +
|q?orderBy=PartyPowerWeight DESC, Id DESC
 +
|template=CoAbilitySimpleTableEntry
 +
|default={{Row|-|-|-}}
 +
}}
 +
|InflictChainCoAbilities=
 +
{{#invoke:CargoQuery|main
 +
|q?tables=ChainCoAbilities
 +
|q?fields=Id=Id,_pageName=Name,PartyPowerWeight
 +
|q?where=Details LIKE "%inflicting freeze%"
 +
|q?groupBy=_pageName
 +
|q?orderBy=_pageName DESC, Id DESC
 +
|template=ChainCoAbilitySimpleTableEntry
 +
|default={{Row|-|-}}
 
}}
 
}}
 
|InflictEnemies=
 
|InflictEnemies=
Line 38: Line 52:
 
|q?tables=Skills
 
|q?tables=Skills
 
|q?fields=_pageName=Name
 
|q?fields=_pageName=Name
|q?where=(Description1 LIKE "%frozen foes%" OR Description2 LIKE "%frozen foes%" OR (HideLevel3 IS False AND Description3 LIKE "%frozen foes%"))
+
|q?where=(Description1 LIKE "%frozen foes%" OR Description2 LIKE "%frozen foes%" OR (MaxSkillLevel>2 AND Description3 LIKE "%frozen foes%") OR (MaxSkillLevel>3 AND Description4 LIKE "%frozen foes%"))
 
|q?groupBy=_pageName
 
|q?groupBy=_pageName
 
|template=SkillSimpleTableEntry
 
|template=SkillSimpleTableEntry
Line 46: Line 60:
 
{{#invoke:CargoQuery|main
 
{{#invoke:CargoQuery|main
 
|q?tables=Abilities
 
|q?tables=Abilities
|q?fields=Id=Id,_pageName=Name
+
|q?fields=Id=Id,_pageName=Name,PartyPowerWeight
|q?where=Details LIKE "%freeze%" AND Name LIKE "%Punisher%"
+
|q?where=(Details LIKE "%frozen%" OR Details LIKE "%freeze%") AND Name LIKE "%Punisher%"
 
|q?groupBy=_pageName
 
|q?groupBy=_pageName
|q?orderBy=AbilityGroup ASC,  
+
|q?orderBy=AbilityGroup ASC, AbilityIconName ASC, Id 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|-|-|-|-|-|-}}
 +
}}
 +
|AdditionalEffectCoAbilities=
 +
{{#invoke:CargoQuery|main
 +
|q?tables=CoAbilities
 +
|q?fields=Id=Id,_pageName=Name,PartyPowerWeight
 +
|q?where=(Details LIKE "%frozen%" OR Details LIKE "%freeze%") AND Name LIKE "%Punisher%"
 +
|q?groupBy=_pageName
 +
|q?orderBy=PartyPowerWeight DESC, Id DESC
 +
|template=CoAbilitySimpleTableEntry
 +
|default={{Row|-|-|-}}
 +
}}
 +
|AdditionalEffectChainCoAbilities=
 +
{{#invoke:CargoQuery|main
 +
|q?tables=ChainCoAbilities
 +
|q?fields=Id=Id,_pageName=Name,PartyPowerWeight
 +
|q?where=(Details LIKE "%frozen%" OR Details LIKE "%freeze%") AND Name LIKE "%Punisher%"
 +
|q?groupBy=_pageName
 +
|q?orderBy=_pageName DESC, Id DESC
 +
|template=ChainCoAbilitySimpleTableEntry
 +
|default={{Row|-|-}}
 +
}}
 +
|ChainEffectAbilities=
 +
{{#invoke:CargoQuery|main
 +
|q?tables=Abilities
 +
|q?fields=Id=Id,_pageName=Name,PartyPowerWeight
 +
|q?where=Name LIKE "%freeze =%"
 +
|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 "%freeze =%"
 +
|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 "%freeze =%"
 +
|q?groupBy=_pageName
 +
|q?orderBy=_pageName DESC, Id DESC
 +
|template=ChainCoAbilitySimpleTableEntry
 +
|default={{Row|-|-}}
 
}}
 
}}
 
|CureSkills=
 
|CureSkills=
Line 65: Line 121:
 
|q?tables=Skills
 
|q?tables=Skills
 
|q?fields=_pageName=Name
 
|q?fields=_pageName=Name
|q?where=(Description1 LIKE "%freeze%" OR Description2 LIKE "%freeze%" OR (HideLevel3 IS False AND Description3 LIKE "%freeze%")) AND (Description1 LIKE "%removes%" OR Description2 LIKE "%removes%" OR (HideLevel3 IS False AND Description3 LIKE "%removes%"))
+
|q?where=(Description1 LIKE "%freeze%" OR Description2 LIKE "%freeze%" OR (MaxSkillLevel>2 AND Description3 LIKE "%freeze%") OR (MaxSkillLevel>3 AND Description4 LIKE "%freeze%")) AND (Description1 LIKE "%removes%" OR Description2 LIKE "%removes%" OR (MaxSkillLevel>2 AND Description3 LIKE "%removes%") OR (MaxSkillLevel>3 AND Description4 LIKE "%removes%"))
 
|q?groupBy=_pageName
 
|q?groupBy=_pageName
 
|template=SkillSimpleTableEntry
 
|template=SkillSimpleTableEntry
Line 73: Line 129:
 
{{#invoke:CargoQuery|main
 
{{#invoke:CargoQuery|main
 
|q?tables=Abilities
 
|q?tables=Abilities
|q?fields=Id=Id,_pageName=Name
+
|q?fields=Id=Id,_pageName=Name,PartyPowerWeight
|q?where=Details LIKE "%freezing%" AND Details LIKE "%susceptibility%"
+
|q?where=Details LIKE "%freez%" AND Details LIKE "%susceptibility%"
 
|q?groupBy=_pageName
 
|q?groupBy=_pageName
|q?orderBy=AbilityGroup ASC,  
+
|q?orderBy=AbilityGroup ASC, AbilityIconName ASC, Id 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|-|-|-|-|-|-}}
 
}}
 
}}
 
}}
 
}}

Latest revision as of 15:58, 31 May 2020

Affliction freeze large icon.png Freeze is an affliction which freezes an enemy or adventurer in a block of ice, preventing action and movement for a limited amount of time.

  • When inflicted onto an adventurer, Freeze can be removed by allies attacking the block of ice. (Note: on lower graphics settings, the block of ice may not be visible, but the afflicted will look locked in place with their struck animation.) Just one strike is enough to remove Freeze.
  • When inflicted onto an enemy, Freeze cannot be removed by attacking the block of ice, so it has to wear out its timer.

Inflictors

Skills that Inflict Freeze

Lua error: Error: Table Skills not found..
Name Adventurers with Skill Weapons with Skill Dragons with Skill

Abilities that Inflict Freeze

Lua error: Error: Table Abilities not found..
Name Might Value Adventurers with Ability Wyrmprints with Ability Dragons with Ability Weapons with Ability

Co-Abilities that Inflict Freeze

Lua error: Error: Table CoAbilities not found..
Name Might Adventurers with Co-Ability

Chain Co-Abilities that Inflict Freeze

Lua error: Error: Table ChainCoAbilities not found..
Name Adventurers with Chain Co-Ability

Punishers

Skills with Additional Effects against Freeze-Afflicted Foes

Lua error: Error: Table Skills not found..
Name Adventurers with Skill Weapons with Skill Dragons with Skill

Abilities with Additional Effects against Freeze-Afflicted Foes

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 Additional Effects against Freeze-Afflicted Foes

Lua error: Error: Table CoAbilities not found..
Name Might Adventurers with Co-Ability

Chain Co-Abilities with Additional Effects against Freeze-Afflicted Foes

Lua error: Error: Table ChainCoAbilities not found..
Name Adventurers with Chain Co-Ability

Chain Effects

Abilities with Effects that activate upon Inflicting Freeze

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 Inflicting Freeze

Lua error: Error: Table CoAbilities not found..
Name Might Adventurers with Co-Ability

Chain Co-Abilities with Effects that activate upon Inflicting Freeze

Lua error: Error: Table ChainCoAbilities not found..
Name Adventurers with Chain Co-Ability

Curers

Skills that remove Freeze

Lua error: Error: Table Skills not found..
Name Adventurers with Skill Weapons with Skill Dragons with Skill

Resistance

Abilities with Freeze Resistance

Lua error: Error: Table Abilities not found..
Name Might Value Adventurers with Ability Wyrmprints with Ability Dragons with Ability Weapons with Ability

Enemies with Freeze Resistance

Error: Table EnemyPageLinks not found.