Skip to content

Commit 6eeff58

Browse files
committed
Update grunttypes.json
- Future compatibility
1 parent ce6049c commit 6eeff58

File tree

1 file changed

+161
-23
lines changed

1 file changed

+161
-23
lines changed

static/data/grunttypes.json

Lines changed: 161 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@
1313
},
1414
"4": {
1515
"type": "Mixed",
16-
"grunt": "Male"
16+
"grunt": "Male",
17+
"second_reward": false,
18+
"encounters": {
19+
"first": [],
20+
"second": [],
21+
"third": []
22+
}
1723
},
1824
"5": {
1925
"type": "Mixed",
@@ -27,7 +33,13 @@
2733
},
2834
"6": {
2935
"type": "Bug",
30-
"grunt": "Female"
36+
"grunt": "Female",
37+
"second_reward": false,
38+
"encounters": {
39+
"first": [],
40+
"second": [],
41+
"third": []
42+
}
3143
},
3244
"7": {
3345
"type": "Bug",
@@ -41,11 +53,23 @@
4153
},
4254
"8": {
4355
"type": "Ghost",
44-
"grunt": "Female"
56+
"grunt": "Female",
57+
"second_reward": false,
58+
"encounters": {
59+
"first": [],
60+
"second": [],
61+
"third": []
62+
}
4563
},
4664
"9": {
4765
"type": "Ghost",
48-
"grunt": "Male"
66+
"grunt": "Male",
67+
"second_reward": false,
68+
"encounters": {
69+
"first": [],
70+
"second": [],
71+
"third": []
72+
}
4973
},
5074
"10": {
5175
"type": "Dark",
@@ -59,7 +83,13 @@
5983
},
6084
"11": {
6185
"type": "Dark",
62-
"grunt": "Male"
86+
"grunt": "Male",
87+
"second_reward": false,
88+
"encounters": {
89+
"first": [],
90+
"second": [],
91+
"third": []
92+
}
6393
},
6494
"12": {
6595
"type": "Dragon",
@@ -73,7 +103,13 @@
73103
},
74104
"13": {
75105
"type": "Dragon",
76-
"grunt": "Male"
106+
"grunt": "Male",
107+
"second_reward": false,
108+
"encounters": {
109+
"first": [],
110+
"second": [],
111+
"third": []
112+
}
77113
},
78114
"14": {
79115
"type": "Fairy",
@@ -87,7 +123,13 @@
87123
},
88124
"15": {
89125
"type": "Fairy",
90-
"grunt": "Male"
126+
"grunt": "Male",
127+
"second_reward": false,
128+
"encounters": {
129+
"first": [],
130+
"second": [],
131+
"third": []
132+
}
91133
},
92134
"16": {
93135
"type": "Fighting",
@@ -101,7 +143,13 @@
101143
},
102144
"17": {
103145
"type": "Fighting",
104-
"grunt": "Male"
146+
"grunt": "Male",
147+
"second_reward": false,
148+
"encounters": {
149+
"first": [],
150+
"second": [],
151+
"third": []
152+
}
105153
},
106154
"18": {
107155
"type": "Fire",
@@ -115,7 +163,13 @@
115163
},
116164
"19": {
117165
"type": "Fire",
118-
"grunt": "Male"
166+
"grunt": "Male",
167+
"second_reward": false,
168+
"encounters": {
169+
"first": [],
170+
"second": [],
171+
"third": []
172+
}
119173
},
120174
"20": {
121175
"type": "Flying",
@@ -129,11 +183,23 @@
129183
},
130184
"21": {
131185
"type": "Flying",
132-
"grunt": "Male"
186+
"grunt": "Male",
187+
"second_reward": false,
188+
"encounters": {
189+
"first": [],
190+
"second": [],
191+
"third": []
192+
}
133193
},
134194
"22": {
135195
"type": "Grass",
136-
"grunt": "Female"
196+
"grunt": "Female",
197+
"second_reward": false,
198+
"encounters": {
199+
"first": [],
200+
"second": [],
201+
"third": []
202+
}
137203
},
138204
"23": {
139205
"type": "Grass",
@@ -147,7 +213,13 @@
147213
},
148214
"24": {
149215
"type": "Ground",
150-
"grunt": "Female"
216+
"grunt": "Female",
217+
"second_reward": false,
218+
"encounters": {
219+
"first": [],
220+
"second": [],
221+
"third": []
222+
}
151223
},
152224
"25": {
153225
"type": "Ground",
@@ -171,19 +243,43 @@
171243
},
172244
"27": {
173245
"type": "Ice",
174-
"grunt": "Male"
246+
"grunt": "Male",
247+
"second_reward": false,
248+
"encounters": {
249+
"first": [],
250+
"second": [],
251+
"third": []
252+
}
175253
},
176254
"28": {
177255
"type": "Metal",
178-
"grunt": "Female"
256+
"grunt": "Female",
257+
"second_reward": false,
258+
"encounters": {
259+
"first": [],
260+
"second": [],
261+
"third": []
262+
}
179263
},
180264
"29": {
181265
"type": "Metal",
182-
"grunt": "Male"
266+
"grunt": "Male",
267+
"second_reward": false,
268+
"encounters": {
269+
"first": [],
270+
"second": [],
271+
"third": []
272+
}
183273
},
184274
"30": {
185275
"type": "Normal",
186-
"grunt": "Female"
276+
"grunt": "Female",
277+
"second_reward": false,
278+
"encounters": {
279+
"first": [],
280+
"second": [],
281+
"third": []
282+
}
187283
},
188284
"31": {
189285
"type": "Normal",
@@ -207,11 +303,23 @@
207303
},
208304
"33": {
209305
"type": "Poison",
210-
"grunt": "Male"
306+
"grunt": "Male",
307+
"second_reward": false,
308+
"encounters": {
309+
"first": [],
310+
"second": [],
311+
"third": []
312+
}
211313
},
212314
"34": {
213315
"type": "Psychic",
214-
"grunt": "Female"
316+
"grunt": "Female",
317+
"second_reward": false,
318+
"encounters": {
319+
"first": [],
320+
"second": [],
321+
"third": []
322+
}
215323
},
216324
"35": {
217325
"type": "Psychic",
@@ -225,7 +333,13 @@
225333
},
226334
"36": {
227335
"type": "Rock",
228-
"grunt": "Female"
336+
"grunt": "Female",
337+
"second_reward": false,
338+
"encounters": {
339+
"first": [],
340+
"second": [],
341+
"third": []
342+
}
229343
},
230344
"37": {
231345
"type": "Rock",
@@ -259,7 +373,13 @@
259373
},
260374
"40": {
261375
"type": "Player Team Leader",
262-
"grunt": ""
376+
"grunt": "",
377+
"second_reward": false,
378+
"encounters": {
379+
"first": [],
380+
"second": [],
381+
"third": []
382+
}
263383
},
264384
"41": {
265385
"type": "Executive Cliff",
@@ -303,7 +423,13 @@
303423
},
304424
"45": {
305425
"type": "Decoy",
306-
"grunt": "Male"
426+
"grunt": "Male",
427+
"second_reward": false,
428+
"encounters": {
429+
"first": [],
430+
"second": [],
431+
"third": []
432+
}
307433
},
308434
"46": {
309435
"type": "Decoy",
@@ -317,7 +443,13 @@
317443
},
318444
"47": {
319445
"type": "Ghost",
320-
"grunt": "Female"
446+
"grunt": "Female",
447+
"second_reward": false,
448+
"encounters": {
449+
"first": [],
450+
"second": [],
451+
"third": []
452+
}
321453
},
322454
"48": {
323455
"type": "Ghost",
@@ -341,6 +473,12 @@
341473
},
342474
"50": {
343475
"type": "Electric",
344-
"grunt": "Male"
476+
"grunt": "Male",
477+
"second_reward": false,
478+
"encounters": {
479+
"first": [],
480+
"second": [],
481+
"third": []
482+
}
345483
}
346484
}

0 commit comments

Comments
 (0)