-
Notifications
You must be signed in to change notification settings - Fork 11
/
vcmi-1.3.json
771 lines (764 loc) · 36.3 KB
/
vcmi-1.3.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
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
{
"vcmi-extras":
{
"mod": "https://raw.githubusercontent.com/vcmi-mods/vcmi-extras/vcmi-1.3/mod.json",
"download": "https://github.com/vcmi-mods/vcmi-extras/archive/refs/heads/vcmi-1.3.zip"
},
"hota": {
"mod" : "https://raw.githubusercontent.com/vcmi-mods/horn-of-the-abyss/vcmi-1.3/hota/mod.json",
"download": "https://github.com/vcmi-mods/horn-of-the-abyss/archive/refs/heads/vcmi-1.3.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/horn-of-the-abyss/vcmi-1.3/screenshots/01.png",
"https://raw.githubusercontent.com/vcmi-mods/horn-of-the-abyss/vcmi-1.3/screenshots/02.png",
"https://raw.githubusercontent.com/vcmi-mods/horn-of-the-abyss/vcmi-1.3/screenshots/03.png",
"https://raw.githubusercontent.com/vcmi-mods/horn-of-the-abyss/vcmi-1.3/screenshots/04.png",
"https://raw.githubusercontent.com/vcmi-mods/horn-of-the-abyss/vcmi-1.3/screenshots/05.png",
"https://raw.githubusercontent.com/vcmi-mods/horn-of-the-abyss/vcmi-1.3/screenshots/06.png",
"https://raw.githubusercontent.com/vcmi-mods/horn-of-the-abyss/vcmi-1.3/screenshots/07.png",
"https://raw.githubusercontent.com/vcmi-mods/horn-of-the-abyss/vcmi-1.3/screenshots/08.png",
"https://raw.githubusercontent.com/vcmi-mods/horn-of-the-abyss/vcmi-1.3/screenshots/09.png"
]
},
"wake-of-gods": {
"mod" : "https://raw.githubusercontent.com/vcmi-mods/wake-of-gods/vcmi-1.3/mod.json",
"download": "https://github.com/vcmi-mods/wake-of-gods/archive/refs/heads/vcmi-1.3.zip"
},
"tides-of-war": {
"mod" : "https://raw.githubusercontent.com/vcmi-mods/tides-of-war/vcmi-1.3/mod.json",
"download": "https://github.com/vcmi-mods/tides-of-war/archive/refs/heads/vcmi-1.3.zip"
},
"courtyard": {
"mod" : "https://raw.githubusercontent.com/vcmi-mods/courtyard/vcmi-1.3/Courtyard/mod.json",
"download": "https://github.com/vcmi-mods/courtyard/archive/refs/heads/vcmi-1.3.zip"
},
"neutral-heroes": {
"mod" : "https://raw.githubusercontent.com/vcmi-mods/neutral-heroes/vcmi-1.3/mod.json",
"download": "https://github.com/vcmi-mods/neutral-heroes/archive/refs/heads/vcmi-1.3.zip"
},
"asylum-town": {
"mod" : "https://raw.githubusercontent.com/vcmi-mods/asylum-town/vcmi-1.3/asylum-town/mod.json",
"download": "https://github.com/vcmi-mods/asylum-town/archive/refs/heads/vcmi-1.3.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/asylum-town/main/screenshots/screen1.png",
"https://raw.githubusercontent.com/vcmi-mods/asylum-town/main/screenshots/screen2.png",
"https://raw.githubusercontent.com/vcmi-mods/asylum-town/main/screenshots/screen3.png",
"https://raw.githubusercontent.com/vcmi-mods/asylum-town/main/screenshots/screen4.png",
"https://raw.githubusercontent.com/vcmi-mods/asylum-town/main/screenshots/screen5.png",
"https://raw.githubusercontent.com/vcmi-mods/asylum-town/main/screenshots/screen6.png",
"https://raw.githubusercontent.com/vcmi-mods/asylum-town/main/screenshots/screen7.png"
]
},
"highlands-town": {
"mod" : "https://raw.githubusercontent.com/vcmi-mods/highlands-town/vcmi-1.3/mod.json",
"download": "https://github.com/vcmi-mods/highlands-town/archive/refs/heads/vcmi-1.3.zip"
},
"new-pavilion": {
"mod" : "https://raw.githubusercontent.com/vcmi-mods/new-pavilion/vcmi-1.3/New Pavilion/mod.json",
"download": "https://github.com/vcmi-mods/new-pavilion/archive/refs/heads/vcmi-1.3.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/new-pavilion/vcmi-1.3/screenshots/screen1.png",
"https://raw.githubusercontent.com/vcmi-mods/new-pavilion/vcmi-1.3/screenshots/screen2.png",
"https://raw.githubusercontent.com/vcmi-mods/new-pavilion/vcmi-1.3/screenshots/screen3.png",
"https://raw.githubusercontent.com/vcmi-mods/new-pavilion/vcmi-1.3/screenshots/screen4.png",
"https://raw.githubusercontent.com/vcmi-mods/new-pavilion/vcmi-1.3/screenshots/screen5.png",
"https://raw.githubusercontent.com/vcmi-mods/new-pavilion/vcmi-1.3/screenshots/screen6.png"
]
},
"cathedral-town": {
"mod" : "https://raw.githubusercontent.com/vcmi-mods/cathedral-town/vcmi-1.3/cathedral-town/mod.json",
"download": "https://github.com/vcmi-mods/cathedral-town/archive/refs/heads/vcmi-1.3.zip"
},
"death-valley-town": {
"mod" : "https://raw.githubusercontent.com/vcmi-mods/death-valley-town/vcmi-1.3/death-valley-town/mod.json",
"download": "https://github.com/vcmi-mods/death-valley-town/archive/refs/heads/vcmi-1.3.zip"
},
"reworked-commanders": {
"mod" : "https://raw.githubusercontent.com/vcmi-mods/reworked-commanders/vcmi-1.2/reworked-commanders/mod.json",
"download": "https://github.com/vcmi-mods/reworked-commanders/archive/refs/heads/vcmi-1.2.zip"
},
"andruids-expansion": {
"mod" : "https://raw.githubusercontent.com/vcmi-mods/andruids-expansion/vcmi-1.2/andruids-expansion/mod.json",
"download": "https://github.com/vcmi-mods/andruids-expansion/archive/refs/heads/vcmi-1.2.zip"
},
"tok": {
"mod" : "https://raw.githubusercontent.com/vcmi-mods/tok/vcmi-1.2/mod.json",
"download": "https://github.com/vcmi-mods/tok/archive/refs/heads/vcmi-1.2.zip"
},
"elemental-nodes": {
"mod" : "https://raw.githubusercontent.com/vcmi-mods/elemental-nodes/vcmi-1.3/elemental-nodes/mod.json",
"download": "https://github.com/vcmi-mods/elemental-nodes/archive/refs/heads/vcmi-1.3.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/elemental-nodes/vcmi-1.2/screenshots/screen1.png",
"https://raw.githubusercontent.com/vcmi-mods/elemental-nodes/vcmi-1.2/screenshots/screen2.png"
]
},
"german-translation": {
"mod" : "https://raw.githubusercontent.com/vcmi-mods/german-translation/vcmi-1.2/mod.json",
"download": "https://github.com/vcmi-mods/german-translation/archive/refs/heads/vcmi-1.2.zip"
},
"spanish-translation": {
"mod" : "https://raw.githubusercontent.com/vcmi-mods/spanish-translation/vcmi-1.2/spanish-translation/mod.json",
"download": "https://github.com/vcmi-mods/spanish-translation/archive/refs/heads/vcmi-1.2.zip"
},
"korean-translation": {
"mod" : "https://raw.githubusercontent.com/vcmi-mods/korean-translation/vcmi-1.2/korean-translation/mod.json",
"download": "https://github.com/vcmi-mods/korean-translation/archive/refs/heads/vcmi-1.2.zip"
},
"italian-translation": {
"mod" : "https://raw.githubusercontent.com/vcmi-mods/italian-translation/vcmi-1.3/italian-translation/mod.json",
"download": "https://github.com/vcmi-mods/italian-translation/archive/refs/heads/vcmi-1.3.zip"
},
"czech-translation": {
"mod" : "https://raw.githubusercontent.com/vcmi-mods/czech-translation/vcmi-1.3/czech-translation/mod.json",
"download": "https://github.com/vcmi-mods/czech-translation/archive/refs/heads/vcmi-1.3.zip"
},
"finnish-translation": {
"mod" : "https://raw.githubusercontent.com/vcmi-mods/finnish-translation/vcmi-1.3/finnish-translation/mod.json",
"download": "https://github.com/vcmi-mods/finnish-translation/archive/refs/heads/vcmi-1.3.zip"
},
"portuguese-translation": {
"mod" : "https://raw.githubusercontent.com/vcmi-mods/portuguese-translation/vcmi-1.3/portuguese-translation/mod.json",
"download": "https://github.com/vcmi-mods/portuguese-translation/archive/refs/heads/vcmi-1.3.zip"
},
"swedish-translation": {
"mod" : "https://raw.githubusercontent.com/vcmi-mods/swedish-translation/vcmi-1.3/swedish-translation/mod.json",
"download": "https://github.com/vcmi-mods/swedish-translation/archive/refs/heads/vcmi-1.3.zip"
},
"turkish-translation": {
"mod" : "https://raw.githubusercontent.com/vcmi-mods/turkish-translation/vcmi-1.3/turkish-translation/mod.json",
"download": "https://github.com/vcmi-mods/turkish-translation/archive/refs/heads/vcmi-1.3.zip"
},
"hungarian-translation": {
"mod" : "https://raw.githubusercontent.com/vcmi-mods/hungarian-translation/vcmi-1.3/hungarian-translation/mod.json",
"download": "https://github.com/vcmi-mods/hungarian-translation/archive/refs/heads/vcmi-1.3.zip"
},
"chinese-translation": {
"mod" : "https://raw.githubusercontent.com/vcmi-mods/chinese-translation/vcmi-1.2/chinese-translation/mod.json",
"download": "https://github.com/vcmi-mods/chinese-translation/archive/refs/heads/vcmi-1.2.zip"
},
"french-translation": {
"mod" : "https://raw.githubusercontent.com/vcmi-mods/french-translation/vcmi-1.2/french-translation/mod.json",
"download": "https://github.com/vcmi-mods/french-translation/archive/refs/heads/vcmi-1.2.zip"
},
"vietnamese-translation": {
"mod" : "https://raw.githubusercontent.com/vcmi-mods/vietnamese-translation/vcmi-1.3/vietnamese-translation/mod.json",
"download": "https://github.com/vcmi-mods/vietnamese-translation/archive/refs/heads/vcmi-1.3.zip"
},
"polish-translation": {
"mod" : "https://raw.githubusercontent.com/vcmi-mods/polish-translation/vcmi-1.2/polish-translation/mod.json",
"download": "https://github.com/vcmi-mods/polish-translation/archive/refs/heads/vcmi-1.2.zip"
},
"vcmi-mod-ce-ukr":
{
"mod": "https://raw.githubusercontent.com/vcmi-mods/vcmi-mod-ce-ukr/vcmi-1.2/ce-ukr/mod.json",
"download" : "https://github.com/vcmi-mods/vcmi-mod-ce-ukr/archive/refs/heads/vcmi-1.2.zip"
},
"h3-for-vcmi-englisation":
{
"mod": "https://raw.githubusercontent.com/vcmi-mods/h3-for-vcmi-englisation/vcmi-1.2/H3forVCMIenglisation/mod.json",
"download" : "https://github.com/vcmi-mods/h3-for-vcmi-englisation/archive/refs/heads/vcmi-1.2.zip"
},
"forge":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/forge/vcmi-1.3/mod.json",
"download" : "https://github.com/vcmi-mods/forge/archive/refs/heads/vcmi-1.3.zip"
},
"ai trace":
{
"mod": "https://raw.githubusercontent.com/vcmi-mods/adventure-ai-trace/upstream/mod.json",
"download" : "https://github.com/vcmi-mods/adventure-ai-trace/archive/refs/heads/upstream.zip"
},
"mac demo support":
{
"mod": "https://raw.githubusercontent.com/vcmi-mods/mac-demo-support/master/mod.json",
"download" : "https://github.com/vcmi-mods/mac-demo-support/archive/refs/heads/master.zip"
},
"ai testing maps":
{
"mod": "https://raw.githubusercontent.com/vcmi-mods/ai-testing-maps/master/mod.json",
"download" : "https://github.com/vcmi-mods/ai-testing-maps/archive/refs/heads/master.zip"
},
"campaign-heroes":
{
"mod": "https://raw.githubusercontent.com/vcmi-mods/campaign-heroes/vcmi-1.2/mod.json",
"download" : "https://github.com/vcmi-mods/campaign-heroes/archive/refs/heads/vcmi-1.2.zip"
},
"axolotl-creatures-pack":
{
"mod": "https://raw.githubusercontent.com/vcmi-mods/axolotl-creatures-pack/vcmi-1.3/mod.json",
"download" : "https://github.com/vcmi-mods/axolotl-creatures-pack/archive/refs/heads/vcmi-1.3.zip"
},
"tarnum":
{
"mod": "https://raw.githubusercontent.com/vcmi-mods/tarnum/vcmi-1.2/mod.json",
"download" : "https://github.com/vcmi-mods/tarnum/archive/refs/heads/vcmi-1.2.zip"
},
"magic-fader":
{
"mod": "https://raw.githubusercontent.com/vcmi-mods/magic-fader/vcmi-1.2/mod.json",
"download" : "https://github.com/vcmi-mods/magic-fader/archive/refs/heads/vcmi-1.2.zip"
},
"grove":
{
"mod": "https://raw.githubusercontent.com/vcmi-mods/grove/vcmi-1.3/Grove/mod.json",
"download" : "https://github.com/vcmi-mods/grove/archive/refs/heads/vcmi-1.3.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/grove/main/screenshots/screen1.png",
"https://raw.githubusercontent.com/vcmi-mods/grove/main/screenshots/screen2.png",
"https://raw.githubusercontent.com/vcmi-mods/grove/main/screenshots/screen3.png",
"https://raw.githubusercontent.com/vcmi-mods/grove/main/screenshots/screen4.png",
"https://raw.githubusercontent.com/vcmi-mods/grove/main/screenshots/screen5.png"
]
},
"combine-grail":
{
"mod": "https://raw.githubusercontent.com/vcmi-mods/combine-grail/vcmi-1.2/combine-grail/mod.json",
"download" : "https://github.com/vcmi-mods/combine-grail/archive/refs/heads/vcmi-1.2.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/combine-grail/main/screenshots/screen1.png"
]
},
"fairy-town":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/fairy-town/vcmi-1.3/fairy-town/mod.json",
"download" : "https://github.com/vcmi-mods/fairy-town/archive/refs/heads/vcmi-1.3.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/fairy-town/main/screenshots/screen1.png"
]
},
"haven-town":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/haven-town/vcmi-1.3/haven-town/mod.json",
"download": "https://github.com/vcmi-mods/haven-town/archive/refs/heads/vcmi-1.3.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/haven-town/main/screenshots/screen1.png"
]
},
"ruins-town":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/ruins-town/vcmi-1.3/ruins-town/mod.json",
"download" : "https://github.com/vcmi-mods/ruins-town/archive/refs/heads/vcmi-1.3.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/ruins-town/main/screenshots/screen1.png",
"https://raw.githubusercontent.com/vcmi-mods/ruins-town/main/screenshots/screen2.png",
"https://raw.githubusercontent.com/vcmi-mods/ruins-town/main/screenshots/screen3.png",
"https://raw.githubusercontent.com/vcmi-mods/ruins-town/main/screenshots/screen4.png",
"https://raw.githubusercontent.com/vcmi-mods/ruins-town/main/screenshots/screen5.png",
"https://raw.githubusercontent.com/vcmi-mods/ruins-town/main/screenshots/screen6.png"
]
},
"h3-themes":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/h3-themes/vcmi-1.2/h3-themes/mod.json",
"download" : "https://github.com/vcmi-mods/h3-themes/archive/refs/heads/vcmi-1.2.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/h3-themes/main/screenshots/screen1.png"
]
},
"creatures-hidden-potential":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/creatures-hidden-potential/vcmi-1.3/creatures-hidden-potential/mod.json",
"download" : "https://github.com/vcmi-mods/creatures-hidden-potential/archive/refs/heads/vcmi-1.3.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/creatures-hidden-potential/main/screenshots/screen1.png",
"https://raw.githubusercontent.com/vcmi-mods/creatures-hidden-potential/main/screenshots/screen2.png",
"https://raw.githubusercontent.com/vcmi-mods/creatures-hidden-potential/main/screenshots/screen3.png"
]
},
"tartarus-town":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/tartarus-town/vcmi-1.3/tartarus-town/mod.json",
"download" : "https://github.com/vcmi-mods/tartarus-town/archive/refs/heads/vcmi-1.3.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/tartarus-town/main/screenshots/screen1.png",
"https://raw.githubusercontent.com/vcmi-mods/tartarus-town/main/screenshots/screen2.png",
"https://raw.githubusercontent.com/vcmi-mods/tartarus-town/main/screenshots/screen3.png",
"https://raw.githubusercontent.com/vcmi-mods/tartarus-town/main/screenshots/screen4.png",
"https://raw.githubusercontent.com/vcmi-mods/tartarus-town/main/screenshots/screen5.png",
"https://raw.githubusercontent.com/vcmi-mods/tartarus-town/main/screenshots/screen6.png"
]
},
"preserve-town":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/preserve-town/vcmi-1.3/preserve/mod.json",
"download" : "https://github.com/vcmi-mods/preserve-town/archive/refs/heads/vcmi-1.3.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/preserve-town/main/screenshots/screen1.png",
"https://raw.githubusercontent.com/vcmi-mods/preserve-town/main/screenshots/screen2.png",
"https://raw.githubusercontent.com/vcmi-mods/preserve-town/main/screenshots/screen3.png",
"https://raw.githubusercontent.com/vcmi-mods/preserve-town/main/screenshots/screen4.png",
"https://raw.githubusercontent.com/vcmi-mods/preserve-town/main/screenshots/screen5.png",
"https://raw.githubusercontent.com/vcmi-mods/preserve-town/main/screenshots/screen6.png"
]
},
"abyss-town":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/abyss-town/vcmi-1.3/abyss-town/mod.json",
"download" : "https://github.com/vcmi-mods/abyss-town/archive/refs/heads/vcmi-1.3.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/abyss-town/main/screenshots/screen1.png",
"https://raw.githubusercontent.com/vcmi-mods/abyss-town/main/screenshots/screen2.png",
"https://raw.githubusercontent.com/vcmi-mods/abyss-town/main/screenshots/screen3.png",
"https://raw.githubusercontent.com/vcmi-mods/abyss-town/main/screenshots/screen4.png",
"https://raw.githubusercontent.com/vcmi-mods/abyss-town/main/screenshots/screen5.png"
]
},
"retreat-town":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/retreat-town/vcmi-1.2/retreat-town/mod.json",
"download": "https://github.com/vcmi-mods/retreat-town/archive/refs/heads/vcmi-1.3.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/retreat-town/main/screenshots/screen1.png",
"https://raw.githubusercontent.com/vcmi-mods/retreat-town/main/screenshots/screen2.png",
"https://raw.githubusercontent.com/vcmi-mods/retreat-town/main/screenshots/screen3.png"
]
},
"cetatea-town":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/cetatea-town/vcmi-1.3/cetatea/mod.json",
"download" : "https://github.com/vcmi-mods/cetatea-town/archive/refs/heads/vcmi-1.3.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/cetatea-town/main/screenshots/screen1.png",
"https://raw.githubusercontent.com/vcmi-mods/cetatea-town/main/screenshots/screen2.png",
"https://raw.githubusercontent.com/vcmi-mods/cetatea-town/main/screenshots/screen3.png",
"https://raw.githubusercontent.com/vcmi-mods/cetatea-town/main/screenshots/screen4.png",
"https://raw.githubusercontent.com/vcmi-mods/cetatea-town/main/screenshots/screen5.png"
]
},
"lost-souls":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/lost-souls/vcmi-1.2/doomMod/mod.json",
"download" : "https://github.com/vcmi-mods/lost-souls/archive/refs/heads/vcmi-1.2.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/lost-souls/main/screenshots/screen1.png"
]
},
"carpet-whisperers":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/carpet-whisperers/vcmi-1.3/carpet-whisperers/mod.json",
"download" : "https://github.com/vcmi-mods/carpet-whisperers/archive/refs/heads/vcmi-1.3.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/carpet-whisperers/vcmi-1.3/screenshots/screen01.png",
"https://raw.githubusercontent.com/vcmi-mods/carpet-whisperers/vcmi-1.3/screenshots/screen02.png"
]
},
"kurek-creatures":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/kurek-creatures/vcmi-1.2/kurek-creatures/mod.json",
"download" : "https://github.com/vcmi-mods/kurek-creatures/archive/refs/heads/vcmi-1.2.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/kurek-creatures/main/screenshots/screen1.png",
"https://raw.githubusercontent.com/vcmi-mods/kurek-creatures/main/screenshots/screen2.png"
]
},
"undead-sphinxes":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/undead-sphinxes/vcmi-1.2/undeadSphinxes/mod.json",
"download" : "https://github.com/vcmi-mods/undead-sphinxes/archive/refs/heads/vcmi-1.2.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/undead-sphinxes/main/screenshots/screen1.png"
]
},
"andruids-spell-balance":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/andruids-spell-balance/vcmi-1.2/andruids-spell-balance/mod.json",
"download" : "https://github.com/vcmi-mods/andruids-spell-balance/archive/refs/heads/vcmi-1.2.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/andruids-spell-balance/main/screenshots/screen1.png"
]
},
"new-old-spells-plus":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/new-old-spells-plus/vcmi-1.2/newOldSpellsPlus/mod.json",
"download" : "https://github.com/vcmi-mods/new-old-spells-plus/archive/refs/heads/vcmi-1.2.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/new-old-spells-plus/main/screenshots/screen1.png"
]
},
"portraits-packs":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/portraits-packs/main/Portaits%20packs/mod.json",
"download" : "https://github.com/vcmi-mods/portraits-packs/archive/refs/heads/main.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/portraits-packs/main/screenshots/screen1.png",
"https://raw.githubusercontent.com/vcmi-mods/portraits-packs/main/screenshots/screen2.png",
"https://raw.githubusercontent.com/vcmi-mods/portraits-packs/main/screenshots/screen3.png",
"https://raw.githubusercontent.com/vcmi-mods/portraits-packs/main/screenshots/screen4.png"
]
},
"heroes-iii-orchestra":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/heroes-iii-orchestra/main/Heroes%20III%20Orchestra/mod.json",
"download" : "https://github.com/vcmi-mods/heroes-iii-orchestra/archive/refs/heads/main.zip",
"screenshots":
[
]
},
"russian-translation":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/mega-pack-rus/vcmi-1.2/russian-translation/mod.json",
"download" : "https://github.com/vcmi-mods/mega-pack-rus/archive/refs/heads/vcmi-1.2.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/mega-pack-rus/vcmi-1.2/screenshots/sc-1.png",
"https://raw.githubusercontent.com/vcmi-mods/mega-pack-rus/vcmi-1.2/screenshots/sc-2.png",
"https://raw.githubusercontent.com/vcmi-mods/mega-pack-rus/vcmi-1.2/screenshots/sc-3.png",
"https://raw.githubusercontent.com/vcmi-mods/mega-pack-rus/vcmi-1.2/screenshots/sc-4.png",
"https://raw.githubusercontent.com/vcmi-mods/mega-pack-rus/vcmi-1.2/screenshots/sc-5.png",
"https://raw.githubusercontent.com/vcmi-mods/mega-pack-rus/vcmi-1.2/screenshots/sc-6.png",
"https://raw.githubusercontent.com/vcmi-mods/mega-pack-rus/vcmi-1.2/screenshots/sc-7.png"
]
},
"new-interface-mod":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/new-interface-mod/main/New%20Interface%20Mod/mod.json",
"download" : "https://github.com/vcmi-mods/new-interface-mod/archive/refs/heads/main.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/new-interface-mod/main/screenshots/screen1.png",
"https://raw.githubusercontent.com/vcmi-mods/new-interface-mod/main/screenshots/screen2.png",
"https://raw.githubusercontent.com/vcmi-mods/new-interface-mod/main/screenshots/screen3.png",
"https://raw.githubusercontent.com/vcmi-mods/new-interface-mod/main/screenshots/screen4.png",
"https://raw.githubusercontent.com/vcmi-mods/new-interface-mod/main/screenshots/screen5.png",
"https://raw.githubusercontent.com/vcmi-mods/new-interface-mod/main/screenshots/screen6.png"
]
},
"hi-rez-menu":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/hi-rez-menu/main/new-menu/mod.json",
"download" : "https://github.com/vcmi-mods/hi-rez-menu/archive/refs/heads/main.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/hi-rez-menu/main/screenshots/screen1.png"
]
},
"greenhouse-town":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/greenhouse-town/vcmi-1.3/Greenhouse/mod.json",
"download" : "https://github.com/vcmi-mods/greenhouse-town/archive/refs/heads/vcmi-1.3.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/greenhouse-town/main/screenshots/screen1.png",
"https://raw.githubusercontent.com/vcmi-mods/greenhouse-town/main/screenshots/screen2.png",
"https://raw.githubusercontent.com/vcmi-mods/greenhouse-town/main/screenshots/screen3.png",
"https://raw.githubusercontent.com/vcmi-mods/greenhouse-town/main/screenshots/screen4.png"
]
},
"sand-tower":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/sand-tower/main/sand-tower/mod.json",
"download" : "https://github.com/vcmi-mods/sand-tower/archive/refs/heads/main.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/sand-tower/main/screenshots/screen1.png"
]
},
"autumn-rampart":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/autumn-rampart/main/autumn-rampart/mod.json",
"download" : "https://github.com/vcmi-mods/autumn-rampart/archive/refs/heads/main.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/autumn-rampart/main/screenshots/screen1.png"
]
},
"another-rampart":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/another-rampart/main/another-rampart/mod.json",
"download" : "https://github.com/vcmi-mods/another-rampart/archive/refs/heads/main.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/another-rampart/main/screenshots/screen1.png"
]
},
"red-castle":
{
"mod": "https://raw.githubusercontent.com/vcmi-mods/red-castle/vcmi-1.2/red-castle/mod.json",
"download" : "https://github.com/vcmi-mods/red-castle/archive/refs/heads/vcmi-1.2.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/red-castle/main/screenshots/screen1.png"
]
},
"lotrd-townscreens":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/lotrd-townscreens/main/lotrd-townscreens/mod.json",
"download" : "https://github.com/vcmi-mods/lotrd-townscreens/archive/refs/heads/main.zip"
},
"ghost-necropolis":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/ghost-necropolis/main/ghost-necropolis/mod.json",
"download" : "https://github.com/vcmi-mods/ghost-necropolis/archive/refs/heads/main.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/ghost-necropolis/main/screenshots/screen1.png"
]
},
"quartz":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/quartz/main/quartz/mod.json",
"download" : "https://github.com/vcmi-mods/quartz/archive/refs/heads/main.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/quartz/main/screenshots/screen1.png"
]
},
"snow-in-Tower":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/snow-in-tower/main/snow-in-Tower/mod.json",
"download" : "https://github.com/vcmi-mods/snow-in-Tower/archive/refs/heads/main.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/snow-in-Tower/main/screenshots/screen1.png"
]
},
"snow-castle":
{
"mod": "https://raw.githubusercontent.com/vcmi-mods/snow-castle/vcmi-1.2/snow-castle/mod.json",
"download" : "https://github.com/vcmi-mods/snow-castle/archive/refs/heads/vcmi-1.2.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/snow-castle/main/screenshots/screen1.png"
]
},
"resourceful-ai":
{
"mod": "https://raw.githubusercontent.com/vcmi-mods/resourceful-ai/vcmi-1.2/mod.json",
"download": "https://github.com/vcmi-mods/resourceful-ai/archive/refs/heads/vcmi-1.2.zip"
},
"an-expansion":
{
"mod" : "https://raw.githubusercontent.com/vdhan/an-expansion/master/mod.json",
"download" : "https://github.com/vdhan/an-expansion/archive/refs/heads/master.zip"
},
"refugee-town":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/refugee-town/vcmi-1.3/refugee-town/mod.json",
"download" : "https://github.com/vcmi-mods/refugee-town/archive/refs/heads/vcmi-1.3.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/refugee-town/main/screenshots/screen1.png",
"https://raw.githubusercontent.com/vcmi-mods/refugee-town/main/screenshots/screen2.png",
"https://raw.githubusercontent.com/vcmi-mods/refugee-town/main/screenshots/screen3.png",
"https://raw.githubusercontent.com/vcmi-mods/refugee-town/main/screenshots/screen4.png",
"https://raw.githubusercontent.com/vcmi-mods/refugee-town/main/screenshots/screen5.png"
]
},
"asphalt-terrain":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/asphalt-terrain/vcmi-1.3/asphalt-terrain/mod.json",
"download" : "https://github.com/vcmi-mods/asphalt-terrain/archive/refs/heads/vcmi-1.3.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/asphalt-terrain/vcmi-1.2/screenshots/screen01.png",
"https://raw.githubusercontent.com/vcmi-mods/asphalt-terrain/vcmi-1.2/screenshots/screen02.png"
]
},
"stardust-terrain":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/stardust-terrain/vcmi-1.3/stardust-terrain/mod.json",
"download" : "https://github.com/vcmi-mods/stardust-terrain/archive/refs/heads/vcmi-1.3.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/stardust-terrain/vcmi-1.2/screenshots/screen1.png",
"https://raw.githubusercontent.com/vcmi-mods/stardust-terrain/vcmi-1.2/screenshots/screen2.png",
"https://raw.githubusercontent.com/vcmi-mods/stardust-terrain/vcmi-1.2/screenshots/screen3.png"
]
},
"newtown-terrains":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/newtown-terrains/vcmi-1.3/newtown-terrains/mod.json",
"download" : "https://github.com/vcmi-mods/newtown-terrains/archive/refs/heads/vcmi-1.3.zip"
},
"forge2k":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/forge2k/vcmi-1.3/Forge2k/mod.json",
"download" : "https://github.com/vcmi-mods/forge2k/archive/refs/heads/vcmi-1.3.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/forge2k/vcmi-1.2/screenshots/screen01.png",
"https://raw.githubusercontent.com/vcmi-mods/forge2k/vcmi-1.2/screenshots/screen02.png"
]
},
"ab-bad-ending-assets":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/ab-bad-ending-assets/vcmi-1.3/AB Bad Ending Assets/mod.json",
"download" : "https://github.com/vcmi-mods/ab-bad-ending-assets/archive/refs/heads/vcmi-1.3.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/ab-bad-ending-assets/vcmi-1.2/screenshots/screen01.png",
"https://raw.githubusercontent.com/vcmi-mods/ab-bad-ending-assets/vcmi-1.2/screenshots/screen02.png"
]
},
"ab-bad-ending-maps":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/ab-bad-ending-maps/vcmi-1.3/AB Bad Ending Maps/mod.json",
"download" : "https://github.com/vcmi-mods/ab-bad-ending-maps/archive/refs/heads/vcmi-1.3.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/ab-bad-ending-maps/vcmi-1.2/screenshots/screen01.png",
"https://raw.githubusercontent.com/vcmi-mods/ab-bad-ending-maps/vcmi-1.2/screenshots/screen02.png"
]
},
"warzyw-templates": {
"mod" : "https://raw.githubusercontent.com/vcmi-mods/warzyw-templates/vcmi-1.3/warzyw-templates/mod.json",
"download": "https://github.com/vcmi-mods/warzyw-templates/archive/refs/heads/vcmi-1.3.zip"
},
"wyrmsun-boats":
{
"mod": "https://raw.githubusercontent.com/vcmi-mods/wyrmsun-boats/vcmi-1.3/wyrmsun-boats/mod.json",
"download" : "https://github.com/vcmi-mods/wyrmsun-boats/archive/refs/heads/vcmi-1.3.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/wyrmsun-boats/vcmi-1.3/screenshots/screen1.png",
"https://raw.githubusercontent.com/vcmi-mods/wyrmsun-boats/vcmi-1.3/screenshots/screen2.png"
]
},
"ensrick-portraits":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/ensrick-portraits/vcmi-1.3/ensrick-portraits/mod.json",
"download" : "https://github.com/vcmi-mods/ensrick-portraits/archive/refs/heads/vcmi-1.3.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/ensrick-portraits/main/screenshots/screen01.png",
"https://raw.githubusercontent.com/vcmi-mods/ensrick-portraits/main/screenshots/screen02.png"
]
},
"morns-battlefields":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/morns-battlefields/vcmi-1.3/morns-battlefields/mod.json",
"download" : "https://github.com/vcmi-mods/morns-battlefields/archive/refs/heads/vcmi-1.3.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/morns-battlefields/vcmi-1.3/screenshots/01.png"
]
},
"towns-new-views":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/towns-new-views/vcmi-1.2/towns-new-views/mod.json",
"download" : "https://github.com/vcmi-mods/towns-new-views/archive/refs/heads/vcmi-1.2.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/towns-new-views/vcmi-1.2/screenshots/screen1.png",
"https://raw.githubusercontent.com/vcmi-mods/towns-new-views/vcmi-1.2/screenshots/screen2.png",
"https://raw.githubusercontent.com/vcmi-mods/towns-new-views/vcmi-1.2/screenshots/screen3.png",
"https://raw.githubusercontent.com/vcmi-mods/towns-new-views/vcmi-1.2/screenshots/screen4.png"
]
},
"invisible-man":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/invisible-man/vcmi-1.3/invisible-man/mod.json",
"download" : "https://github.com/vcmi-mods/invisible-man/archive/refs/heads/vcmi-1.3.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/invisible-man/vcmi-1.3/screenshots/screen01.png"
]
},
"campaings-pack":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/campaings-pack/vcmi-1.3/campaings-pack/mod.json",
"download" : "https://github.com/vcmi-mods/campaings-pack/archive/refs/heads/vcmi-1.3.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/campaings-pack/vcmi-1.3/screenshots/screen01.png"
]
},
"dydzios-map-pack":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/dydzios-map-pack/vcmi-1.3/dydzios-map-pack/mod.json",
"download" : "https://github.com/vcmi-mods/dydzios-map-pack/archive/refs/heads/vcmi-1.3.zip"
},
"h3-campaigns-remade":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/h3-campaigns-remade/vcmi-1.3/h3-campaigns-remade/mod.json",
"download" : "https://github.com/vcmi-mods/h3-campaigns-remade/archive/refs/heads/vcmi-1.3.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/h3-campaigns-remade/vcmi-1.3/screenshots/screen01.png",
"https://raw.githubusercontent.com/vcmi-mods/h3-campaigns-remade/vcmi-1.3/screenshots/screen02.png",
"https://raw.githubusercontent.com/vcmi-mods/h3-campaigns-remade/vcmi-1.3/screenshots/screen03.png"
]
},
"zefix":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/zefix/vcmi-1.2/ZEfix/mod.json",
"download" : "https://github.com/vcmi-mods/zefix/archive/refs/heads/vcmi-1.2.zip"
},
"test-map-spells-mod":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/test-map-spells-mod/vcmi-1.3/test-map-spells-mod/mod.json",
"download" : "https://github.com/vcmi-mods/test-map-spells-mod/archive/refs/heads/vcmi-1.3.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/test-map-spells-mod/vcmi-1.3/screenshots/screen01.png",
"https://raw.githubusercontent.com/vcmi-mods/test-map-spells-mod/vcmi-1.3/screenshots/screen02.png",
"https://raw.githubusercontent.com/vcmi-mods/test-map-spells-mod/vcmi-1.3/screenshots/screen03.png"
]
},
"third-upgrades":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/third-upgrades/vcmi-1.3/third-upgrades/mod.json",
"download" : "https://github.com/vcmi-mods/third-upgrades/archive/refs/heads/vcmi-1.3.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/third-upgrades/vcmi-1.3/screenshots/screen01.png",
"https://raw.githubusercontent.com/vcmi-mods/third-upgrades/vcmi-1.3/screenshots/screen02.png",
"https://raw.githubusercontent.com/vcmi-mods/third-upgrades/vcmi-1.3/screenshots/screen03.png",
"https://raw.githubusercontent.com/vcmi-mods/third-upgrades/vcmi-1.3/screenshots/screen04.png"
]
},
"pah3-singleplayer-tournament": {
"mod" : "https://raw.githubusercontent.com/vcmi-mods/pah3-singleplayer-tournament/vcmi-1.3/pah3-singleplayer-tournament/mod.json",
"download": "https://github.com/vcmi-mods/pah3-singleplayer-tournament/archive/refs/heads/vcmi-1.3.zip"
},
"mighty-heroes-iii": {
"mod" : "https://raw.githubusercontent.com/vcmi-mods/mighty-heroes-iii/vcmi-1.3/mighty-heroes-iii/mod.json",
"download": "https://github.com/vcmi-mods/mighty-heroes-iii/archive/refs/heads/vcmi-1.3.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/mighty-heroes-iii/vcmi-1.3/screenshots/01.png",
"https://raw.githubusercontent.com/vcmi-mods/mighty-heroes-iii/vcmi-1.3/screenshots/02.png",
"https://raw.githubusercontent.com/vcmi-mods/mighty-heroes-iii/vcmi-1.3/screenshots/03.png"
]
},
"erathian-font": {
"mod" : "https://raw.githubusercontent.com/vcmi-mods/erathian-font/vcmi-1.3/erathian-font/mod.json",
"download": "https://github.com/vcmi-mods/erathian-font/archive/refs/heads/vcmi-1.3.zip"
},
"farriery-town":
{
"mod" : "https://raw.githubusercontent.com/vcmi-mods/farriery-town/vcmi-1.3/farriery-town/mod.json",
"download" : "https://github.com/vcmi-mods/farriery-town/archive/refs/heads/vcmi-1.3.zip",
"screenshots":
[
"https://raw.githubusercontent.com/vcmi-mods/farriery-town/vcmi-1.3/Screenshots/buildings.png",
"https://raw.githubusercontent.com/vcmi-mods/farriery-town/vcmi-1.3/Screenshots/Dragon Utopia.png",
"https://raw.githubusercontent.com/vcmi-mods/farriery-town/vcmi-1.3/Screenshots/Farriery-town-and-lineup.png",
"https://raw.githubusercontent.com/vcmi-mods/farriery-town/vcmi-1.3/Screenshots/lineup.png",
"https://raw.githubusercontent.com/vcmi-mods/farriery-town/vcmi-1.3/Screenshots/Spoiled Land.png"
]
}
}