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 @@ move_id,meta_category_id,meta_ailment_id,min_hits,max_hits,min_turns,max_turns,r
589,2,0,,,,,0,0,0,0,0,100
590,2,0,,,,,0,0,0,0,0,100
591,7,0,,,,,0,0,0,0,0,50
592,4,4,,,,,0,0,0,30,0,0
593,0,0,,,,,0,0,0,0,0,0
594,0,0,2,5,,,0,0,0,0,0,0
595,6,0,,,,,0,0,0,0,0,100
596,13,0,,,,,0,0,0,0,0,0
@ -603,10 +605,14 @@ move_id,meta_category_id,meta_ailment_id,min_hits,max_hits,min_turns,max_turns,r
604,10,0,,,,,0,0,0,0,0,0
605,0,0,,,,,0,0,0,0,0,0
606,13,0,,,,,0,0,0,0,0,0
607,13,0,,,,,0,0,0,0,0,0
608,2,0,,,,,0,0,0,0,0,0
609,4,1,,,,,0,0,0,100,0,0
610,0,0,,,,,0,0,0,0,0,0
611,4,8,,,5,6,0,0,0,100,0,0
612,7,0,,,,,0,0,0,0,0,100
613,8,0,,,,,75,0,0,0,0,0
614,0,-1,,,,,0,0,0,100,0,0
615,0,0,,,,,0,0,0,0,0,0
616,0,0,,,,,0,0,0,0,0,0
617,0,0,,,,,-50,0,0,0,0,0

1 move_id meta_category_id meta_ailment_id min_hits max_hits min_turns max_turns recoil healing crit_rate ailment_chance flinch_chance stat_chance
590 589 2 0 0 0 0 0 0 100
591 590 2 0 0 0 0 0 0 100
592 591 7 0 0 0 0 0 0 50
593 592 4 4 0 0 0 30 0 0
594 593 0 0 0 0 0 0 0 0
595 594 0 0 2 5 0 0 0 0 0 0
596 595 6 0 0 0 0 0 0 100
597 596 13 0 0 0 0 0 0 0
605 604 10 0 0 0 0 0 0 0
606 605 0 0 0 0 0 0 0 0
607 606 13 0 0 0 0 0 0 0
608 607 13 0 0 0 0 0 0 0
609 608 2 0 0 0 0 0 0 0
610 609 4 1 0 0 0 100 0 0
611 610 0 0 0 0 0 0 0 0
612 611 4 8 5 6 0 0 0 100 0 0
613 612 7 0 0 0 0 0 0 100
614 613 8 0 75 0 0 0 0 0
615 614 0 -1 0 0 0 100 0 0
616 615 0 0 0 0 0 0 0 0
617 616 0 0 0 0 0 0 0 0
618 617 0 0 -50 0 0 0 0 0