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

@ -590,6 +590,8 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
589,play-nice,6,1,,20,,0,10,1,19,100,,,
590,confide,6,1,,20,,0,10,1,361,100,,,
591,diamond-storm,6,6,100,5,95,0,11,2,139,50,,,
592,steam-eruption,6,11,110,5,95,0,10,3,5,30,,,
593,hyperspace-hole,6,14,80,5,,0,10,3,10007,,,,
594,water-shuriken,6,11,15,20,100,1,10,2,30,,,,
595,mystical-fire,6,10,65,10,100,0,10,3,72,100,,,
596,spiky-shield,6,12,,10,,4,7,1,362,,,,
@ -602,14 +604,18 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
603,happy-hour,6,1,,30,,0,4,1,370,,,,
604,electric-terrain,6,13,,10,,0,12,1,368,,,,
605,dazzling-gleam,6,18,80,10,100,0,11,3,1,,,,
606,celebrate,6,1,,40,,0,7,1,86,,,,
606,celebrate,6,1,,40,,0,7,1,10007,,,,
607,hold-hands,6,1,,40,,0,3,1,10007,,,,
608,baby-doll-eyes,6,18,,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,100,,,
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,,,,
614,thousand-arrows,6,5,90,10,100,0,11,2,10007,100,,,
615,thousand-waves,6,5,90,10,100,0,11,2,10007,,,,
616,lands-wrath,6,5,90,10,100,0,11,2,1,,,,
617,light-of-ruin,6,18,140,5,90,0,10,3,270,,,,
10001,shadow-rush,3,10002,55,,100,0,10,2,10001,,,,
10002,shadow-blast,3,10002,80,,100,0,10,3,44,,,,
10003,shadow-blitz,3,10002,40,,100,0,10,2,1,,,,

1 id identifier generation_id type_id power pp accuracy priority target_id damage_class_id effect_id effect_chance contest_type_id contest_effect_id super_contest_effect_id
590 589 play-nice 6 1 20 0 10 1 19 100
591 590 confide 6 1 20 0 10 1 361 100
592 591 diamond-storm 6 6 100 5 95 0 11 2 139 50
593 592 steam-eruption 6 11 110 5 95 0 10 3 5 30
594 593 hyperspace-hole 6 14 80 5 0 10 3 10007
595 594 water-shuriken 6 11 15 20 100 1 10 2 30
596 595 mystical-fire 6 10 65 10 100 0 10 3 72 100
597 596 spiky-shield 6 12 10 4 7 1 362
604 603 happy-hour 6 1 30 0 4 1 370
605 604 electric-terrain 6 13 10 0 12 1 368
606 605 dazzling-gleam 6 18 80 10 100 0 11 3 1
607 606 celebrate 6 1 40 0 7 1 86 10007
608 607 hold-hands 6 1 40 0 3 1 10007
609 608 baby-doll-eyes 6 18 30 100 1 10 1 19
610 609 nuzzle 6 13 20 20 100 0 10 2 7 100
611 610 hold-back 6 1 40 40 100 0 10 2 102
612 611 infestation 6 7 20 20 100 0 10 3 43 100
613 612 power-up-punch 6 2 40 20 100 0 10 2 140 100
614 613 oblivion-wing 6 3 80 10 100 0 10 3 353
615 614 thousand-arrows 6 5 90 10 100 0 11 2 10007 100
616 615 thousand-waves 6 5 90 10 100 0 11 2 10007
617 616 lands-wrath 6 5 90 10 100 0 11 2 1
618 617 light-of-ruin 6 18 140 5 90 0 10 3 270
619 10001 shadow-rush 3 10002 55 100 0 10 2 10001
620 10002 shadow-blast 3 10002 80 100 0 10 3 44
621 10003 shadow-blitz 3 10002 40 100 0 10 2 1