mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 11:23:13 +00:00
Add Feebas encounters in R/S/E
This commit is contained in:
parent
21b71c3661
commit
d768dfcf7a
4 changed files with 7 additions and 0 deletions
|
@ -46,3 +46,4 @@ encounter_method_id,local_language_id,name
|
|||
28,9,On any overworld patch of grass
|
||||
29,9,On any overworld water tile
|
||||
30,9,Using Devon Scope
|
||||
31,9,Fishing in a Feebas Tile
|
||||
|
|
|
|
@ -29,3 +29,4 @@ id,identifier,order
|
|||
28,roaming-grass,28
|
||||
29,roaming-water,29
|
||||
30,devon-scope,30
|
||||
31,feebas-tile-fishing,31
|
||||
|
|
|
|
@ -813,3 +813,5 @@ id,version_group_id,encounter_method_id,slot,rarity
|
|||
812,10,5,12,10
|
||||
813,5,30,1,100
|
||||
814,6,30,1,100
|
||||
815,5,31,1,50
|
||||
816,6,31,1,50
|
||||
|
|
|
|
@ -58707,3 +58707,6 @@ id,version_id,location_area_id,encounter_slot_id,pokemon_id,min_level,max_level
|
|||
62425,9,412,814,352,30,30
|
||||
62426,9,412,814,352,30,30
|
||||
62427,9,412,814,352,30,30
|
||||
62428,7,411,815,349,20,25
|
||||
62429,8,411,815,349,20,25
|
||||
62430,9,411,816,349,20,25
|
||||
|
|
Can't render this file because it is too large.
|
Loading…
Reference in a new issue