mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 14:14:17 +00:00
Add special encounters for Gold Silver Crystal
Added encounters for Lugia, Ho-Oh and Suicune in GSC.
This commit is contained in:
parent
04a1f5848c
commit
9489eaff88
1 changed files with 15 additions and 8 deletions
|
@ -54363,16 +54363,16 @@ id,version_id,location_area_id,encounter_slot_id,pokemon_id,min_level,max_level
|
|||
58073,2,332,561,146,50,50
|
||||
58074,2,276,579,143,30,30
|
||||
58075,2,309,579,143,30,30
|
||||
58076,3,262,561,144,50,50
|
||||
58077,3,330,561,145,50,50
|
||||
58078,3,330,561,100,40,40
|
||||
58079,3,330,561,101,43,43
|
||||
58080,3,332,561,146,50,50
|
||||
58081,3,276,579,143,30,30
|
||||
58082,3,309,579,143,30,30
|
||||
58076,3,262,562,144,50,50
|
||||
58077,3,330,562,145,50,50
|
||||
58078,3,330,562,100,40,40
|
||||
58079,3,330,562,101,43,43
|
||||
58080,3,332,562,146,50,50
|
||||
58081,3,276,580,143,30,30
|
||||
58082,3,309,580,143,30,30
|
||||
58083,1,325,561,150,70,70
|
||||
58084,2,325,561,150,70,70
|
||||
58085,3,325,561,150,70,70
|
||||
58085,3,325,562,150,70,70
|
||||
58086,10,262,567,144,50,50
|
||||
58087,10,330,567,145,50,50
|
||||
58088,10,330,567,101,34,34
|
||||
|
@ -54387,3 +54387,10 @@ id,version_id,location_area_id,encounter_slot_id,pokemon_id,min_level,max_level
|
|||
58097,11,309,583,143,30,30
|
||||
58098,10,325,567,150,70,70
|
||||
58099,11,325,567,150,70,70
|
||||
58100,4,230,563,249,70,70
|
||||
58101,5,230,563,249,40,40
|
||||
58102,6,230,564,249,60,60
|
||||
58103,4,268,563,250,40,40
|
||||
58104,5,268,563,250,70,70
|
||||
58105,6,268,564,250,60,60
|
||||
58106,6,268,564,245,40,40
|
||||
|
|
Can't render this file because it is too large.
|
Loading…
Reference in a new issue