feat: add 3 pokemons

This commit is contained in:
Alessandro Pezzè 2020-08-10 20:06:01 +02:00
parent 028ae7f9d9
commit a0a4701b2c
2 changed files with 6 additions and 0 deletions

View file

@ -887,6 +887,9 @@ id,identifier,species_id,height,weight,base_experience,order,is_default
888,zacian,888,28,1100,335,,1
889,zamazenta,889,29,2100,335,,1
890,eternatus,890,200,9500,345,,1
891,kubfu,891,6,120,,,1
892,urshifu,892,19,1050,,,1
893,zarude,893,18,700,,,1
10001,deoxys-attack,386,17,608,270,497,0
10002,deoxys-defense,386,17,608,270,498,0
10003,deoxys-speed,386,17,608,270,499,0

1 id identifier species_id height weight base_experience order is_default
887 888 zacian 888 28 1100 335 1
888 889 zamazenta 889 29 2100 335 1
889 890 eternatus 890 200 9500 345 1
890 891 kubfu 891 6 120 1
891 892 urshifu 892 19 1050 1
892 893 zarude 893 18 700 1
893 10001 deoxys-attack 386 17 608 270 497 0
894 10002 deoxys-defense 386 17 608 270 498 0
895 10003 deoxys-speed 386 17 608 270 499 0

View file

@ -887,3 +887,6 @@ id,identifier,generation_id,evolves_from_species_id,evolution_chain_id,color_id,
888,zacian,8,,,2,8,,,10,0,0,120,,,0,0,0,,
889,zamazenta,8,,,8,8,,,10,0,0,120,,,0,0,0,,
890,eternatus,8,,,7,9,,,255,0,0,120,,,0,0,0,,
891,kubfu,8,,,4,,,,3,50,0,120,,,0,0,0,,
892,urshifu,8,,,4,,,,3,50,0,120,,,0,0,0,,
893,zarude,8,,,5,,,,3,,0,120,,,0,0,0,,

1 id identifier generation_id evolves_from_species_id evolution_chain_id color_id shape_id habitat_id gender_rate capture_rate base_happiness is_baby hatch_counter has_gender_differences growth_rate_id forms_switchable is_legendary is_mythical order conquest_order
887 888 zacian 8 2 8 10 0 0 120 0 0 0
888 889 zamazenta 8 8 8 10 0 0 120 0 0 0
889 890 eternatus 8 7 9 255 0 0 120 0 0 0
890 891 kubfu 8 4 3 50 0 120 0 0 0
891 892 urshifu 8 4 3 50 0 120 0 0 0
892 893 zarude 8 5 3 0 120 0 0 0