mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Add Keldeo's resolution form.
I'm calling it "form" instead of "forme" because it's sugata, not forumu.
This commit is contained in:
parent
b8ece53720
commit
1787d89baa
5 changed files with 12 additions and 2 deletions
|
@ -671,3 +671,4 @@ id,species_id,height,weight,base_experience,order,is_default
|
|||
670,645,0,0,0,670,0
|
||||
671,646,0,0,0,671,0
|
||||
672,646,0,0,0,672,0
|
||||
673,647,0,0,0,673,0
|
||||
|
|
|
|
@ -1292,7 +1292,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
|
|||
646,5,,
|
||||
646,9,,
|
||||
647,5,,
|
||||
647,9,,
|
||||
647,9,usual form,usual Keldeo
|
||||
648,5,Forme Chant,Meloetta Chant
|
||||
648,9,Aria Forme,Aria Meloetta
|
||||
649,5,,
|
||||
|
@ -1458,3 +1458,4 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
|
|||
730,9,reijuu forme,reijuu Landorus
|
||||
731,9,Black forme,Black Kyurem
|
||||
732,9,White forme,White Kyurem
|
||||
733,9,resolution form,resolution Keldeo
|
||||
|
|
|
|
@ -645,7 +645,7 @@ id,form_identifier,pokemon_id,introduced_in_version_group_id,is_default,is_battl
|
|||
644,,644,11,1,0,1,701
|
||||
645,,645,11,1,0,1,702
|
||||
646,,646,11,1,0,1,703
|
||||
647,,647,11,1,0,1,704
|
||||
647,usual,647,11,1,0,1,704
|
||||
648,aria,648,11,1,0,1,705
|
||||
649,,649,11,1,0,1,707
|
||||
650,b,201,3,0,0,2,232
|
||||
|
@ -731,3 +731,4 @@ id,form_identifier,pokemon_id,introduced_in_version_group_id,is_default,is_battl
|
|||
730,reijuu,670,14,1,0,2,711
|
||||
731,black,671,14,1,0,2,712
|
||||
732,white,672,14,1,0,3,713
|
||||
733,resolution,673,14,1,0,2,714
|
||||
|
|
|
|
@ -4031,3 +4031,9 @@ pokemon_id,stat_id,base_stat,effort
|
|||
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
|
||||
|
|
|
|
@ -977,3 +977,4 @@ pokemon_id,type_id,slot
|
|||
670,10001,1
|
||||
671,10001,1
|
||||
672,10001,1
|
||||
673,10001,1
|
||||
|
|
|
Loading…
Reference in a new issue