mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Add Happy Hour and Celebrate.
This commit is contained in:
parent
fb06d85e1e
commit
bf2c79879d
4 changed files with 6 additions and 0 deletions
|
@ -1037,6 +1037,7 @@ Changes []{move:nature-power} to []{move:moonblast}."
|
|||
|
||||
Changes []{move:nature-power} to []{move:thunderbolt}."
|
||||
369,9,Lowers the target's Special Attack by two stages.,Lowers the target's Special Attack by two stages.
|
||||
370,9,Doubles prize money.,Doubles prize money. Stacks with a held item. Only works once per battle..
|
||||
10001,9,Has an increased chance for a critical hit in Hyper Mode.,Inflicts [regular damage]{mechanic:regular-damage}. User's [critical hit]{mechanic:critical-hit} rate is one level higher when using this move while in [hyper mode]{mechanic:hyper-mode}.
|
||||
10002,9,User receives 1/2 its HP in recoil.,Inflicts [regular damage]{mechanic:regular-damage}. User takes 1/2 of its current [HP]{mechanic:hp} in recoil.
|
||||
10003,9,Halves HP of all Pokémon on the field. Must recharge,"Halves [HP]{mechanic:hp} of all Pokémon on the field. User loses its next turn to ""recharge"", and cannot attack or [switch]{mechanic:switch} out during that turn."
|
||||
|
|
|
|
@ -347,6 +347,7 @@ id
|
|||
367
|
||||
368
|
||||
369
|
||||
370
|
||||
10001
|
||||
10002
|
||||
10003
|
||||
|
|
|
|
@ -3517,6 +3517,7 @@ move_id,local_language_id,name
|
|||
602,1,じばそうさ
|
||||
602,5,Magné-Contrôle
|
||||
602,9,Magnetic Flux
|
||||
603,9,Happy Hour
|
||||
604,1,エレキフィールド
|
||||
604,5,Champ Électrifié
|
||||
604,8,Campo Elettrico
|
||||
|
@ -3526,6 +3527,7 @@ move_id,local_language_id,name
|
|||
605,6,Zauberschein
|
||||
605,8,Magibrillio
|
||||
605,9,Dazzling Gleam
|
||||
606,9,Celebrate
|
||||
608,1,つぶらなひとみ
|
||||
608,5,Regard Touchant
|
||||
608,6,Kulleraugen
|
||||
|
|
|
|
@ -598,8 +598,10 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
|
|||
600,powder,6,7,0,20,100,1,10,1,365,,,,
|
||||
601,geomancy,6,18,0,10,,0,7,1,366,,,,
|
||||
602,magnetic-flux,6,13,0,20,,0,4,1,367,,,,
|
||||
603,happy-hour,6,1,0,30,,0,4,1,370,,,,
|
||||
604,electric-terrain,6,13,0,10,,0,12,1,368,,,,
|
||||
605,dazzling-gleam,6,18,80,10,100,0,11,3,1,,,,
|
||||
606,celebrate,6,1,0,40,,0,7,1,86,,,,
|
||||
608,baby-doll-eyes,6,18,0,30,100,1,10,1,19,,,,
|
||||
609,nuzzle,6,13,20,20,100,0,10,2,7,100,,,
|
||||
611,infestation,6,7,20,35,100,0,10,3,43,,,,
|
||||
|
|
|
Loading…
Reference in a new issue