mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Add Hold Back and Diamond Storm.
This commit is contained in:
parent
f71e1521a9
commit
21fd51bb0b
2 changed files with 4 additions and 0 deletions
pokedex/data/csv
|
@ -3480,6 +3480,7 @@ move_id,local_language_id,name
|
|||
590,5,Confidence
|
||||
590,8,Confidenza
|
||||
590,9,Confide
|
||||
591,9,Diamond Storm
|
||||
594,1,みずしゅりけん
|
||||
594,5,Sheauriken
|
||||
594,6,Wasser Shuriken
|
||||
|
@ -3538,6 +3539,7 @@ move_id,local_language_id,name
|
|||
609,6,Wangenrubbler
|
||||
609,8,Elettrococcola
|
||||
609,9,Nuzzle
|
||||
610,9,Hold Back
|
||||
611,1,まとわりつく
|
||||
611,5,Harcèlement
|
||||
611,6,Plage
|
||||
|
|
|
|
@ -589,6 +589,7 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
|
|||
588,kings-shield,6,9,0,10,,4,7,1,360,,,,
|
||||
589,play-nice,6,1,0,20,,0,10,1,19,,,,
|
||||
590,confide,6,1,0,20,,0,10,1,361,,,,
|
||||
591,diamond-storm,6,18,100,5,95,0,10,2,139,50,,,
|
||||
594,water-shuriken,6,11,15,20,100,1,10,2,30,100,,,
|
||||
595,mystical-fire,6,10,65,10,100,0,10,3,72,100,,,
|
||||
596,spiky-shield,6,12,0,10,,4,7,1,362,,,,
|
||||
|
@ -604,6 +605,7 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
|
|||
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,,,
|
||||
610,hold-back,6,1,40,40,100,0,10,2,102,,,,
|
||||
611,infestation,6,7,20,20,100,0,10,3,43,,,,
|
||||
612,power-up-punch,6,2,40,20,100,0,10,2,140,100,,,
|
||||
613,oblivion-wing,6,3,80,10,100,0,10,3,353,,,,
|
||||
|
|
|
Loading…
Reference in a new issue