Freeze (status condition): Difference between revisions

m
Not "immune" https://github.com/pret/pokered/blob/master/engine/battle/core.asm#L7413 https://github.com/pret/pokecrystal/blob/master/battle/effect_commands.asm#L7779 Tri Attack (move)
(Undo revision 2431162 by Tiddlywinks (talk) This is for all gens. The "huh ?" is because someone added this wrong info with the reason "I don't know if this apply before gen IV".)
m (Not "immune" https://github.com/pret/pokered/blob/master/engine/battle/core.asm#L7413 https://github.com/pret/pokecrystal/blob/master/battle/effect_commands.asm#L7779 Tri Attack (move))
Line 4: Line 4:
The '''freeze''' condition (FRZ) (Japanese: '''こおり''' ''Ice'') causes a Pokémon to be unable to make a move. It is the only [[status condition]] that does not have a move that will always cause it, and because of this, it is arguably the most uncommon.
The '''freeze''' condition (FRZ) (Japanese: '''こおり''' ''Ice'') causes a Pokémon to be unable to make a move. It is the only [[status condition]] that does not have a move that will always cause it, and because of this, it is arguably the most uncommon.


It is associated with the {{t|Ice}} type, as the majority of moves that can freeze are of this type, and {{type|Ice}} Pokémon are immune to being frozen. In [[Generation V]], Pokémon glow blue and stop moving when frozen.
It is associated with the {{t|Ice}} type, as the majority of moves that can freeze are of this type. {{type|Ice}} Pokémon are usually immune to being frozen, except from {{m|Tri Attack}} in [[Generation II]]. In [[Generation V]], Pokémon glow blue and stop moving when frozen.


==Effect==
==Effect==
Line 13: Line 13:


===Generation II onwards===
===Generation II onwards===
A frozen Pokémon has a 10% chance of being thawed out every turn. On the turn that a Pokémon defrosts, it cannot attack until the next turn, similar to {{status|Sleep}} in Generation I. In addition, several moves can still be used by the frozen Pokémon while frozen (thawing it out in the process); Pokémon can't be frozen in {{weather|harsh sunlight}}, but they don't thaw out faster if already frozen, contrary to popular belief.
A frozen Pokémon has a 10% chance of being thawed out every turn. On the turn that a Pokémon defrosts, it cannot attack until the next turn, similar to {{status|Sleep}} in Generation I. In addition, {{cat|Moves that thaw out the user|some moves}} can still be used by the frozen Pokémon while frozen (thawing it out in the process). Pokémon can't be frozen in {{weather|harsh sunlight}}, but they don't thaw out faster if already frozen, contrary to popular belief.


===Generation III onwards===
===Generation III onwards===
Line 54: Line 54:
==Causes==
==Causes==
===Moves===
===Moves===
Unlike other major status conditions, the Freeze status can only be caused by Pokémon moves (rather than by abilities or items), with those moves rarely causing it. Currently no moves have Freeze as a primary effect. This is likely due to freeze being a powerful status that can be overcome only via items or by the chance of defrosting (compare this with Sleep, which can be overcome by the move {{m|Sleep Talk}}). The following are the moves that can cause the Freeze status:
Unlike other major status conditions, the freeze status can only be caused by Pokémon moves (rather than by Abilities or items), with those moves rarely causing it. Currently no moves have freeze as a primary effect. The following are the moves that can cause the freeze status:


{| class="roundy" width="100%" style="background:#{{ice color}}; border:5px solid #{{ice color light}}"
{| class="roundy" width="100%" style="background:#{{ice color}}; border:5px solid #{{ice color light}}"
Line 155: Line 155:
Damaging {{type|Fire}} moves used on a frozen Pokémon will remove the freeze status (including {{m|Hidden Power}}, {{m|Weather Ball}}, {{m|Natural Gift}}, {{m|Judgment}}, and {{m|Techno Blast}} if the move's type is Fire). However, Pokémon with the Ability {{a|Flash Fire}} will not be thawed out by any Fire-type moves in Generation V, since they will not be damaged by them. In Generation VI, {{m|Scald}} will thaw its target if it hits.
Damaging {{type|Fire}} moves used on a frozen Pokémon will remove the freeze status (including {{m|Hidden Power}}, {{m|Weather Ball}}, {{m|Natural Gift}}, {{m|Judgment}}, and {{m|Techno Blast}} if the move's type is Fire). However, Pokémon with the Ability {{a|Flash Fire}} will not be thawed out by any Fire-type moves in Generation V, since they will not be damaged by them. In Generation VI, {{m|Scald}} will thaw its target if it hits.


A frozen Pokémon can still use the moves {{m|Flame Wheel}}, {{m|Sacred Fire}}, {{m|Flare Blitz}}, {{m|Fusion Flare}}, {{m|Scald}}, and {{m|Steam Eruption}} while frozen; these moves will thaw the user, then execute normally (the user is thawed regardless of if the move is used successfully). Pokémon with the {{a|Magma Armor}} Ability cannot be frozen. {{type|Ice}} Pokémon cannot be frozen.
A frozen Pokémon can still use the moves {{m|Flame Wheel}}, {{m|Sacred Fire}}, {{m|Flare Blitz}}, {{m|Fusion Flare}}, {{m|Scald}}, and {{m|Steam Eruption}} while frozen; these moves will thaw the user, then execute normally (the user is thawed regardless of if the move is used successfully). Pokémon with the {{a|Magma Armor}} Ability cannot be frozen. {{type|Ice}} Pokémon cannot be frozen except by {{m|Tri Attack}} in Generation II.


==Other game effects==
==Other game effects==