mirror of
https://github.com/PokeAPI/pokeapi
synced 2025-02-26 03:57:12 +00:00
Add Roaming Pokémon in D/P/Pt
This commit is contained in:
parent
104c13da02
commit
143aaecc35
4 changed files with 39 additions and 0 deletions
|
@ -20574,3 +20574,21 @@ encounter_id,encounter_condition_value_id
|
|||
62196,5
|
||||
62197,5
|
||||
62198,40
|
||||
62215,31
|
||||
62216,31
|
||||
62217,31
|
||||
62218,31
|
||||
62219,31
|
||||
62220,31
|
||||
62221,30
|
||||
62222,30
|
||||
62223,41
|
||||
62224,41
|
||||
62225,30
|
||||
62226,30
|
||||
62227,41
|
||||
62228,41
|
||||
62229,30
|
||||
62230,30
|
||||
62231,41
|
||||
62232,41
|
||||
|
|
|
|
@ -58,3 +58,5 @@ encounter_condition_value_id,local_language_id,name
|
|||
37,9,Acquired National Pokédex
|
||||
38,9,None
|
||||
39,9,Beat the Pokémon league after knocking out Snorlax at Route 11
|
||||
40,9,Playing on the Virtual Console Release
|
||||
41,9,Cure the nightmares of Eldritch’s Son
|
||||
|
|
|
|
@ -39,3 +39,4 @@ id,encounter_condition_id,identifier,is_default
|
|||
38,10,other-none,1
|
||||
39,10,other-snorlax-11-beat-league,0
|
||||
40,10,other-virtual-console,0
|
||||
41,9,cure-eldritch-nightmares,0
|
||||
|
|
|
|
@ -58502,3 +58502,21 @@ id,version_id,location_area_id,encounter_slot_id,pokemon_id,min_level,max_level
|
|||
62212,9,796,710,380,40,40
|
||||
62213,7,796,707,381,40,40
|
||||
62214,9,796,710,381,40,40
|
||||
62215,14,797,714,144,60,60
|
||||
62216,14,797,714,145,60,60
|
||||
62217,14,797,714,146,60,60
|
||||
62218,14,797,715,144,60,60
|
||||
62219,14,797,715,145,60,60
|
||||
62220,14,797,715,146,60,60
|
||||
62221,12,797,712,481,50,50
|
||||
62222,12,797,713,481,50,50
|
||||
62223,12,797,712,488,50,50
|
||||
62224,12,797,713,488,50,50
|
||||
62225,13,797,712,481,50,50
|
||||
62226,13,797,713,481,50,50
|
||||
62227,13,797,712,488,50,50
|
||||
62228,13,797,713,488,50,50
|
||||
62229,14,797,714,481,50,50
|
||||
62230,14,797,715,481,50,50
|
||||
62231,14,797,714,488,50,50
|
||||
62232,14,797,715,488,50,50
|
||||
|
|
Can't render this file because it is too large.
|
Loading…
Add table
Reference in a new issue