mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 19:33:10 +00:00
Johto Safari Zone, encounters, methods location and location areas
After much research I was able to find out some mechanics from the johto safari zone, it uses completely different encounter slots in walking, surfing, old rod, good rod and super rod, I was able to determine that it's 10 walk slots all have a 10% chance but wasn't so lucky in finding the chance for the surfing, old rod, good rod and super rod 12 slots, I have -some- confidence that it has 10 10% chance slots and 2 0% chance slots, if more info comes to light about these slots I'll update this info at another time. + Added Johto Safari Zone location + Added all 12 Safari Zone areas + Added all 2880 encounters from the safari zone (For both HG and SS)
This commit is contained in:
parent
88603b36ca
commit
39c7bf7a6b
6 changed files with 5786 additions and 0 deletions
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -669,3 +669,15 @@ location_area_id,local_language_id,name
|
|||
810,9,Desert Ruins
|
||||
811,9,Island Cave
|
||||
812,9,Ancient Tomb
|
||||
813,9,Johto Safari Zone Peak
|
||||
814,9,Johto Safari Zone Desert
|
||||
815,9,Johto Safari Zone Plains
|
||||
816,9,Johto Safari Zone Meadow
|
||||
817,9,Johto Safari Zone Forest
|
||||
818,9,Johto Safari Zone Swamp
|
||||
819,9,Johto Safari Zone Marshland
|
||||
820,9,Johto Safari Zone Mountain
|
||||
821,9,Johto Safari Zone Rocky Beach
|
||||
822,9,Johto Safari Zone Wasteland
|
||||
823,9,Johto Safari Zone Savannah
|
||||
824,9,Johto Safari Zone Wetland
|
||||
|
|
|
|
@ -701,3 +701,15 @@ id,location_id,game_index,identifier
|
|||
810,582,0,area
|
||||
811,581,0,area
|
||||
812,583,0,area
|
||||
813,814,0,johto-safari-zone-peak
|
||||
814,814,0,johto-safari-zone-desert
|
||||
815,814,0,johto-safari-zone-plains
|
||||
816,814,0,johto-safari-zone-meadow
|
||||
817,814,0,johto-safari-zone-forest
|
||||
818,814,0,johto-safari-zone-swamp
|
||||
819,814,0,johto-safari-zone-marshland
|
||||
820,814,0,johto-safari-zone-mountain
|
||||
821,814,0,johto-safari-zone-rocky-beach
|
||||
822,814,0,johto-safari-zone-wasteland
|
||||
823,814,0,johto-safari-zone-savannah
|
||||
824,814,0,johto-safari-zone-wetland
|
||||
|
|
|
|
@ -3591,3 +3591,4 @@ location_id,local_language_id,name,subtitle
|
|||
811,9,Navel Rock,
|
||||
812,9,Faraway Island,
|
||||
813,9,Hoenn Battle Frontier,
|
||||
814,9,Johto Safari Zone,
|
||||
|
|
|
|
@ -795,3 +795,4 @@ id,region_id,identifier
|
|||
811,1,navel-rock
|
||||
812,3,faraway-island
|
||||
813,3,hoenn-battle-frontier
|
||||
814,2,johto-safari-zone
|
||||
|
|
|
Loading…
Reference in a new issue