mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Add types, stats, abilities, misc info for new forms.
This commit is contained in:
parent
04b710791f
commit
b97727486e
4 changed files with 62 additions and 48 deletions
|
@ -666,9 +666,9 @@ id,species_id,height,weight,base_experience,order,is_default
|
|||
665,550,10,180,161,566,0
|
||||
666,555,13,929,189,572,0
|
||||
667,648,6,65,270,672,0
|
||||
668,641,0,0,0,659,0
|
||||
669,642,0,0,0,661,0
|
||||
670,645,0,0,0,665,0
|
||||
671,646,0,0,0,667,0
|
||||
672,646,0,0,0,668,0
|
||||
673,647,0,0,0,670,0
|
||||
668,641,14,630,261,659,0
|
||||
669,642,30,610,261,661,0
|
||||
670,645,13,680,270,665,0
|
||||
671,646,33,3250,315,667,0
|
||||
672,646,36,3250,315,668,0
|
||||
673,647,14,485,261,670,0
|
||||
|
|
|
|
@ -1625,3 +1625,12 @@ pokemon_id,ability_id,is_dream,slot
|
|||
666,125,0,1
|
||||
666,161,1,3
|
||||
667,32,0,1
|
||||
668,144,0,1
|
||||
668,144,1,3
|
||||
669,10,0,1
|
||||
669,10,1,3
|
||||
670,22,0,1
|
||||
670,22,1,3
|
||||
671,164,0,1
|
||||
672,163,0,1
|
||||
673,154,0,1
|
||||
|
|
|
|
@ -4001,39 +4001,39 @@ pokemon_id,stat_id,base_stat,effort
|
|||
667,4,77,0
|
||||
667,5,77,0
|
||||
667,6,128,1
|
||||
668,1,0,0
|
||||
668,2,0,0
|
||||
668,3,0,0
|
||||
668,4,0,0
|
||||
668,5,0,0
|
||||
668,6,0,0
|
||||
669,1,0,0
|
||||
669,2,0,0
|
||||
669,3,0,0
|
||||
669,4,0,0
|
||||
669,5,0,0
|
||||
669,6,0,0
|
||||
670,1,0,0
|
||||
670,2,0,0
|
||||
670,3,0,0
|
||||
670,4,0,0
|
||||
670,5,0,0
|
||||
670,6,0,0
|
||||
671,1,0,0
|
||||
671,2,0,0
|
||||
671,3,0,0
|
||||
671,4,0,0
|
||||
671,5,0,0
|
||||
671,6,0,0
|
||||
672,1,0,0
|
||||
672,2,0,0
|
||||
672,3,0,0
|
||||
672,4,0,0
|
||||
672,5,0,0
|
||||
672,6,0,0
|
||||
673,1,0,0
|
||||
673,2,0,0
|
||||
673,3,0,0
|
||||
673,4,0,0
|
||||
673,5,0,0
|
||||
673,6,0,0
|
||||
668,1,79,0
|
||||
668,2,100,0
|
||||
668,3,80,0
|
||||
668,4,110,0
|
||||
668,5,90,0
|
||||
668,6,121,3
|
||||
669,1,79,0
|
||||
669,2,105,0
|
||||
669,3,70,0
|
||||
669,4,145,3
|
||||
669,5,80,0
|
||||
669,6,101,0
|
||||
670,1,89,0
|
||||
670,2,145,3
|
||||
670,3,90,0
|
||||
670,4,105,0
|
||||
670,5,80,0
|
||||
670,6,91,0
|
||||
671,1,125,0
|
||||
671,2,170,3
|
||||
671,3,100,0
|
||||
671,4,120,0
|
||||
671,5,90,0
|
||||
671,6,95,0
|
||||
672,1,125,0
|
||||
672,2,120,0
|
||||
672,3,90,0
|
||||
672,4,170,3
|
||||
672,5,100,0
|
||||
672,6,95,0
|
||||
673,1,91,0
|
||||
673,2,72,0
|
||||
673,3,90,0
|
||||
673,4,129,3
|
||||
673,5,90,0
|
||||
673,6,108,0
|
||||
|
|
|
|
@ -972,9 +972,14 @@ pokemon_id,type_id,slot
|
|||
666,14,2
|
||||
667,1,1
|
||||
667,2,2
|
||||
668,10001,1
|
||||
669,10001,1
|
||||
670,10001,1
|
||||
671,10001,1
|
||||
672,10001,1
|
||||
673,10001,1
|
||||
668,3,1
|
||||
669,13,1
|
||||
669,3,2
|
||||
670,5,1
|
||||
670,3,2
|
||||
671,16,1
|
||||
671,15,2
|
||||
672,16,1
|
||||
672,15,2
|
||||
673,11,1
|
||||
673,2,2
|
||||
|
|
|
Loading…
Reference in a new issue