-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
587 lines (509 loc) · 40.6 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
{
"info": {
"name" : "Fisher Job + Archipelago Biome",
"namespace" : "archipelago_biome",
"version" : 3,
"steam_file_id" : "1370165251"
},
"dependencies": [
"stonehearth_ace"
],
"default_locale": "en",
"server_init_script": "file(archipelago_biome_server)",
"aliases": {
"ai_pack:crab_movement":"file(ai/packs/crab_movement_ai_pack.json)",
"ai_pack:fishing":"file(ai/packs/fishing_ai_pack.json)",
"actions:go_fish": "file(ai/actions/fisher/go_fish_action.lua)",
"actions:turn_to_face_water": "file(ai/actions/fisher/turn_to_face_water_action.lua)",
"actions:fishing_animations": "file(ai/actions/fisher/fishing_animations_action.lua)",
"actions:pickup_fish": "file(ai/actions/fisher/pickup_fish_action.lua)",
"actions:closest_storage_to_dock":"file(ai/actions/fisher/closest_storage_to_dock.lua)",
"actions:get_crab": "file(ai/actions/fisher/get_crab_action.lua)",
"actions:get_crab_adjacent":"file(ai/actions/fisher/get_crab_adjacent.lua)",
"actions:climb_down": "file(ai/actions/harvest_palm_tree/climb_down_action.lua)",
"actions:climb_up": "file(ai/actions/harvest_palm_tree/climb_up_action.lua)",
"actions:harvest_coconut": "file(ai/actions/harvest_palm_tree/harvest_coconut_action.lua)",
"actions:harvest_palm_tree":"file(ai/actions/harvest_palm_tree/harvest_palm_tree_action.lua)",
"task_groups:crab_movement": "file(ai/task_groups/crab_task_group.lua)",
"task_groups:fishing": "file(ai/task_groups/fishing_task_group.lua)",
"archer:abilities:fish_arrow": "file(entities/weapons/arrow/fish_arrow/fish_arrow_skill.json)",
"armor:coconut_helmet": "file(entities/armor/coconut_helmet)",
"armor:fish_quiver": "file(entities/armor/fish_quiver)",
"armor:turtle_shield": "file(entities/armor/turtle_shield)",
"beach:bottle": "file(entities/beach/bottle)",
"beach:broken_boat":"file(entities/beach/broken_boat)",
"beach:oyster": "file(entities/beach/oyster)",
"beach:seaweed": "file(entities/beach/seaweed)",
"beach:seaweed:seed": "file(entities/beach/seaweed/seed)",
"beach:starfish": "file(entities/beach/starfish)",
"beach:wave": "file(entities/beach/wave)",
"biome:archipelago": "file(data/biome/archipelago.json)",
"buffs:archer:fish_arrow": "file(jobs/archer/archer_buffs/fish_arrow.json)",
"buffs:boat": "file(data/buffs/boat)",
"buff_scripts:boat": "file(data/buffs/boat/boat_script.lua)",
"buffs:shock": "file(data/buffs/shock)",
"building_templates:index": "file(data/saved_objects/building_templates_index.json)",
"captain_miranda": "file(entities/humans/captain_miranda)",
"anya": "file(entities/humans/anya)",
"color_map:octopus":"file(data/materials/color_maps/octopus_color_map.json)",
"color_map:oyster": "file(data/materials/color_maps/oyster_color_map.json)",
"color_map:tree": "file(data/materials/color_maps/tree_color_map.json)",
"color_map:tropical_fish":"file(data/materials/color_maps/tropical_fish_color_map.json)",
"commands:open_crate":"file(data/commands/open_crate)",
"commands:archer_arrows:fish": "file(data/commands/archer_arrows/fish_arrows.json)",
"construction:bead_door": "file(entities/construction/bead_door)",
"construction:porthole": "file(entities/construction/porthole)",
"containers:input_fish_rack": "file(entities/containers/input_fish_rack)",
"containers:input_fish_stall": "file(entities/containers/input_fish_stall)",
"containers:input_bin:food_bin":"file(entities/containers/input_food_bin)",
"critters:crab": "file(entities/critters/crab)",
"critters:crab:collar": "file(entities/critters/crab/collar.json)",
"critters:sea_turtle": "file(entities/critters/sea_turtle)",
"crops:palm_tree_crop": "file(entities/crops/palm_tree_crop)",
"cursors:zone_fish": "file(data/cursors/zone_fish.cur)",
"cursors:zone_fish_invalid":"file(data/cursors/zone_fish_invalid.cur)",
"data:fishing": "file(data/fishing)",
"data:gm_index": "file(data/gm/gm_index.json)",
"decoration:anchor": "file(entities/decoration/anchor)",
"decoration:aquarium": "file(entities/decoration/aquarium)",
"decoration:big_fish_hanging": "file(entities/decoration/big_fish_hanging)",
"decoration:ice_dock": "file(entities/decoration/ice_dock)",
"decoration:dock": "file(entities/decoration/dock)",
"decoration:dock_spot": "file(entities/decoration/dock/dock_spot.json)",
"decoration:fish_pond": "file(entities/decoration/fish_pond)",
"decoration:fish_container": "file(entities/decoration/fish_container)",
"decoration:fancy_fisher_sign": "file(entities/decoration/fancy_fisher_sign)",
"decoration:fisher_sign": "file(entities/decoration/fisher_sign)",
"decoration:fishing_net": "file(entities/decoration/fishing_net)",
"decoration:wall_fishing_net": "file(entities/decoration/wall_fishing_net)",
"decoration:fruit_container": "file(entities/decoration/fruit_container)",
"decoration:lei": "file(entities/decoration/lei)",
"decoration:geomancer_magma": "file(entities/decoration/magma/geomancer_magma.json)",
"decoration:magma": "file(entities/decoration/magma)",
"decoration:volcano_smoke": "file(entities/decoration/magma/volcano_smoke.json)",
"decoration:pearl_container": "file(entities/decoration/pearl_container)",
"decoration:pirate_flag": "file(entities/decoration/pirate_flag)",
"decoration:raft": "file(entities/decoration/raft)",
"decoration:sand_castle": "file(entities/decoration/sand_castle)",
"decoration:ship_wheel": "file(entities/decoration/ship_wheel)",
"decoration:tiki_torch": "file(entities/decoration/tiki_torch)",
"decoration:totem": "file(entities/decoration/totem)",
"effects:aquarium": "file(data/effects/aquarium)",
"effects:boat": "file(data/effects/boat)",
"effects:bubble_shot": "file(data/effects/bubble_shot)",
"effects:cocobomb_effect": "file(data/effects/cocobomb_effect)",
"effects:cocobomb_explosion_effect":"file(data/effects/cocobomb_effect/cocobomb_explosion_effect.json)",
"effects:electric:shock": "file(data/effects/electric/shock.json)",
"effects:ice_dock_bubbles": "file(data/effects/ice_dock_bubbles)",
"effects:magma": "file(data/effects/magma)",
"effects:magma:volcano_smoke": "file(data/effects/magma/volcano_smoke.json)",
"effects:overlay:harvest_coconut": "file(data/effects/overlays/harvest_coconut)",
"effects:overlay:harvest_papaya": "file(data/effects/overlays/harvest_papaya)",
"effects:overlay:harvest_pearl": "file(data/effects/overlays/harvest_pearl)",
"effects:overlay:no_connection": "file(data/effects/overlays/no_connection)",
"effects:overlay:no_water": "file(data/effects/overlays/no_water)",
"effects:overlay:open_crate": "file(data/effects/overlays/open_crate)",
"effects:tiki_torch_effect": "file(data/effects/tiki_torch_effect)",
"effects:wave_effect": "file(data/effects/wave_effect)",
"food:big_fish": "file(entities/food/big_fish)",
"food:big_fish:rotten": "file(entities/food/big_fish/big_fish_rotten.json)",
"food:big_fish_cooked": "file(entities/food/big_fish_cooked/big_fish_cooked)",
"food:big_fish_cooked_serving": "file(entities/food/big_fish_cooked/big_fish_cooked_serving)",
"food:coconut": "file(entities/food/coconut)",
"food:coconut_serving": "file(entities/food/coconut/serving.json)",
"food:crab": "file(entities/food/crab)",
"food:crab_bisque": "file(entities/food/crab_bisque/crab_bisque)",
"food:crab_bisque_serving": "file(entities/food/crab_bisque/crab_bisque_serving)",
"food:crab_boiled": "file(entities/food/crab_boiled)",
"food:crab_boiled_serving": "file(entities/food/crab_boiled/serving.json)",
"food:crab_cake": "file(entities/food/crab_cake)",
"food:crab_cake_serving": "file(entities/food/crab_cake/serving.json)",
"food:crab_omelette": "file(entities/food/crab_omelette/crab_omelette)",
"food:crab_omelette_serving":"file(entities/food/crab_omelette/crab_omelette_serving)",
"food:crab:rotten": "file(entities/food/crab/crab_rotten.json)",
"food:fish": "file(entities/food/fish)",
"food:fish:cooked": "file(entities/food/fish_cooked)",
"food:fish:cooked_serving": "file(entities/food/fish_cooked/serving.json)",
"food:fish:rotten": "file(entities/food/fish/fish_rotten.json)",
"food:fish_stew": "file(entities/food/fish_stew/fish_stew)",
"food:fish_stew_serving":"file(entities/food/fish_stew/fish_stew_serving)",
"food:nemo":"file(entities/food/nemo)",
"food:papaya_cookie": "file(entities/food/papaya_cookie)",
"food:papaya_cookie_serving": "file(entities/food/papaya_cookie/serving.json)",
"food:papaya_smoothie": "file(entities/food/papaya_smoothie)",
"food:papaya_smoothie_serving": "file(entities/food/papaya_smoothie/serving.json)",
"food:papaya_basket": "file(entities/food/papaya/papaya_basket)",
"food:papaya_serving": "file(entities/food/papaya/papaya_serving)",
"food:sashimi": "file(entities/food/sashimi)",
"food:sashimi_serving": "file(entities/food/sashimi/serving.json)",
"food:tropical_fish":"file(entities/food/tropical_fish)",
"furniture:hammock":"file(entities/furniture/hammock)",
"gizmos:boat": "file(entities/gizmos/boat)",
"gizmos:boat_dock": "file(entities/gizmos/boat_dock)",
"gizmos:boat_dock_platform":"file(entities/gizmos/boat_dock/boat_dock_platform.json)",
"gizmos:cocobomb": "file(entities/gizmos/cocobomb)",
"gizmos:crab_trap": "file(entities/gizmos/crab_trap)",
"jobs:index": "file(jobs/atlanteans_index.json)",
"jobs:farmer": "file(jobs/farmer/atlanteans_farmer_description.json)",
"jobs:trapper": "file(jobs/trapper/atlanteans_trapper_description.json)",
"jobs:shepherd": "file(jobs/shepherd/atlanteans_shepherd_description.json)",
"jobs:cook": "file(jobs/cook/atlanteans_cook_description.json)",
"jobs:carpenter": "file(jobs/carpenter/atlanteans_carpenter_description.json)",
"jobs:potter": "file(jobs/potter/atlanteans_potter_description.json)",
"jobs:blacksmith": "file(jobs/blacksmith/atlanteans_blacksmith_description.json)",
"jobs:engineer": "file(jobs/engineer/atlanteans_engineer_description.json)",
"jobs:geomancer": "file(jobs/geomancer/atlanteans_geomancer_description.json)",
"jobs:weaver": "file(jobs/weaver/atlanteans_weaver_description.json)",
"jobs:fisher": "file(jobs/fisher/fisher_description.json)",
"fisher:rod": "file(jobs/fisher/fisher_rod/fisher_rod.json)",
"fisher:talisman": "file(jobs/fisher/fisher_bucket/fisher_bucket_talisman.json)",
"fisher:workbench": "file(jobs/fisher/fisher_workbench)",
"fisher:firepit": "file(jobs/fisher/fisher_firepit)",
"fisher:field": "file(jobs/fisher/field)",
"kingdoms:atlanteans": "file(data/atlanteans_population.json)",
"atlantean_male": "file(entities/atlanteans/male)",
"atlantean_female": "file(entities/atlanteans/female)",
"landmark_blocks": "file(data/terrain/landmark_blocks.json)",
"landmark:summon_stone:minor:crab_island": "file(entities/landmark/summon_stone_crab_island)",
"landmark:summon_stone:minor:lake": "file(entities/landmark/summon_stone_lake)",
"landmark:summon_stone:minor:volcano": "file(entities/landmark/summon_stone_volcano)",
"landmark:summon_stone:block:sand": "file(entities/landmark/summon_stone_block_sand)",
"landmark:summon_stone:patch:sand": "file(entities/landmark/summon_stone_patch_sand)",
"loot_bag:archipelago:mountain_tree_random": "file(data/loot_bag/mountain_tree_random.json)",
"loot_bag:archipelago:beach_tree_random": "file(data/loot_bag/beach_tree_random.json)",
"mixins:encounter:cocoling_raid": "file(mixins/encounter/mixin_cocoling_raid.json)",
"mixins:encounter:jellyfish_raid": "file(mixins/encounter/mixin_jellyfish_raid.json)",
"mixins:encounter:octopus_raid": "file(mixins/encounter/mixin_octopus_raid.json)",
"mixins:encounter:oyster_raid": "file(mixins/encounter/mixin_oyster_raid.json)",
"mixins:fish":"file(mixins/fish)",
"mixins:foreign_tree":"file(mixins/foreign_tree)",
"mixins:palm_tree":"file(mixins/palm_tree)",
"mixins:spice":"file(mixins/spice)",
"monsters:cave_chest": "file(entities/monsters/cave_chest)",
"monsters:cocoling": "file(entities/monsters/cocoling)",
"monsters:cocoling_spawner":"file(entities/monsters/cocoling_spawner)",
"monsters:fake_container": "file(entities/monsters/fake_container)",
"monsters:jellyfish": "file(entities/monsters/jellyfish)",
"monsters:octopus": "file(entities/monsters/octopus)",
"monsters:oyster": "file(entities/monsters/oyster)",
"monster_tuning:forest:easy_cocoling": "file(data/monster_tuning/forest/easy_cocoling.json)",
"monster_tuning:forest:giant_cocoling": "file(data/monster_tuning/forest/giant_cocoling.json)",
"monster_tuning:forest:easy_octopus": "file(data/monster_tuning/forest/easy_octopus.json)",
"monster_tuning:forest:medium_octopus": "file(data/monster_tuning/forest/medium_octopus.json)",
"monster_tuning:forest:giant_octopus": "file(data/monster_tuning/forest/giant_octopus.json)",
"monster_tuning:forest:insane_octopus": "file(data/monster_tuning/forest/insane_octopus.json)",
"monster_tuning:forest:easy_oyster": "file(data/monster_tuning/forest/easy_oyster.json)",
"monster_tuning:forest:medium_oyster": "file(data/monster_tuning/forest/medium_oyster.json)",
"monster_tuning:forest:giant_oyster": "file(data/monster_tuning/forest/giant_oyster.json)",
"monster_tuning:forest:insane_oyster": "file(data/monster_tuning/forest/insane_oyster.json)",
"monster_tuning:forest:insane_jellyfish": "file(data/monster_tuning/forest/insane_jellyfish.json)",
"monster_tuning:undead:cave_skeleton": "file(data/monster_tuning/undead/cave_skeleton.json)",
"outfit:beach_head": "file(entities/outfit/beach_head)",
"outfit:tricorn_hat": "file(entities/outfit/tricorn_hat)",
"outfit:visitor": "file(entities/outfit/visitor_outfit)",
"outfit:hula": "file(entities/outfit/hula)",
"plants:hibiscus": "file(entities/plants/hibiscus_plant)",
"plants:hibiscus:seed": "file(entities/plants/hibiscus_plant/seed)",
"plants:hibiscus:sprout": "file(entities/plants/hibiscus_plant/sprout)",
"plants:hibiscus:stem": "file(entities/plants/hibiscus_plant/stem)",
"plants:hibiscus:bud": "file(entities/plants/hibiscus_plant/bud)",
"plants:blue_hibiscus": "file(entities/plants/blue_hibiscus_plant)",
"plants:blue_hibiscus:seed": "file(entities/plants/blue_hibiscus_plant/seed)",
"plants:blue_hibiscus:sprout": "file(entities/plants/blue_hibiscus_plant/sprout)",
"plants:blue_hibiscus:stem": "file(entities/plants/blue_hibiscus_plant/stem)",
"plants:blue_hibiscus:bud": "file(entities/plants/blue_hibiscus_plant/bud)",
"resources:herb:hibiscus": "file(entities/resources/herb/hibiscus)",
"resources:herb:blue_hibiscus": "file(entities/resources/herb/blue_hibiscus)",
"resources:hot_rock": "file(entities/resources/hot_rock)",
"resources:ice_cube": "file(entities/resources/ice_cube)",
"resources:pearl": "file(entities/resources/pearl)",
"resources:pearl:black":"file(entities/resources/black_pearl)",
"resources:spice:red": "file(entities/resources/spice/red_spice.json)",
"resources:spice:green":"file(entities/resources/spice/green_spice.json)",
"resources:spice:blue": "file(entities/resources/spice/blue_spice.json)",
"resources:spice:old": "file(entities/resources/spice/old_spice.json)",
"terrain:cave": "file(entities/terrain/cave)",
"toys:beachball":"file(entities/toys/beachball)",
"traits:passion_fisher":"file(data/traits/passion_fisher/passion_fisher_trait.json)",
"trees:bend_palm:large": "file(entities/trees/bend_palm_tree/large_bend_palm_tree)",
"trees:bend_palm:large:stump": "file(entities/trees/bend_palm_tree/large_bend_palm_tree/large_bend_palm_stump.json)",
"trees:bend_palm:small": "file(entities/trees/bend_palm_tree/small_bend_palm_tree)",
"trees:bend_palm:small:stump": "file(entities/trees/bend_palm_tree/small_bend_palm_tree/small_bend_palm_stump.json)",
"trees:dranden:small": "file(entities/trees/dranden)",
"trees:dranden:small:stump":"file(entities/trees/dranden/dranden_stump.json)",
"trees:dranden:seed": "file(entities/trees/dranden/seed)",
"trees:dranden:sprout": "file(entities/trees/dranden/sprout)",
"trees:dranden:stem": "file(entities/trees/dranden/stem)",
"trees:dranden:bud": "file(entities/trees/dranden/bud)",
"trees:palm:large": "file(entities/trees/palm_tree/large_palm_tree)",
"trees:palm:large:stump": "file(entities/trees/palm_tree/large_palm_tree/large_palm_stump.json)",
"trees:palm:small": "file(entities/trees/palm_tree/small_palm_tree)",
"trees:palm:small:stump": "file(entities/trees/palm_tree/small_palm_tree/small_palm_stump.json)",
"trees:palm:sapling": "file(entities/trees/palm_tree/sapling_palm_tree)",
"trees:palm:seed": "file(entities/trees/palm_tree/seed)",
"trees:palm:sprout": "file(entities/trees/palm_tree/sprout)",
"trees:palm:stem": "file(entities/trees/palm_tree/stem)",
"trees:palm:bud": "file(entities/trees/palm_tree/bud)",
"trees:papaya": "file(entities/trees/papaya)",
"trees:papaya:stump": "file(entities/trees/papaya/papaya_stump.json)",
"trees:papaya:seed": "file(entities/trees/papaya/seed)",
"trees:papaya:sprout": "file(entities/trees/papaya/sprout)",
"trees:papaya:stem": "file(entities/trees/papaya/stem)",
"trees:papaya:bud": "file(entities/trees/papaya/bud)",
"trees:smalea:small": "file(entities/trees/smalea)",
"trees:smalea:small:stump": "file(entities/trees/smalea/smalea_stump.json)",
"trees:smalea:seed": "file(entities/trees/smalea/seed)",
"trees:smalea:sprout": "file(entities/trees/smalea/sprout)",
"trees:smalea:stem": "file(entities/trees/smalea/stem)",
"trees:smalea:bud": "file(entities/trees/smalea/bud)",
"ui:input_box:fish_filters": "file(ui/data/input_box_fish_filters.json)",
"ui:input_box:fish_stall_filters": "file(ui/data/input_box_fish_stall_filters.json)",
"ui:input_box:food_bin_filters":"file(ui/data/input_box_food_bin_filters.json)",
"ui:stockpile:fish_filters": "file(ui/data/stockpile_fish_filters.json)",
"ui:stockpile:fruit_filters": "file(ui/data/stockpile_fruit_filters.json)",
"ui:stockpile:pearl_filters": "file(ui/data/stockpile_pearl_filters.json)",
"weapons:bubble_shot": "file(entities/weapons/bubble_shot)",
"weapons:crab_pincer": "file(entities/weapons/crab_pincer)",
"weapons:slap_fish": "file(entities/weapons/slap_fish)",
"weapons:fish_arrow": "file(entities/weapons/fish_arrow)"
},
"deprecated_aliases": {},
"mixintos": {
"archipelago_biome:armor:coconut_helmet": "stonehearth_ace:mixins:armor:heavy_armor_helmet",
"archipelago_biome:armor:fish_quiver": "stonehearth_ace:mixins:armor:quiver_arrows",
"archipelago_biome:armor:turtle_shield": "stonehearth_ace:mixins:armor:heavy_shield",
"stonehearth:biome:index": "file(data/biome/index.json)",
"stonehearth:terrain_blocks" : "file(data/terrain/terrain_blocks.json)",
"stonehearth:build:brushes": "file(data/build/building_brushes.json)",
"stonehearth:building_templates:index": "file(data/saved_objects/building_templates_index.json)",
"stonehearth:crops:acacia_tree_crop": "file(entities/crops/preferred_seasons_dry.json)",
"stonehearth:crops:brightbell_crop": "file(entities/crops/preferred_seasons_wet.json)",
"stonehearth:crops:cactus_flower_crop": "file(entities/crops/preferred_seasons_dry.json)",
"stonehearth:crops:cactus_tree_crop": "file(entities/crops/preferred_seasons_dry.json)",
"stonehearth:crops:carrot_crop": "file(entities/crops/preferred_seasons_wet.json)",
"stonehearth:crops:corn_crop": "file(entities/crops/preferred_seasons_dry.json)",
"stonehearth:crops:frostsnap_crop": "file(entities/crops/preferred_seasons_wet.json)",
"stonehearth:crops:golden_gourd_crop": "file(entities/crops/preferred_seasons_dry.json)",
"stonehearth:crops:heirbloom_crop": "file(entities/crops/preferred_seasons_wet.json)",
"stonehearth:crops:juniper_tree_crop": "file(entities/crops/preferred_seasons_wet.json)",
"stonehearth:crops:oak_tree_crop": "file(entities/crops/preferred_seasons_wet.json)",
"stonehearth:crops:pine_tree_crop": "file(entities/crops/preferred_seasons_wet.json)",
"stonehearth:crops:pumpkin_crop": "file(entities/crops/preferred_seasons_dry.json)",
"stonehearth:crops:silkweed_crop": "file(entities/crops/preferred_seasons_wet.json)",
"stonehearth:crops:sweet_potato_crop": "file(entities/crops/preferred_seasons_wet.json)",
"stonehearth:crops:turnip_crop": "file(entities/crops/preferred_seasons_wet.json)",
"stonehearth:crops:watermelon_crop": "file(entities/crops/preferred_seasons_dry.json)",
"stonehearth:crops:wheat_crop": "file(entities/crops/preferred_seasons_dry.json)",
"stonehearth_ace:crops:arctic_juniper_tree_crop": "file(entities/crops/preferred_seasons_wet.json)",
"stonehearth_ace:crops:arctic_pine_tree_crop": "file(entities/crops/preferred_seasons_wet.json)",
"stonehearth_ace:crops:birch_tree_crop": "file(entities/crops/preferred_seasons_wet.json)",
"stonehearth_ace:crops:cotton_crop": "file(entities/crops/preferred_seasons_wet.json)",
"stonehearth_ace:crops:highland_pine_crop": "file(entities/crops/preferred_seasons_wet.json)",
"stonehearth_ace:crops:marblesprout_crop": "file(entities/crops/preferred_seasons_dry.json)",
"stonehearth_ace:crops:moonbell_crop": "file(entities/crops/preferred_seasons_wet.json)",
"stonehearth_ace:crops:paddy_crop": "file(entities/crops/preferred_seasons_dry.json)",
"stonehearth_ace:crops:snow_poppy_crop": "file(entities/crops/preferred_seasons_dry.json)",
"stonehearth_ace:crops:violet_crop": "file(entities/crops/preferred_seasons_wet.json)",
"stonehearth_ace:crops:yew_tree_crop": "file(entities/crops/preferred_seasons_wet.json)",
"stonehearth/data/biome/arctic/manifest.json": "file(data/biome/arctic/manifest.json)",
"stonehearth/data/biome/desert/manifest.json": "file(data/biome/desert/manifest.json)",
"stonehearth/data/biome/temperate.json": "file(data/biome/temperate.json)",
"archipelago_biome/data/biome/archipelago_generation_data.json":"stonehearth_ace/archipelago_biome/data/biome/ace_generation_data.json",
"tower_defense/data/compatible_mods.json": "file(data/compatible_mods.json)",
"stonehearth:data:constants": "file(data/constants.json)",
"extra_map_options:data:extra_map_options":"file(data/extra_map_options.json)",
"swamp_goblins:data:goblinpedia": "file(data/goblinpedia)",
"stonehearth:data:gm_index": "archipelago_biome:data:gm_index",
"stonehearth:gm:campaigns:arcs:ambient_threats": "file(data/gm/campaigns/ambient_threats/arcs/trigger/ambient_threats/ambient_threats_arc.json)",
"stonehearth/data/gm/campaigns/ambient_threats/arcs/trigger/ambient_threats/encounters/randomize_advanced_threats.json":"file(data/gm/campaigns/ambient_threats/arcs/trigger/ambient_threats/encounters/randomize_advanced_threats.json)",
"stonehearth/data/gm/campaigns/ambient_threats/arcs/trigger/ambient_threats/encounters/trash_mobs/raid_difficulty/very_easy_raids.json":"file(data/gm/campaigns/ambient_threats/arcs/trigger/ambient_threats/encounters/trash_mobs/raid_difficulty/very_easy_raids.json)",
"stonehearth/data/gm/campaigns/ambient_threats/arcs/trigger/ambient_threats/encounters/trash_mobs/raid_difficulty/easy_raids.json": "file(data/gm/campaigns/ambient_threats/arcs/trigger/ambient_threats/encounters/trash_mobs/raid_difficulty/easy_raids.json)",
"stonehearth/data/gm/campaigns/ambient_threats/arcs/trigger/ambient_threats/encounters/trash_mobs/raid_difficulty/hard_raids.json": "file(data/gm/campaigns/ambient_threats/arcs/trigger/ambient_threats/encounters/trash_mobs/raid_difficulty/hard_raids.json)",
"stonehearth/data/gm/campaigns/ambient_threats/arcs/trigger/ambient_threats/encounters/trash_mobs/raid_difficulty/insane_raids.json": "file(data/gm/campaigns/ambient_threats/arcs/trigger/ambient_threats/encounters/trash_mobs/raid_difficulty/insane_raids.json)",
"stonehearth/data/gm/campaigns/trader/arcs/caravan_shops_arc.json": "file(data/gm/campaigns/trader/arcs/caravan_shops_arc.json)",
"stonehearth/data/gm/campaigns/trader/arcs/encounters/tier_1_shops/tier_1_shops.json": "file(data/gm/campaigns/trader/arcs/encounters/tier_1_shops)",
"stonehearth/data/gm/campaigns/trader/arcs/encounters/tier_2_shops/tier_2_shops.json": "file(data/gm/campaigns/trader/arcs/encounters/tier_2_shops)",
"stonehearth/data/gm/campaigns/trader/arcs/encounters/tier_3_shops/tier_3_shops.json": "file(data/gm/campaigns/trader/arcs/encounters/tier_3_shops)",
"rayyas_children/data/gm/campaigns/trader/arcs/caravan_shops_arc.json": "file(data/gm/campaigns/trader/arcs/caravan_shops_arc.json)",
"rayyas_children/data/gm/campaigns/trader/arcs/encounters/tier_1_shops/tier_1_shops.json": "file(data/gm/campaigns/trader/arcs/encounters/tier_1_shops)",
"rayyas_children/data/gm/campaigns/trader/arcs/encounters/tier_2_shops/tier_2_shops.json": "file(data/gm/campaigns/trader/arcs/encounters/tier_2_shops)",
"rayyas_children/data/gm/campaigns/trader/arcs/encounters/tier_3_shops/tier_3_shops.json": "file(data/gm/campaigns/trader/arcs/encounters/tier_3_shops)",
"stonehearth_ace:data:merchants:exotic_goods": "file(data/mercantile/merchants/exotic_goods.json)",
"stonehearth:data:player_task_groups": "file(services/server/population/data/player_task_groups.json)",
"stonehearth:data:resource_constants": "file(data/resource_constants.json)",
"stonehearth/data/rigs/entities/humans/postures.json": "file(data/rigs/entities/humans/postures.json)",
"stonehearth/data/rigs/entities/rabbit_biped/postures.json": "file(data/rigs/entities/humans/postures.json)",
"stonehearth/data/rigs/entities/corruption/corrupt_beetle/postures.json": "file(data/rigs/entities/humans/postures.json)",
"stonehearth/data/rigs/entities/corruption/corrupt_hearthling/postures.json": "file(data/rigs/entities/humans/postures.json)",
"stonehearth/data/rigs/entities/corruption/corrupt_wolf/postures.json": "file(data/rigs/entities/humans/postures.json)",
"stonehearth/data/rigs/entities/corruption/corrupt_zilla/postures.json": "file(data/rigs/entities/humans/postures.json)",
"stonehearth/data/rigs/entities/critters/beetle/postures.json": "file(data/rigs/entities/humans/postures.json)",
"stonehearth/data/rigs/entities/critters/boar/postures.json": "file(data/rigs/entities/humans/postures.json)",
"stonehearth/data/rigs/entities/critters/deer/postures.json": "file(data/rigs/entities/humans/postures.json)",
"stonehearth/data/rigs/entities/critters/rabbit/postures.json": "file(data/rigs/entities/humans/postures.json)",
"stonehearth/data/rigs/entities/critters/red_fox_wolf/postures.json": "file(data/rigs/entities/humans/postures.json)",
"stonehearth/data/rigs/entities/critters/wolf/postures.json": "file(data/rigs/entities/humans/postures.json)",
"stonehearth/data/rigs/entities/golems/golem_beetle/postures.json": "file(data/rigs/entities/humans/postures.json)",
"stonehearth/data/rigs/entities/golems/golem_ogre/postures.json": "file(data/rigs/entities/humans/postures.json)",
"stonehearth/data/rigs/entities/monster/avian/ostrich/postures.json": "file(data/rigs/entities/humans/postures.json)",
"stonehearth/data/rigs/entities/monster/avian/ostrich_young/postures.json": "file(data/rigs/entities/humans/postures.json)",
"stonehearth/data/rigs/entities/monster/evil/loot_chest_fake/postures.json": "file(data/rigs/entities/humans/postures.json)",
"stonehearth/data/rigs/entities/monster/forest/alligator/postures.json": "file(data/rigs/entities/humans/postures.json)",
"stonehearth/data/rigs/entities/monster/forest/cougar/postures.json": "file(data/rigs/entities/humans/postures.json)",
"stonehearth/data/rigs/entities/monster/forest/ent/postures.json": "file(data/rigs/entities/humans/postures.json)",
"stonehearth/data/rigs/entities/monster/forest/entling/postures.json": "file(data/rigs/entities/humans/postures.json)",
"stonehearth/data/rigs/entities/monster/forest/entling_mage/postures.json": "file(data/rigs/entities/humans/postures.json)",
"stonehearth/data/rigs/entities/monster/forest/jacko/postures.json": "file(data/rigs/entities/humans/postures.json)",
"stonehearth/data/rigs/entities/monster/forest/little_stone_golem/postures.json": "file(data/rigs/entities/humans/postures.json)",
"stonehearth/data/rigs/entities/monster/forest/stone_golem/postures.json": "file(data/rigs/entities/humans/postures.json)",
"stonehearth/data/rigs/entities/monster/forest/zilla/postures.json": "file(data/rigs/entities/humans/postures.json)",
"stonehearth/data/rigs/entities/monster/goblins/goblin/postures.json": "file(data/rigs/entities/humans/postures.json)",
"stonehearth/data/rigs/entities/monster/ogre/postures.json": "file(data/rigs/entities/humans/postures.json)",
"stonehearth/data/rigs/entities/monster/rabbit/postures.json": "file(data/rigs/entities/humans/postures.json)",
"stonehearth/data/rigs/entities/monster/undead/postures.json": "file(data/rigs/entities/humans/postures.json)",
"stonehearth/data/rigs/entities/monster/undead/wolf_skeleton/postures.json": "file(data/rigs/entities/humans/postures.json)",
"stonehearth/data/rigs/entities/monster/undead/zombie/postures.json": "file(data/rigs/entities/humans/postures.json)",
"stonehearth/data/rigs/entities/pets/collie/postures.json": "file(data/rigs/entities/humans/postures.json)",
"stonehearth/data/rigs/entities/pets/dragon_whelp_copper/postures.json": "file(data/rigs/entities/humans/postures.json)",
"stonehearth/data/rigs/entities/pets/dragon_whelp_fire/postures.json": "file(data/rigs/entities/humans/postures.json)",
"stonehearth/data/rigs/entities/pets/dragon_whelp_ice/postures.json": "file(data/rigs/entities/humans/postures.json)",
"stonehearth/data/rigs/entities/pets/dragon_whelp_nature/postures.json": "file(data/rigs/entities/humans/postures.json)",
"stonehearth/data/rigs/entities/pets/kitten/postures.json": "file(data/rigs/entities/humans/postures.json)",
"stonehearth/data/rigs/entities/pets/mammoth/postures.json": "file(data/rigs/entities/humans/postures.json)",
"stonehearth/data/ui/start_menu.json":"file(data/ui/start_menu.json)",
"stonehearth:farmer:all_crops": "file(services/server/farming/data/all_crops.json)",
"archipelago_biome:fisher:firepit": "stonehearth_ace:mixins:workbench:cook_oven",
"stonehearth_ace:food:fish_meat": "file(data/gm/campaigns/mermaid/mermaid_radar.json)",
"stonehearth_ace:food:fish_meat:carp": "file(data/gm/campaigns/mermaid/mermaid_radar.json)",
"stonehearth_ace:food:fish_meat:catfish": "file(data/gm/campaigns/mermaid/mermaid_radar.json)",
"stonehearth_ace:food:fish_meat:salmon": "file(data/gm/campaigns/mermaid/mermaid_radar.json)",
"stonehearth_ace:food:fish_meat:trout": "file(data/gm/campaigns/mermaid/mermaid_radar.json)",
"stonehearth_ace:herbalist:bee_skep":"file(jobs/herbalist/herbalist_bee_skep/herbalist_bee_skep.json)",
"archipelago_biome:jobs:fisher":"stonehearth_ace/archipelago_biome/jobs/fisher/ace_description.json",
"archipelago_biome/jobs/fisher/fisher_abilities/fisher_abilities.json":"stonehearth_ace/archipelago_biome/jobs/common/ace_abilities.json",
"stonehearth:jobs:index": "file(jobs/index.json)",
"nordlingmod:jobs:index":"file(jobs/index_nordlings.json)",
"stonehearth/jobs/blacksmith/recipes/recipes.json": "file(jobs/blacksmith/recipes)",
"stonehearth/jobs/carpenter/recipes/recipes.json": "file(jobs/carpenter/recipes)",
"stonehearth/jobs/cook/recipes/recipes.json": [
"file(jobs/cook/recipes)",
"stonehearth_ace/archipelago_biome/jobs/cook/recipes/recipes.json"
],
"stonehearth/jobs/engineer/recipes/recipes.json": "file(jobs/engineer/recipes)",
"stonehearth/jobs/geomancer/recipes/geomancer_recipes.json":"file(jobs/geomancer/recipes)",
"stonehearth/jobs/herbalist/recipes/recipes.json": "file(jobs/herbalist/recipes)",
"stonehearth/jobs/mason/recipes/recipes.json": "file(jobs/mason/recipes)",
"stonehearth/jobs/potter/recipes/recipes.json": "file(jobs/potter/recipes)",
"stonehearth/jobs/weaver/recipes/recipes.json": "file(jobs/weaver/recipes)",
"swamp_goblins/jobs/shaman/recipes/recipes.json": "file(jobs/shaman/recipes)",
"stonehearth:playable_kingdom_index": "file(data/playable_kingdom_index.json)",
"stonehearth:kingdoms:forest":"file(services/server/population/data/forest_population.json)",
"stonehearth:mixins:mob": "file(mixins/mob)",
"stonehearth_ace:mixins:market_stall:tier_1": "file(mixins/market_stall/market_stall_tier_1.json)",
"stonehearth_ace:mixins:market_stall:tier_2": "file(mixins/market_stall/market_stall_tier_2.json)",
"stonehearth_ace:mixins:market_stall:tier_3": "file(mixins/market_stall/market_stall_tier_3.json)",
"stonehearth:scenarios:scenario_index": "file(scenarios/scenario_index.json)",
"stonehearth_ace:scenarios:scenario_index": "file(scenarios/insert_into_ace.json)",
"stonehearth/scenarios/static/beetle_nest/beetle_nest.json": "file(scenarios/static/add_to_archipelago_too.json)",
"stonehearth/scenarios/static/doodles_nest/doodles_nest.json": "file(scenarios/static/add_to_archipelago_too.json)",
"stonehearth/scenarios/static/duckduck_nest/duckduck_nest.json":"file(scenarios/static/add_to_archipelago_too.json)",
"stonehearth/scenarios/static/ostrich_nest/ostrich_nest.json": "file(scenarios/static/add_to_archipelago_too.json)",
"stonehearth/scenarios/static/landmarks/64x_cave_lake.json": "file(scenarios/static/add_to_archipelago_too.json)",
"stonehearth/scenarios/static/landmarks/64x_cave_ore_bad_omen.json": "file(scenarios/static/add_to_archipelago_too.json)",
"stonehearth/scenarios/static/landmarks/64x_cave_ore_lucky_strike.json": "file(scenarios/static/add_to_archipelago_too.json)",
"stonehearth/scenarios/static/landmarks/64x_cave_ore_small_strike.json": "file(scenarios/static/add_to_archipelago_too.json)",
"stonehearth/scenarios/static/landmarks/64x_cave_pattern_lucky_snake.json": "file(scenarios/static/add_to_archipelago_too.json)",
"stonehearth/scenarios/static/landmarks/64x_cave_pattern_ugly_duckling.json": "file(scenarios/static/add_to_archipelago_too.json)",
"stonehearth/scenarios/static/landmarks/64x_cave_sanctuary.json": "file(scenarios/static/add_to_archipelago_too.json)",
"stonehearth/scenarios/static/landmarks/64x_ruin_building.json": "file(scenarios/static/add_to_archipelago_too.json)",
"stonehearth/scenarios/static/landmarks/64x_ruin_building_cellar.json": "file(scenarios/static/add_to_archipelago_too.json)",
"stonehearth/scenarios/static/landmarks/64x_ruin_building_farm.json": "file(scenarios/static/add_to_archipelago_too.json)",
"stonehearth/scenarios/static/landmarks/128x_giant_sleeping.json": "file(scenarios/static/add_to_archipelago_too.json)",
"stonehearth/scenarios/static/landmarks/128x_ruin_town_farming.json": "file(scenarios/static/add_to_archipelago_too.json)",
"stonehearth/scenarios/static/landmarks/128x_ruin_town_undead.json": "file(scenarios/static/add_to_archipelago_too.json)",
"stonehearth/scenarios/static/landmarks/128x_stone_collection_1.json": "file(scenarios/static/add_to_archipelago_too.json)",
"stonehearth/scenarios/static/landmarks/128x_stone_collection_2.json": "file(scenarios/static/add_to_archipelago_too.json)",
"stonehearth/scenarios/static/landmarks/128x_stone_collection_3.json": "file(scenarios/static/add_to_archipelago_too.json)",
"stonehearth_ace/scenarios/static/landmarks/32x_cougar_den.json": "file(scenarios/static/add_to_archipelago_too.json)",
"stonehearth:traits_index":"file(data/traits/traits_index.json)",
"stonehearth_ace:trapper:fish_trap_anchor": "file(jobs/trapper/fish_trap/fish_trap_anchor.json)",
"stonehearth_ace:trapper:fish_trap_anchor_ghost": "file(jobs/trapper/fish_trap/fish_trap_anchor.json)",
"stonehearth:ui:input_box:filters": "file(ui/data/input_box_filters.json)",
"stonehearth_ace:ui:output_box:filters": "file(ui/data/output_box_filters.json)",
"stonehearth_ace/ui/data/season_icons.json":"file(ui/data/season_icons.json)",
"archipelago_biome:weapons:crab_pincer":"stonehearth_ace:mixins:weapons:mainhand",
"archipelago_biome:weapons:slap_fish": "stonehearth_ace:mixins:weapons:mainhand",
"brewerymod/manifest.json": "file(modding_mods/brewerymod/manifest.json)",
"tower_defense/manifest.json": "file(modding_mods/tower_defense/manifest.json)"
},
"overrides": {
"stonehearth/ai/actions/eat_item_action.lua": "file(ai/actions/eat_item_action.lua)",
"stonehearth/data/rigs/entities/humans/animations/female/fishing_start.json": "file(data/rigs/entities/humans/animations/female/fishing_start.json)",
"stonehearth/data/rigs/entities/humans/animations/female/fishing_middle.json": "file(data/rigs/entities/humans/animations/female/fishing_middle.json)",
"stonehearth/data/rigs/entities/humans/animations/female/fishing_end.json": "file(data/rigs/entities/humans/animations/female/fishing_end.json)",
"stonehearth/data/rigs/entities/humans/animations/male/fishing_start.json": "file(data/rigs/entities/humans/animations/male/fishing_start.json)",
"stonehearth/data/rigs/entities/humans/animations/male/fishing_middle.json":"file(data/rigs/entities/humans/animations/male/fishing_middle.json)",
"stonehearth/data/rigs/entities/humans/animations/male/fishing_end.json": "file(data/rigs/entities/humans/animations/male/fishing_end.json)",
"stonehearth/data/rigs/entities/humans/effects/emote_watch_fish.json": "file(data/rigs/entities/humans/effects/emote_watch_fish.json)",
"stonehearth/data/rigs/entities/humans/effects/fishing_start.json": "file(data/rigs/entities/humans/effects/fishing_start.json)",
"stonehearth/data/rigs/entities/humans/effects/fishing_middle.json":"file(data/rigs/entities/humans/effects/fishing_middle.json)",
"stonehearth/data/rigs/entities/humans/effects/fishing_end.json": "file(data/rigs/entities/humans/effects/fishing_end.json)",
"stonehearth/data/rigs/entities/rabbit_biped/animations/fishing_start.json": "file(data/rigs/entities/rabbit_biped/animations/fishing_start.json)",
"stonehearth/data/rigs/entities/rabbit_biped/animations/fishing_middle.json": "file(data/rigs/entities/rabbit_biped/animations/fishing_middle.json)",
"stonehearth/data/rigs/entities/rabbit_biped/animations/fishing_end.json": "file(data/rigs/entities/rabbit_biped/animations/fishing_end.json)",
"stonehearth/data/rigs/entities/rabbit_biped/effects/emote_watch_fish.json":"file(data/rigs/entities/humans/effects/emote_watch_fish.json)",
"stonehearth/data/rigs/entities/rabbit_biped/effects/fishing_start.json": "file(data/rigs/entities/humans/effects/fishing_start.json)",
"stonehearth/data/rigs/entities/rabbit_biped/effects/fishing_middle.json": "file(data/rigs/entities/humans/effects/fishing_middle.json)",
"stonehearth/data/rigs/entities/rabbit_biped/effects/fishing_end.json": "file(data/rigs/entities/humans/effects/fishing_end.json)",
"stonehearth/data/rigs/entities/rabbit_biped/effects/sitting_drink.json": "file(data/rigs/entities/rabbit_biped/effects/sitting_drink.json)",
"stonehearth/data/rigs/entities/rabbit_biped/effects/sitting_on_chair_drink.json": "file(data/rigs/entities/rabbit_biped/effects/sitting_on_chair_drink.json)",
"stonehearth_ace/archipelago_biome/data/biome/ace_generation_data.json":"archipelago_biome/data/biome/ace_generation_data.json",
"stonehearth_ace/archipelago_biome/jobs/cook/recipes/recipes.json":"file(jobs/cook/recipes/ace_recipes.json)",
"stonehearth_ace/archipelago_biome/jobs/common/ace_abilities.json": "archipelago_biome/jobs/common/ace_abilities.json",
"stonehearth_ace/archipelago_biome/jobs/fisher/ace_description.json": "archipelago_biome/jobs/fisher/ace_description.json"
},
"controllers": {
"class:fisher": "file(jobs/fisher/fisher.lua)",
"game_master:util:choose_water_location_outside_town": "file(services/server/game_master/controllers/util/choose_water_location_outside_town.lua)"
},
"functions": {
"choose_new_fish_location": {
"controller": "file(call_handlers/fishing_call_handler.lua)",
"endpoint": "client"
},
"create_new_field": {
"controller": "file(call_handlers/fishing_call_handler.lua)",
"endpoint": "server"
}
},
"components": {
"boat_dock": "file(components/boat_dock/boat_dock.lua)",
"cave": "file(components/cave/cave.lua)",
"crab_spawner": "file(components/crab_spawner/crab_spawner.lua)",
"dock": "file(components/dock/dock.lua)",
"explosive": "file(components/explosive/explosive.lua)",
"fisher_field": "file(components/fisher_field/fisher_field.lua)",
"need_water": "file(components/need_water/need_water.lua)",
"trojan": "file(components/trojan/trojan.lua)",
"wave": "file(components/wave/wave.lua)"
},
"component_renderers":{
"fisher_field": "file(renderers/fisher_field/fisher_field.lua)"
},
"ui":{
"html":[
"file(ui/game/bulletin/bulletin_dialog/fisher_bulletin_dialog/fisher_bulletin_dialog.html)"
],
"js":[
"file(ui/game/bulletin/bulletin_dialog/fisher_bulletin_dialog/fisher_bulletin_dialog.js)",
"file(ui/game/start_menu/start_menu.js)",
"file(ui/shell/select_settlement/map.js)"
],
"less":[
"file(jobs/fisher/skin/workshop.less)",
"file(ui/game/bulletin/bulletin_dialog/fisher_bulletin_dialog/fisher_bulletin_dialog.less)",
"file(ui/game/show_workshop/mod_icon.less)",
"file(ui/shell/select_settlement/select_settlement.less)"
]
}
}