1[
2  {
3    "type": "monstergroup",
4    "name": "GROUP_FISH",
5    "default": "mon_fish_whitefish",
6    "is_animal": true,
7    "monsters": [
8      { "monster": "mon_fish_eel", "freq": 25, "cost_multiplier": 3, "pack_size": [ 1, 3 ] },
9      {
10        "monster": "mon_fish_eel",
11        "freq": 50,
12        "cost_multiplier": 3,
13        "conditions": [ "DAWN", "DUSK" ],
14        "pack_size": [ 1, 3 ]
15      },
16      { "monster": "mon_fish_bowfin", "freq": 25, "cost_multiplier": 3, "pack_size": [ 1, 3 ] },
17      {
18        "monster": "mon_fish_bowfin",
19        "freq": 50,
20        "cost_multiplier": 3,
21        "conditions": [ "DAWN", "DUSK" ],
22        "pack_size": [ 1, 3 ]
23      },
24      { "monster": "mon_fish_bullhead", "freq": 25, "cost_multiplier": 3, "pack_size": [ 1, 3 ] },
25      {
26        "monster": "mon_fish_bullhead",
27        "freq": 50,
28        "cost_multiplier": 3,
29        "conditions": [ "DAWN", "DUSK" ],
30        "pack_size": [ 1, 3 ]
31      },
32      { "monster": "mon_fish_trout", "freq": 15, "cost_multiplier": 8, "pack_size": [ 1, 3 ] },
33      {
34        "monster": "mon_fish_trout",
35        "freq": 20,
36        "cost_multiplier": 8,
37        "conditions": [ "DAWN", "DUSK" ],
38        "pack_size": [ 1, 3 ]
39      },
40      { "monster": "mon_fish_carp", "freq": 10, "cost_multiplier": 10, "pack_size": [ 1, 3 ] },
41      {
42        "monster": "mon_fish_carp",
43        "freq": 15,
44        "cost_multiplier": 10,
45        "conditions": [ "DAWN", "DUSK" ],
46        "pack_size": [ 1, 3 ]
47      },
48      { "monster": "mon_fish_pike", "freq": 15, "cost_multiplier": 8, "pack_size": [ 1, 3 ] },
49      {
50        "monster": "mon_fish_pike",
51        "freq": 20,
52        "cost_multiplier": 8,
53        "conditions": [ "DAWN", "DUSK" ],
54        "pack_size": [ 1, 3 ]
55      },
56      { "monster": "mon_fish_sbass", "freq": 25, "cost_multiplier": 3, "pack_size": [ 1, 3 ] },
57      {
58        "monster": "mon_fish_sbass",
59        "freq": 50,
60        "cost_multiplier": 3,
61        "conditions": [ "DAWN", "DUSK" ],
62        "pack_size": [ 1, 3 ]
63      },
64      { "monster": "mon_fish_perch", "freq": 30, "cost_multiplier": 3, "pack_size": [ 1, 3 ] },
65      {
66        "monster": "mon_fish_perch",
67        "freq": 55,
68        "cost_multiplier": 3,
69        "conditions": [ "DAWN", "DUSK" ],
70        "pack_size": [ 1, 3 ]
71      },
72      { "monster": "mon_fish_salmon", "freq": 15, "cost_multiplier": 8, "pack_size": [ 4, 6 ] },
73      {
74        "monster": "mon_fish_salmon",
75        "freq": 20,
76        "cost_multiplier": 8,
77        "conditions": [ "DAWN", "DUSK" ],
78        "pack_size": [ 4, 6 ]
79      },
80      { "monster": "mon_fish_brown_trout", "freq": 15, "cost_multiplier": 8, "pack_size": [ 1, 3 ] },
81      {
82        "monster": "mon_fish_brown_trout",
83        "freq": 20,
84        "cost_multiplier": 8,
85        "conditions": [ "DAWN", "DUSK" ],
86        "pack_size": [ 1, 3 ]
87      },
88      { "monster": "mon_fish_brook_trout", "freq": 15, "cost_multiplier": 8, "pack_size": [ 1, 3 ] },
89      {
90        "monster": "mon_fish_brook_trout",
91        "freq": 20,
92        "cost_multiplier": 8,
93        "conditions": [ "DAWN", "DUSK" ],
94        "pack_size": [ 1, 3 ]
95      },
96      { "monster": "mon_fish_lake_trout", "freq": 15, "cost_multiplier": 8, "pack_size": [ 1, 3 ] },
97      {
98        "monster": "mon_fish_lake_trout",
99        "freq": 20,
100        "cost_multiplier": 8,
101        "conditions": [ "DAWN", "DUSK" ],
102        "pack_size": [ 1, 3 ]
103      },
104      { "monster": "mon_fish_rainbow_trout", "freq": 15, "cost_multiplier": 8, "pack_size": [ 1, 3 ] },
105      {
106        "monster": "mon_fish_rainbow_trout",
107        "freq": 20,
108        "cost_multiplier": 8,
109        "conditions": [ "DAWN", "DUSK" ],
110        "pack_size": [ 1, 3 ]
111      },
112      { "monster": "mon_fish_steelhead_trout", "freq": 15, "cost_multiplier": 8, "pack_size": [ 1, 3 ] },
113      {
114        "monster": "mon_fish_steelhead_trout",
115        "freq": 20,
116        "cost_multiplier": 8,
117        "conditions": [ "DAWN", "DUSK" ],
118        "pack_size": [ 1, 3 ]
119      },
120      { "monster": "mon_fish_kokanee_salmon", "freq": 15, "cost_multiplier": 8, "pack_size": [ 1, 3 ] },
121      {
122        "monster": "mon_fish_kokanee_salmon",
123        "freq": 20,
124        "cost_multiplier": 8,
125        "conditions": [ "DAWN", "DUSK" ],
126        "pack_size": [ 1, 3 ]
127      },
128      { "monster": "mon_fish_chinook_salmon", "freq": 15, "cost_multiplier": 8, "pack_size": [ 1, 3 ] },
129      {
130        "monster": "mon_fish_chinook_salmon",
131        "freq": 20,
132        "cost_multiplier": 8,
133        "conditions": [ "DAWN", "DUSK" ],
134        "pack_size": [ 1, 3 ]
135      },
136      { "monster": "mon_fish_coho_salmon", "freq": 15, "cost_multiplier": 8, "pack_size": [ 1, 3 ] },
137      {
138        "monster": "mon_fish_coho_salmon",
139        "freq": 20,
140        "cost_multiplier": 8,
141        "conditions": [ "DAWN", "DUSK" ],
142        "pack_size": [ 1, 3 ]
143      },
144      { "monster": "mon_fish_white_bass", "freq": 15, "cost_multiplier": 8, "pack_size": [ 1, 3 ] },
145      {
146        "monster": "mon_fish_white_bass",
147        "freq": 20,
148        "cost_multiplier": 8,
149        "conditions": [ "DAWN", "DUSK" ],
150        "pack_size": [ 1, 3 ]
151      },
152      { "monster": "mon_fish_walleye", "freq": 15, "cost_multiplier": 8, "pack_size": [ 1, 3 ] },
153      {
154        "monster": "mon_fish_walleye",
155        "freq": 20,
156        "cost_multiplier": 8,
157        "conditions": [ "DAWN", "DUSK" ],
158        "pack_size": [ 1, 3 ]
159      },
160      { "monster": "mon_fish_pumpkinseed", "freq": 15, "cost_multiplier": 8, "pack_size": [ 1, 3 ] },
161      {
162        "monster": "mon_fish_pumpkinseed",
163        "freq": 20,
164        "cost_multiplier": 8,
165        "conditions": [ "DAWN", "DUSK" ],
166        "pack_size": [ 1, 3 ]
167      },
168      { "monster": "mon_fish_redbreast", "freq": 15, "cost_multiplier": 8, "pack_size": [ 1, 3 ] },
169      {
170        "monster": "mon_fish_redbreast",
171        "freq": 20,
172        "cost_multiplier": 8,
173        "conditions": [ "DAWN", "DUSK" ],
174        "pack_size": [ 1, 3 ]
175      },
176      { "monster": "mon_fish_green_sunfish", "freq": 15, "cost_multiplier": 8, "pack_size": [ 1, 3 ] },
177      {
178        "monster": "mon_fish_green_sunfish",
179        "freq": 20,
180        "cost_multiplier": 8,
181        "conditions": [ "DAWN", "DUSK" ],
182        "pack_size": [ 1, 3 ]
183      },
184      { "monster": "mon_fish_longear_sunfish", "freq": 15, "cost_multiplier": 8, "pack_size": [ 1, 3 ] },
185      {
186        "monster": "mon_fish_longear_sunfish",
187        "freq": 20,
188        "cost_multiplier": 8,
189        "conditions": [ "DAWN", "DUSK" ],
190        "pack_size": [ 1, 3 ]
191      },
192      { "monster": "mon_fish_redear_sunfish", "freq": 15, "cost_multiplier": 8, "pack_size": [ 1, 3 ] },
193      {
194        "monster": "mon_fish_redear_sunfish",
195        "freq": 20,
196        "cost_multiplier": 8,
197        "conditions": [ "DAWN", "DUSK" ],
198        "pack_size": [ 1, 3 ]
199      },
200      { "monster": "mon_fish_rock_bass", "freq": 15, "cost_multiplier": 8, "pack_size": [ 1, 3 ] },
201      {
202        "monster": "mon_fish_rock_bass",
203        "freq": 20,
204        "cost_multiplier": 8,
205        "conditions": [ "DAWN", "DUSK" ],
206        "pack_size": [ 1, 3 ]
207      },
208      { "monster": "mon_fish_calico_bass", "freq": 15, "cost_multiplier": 8, "pack_size": [ 1, 3 ] },
209      {
210        "monster": "mon_fish_calico_bass",
211        "freq": 20,
212        "cost_multiplier": 8,
213        "conditions": [ "DAWN", "DUSK" ],
214        "pack_size": [ 1, 3 ]
215      },
216      { "monster": "mon_fish_warmouth", "freq": 15, "cost_multiplier": 8, "pack_size": [ 1, 3 ] },
217      {
218        "monster": "mon_fish_warmouth",
219        "freq": 20,
220        "cost_multiplier": 8,
221        "conditions": [ "DAWN", "DUSK" ],
222        "pack_size": [ 1, 3 ]
223      },
224      { "monster": "mon_fish_channel_catfish", "freq": 15, "cost_multiplier": 8, "pack_size": [ 1, 3 ] },
225      {
226        "monster": "mon_fish_channel_catfish",
227        "freq": 20,
228        "cost_multiplier": 8,
229        "conditions": [ "DAWN", "DUSK" ],
230        "pack_size": [ 1, 3 ]
231      },
232      { "monster": "mon_fish_white_catfish", "freq": 15, "cost_multiplier": 8, "pack_size": [ 1, 3 ] },
233      {
234        "monster": "mon_fish_white_catfish",
235        "freq": 20,
236        "cost_multiplier": 8,
237        "conditions": [ "DAWN", "DUSK" ],
238        "pack_size": [ 1, 3 ]
239      },
240      { "monster": "mon_fish_muskellunge", "freq": 15, "cost_multiplier": 8, "pack_size": [ 1, 3 ] },
241      {
242        "monster": "mon_fish_muskellunge",
243        "freq": 20,
244        "cost_multiplier": 8,
245        "conditions": [ "DAWN", "DUSK" ],
246        "pack_size": [ 1, 3 ]
247      },
248      { "monster": "mon_fish_white_sucker", "freq": 15, "cost_multiplier": 8, "pack_size": [ 1, 3 ] },
249      {
250        "monster": "mon_fish_white_sucker",
251        "freq": 20,
252        "cost_multiplier": 8,
253        "conditions": [ "DAWN", "DUSK" ],
254        "pack_size": [ 1, 3 ]
255      },
256      { "monster": "mon_fish_grass_carp", "freq": 15, "cost_multiplier": 8, "pack_size": [ 1, 3 ] },
257      {
258        "monster": "mon_fish_grass_carp",
259        "freq": 20,
260        "cost_multiplier": 8,
261        "conditions": [ "DAWN", "DUSK" ],
262        "pack_size": [ 1, 3 ]
263      },
264      { "monster": "mon_fish_fallfish", "freq": 15, "cost_multiplier": 8, "pack_size": [ 1, 3 ] },
265      {
266        "monster": "mon_fish_fallfish",
267        "freq": 20,
268        "cost_multiplier": 8,
269        "conditions": [ "DAWN", "DUSK" ],
270        "pack_size": [ 1, 3 ]
271      },
272      { "monster": "mon_fish_lbass", "freq": 25, "cost_multiplier": 3, "pack_size": [ 1, 3 ] },
273      {
274        "monster": "mon_fish_lbass",
275        "freq": 50,
276        "cost_multiplier": 3,
277        "conditions": [ "DAWN", "DUSK" ],
278        "pack_size": [ 1, 3 ]
279      },
280      { "monster": "mon_fish_pbass", "freq": 25, "cost_multiplier": 3, "pack_size": [ 1, 3 ] },
281      {
282        "monster": "mon_fish_pbass",
283        "freq": 50,
284        "cost_multiplier": 3,
285        "conditions": [ "DAWN", "DUSK" ],
286        "pack_size": [ 1, 3 ]
287      },
288      { "monster": "mon_fish_bluegill", "freq": 25, "cost_multiplier": 3, "pack_size": [ 1, 3 ] },
289      {
290        "monster": "mon_fish_bluegill",
291        "freq": 50,
292        "cost_multiplier": 3,
293        "conditions": [ "DAWN", "DUSK" ],
294        "pack_size": [ 1, 3 ]
295      },
296      { "monster": "mon_fish_whitefish", "freq": 30, "cost_multiplier": 2, "pack_size": [ 4, 6 ] },
297      {
298        "monster": "mon_fish_whitefish",
299        "freq": 55,
300        "cost_multiplier": 2,
301        "conditions": [ "DAWN", "DUSK" ],
302        "pack_size": [ 4, 6 ]
303      },
304      { "monster": "mon_fish_pickerel", "freq": 15, "cost_multiplier": 10, "pack_size": [ 1, 3 ] },
305      {
306        "monster": "mon_fish_pickerel",
307        "freq": 20,
308        "cost_multiplier": 10,
309        "conditions": [ "DAWN", "DUSK" ],
310        "pack_size": [ 1, 3 ]
311      },
312      { "monster": "mon_fish_blinky", "freq": 5, "cost_multiplier": 3, "pack_size": [ 1, 3 ] },
313      {
314        "monster": "mon_dragonfly_naiad",
315        "freq": 10,
316        "cost_multiplier": 3,
317        "ends": 72,
318        "conditions": [ "SPRING", "SUMMER" ],
319        "pack_size": [ 1, 2 ]
320      },
321      {
322        "monster": "mon_dragonfly_naiad",
323        "freq": 30,
324        "cost_multiplier": 3,
325        "conditions": [ "SPRING", "SUMMER" ],
326        "pack_size": [ 1, 3 ]
327      }
328    ],
329    "freq_total": 1740
330  },
331  {
332    "type": "monstergroup",
333    "name": "GROUP_RAZORCLAW",
334    "default": "mon_razorclaw",
335    "is_animal": true,
336    "monsters": [ { "monster": "mon_razorclaw", "freq": 333, "cost_multiplier": 0, "pack_size": [ 1, 2 ] } ]
337  }
338]
339