mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Added Red/Blue/Yellow grass and surfing encounters.
This commit is contained in:
parent
28bf303613
commit
d41c96c23b
2 changed files with 1830 additions and 0 deletions
|
@ -65,3 +65,43 @@ id,version_group_id,encounter_terrain_id,rarity
|
||||||
64,9,5,1
|
64,9,5,1
|
||||||
65,9,6,90
|
65,9,6,90
|
||||||
66,9,6,10
|
66,9,6,10
|
||||||
|
67,1,1,25
|
||||||
|
68,1,1,15
|
||||||
|
69,1,1,15
|
||||||
|
70,1,1,10
|
||||||
|
71,1,1,10
|
||||||
|
72,1,1,10
|
||||||
|
73,1,1,5
|
||||||
|
74,1,1,5
|
||||||
|
75,1,1,4
|
||||||
|
76,1,1,1
|
||||||
|
77,1,5,25
|
||||||
|
78,1,5,15
|
||||||
|
79,1,5,15
|
||||||
|
80,1,5,10
|
||||||
|
81,1,5,10
|
||||||
|
82,1,5,10
|
||||||
|
83,1,5,5
|
||||||
|
84,1,5,5
|
||||||
|
85,1,5,4
|
||||||
|
86,1,5,1
|
||||||
|
87,2,1,25
|
||||||
|
88,2,1,15
|
||||||
|
89,2,1,15
|
||||||
|
90,2,1,10
|
||||||
|
91,2,1,10
|
||||||
|
92,2,1,10
|
||||||
|
93,2,1,5
|
||||||
|
94,2,1,5
|
||||||
|
95,2,1,4
|
||||||
|
96,2,1,1
|
||||||
|
97,2,5,25
|
||||||
|
98,2,5,15
|
||||||
|
99,2,5,15
|
||||||
|
100,2,5,10
|
||||||
|
101,2,5,10
|
||||||
|
102,2,5,10
|
||||||
|
103,2,5,5
|
||||||
|
104,2,5,5
|
||||||
|
105,2,5,4
|
||||||
|
106,2,5,1
|
||||||
|
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue