mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 11:23:13 +00:00
Add missing static encounters in R/S/E
+ Kecleon in Route 119 and 120 with Devon Scope
This commit is contained in:
parent
153c6087b8
commit
21b71c3661
4 changed files with 28 additions and 0 deletions
|
@ -45,3 +45,4 @@ encounter_method_id,local_language_id,name
|
|||
27,9,Diving on seaweed
|
||||
28,9,On any overworld patch of grass
|
||||
29,9,On any overworld water tile
|
||||
30,9,Using Devon Scope
|
||||
|
|
|
|
@ -28,3 +28,4 @@ id,identifier,order
|
|||
27,seaweed,27
|
||||
28,roaming-grass,28
|
||||
29,roaming-water,29
|
||||
30,devon-scope,30
|
||||
|
|
|
|
@ -811,3 +811,5 @@ id,version_group_id,encounter_method_id,slot,rarity
|
|||
810,10,5,10,10
|
||||
811,10,5,11,10
|
||||
812,10,5,12,10
|
||||
813,5,30,1,100
|
||||
814,6,30,1,100
|
||||
|
|
|
|
@ -58683,3 +58683,27 @@ id,version_id,location_area_id,encounter_slot_id,pokemon_id,min_level,max_level
|
|||
62401,6,841,564,109,21,21
|
||||
62402,6,841,564,109,21,21
|
||||
62403,6,841,564,109,21,21
|
||||
62404,7,411,813,352,30,30
|
||||
62405,7,411,813,352,30,30
|
||||
62406,8,411,813,352,30,30
|
||||
62407,8,411,813,352,30,30
|
||||
62408,9,411,814,352,30,30
|
||||
62409,9,411,814,352,30,30
|
||||
62410,7,412,813,352,30,30
|
||||
62411,7,412,813,352,30,30
|
||||
62412,7,412,813,352,30,30
|
||||
62413,7,412,813,352,30,30
|
||||
62414,7,412,813,352,30,30
|
||||
62415,7,412,813,352,30,30
|
||||
62416,8,412,813,352,30,30
|
||||
62417,8,412,813,352,30,30
|
||||
62418,8,412,813,352,30,30
|
||||
62419,8,412,813,352,30,30
|
||||
62420,8,412,813,352,30,30
|
||||
62421,8,412,813,352,30,30
|
||||
62422,9,412,814,352,30,30
|
||||
62423,9,412,814,352,30,30
|
||||
62424,9,412,814,352,30,30
|
||||
62425,9,412,814,352,30,30
|
||||
62426,9,412,814,352,30,30
|
||||
62427,9,412,814,352,30,30
|
||||
|
|
Can't render this file because it is too large.
|
Loading…
Reference in a new issue