Add Feebas encounters in R/S/E

This commit is contained in:
Simply BLG 2022-07-24 20:49:10 -03:00
parent 21b71c3661
commit d768dfcf7a
4 changed files with 7 additions and 0 deletions

View file

@ -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

1 encounter_method_id local_language_id name
46 28 9 On any overworld patch of grass
47 29 9 On any overworld water tile
48 30 9 Using Devon Scope
49 31 9 Fishing in a Feebas Tile

View file

@ -29,3 +29,4 @@ id,identifier,order
28,roaming-grass,28
29,roaming-water,29
30,devon-scope,30
31,feebas-tile-fishing,31

1 id identifier order
29 28 roaming-grass 28
30 29 roaming-water 29
31 30 devon-scope 30
32 31 feebas-tile-fishing 31

View file

@ -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

1 id version_group_id encounter_method_id slot rarity
813 812 10 5 12 10
814 813 5 30 1 100
815 814 6 30 1 100
816 815 5 31 1 50
817 816 6 31 1 50

View file

@ -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.