Skip to content

Commit 837dd96

Browse files
[Updater Bot] Regenerate data from PokeAPI/pokeapi#1441
1 parent 0157189 commit 837dd96

File tree

25 files changed

+2631
-5
lines changed

25 files changed

+2631
-5
lines changed
Lines changed: 205 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,205 @@
1+
{
2+
"encounter_method_rates": [],
3+
"game_index": 0,
4+
"id": 1224,
5+
"location": {
6+
"name": "mirage-spot-forest",
7+
"url": "/api/v2/location/697/"
8+
},
9+
"name": "mirage-spot-forest-north-of-lilycove",
10+
"names": [
11+
{
12+
"language": {
13+
"name": "en",
14+
"url": "/api/v2/language/9/"
15+
},
16+
"name": "Mirage Forest (North of Lilycove)"
17+
}
18+
],
19+
"pokemon_encounters": [
20+
{
21+
"pokemon": {
22+
"name": "tangela",
23+
"url": "/api/v2/pokemon/114/"
24+
},
25+
"version_details": [
26+
{
27+
"encounter_details": [
28+
{
29+
"chance": 30,
30+
"condition_values": [],
31+
"max_level": 38,
32+
"method": {
33+
"name": "walk",
34+
"url": "/api/v2/encounter-method/1/"
35+
},
36+
"min_level": 36
37+
}
38+
],
39+
"max_chance": 30,
40+
"version": {
41+
"name": "omega-ruby",
42+
"url": "/api/v2/version/25/"
43+
}
44+
},
45+
{
46+
"encounter_details": [
47+
{
48+
"chance": 30,
49+
"condition_values": [],
50+
"max_level": 38,
51+
"method": {
52+
"name": "walk",
53+
"url": "/api/v2/encounter-method/1/"
54+
},
55+
"min_level": 36
56+
}
57+
],
58+
"max_chance": 30,
59+
"version": {
60+
"name": "alpha-sapphire",
61+
"url": "/api/v2/version/26/"
62+
}
63+
}
64+
]
65+
},
66+
{
67+
"pokemon": {
68+
"name": "sunkern",
69+
"url": "/api/v2/pokemon/191/"
70+
},
71+
"version_details": [
72+
{
73+
"encounter_details": [
74+
{
75+
"chance": 30,
76+
"condition_values": [],
77+
"max_level": 38,
78+
"method": {
79+
"name": "walk",
80+
"url": "/api/v2/encounter-method/1/"
81+
},
82+
"min_level": 36
83+
}
84+
],
85+
"max_chance": 30,
86+
"version": {
87+
"name": "omega-ruby",
88+
"url": "/api/v2/version/25/"
89+
}
90+
},
91+
{
92+
"encounter_details": [
93+
{
94+
"chance": 30,
95+
"condition_values": [],
96+
"max_level": 38,
97+
"method": {
98+
"name": "walk",
99+
"url": "/api/v2/encounter-method/1/"
100+
},
101+
"min_level": 36
102+
}
103+
],
104+
"max_chance": 30,
105+
"version": {
106+
"name": "alpha-sapphire",
107+
"url": "/api/v2/version/26/"
108+
}
109+
}
110+
]
111+
},
112+
{
113+
"pokemon": {
114+
"name": "cherrim",
115+
"url": "/api/v2/pokemon/421/"
116+
},
117+
"version_details": [
118+
{
119+
"encounter_details": [
120+
{
121+
"chance": 10,
122+
"condition_values": [],
123+
"max_level": 38,
124+
"method": {
125+
"name": "walk",
126+
"url": "/api/v2/encounter-method/1/"
127+
},
128+
"min_level": 36
129+
}
130+
],
131+
"max_chance": 10,
132+
"version": {
133+
"name": "omega-ruby",
134+
"url": "/api/v2/version/25/"
135+
}
136+
},
137+
{
138+
"encounter_details": [
139+
{
140+
"chance": 10,
141+
"condition_values": [],
142+
"max_level": 38,
143+
"method": {
144+
"name": "walk",
145+
"url": "/api/v2/encounter-method/1/"
146+
},
147+
"min_level": 36
148+
}
149+
],
150+
"max_chance": 10,
151+
"version": {
152+
"name": "alpha-sapphire",
153+
"url": "/api/v2/version/26/"
154+
}
155+
}
156+
]
157+
},
158+
{
159+
"pokemon": {
160+
"name": "purugly",
161+
"url": "/api/v2/pokemon/432/"
162+
},
163+
"version_details": [
164+
{
165+
"encounter_details": [
166+
{
167+
"chance": 30,
168+
"condition_values": [],
169+
"max_level": 38,
170+
"method": {
171+
"name": "walk",
172+
"url": "/api/v2/encounter-method/1/"
173+
},
174+
"min_level": 36
175+
}
176+
],
177+
"max_chance": 30,
178+
"version": {
179+
"name": "omega-ruby",
180+
"url": "/api/v2/version/25/"
181+
}
182+
},
183+
{
184+
"encounter_details": [
185+
{
186+
"chance": 30,
187+
"condition_values": [],
188+
"max_level": 38,
189+
"method": {
190+
"name": "walk",
191+
"url": "/api/v2/encounter-method/1/"
192+
},
193+
"min_level": 36
194+
}
195+
],
196+
"max_chance": 30,
197+
"version": {
198+
"name": "alpha-sapphire",
199+
"url": "/api/v2/version/26/"
200+
}
201+
}
202+
]
203+
}
204+
]
205+
}
Lines changed: 159 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,159 @@
1+
{
2+
"encounter_method_rates": [],
3+
"game_index": 0,
4+
"id": 1225,
5+
"location": {
6+
"name": "mirage-spot-forest",
7+
"url": "/api/v2/location/697/"
8+
},
9+
"name": "mirage-spot-forest-south-of-route-132",
10+
"names": [
11+
{
12+
"language": {
13+
"name": "en",
14+
"url": "/api/v2/language/9/"
15+
},
16+
"name": "Mirage Forest (South of Route 132)"
17+
}
18+
],
19+
"pokemon_encounters": [
20+
{
21+
"pokemon": {
22+
"name": "sunkern",
23+
"url": "/api/v2/pokemon/191/"
24+
},
25+
"version_details": [
26+
{
27+
"encounter_details": [
28+
{
29+
"chance": 60,
30+
"condition_values": [],
31+
"max_level": 38,
32+
"method": {
33+
"name": "walk",
34+
"url": "/api/v2/encounter-method/1/"
35+
},
36+
"min_level": 36
37+
}
38+
],
39+
"max_chance": 60,
40+
"version": {
41+
"name": "omega-ruby",
42+
"url": "/api/v2/version/25/"
43+
}
44+
},
45+
{
46+
"encounter_details": [
47+
{
48+
"chance": 60,
49+
"condition_values": [],
50+
"max_level": 38,
51+
"method": {
52+
"name": "walk",
53+
"url": "/api/v2/encounter-method/1/"
54+
},
55+
"min_level": 36
56+
}
57+
],
58+
"max_chance": 60,
59+
"version": {
60+
"name": "alpha-sapphire",
61+
"url": "/api/v2/version/26/"
62+
}
63+
}
64+
]
65+
},
66+
{
67+
"pokemon": {
68+
"name": "audino",
69+
"url": "/api/v2/pokemon/531/"
70+
},
71+
"version_details": [
72+
{
73+
"encounter_details": [
74+
{
75+
"chance": 10,
76+
"condition_values": [],
77+
"max_level": 38,
78+
"method": {
79+
"name": "walk",
80+
"url": "/api/v2/encounter-method/1/"
81+
},
82+
"min_level": 36
83+
}
84+
],
85+
"max_chance": 10,
86+
"version": {
87+
"name": "omega-ruby",
88+
"url": "/api/v2/version/25/"
89+
}
90+
},
91+
{
92+
"encounter_details": [
93+
{
94+
"chance": 10,
95+
"condition_values": [],
96+
"max_level": 38,
97+
"method": {
98+
"name": "walk",
99+
"url": "/api/v2/encounter-method/1/"
100+
},
101+
"min_level": 36
102+
}
103+
],
104+
"max_chance": 10,
105+
"version": {
106+
"name": "alpha-sapphire",
107+
"url": "/api/v2/version/26/"
108+
}
109+
}
110+
]
111+
},
112+
{
113+
"pokemon": {
114+
"name": "petilil",
115+
"url": "/api/v2/pokemon/548/"
116+
},
117+
"version_details": [
118+
{
119+
"encounter_details": [
120+
{
121+
"chance": 30,
122+
"condition_values": [],
123+
"max_level": 38,
124+
"method": {
125+
"name": "walk",
126+
"url": "/api/v2/encounter-method/1/"
127+
},
128+
"min_level": 36
129+
}
130+
],
131+
"max_chance": 30,
132+
"version": {
133+
"name": "omega-ruby",
134+
"url": "/api/v2/version/25/"
135+
}
136+
},
137+
{
138+
"encounter_details": [
139+
{
140+
"chance": 30,
141+
"condition_values": [],
142+
"max_level": 38,
143+
"method": {
144+
"name": "walk",
145+
"url": "/api/v2/encounter-method/1/"
146+
},
147+
"min_level": 36
148+
}
149+
],
150+
"max_chance": 30,
151+
"version": {
152+
"name": "alpha-sapphire",
153+
"url": "/api/v2/version/26/"
154+
}
155+
}
156+
]
157+
}
158+
]
159+
}

0 commit comments

Comments
 (0)