mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Fix Rough Skin, Roost, and formatting of Detect.
This commit is contained in:
parent
3fc6883486
commit
23f2a99be6
2 changed files with 3 additions and 2 deletions
|
@ -22,7 +22,7 @@ id,name,flavor_text,effect
|
|||
21,Suction Cups,Negates moves that force switching out.,This Pokemon cannot be switched with Roar or Whirlwind.
|
||||
22,Intimidate,Lowers the foe's Attack stat.,This Pokemon lowers the enemy's Attack one level when it enters battle.
|
||||
23,Shadow Tag,Prevents the foe from escaping.,Enemy Pokemon cannot run or be switched out.
|
||||
24,Rough Skin,Inflicts damage to the foe on contact.,Enemy Pokemon receive 1/8 of the damage they inflict as recoil every time they touch this Pokemon.
|
||||
24,Rough Skin,Inflicts damage to the foe on contact.,Enemy Pokemon receive 1/8 their max HP in damage every time they touch this Pokemon.
|
||||
25,Wonder Guard,Only supereffective moves will hit.,This Pokemon can only be damaged by moves of types it is weak to.
|
||||
26,Levitate,Gives full immunity to all Ground-type moves.,This Pokemon does not take damage from Ground moves.
|
||||
27,Effect Spore,"Contact may paralyze, poison, or cause sleep.","Enemy Pokemon have a 30% chance of becoming Paralyzed, Poisoned, or Asleep every time they touch this Pokemon."
|
||||
|
|
|
|
@ -241,6 +241,7 @@ If the user successfully used :move:`Detect`, :move:`Endure`, or :move:`Protect`
|
|||
:move:`Thunder` during :move:`Rain Dance` and :move:`Blizzard` during :move:`Hail` have a 30% chance to break through this move.
|
||||
|
||||
The following effects are not prevented by this move:
|
||||
|
||||
* :move:`Acupressure` from an ally
|
||||
* :move:`Curse`'s curse effect
|
||||
* Delayed damage from :move:`Doom Desire` and :move:`Future Sight`; however, these moves will be prevented if they are used this turn
|
||||
|
@ -705,7 +706,7 @@ Sunset :type:`Ground`
|
|||
Waterfall :type:`Grass`
|
||||
============== ==============
|
||||
"
|
||||
215,0,Heals the user by half its max HP.,"Heals the user for half its max :mechanic:`HP`. Cancels the effect of :move:`Levitate` on the user. If the user is :type:`Flying`, its :type:`Flying` type is ignored until the end of this turn."
|
||||
215,0,Heals the user by half its max HP.,"Heals the user for half its max :mechanic:`HP`. If the user is :type:`Flying`, its :type:`Flying` type is ignored until the end of this turn."
|
||||
216,0,Disables moves and immunities that involve flying or levitating for five turns.,"For the next five turns, all immunities to :type:`Ground` moves are disabled. For the duration of this effect, the :mechanic:`evasion` of every Pokémon on the field is :mechanic:`lower`\ ed by two levels.
|
||||
|
||||
Specifically, :type:`Flying` Pokémon and those with :ability:`Levitate` or that have used :move:`Magnet Rise` are no longer immune to :type:`Ground` attacks, :move:`Arena Trap`, :move:`Spikes`, or :move:`Toxic Spikes`.
|
||||
|
|
|
Loading…
Reference in a new issue