mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 11:23:13 +00:00
Added evolutions for PokemonID 899-904. Added the necessary items and moves from Pokemon Legends Arceus. Added the move effect for Psyshield Bash.
This commit is contained in:
parent
f8904fac7a
commit
d827663310
5 changed files with 14 additions and 0 deletions
|
@ -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
|
||||
|
|
|
Loading…
Reference in a new issue