mirror of
https://github.com/PokeAPI/pokeapi
synced 2025-02-16 20:48:25 +00:00
Merge pull request #763 from NicoheroesDX/add-evolution-chain-for-hisuian-pokemon
This commit is contained in:
commit
0bac701dbf
7 changed files with 22 additions and 7 deletions
|
@ -467,3 +467,4 @@ id,baby_trigger_item_id
|
|||
474,
|
||||
475,
|
||||
476,
|
||||
477,
|
||||
|
|
|
|
@ -9,3 +9,6 @@ id,identifier
|
|||
8,three-critical-hits
|
||||
9,take-damage
|
||||
10,other
|
||||
11,agile-style-move
|
||||
12,strong-style-move
|
||||
13,recoil-damage
|
||||
|
|
|
|
@ -1606,3 +1606,5 @@ id,identifier,category_id,cost,fling_power,fling_effect_id
|
|||
1656,carrot-seeds,22,20,,
|
||||
1657,ability-patch,26,20,,
|
||||
1658,reins-of-unity,22,0,,
|
||||
10001,black-augurite,10,0,,
|
||||
10002,peat-block,10,0,,
|
||||
|
|
|
|
@ -423,6 +423,7 @@ id
|
|||
441
|
||||
442
|
||||
443
|
||||
444
|
||||
10001
|
||||
10002
|
||||
10003
|
||||
|
|
|
|
@ -825,6 +825,8 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
|
|||
824,glacial-lance,8,15,130,5,100,0,11,2,1,,,,
|
||||
825,astral-barrage,8,8,120,5,100,0,11,3,1,,,,
|
||||
826,eerie-spell,8,14,80,5,100,0,10,3,1,,,,
|
||||
828,psyshield-bash,8,14,70,10,90,0,10,2,444,100,,,
|
||||
839,barb-barrage,8,4,60,15,100,0,10,2,3,30,,,
|
||||
10001,shadow-rush,3,10002,55,,100,0,10,2,10001,,,,
|
||||
10002,shadow-blast,3,10002,80,,100,0,10,2,44,,,,
|
||||
10003,shadow-blitz,3,10002,40,,100,0,10,2,1,,,,
|
||||
|
|
|
|
@ -458,3 +458,9 @@ id,evolved_species_id,evolution_trigger_id,trigger_item_id,minimum_level,gender_
|
|||
459,867,9,,,,,,,,,,,,,,,,0,0
|
||||
460,745,1,,25,,,,dusk,,,,,,,,,,0,0
|
||||
461,20,1,,20,,,,night,,,,,,,,,,0,0
|
||||
462,899,11,,,,,,,828,,,,,,,,,0,0
|
||||
463,900,3,10001,,,,,,,,,,,,,,,0,0
|
||||
464,901,3,10002,,,,,full-moon,,,,,,,,,,0,0
|
||||
465,902,13,,,,,,,,,,,,,,,,0,0
|
||||
466,903,1,,,,,303,day,,,,,,,,,,0,0
|
||||
467,904,12,,,,,,,839,,,,,,,,,0,0
|
||||
|
|
|
|
@ -897,10 +897,10 @@ id,identifier,generation_id,evolves_from_species_id,evolution_chain_id,color_id,
|
|||
896,glastrier,8,,474,9,8,,-1,3,35,0,120,0,1,0,1,0,896,
|
||||
897,spectrier,8,,475,1,8,,-1,3,35,0,120,0,1,0,1,0,897,
|
||||
898,calyrex,8,,476,5,12,,-1,3,100,0,120,0,1,0,1,0,898,
|
||||
899,wyrdeer,8,234,,4,8,,4,135,,0,,0,1,0,0,0,899,
|
||||
900,kleavor,8,123,,3,13,,4,115,,0,,0,2,0,0,0,900,
|
||||
901,ursaluna,8,217,,3,8,,4,75,,0,,0,2,0,0,0,901,
|
||||
902,basculegion,8,550,,5,3,,4,135,,0,,1,2,1,0,0,902,
|
||||
903,sneasler,8,215,,4,6,,4,135,,0,,0,4,0,0,0,903,
|
||||
904,overqwil,8,211,,1,3,,4,135,,0,,0,2,0,0,0,904,
|
||||
905,enamorus,8,,,6,4,,8,3,,0,,0,1,1,1,0,905,
|
||||
899,wyrdeer,8,234,120,4,8,,4,135,,0,,0,1,0,0,0,899,
|
||||
900,kleavor,8,123,58,3,13,,4,115,,0,,0,2,0,0,0,900,
|
||||
901,ursaluna,8,217,110,3,8,,4,75,,0,,0,2,0,0,0,901,
|
||||
902,basculegion,8,550,280,5,3,,4,135,,0,,1,2,1,0,0,902,
|
||||
903,sneasler,8,215,109,4,6,,4,135,,0,,0,4,0,0,0,903,
|
||||
904,overqwil,8,211,106,1,3,,4,135,,0,,0,2,0,0,0,904,
|
||||
905,enamorus,8,,477,6,4,,8,3,,0,,0,1,1,1,0,905,
|
||||
|
|
|
Loading…
Add table
Reference in a new issue