mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-26 05:10:21 +00:00
Adding info about the new attacks
This commit is contained in:
parent
ca97f3528a
commit
a7191d0f72
4 changed files with 45 additions and 0 deletions
|
@ -1115,6 +1115,11 @@ Any [regular damage]{mechanic:regular-damage} dealt to an affected Pokémon is r
|
|||
418,9,XXX new effect for splintered-stormshards,XXX new effect for splintered-stormshards
|
||||
419,9,XXX new effect for clangorous-soulblaze,XXX new effect for clangorous-soulblaze
|
||||
420,9,XXX new effect for mind-blown,XXX new effect for mind-blown
|
||||
421,9,Sets [Light Screen]{move:light-screen} on the user's side of the field after inflicting damage.,"Inflicts [regular damage]{mechanic:regular-damage}, then (if successful) sets []{move:light-screen} on the user's side of the [field]{mechanic:field}."
|
||||
422,9,Sets [Reflect]{move:reflect} on the user's side of the field after inflicting damage.,"Inflicts [regular damage]{mechanic:regular-damage}, then (if successful) sets []{move:reflect} on the user's side of the [field]{mechanic:field}."
|
||||
423,9,Seeds the target after inflicting damage.,"Inflicts [regular damage]{mechanic:regular-damage}, then (if successful) sets []{move:leech-seed} on the target."
|
||||
424,9,Cures the entire party of major status effects after inflicting damage.,"Inflicts [regular damage]{mechanic:regular-damage}, then (if successful) removes [major status effects]{mechanic:major-status-effects} from every Pokémon in the user's party."
|
||||
425,9,Hits twice in one turn, with a $effect_chance% chance to make the target flinch.,"Inflicts [regular damage]{mechanic:regular-damage}. Hits twice in one turn, with a $effect_chance% chance to make the target [flinch]{mechanic:flinch}."
|
||||
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."
|
||||
|
|
Can't render this file because it has a wrong number of fields in line 1122.
|
|
@ -401,6 +401,11 @@ id
|
|||
418
|
||||
419
|
||||
420
|
||||
421
|
||||
422
|
||||
423
|
||||
424
|
||||
425
|
||||
10001
|
||||
10002
|
||||
10003
|
||||
|
|
|
|
@ -1722,6 +1722,27 @@ move_id,move_flag_id
|
|||
726,1
|
||||
728,9
|
||||
728,14
|
||||
729,1
|
||||
729,4
|
||||
730,4
|
||||
731,1
|
||||
731,4
|
||||
732,4
|
||||
733,4
|
||||
734,4
|
||||
735,1
|
||||
735,4
|
||||
736,4
|
||||
737,4
|
||||
738,4
|
||||
738,5
|
||||
739,4
|
||||
740,4
|
||||
741,1
|
||||
741,4
|
||||
742,1
|
||||
742,4
|
||||
742,7
|
||||
10001,1
|
||||
10001,4
|
||||
10002,4
|
||||
|
|
|
|
@ -727,6 +727,20 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
|
|||
726,lets-snuggle-forever,7,18,190,1,,0,10,2,417,,,,
|
||||
727,splintered-stormshards,7,6,190,1,,0,10,2,418,,,,
|
||||
728,clangorous-soulblaze,7,16,185,1,,0,11,3,419,100,,,
|
||||
729,zippy-zap,7,13,50,15,100,2,10,2,289,,,,
|
||||
730,splishy-splash,7,11,90,15,100,0,11,3,153,30,,,
|
||||
731,floaty-fall,7,3,90,15,95,0,10,2,32,30,,,
|
||||
732,pika-papow,7,13,,20,,0,10,3,122,,,,
|
||||
733,bouncy-bubble,7,11,90,15,100,0,11,3,4,,,,
|
||||
734,buzzy-buzz,7,13,90,15,100,0,10,3,372,100,,,
|
||||
735,sizzly-slide,7,10,90,15,100,0,10,2,5,100,,,
|
||||
736,glitzy-glow,7,14,90,15,100,0,10,3,421,,,,
|
||||
737,baddy-bad,7,17,90,15,100,0,10,3,422,,,,
|
||||
738,sappy-seed,7,12,90,15,100,0,10,2,423,,,,
|
||||
739,freezy-frost,7,15,90,15,100,0,10,3,305,,,,
|
||||
740,sparkly-swirl,7,18,90,15,100,0,10,3,424,,,,
|
||||
741,veevee-volley,7,1,,20,,0,10,2,122,,,,
|
||||
742,double-iron-bash,7,9,60,5,100,0,10,2,425,30
|
||||
10001,shadow-rush,3,10002,55,,100,0,10,2,10001,,,,
|
||||
10002,shadow-blast,3,10002,80,,100,0,10,2,44,,,,
|
||||
10003,shadow-blitz,3,10002,40,,100,0,10,2,1,,,,
|
||||
|
|
Can't render this file because it has a wrong number of fields in line 743.
|
Loading…
Reference in a new issue