mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Add Diancie.
This commit is contained in:
parent
b8630cb076
commit
9cb44f56e5
8 changed files with 14 additions and 0 deletions
|
@ -361,3 +361,4 @@ id,baby_trigger_item_id
|
||||||
368,
|
368,
|
||||||
369,
|
369,
|
||||||
370,
|
370,
|
||||||
|
371,
|
||||||
|
|
|
|
@ -717,6 +717,7 @@ id,identifier,species_id,height,weight,base_experience,order,is_default
|
||||||
716,xerneas,716,30,2150,0,776,1
|
716,xerneas,716,30,2150,0,776,1
|
||||||
717,yveltal,717,58,2030,0,777,1
|
717,yveltal,717,58,2030,0,777,1
|
||||||
718,zygarde,718,50,3050,0,778,1
|
718,zygarde,718,50,3050,0,778,1
|
||||||
|
719,diancie,719,7,88,0,779,1
|
||||||
10001,deoxys-attack,386,17,608,270,445,0
|
10001,deoxys-attack,386,17,608,270,445,0
|
||||||
10002,deoxys-defense,386,17,608,270,446,0
|
10002,deoxys-defense,386,17,608,270,446,0
|
||||||
10003,deoxys-speed,386,17,608,270,447,0
|
10003,deoxys-speed,386,17,608,270,447,0
|
||||||
|
|
|
|
@ -1779,6 +1779,7 @@ pokemon_id,ability_id,is_hidden,slot
|
||||||
716,187,0,1
|
716,187,0,1
|
||||||
717,186,0,1
|
717,186,0,1
|
||||||
718,188,0,1
|
718,188,0,1
|
||||||
|
719,29,0,1
|
||||||
10001,46,0,1
|
10001,46,0,1
|
||||||
10002,46,0,1
|
10002,46,0,1
|
||||||
10003,46,0,1
|
10003,46,0,1
|
||||||
|
|
|
|
@ -717,6 +717,7 @@ id,identifier,form_identifier,pokemon_id,introduced_in_version_group_id,is_defau
|
||||||
716,xerneas-active,active,716,15,1,1,0,2,856
|
716,xerneas-active,active,716,15,1,1,0,2,856
|
||||||
717,yveltal,,717,15,1,0,0,1,857
|
717,yveltal,,717,15,1,0,0,1,857
|
||||||
718,zygarde,,718,15,1,0,0,1,858
|
718,zygarde,,718,15,1,0,0,1,858
|
||||||
|
719,diancie,,719,15,1,0,0,1,859
|
||||||
10001,unown-b,b,201,3,0,0,0,2,247
|
10001,unown-b,b,201,3,0,0,0,2,247
|
||||||
10002,unown-c,c,201,3,0,0,0,3,248
|
10002,unown-c,c,201,3,0,0,0,3,248
|
||||||
10003,unown-d,d,201,3,0,0,0,4,249
|
10003,unown-d,d,201,3,0,0,0,4,249
|
||||||
|
|
|
|
@ -717,3 +717,4 @@ id,identifier,generation_id,evolves_from_species_id,evolution_chain_id,color_id,
|
||||||
716,xerneas,6,,368,2,8,,-1,0,0,0,0,0,1,1,716,
|
716,xerneas,6,,368,2,8,,-1,0,0,0,0,0,1,1,716,
|
||||||
717,yveltal,6,,369,8,9,,-1,0,0,0,0,0,1,0,717,
|
717,yveltal,6,,369,8,9,,-1,0,0,0,0,0,1,0,717,
|
||||||
718,zygarde,6,,370,5,2,,-1,0,0,0,0,0,1,0,718,
|
718,zygarde,6,,370,5,2,,-1,0,0,0,0,0,1,0,718,
|
||||||
|
719,diancie,6,,371,4,4,,-1,0,70,0,0,0,1,0,719,
|
||||||
|
|
|
|
@ -4426,3 +4426,4 @@ pokemon_species_id,local_language_id,name,genus
|
||||||
718,5,Zygarde,
|
718,5,Zygarde,
|
||||||
718,6,Zygarde,
|
718,6,Zygarde,
|
||||||
718,9,Zygarde,Order
|
718,9,Zygarde,Order
|
||||||
|
719,9,Diancie,Jewel
|
||||||
|
|
|
|
@ -4307,6 +4307,12 @@ pokemon_id,stat_id,base_stat,effort
|
||||||
718,4,81,0
|
718,4,81,0
|
||||||
718,5,95,0
|
718,5,95,0
|
||||||
718,6,95,0
|
718,6,95,0
|
||||||
|
719,1,50,0
|
||||||
|
719,2,100,0
|
||||||
|
719,3,150,0
|
||||||
|
719,4,100,0
|
||||||
|
719,5,150,0
|
||||||
|
719,6,50,0
|
||||||
10001,1,50,0
|
10001,1,50,0
|
||||||
10001,2,180,2
|
10001,2,180,2
|
||||||
10001,3,20,0
|
10001,3,20,0
|
||||||
|
|
|
|
@ -1064,6 +1064,8 @@ pokemon_id,type_id,slot
|
||||||
717,3,2
|
717,3,2
|
||||||
718,16,1
|
718,16,1
|
||||||
718,5,2
|
718,5,2
|
||||||
|
719,6,1
|
||||||
|
719,18,2
|
||||||
10001,14,1
|
10001,14,1
|
||||||
10002,14,1
|
10002,14,1
|
||||||
10003,14,1
|
10003,14,1
|
||||||
|
|
|
Loading…
Reference in a new issue