1
0
Fork 0
mirror of https://github.com/veekun/pokedex.git synced 2024-08-20 18:16:34 +00:00

Add unreleased moves.

I also changed Celebrate's effect to "unknown", which I meant to commit
separately but it got caught up in this one.  It has a unique effect ID,
and we don't know for sure that it does nothing.  Also, Splash's effect
(which it was sharing) says that the move is disabled by Gravity, which
isn't true of Celebrate.
This commit is contained in:
Lynn "Zhorken" Vaughan 2014-06-12 23:23:04 -04:00
parent 7286ba0254
commit dcb1aa2d60
7 changed files with 203 additions and 1 deletions
pokedex/data/csv

View file

@ -1060,3 +1060,4 @@ Stacks with a held item. Only works once per battle."
10004,9,Lowers the target's evasion by two stages.,Lowers the target's [evasion]{mechanic:evasion} by two [stages]{mechanic:stage}.
10005,9,"Removes [Light Screen]{move:light-screen}, [Reflect]{move:reflect}, and [Safeguard]{move:safeguard}.","Removes the effects of []{move:light-screen}, []{move:reflect}, and []{move:safeguard}."
10006,9,Changes the weather to Shadow Sky for five turns.,Changes the weather to Shadow Sky for five turns. Pokémon other than []{type:shadow} Pokémon take 1/16 their max [HP]{mechanic:hp} at the end of every turn. This move is typeless for the purposes of []{move:weather-ball}.
10007,9,Unknown.,"This move has a unique effect, but it is unreleased, so the specific effect is unknown."

1 move_effect_id local_language_id short_effect effect
1060
1061
1062
1063