forked from BSData/wh40k-9e
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Chaos - Gellerpox Infected.cat
888 lines (888 loc) · 63.9 KB
/
Chaos - Gellerpox Infected.cat
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
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<catalogue id="7fe3-1c65-72de-bc5d" name="Chaos - Gellerpox Infected" revision="6" battleScribeVersion="2.03" authorName="BSData Developers" authorUrl="https://discord.gg/KqPVhds" library="false" gameSystemId="28ec-711c-d87f-3aeb" gameSystemRevision="130" xmlns="http://www.battlescribe.net/schema/catalogueSchema">
<publications>
<publication id="7fe3-1c65-pubN66333" name="Codex: Gellerpox Infected"/>
</publications>
<categoryEntries>
<categoryEntry id="869b-3b9f-1b74-d4cf" name="Faction: Gellerpox Infected" hidden="false"/>
<categoryEntry id="edbd-96e0-f3b7-87f2" name="Nurgle" hidden="false"/>
<categoryEntry id="a845-285a-3cce-6a17" name="Twisted Lord" hidden="false"/>
<categoryEntry id="5d26-4e41-0730-d675" name="Vulgrar Thrice-Cursed" hidden="false"/>
<categoryEntry id="d8c7-bf01-b3b7-eaf3" name="Vox-Shamblers" hidden="false"/>
<categoryEntry id="8908-9aa8-01c8-eeae" name="Gellerpox Mutants" hidden="false"/>
<categoryEntry id="befd-6c62-0620-2b3c" name="Daemon" hidden="false"/>
<categoryEntry id="7403-5799-a94a-85f8" name="Glitchlings" hidden="false"/>
<categoryEntry id="8238-9ecd-2d4c-8492" name="Nightmare Hulks" hidden="false"/>
<categoryEntry id="508a-82d6-88e2-80f8" name="Hullbreakers" hidden="false"/>
<categoryEntry id="46a8-6c77-7ce9-eb33" name="Mutoid Vermin" hidden="false"/>
<categoryEntry id="4a93-829f-b292-e19e" name="Cursemites" hidden="false"/>
<categoryEntry id="d60b-bc07-12dc-2335" name="Eyestinger Swarms" hidden="false"/>
<categoryEntry id="3ff5-8fcc-2568-56d6" name="Sludge-grubs" hidden="false"/>
</categoryEntries>
<entryLinks>
<entryLink id="d3de-ed3d-b50e-05a6" name="Vulgrar Thrice-Cursed" hidden="false" collective="false" import="true" targetId="315e-14a1-7b76-bcb6" type="selectionEntry">
<categoryLinks>
<categoryLink id="97fe-6484-34bf-bc00" name="New CategoryLink" hidden="false" targetId="848a6ff2-0def-4c72-8433-ff7da70e6bc7" primary="true"/>
</categoryLinks>
</entryLink>
<entryLink id="dddd-09b4-c2cb-143d" name="Gellerpox Mutants" hidden="false" collective="false" import="true" targetId="68f2-eff8-fdf1-f38d" type="selectionEntry">
<categoryLinks>
<categoryLink id="bd41-2a28-41b2-411c" name="New CategoryLink" hidden="false" targetId="5d76b6f5-20ae-4d70-8f59-ade72a2add3a" primary="true"/>
</categoryLinks>
</entryLink>
<entryLink id="150e-6e24-e66c-607e" name="Glitchlings" hidden="false" collective="false" import="true" targetId="330f-3022-135d-9a1c" type="selectionEntry">
<categoryLinks>
<categoryLink id="8d80-374e-e10f-0d9e" name="New CategoryLink" hidden="false" targetId="5d76b6f5-20ae-4d70-8f59-ade72a2add3a" primary="true"/>
</categoryLinks>
</entryLink>
<entryLink id="d28c-5a2c-0293-7571" name="Nightmare Hulks" hidden="false" collective="false" import="true" targetId="05d9-edbb-05a3-032d" type="selectionEntry">
<categoryLinks>
<categoryLink id="7714-2da3-7e4e-7bd7" name="New CategoryLink" hidden="false" targetId="638d74c6-bd97-4de5-b65a-6aaa24e9f4b2" primary="true"/>
</categoryLinks>
</entryLink>
<entryLink id="c1f4-dc54-15dd-874b" name="Cursemites" hidden="false" collective="false" import="true" targetId="e4ce-4a90-5081-0d75" type="selectionEntry">
<modifiers>
<modifier type="set" field="hidden" value="true">
<conditions>
<condition field="selections" scope="roster" value="1.0" percentValue="false" shared="true" includeChildSelections="true" includeChildForces="false" childId="d3de-ed3d-b50e-05a6" type="equalTo"/>
</conditions>
</modifier>
</modifiers>
<categoryLinks>
<categoryLink id="434d-595c-0b82-0876" name="New CategoryLink" hidden="false" targetId="c274d0b0-5866-44bc-9810-91c136ae7438" primary="true"/>
</categoryLinks>
</entryLink>
<entryLink id="15d8-6443-8e85-0a5f" name="Cursemites" hidden="false" collective="false" import="true" targetId="e4ce-4a90-5081-0d75" type="selectionEntry">
<modifiers>
<modifier type="set" field="hidden" value="true">
<conditions>
<condition field="selections" scope="roster" value="0.0" percentValue="false" shared="true" includeChildSelections="true" includeChildForces="false" childId="d3de-ed3d-b50e-05a6" type="equalTo"/>
</conditions>
</modifier>
</modifiers>
<categoryLinks>
<categoryLink id="7343-9440-07f6-5a38" name="New CategoryLink" hidden="false" targetId="ff36a6f3-19bf-4f48-8956-adacfd28fe74" primary="true"/>
</categoryLinks>
</entryLink>
<entryLink id="32c7-8fa5-e7c1-4642" name="Eyestinger Swarms" hidden="false" collective="false" import="true" targetId="4c64-fe95-b8a5-18dd" type="selectionEntry">
<modifiers>
<modifier type="set" field="hidden" value="true">
<conditions>
<condition field="selections" scope="roster" value="0.0" percentValue="false" shared="true" includeChildSelections="true" includeChildForces="false" childId="d3de-ed3d-b50e-05a6" type="equalTo"/>
</conditions>
</modifier>
</modifiers>
<categoryLinks>
<categoryLink id="82b5-aa55-52e2-22b5" name="New CategoryLink" hidden="false" targetId="ff36a6f3-19bf-4f48-8956-adacfd28fe74" primary="true"/>
</categoryLinks>
</entryLink>
<entryLink id="8648-252d-3513-c769" name="Eyestinger Swarms" hidden="false" collective="false" import="true" targetId="4c64-fe95-b8a5-18dd" type="selectionEntry">
<modifiers>
<modifier type="set" field="hidden" value="true">
<conditions>
<condition field="selections" scope="roster" value="1.0" percentValue="false" shared="true" includeChildSelections="true" includeChildForces="false" childId="d3de-ed3d-b50e-05a6" type="equalTo"/>
</conditions>
</modifier>
</modifiers>
<categoryLinks>
<categoryLink id="3d72-f5a7-7bba-0557" name="New CategoryLink" hidden="false" targetId="c274d0b0-5866-44bc-9810-91c136ae7438" primary="true"/>
</categoryLinks>
</entryLink>
<entryLink id="73e9-d1c9-a6bc-d7e9" name="Sludge-grubs" hidden="false" collective="false" import="true" targetId="3f16-acb0-a9aa-892c" type="selectionEntry">
<modifiers>
<modifier type="set" field="hidden" value="true">
<conditions>
<condition field="selections" scope="roster" value="0.0" percentValue="false" shared="true" includeChildSelections="true" includeChildForces="false" childId="d3de-ed3d-b50e-05a6" type="equalTo"/>
</conditions>
</modifier>
</modifiers>
<categoryLinks>
<categoryLink id="23c1-0052-51d5-1ddd" name="New CategoryLink" hidden="false" targetId="ff36a6f3-19bf-4f48-8956-adacfd28fe74" primary="true"/>
</categoryLinks>
</entryLink>
<entryLink id="d9e0-6f42-b2d1-f97e" name="Sludge-grubs" hidden="false" collective="false" import="true" targetId="3f16-acb0-a9aa-892c" type="selectionEntry">
<modifiers>
<modifier type="set" field="hidden" value="true">
<conditions>
<condition field="selections" scope="roster" value="1.0" percentValue="false" shared="true" includeChildSelections="true" includeChildForces="false" childId="d3de-ed3d-b50e-05a6" type="equalTo"/>
</conditions>
</modifier>
</modifiers>
<categoryLinks>
<categoryLink id="ace2-9589-9fc5-69e8" name="New CategoryLink" hidden="false" targetId="c274d0b0-5866-44bc-9810-91c136ae7438" primary="true"/>
</categoryLinks>
</entryLink>
</entryLinks>
<sharedSelectionEntries>
<selectionEntry id="315e-14a1-7b76-bcb6" name="Vulgrar Thrice-Cursed" publicationId="7fe3-1c65-pubN66333" page="9" hidden="false" collective="false" import="true" type="model">
<constraints>
<constraint field="selections" scope="roster" value="1.0" percentValue="false" shared="true" includeChildSelections="true" includeChildForces="false" id="3cc5-e0ff-7876-fd1a" type="max"/>
</constraints>
<profiles>
<profile id="133b-0d58-aa90-86ee" name="Vulgrar Thrice-cursed" hidden="false" typeId="800f-21d0-4387-c943" typeName="Unit">
<characteristics>
<characteristic name="M" typeId="0bdf-a96e-9e38-7779">5"</characteristic>
<characteristic name="WS" typeId="e7f0-1278-0250-df0c">3+</characteristic>
<characteristic name="BS" typeId="381b-eb28-74c3-df5f">6+</characteristic>
<characteristic name="S" typeId="2218-aa3c-265f-2939">5</characteristic>
<characteristic name="T" typeId="9c9f-9774-a358-3a39">5</characteristic>
<characteristic name="W" typeId="f330-5e6e-4110-0978">5</characteristic>
<characteristic name="A" typeId="13fc-b29b-31f2-ab9f">4</characteristic>
<characteristic name="Ld" typeId="00ca-f8b8-876d-b705">9</characteristic>
<characteristic name="Save" typeId="c0df-df94-abd7-e8d3">6+</characteristic>
</characteristics>
</profile>
<profile id="baa3-09fd-41db-22ed" name="Lord of Resentment" hidden="false" typeId="72c5eafc-75bf-4ed9-b425-78009f1efe82" typeName="Abilities">
<characteristics>
<characteristic name="Description" typeId="21befb24-fc85-4f52-a745-64b2e48f8228">Re-roll hit rolls of 1 made for friendly GELLERPOX INFECTED units within 6" of Vulgrar Thrice-Cursed.</characteristic>
</characteristics>
</profile>
<profile id="f094-386a-1787-1d79" name="Bionic Abomination" hidden="false" typeId="72c5eafc-75bf-4ed9-b425-78009f1efe82" typeName="Abilities">
<characteristics>
<characteristic name="Description" typeId="21befb24-fc85-4f52-a745-64b2e48f8228">Vulgrar Thrice-Cursed has a 5+ invulnerable save.</characteristic>
</characteristics>
</profile>
</profiles>
<infoLinks>
<infoLink id="f8b7-e454-eb3c-d539" name="Disgustingly Resilient" hidden="false" targetId="f510-c281-a5f7-c8aa" type="profile"/>
<infoLink id="6dd7-c319-cea2-e9f0" name="Horrific Visage" hidden="false" targetId="cfd8-92a0-d5c1-2820" type="profile"/>
</infoLinks>
<categoryLinks>
<categoryLink id="ba71-195c-f39d-df71" name="Chaos" hidden="false" targetId="5cf1-acf2-ca3b-c2e5" primary="false"/>
<categoryLink id="aa54-1307-828b-b4f7" name="Faction: Gellerpox Infected" hidden="false" targetId="869b-3b9f-1b74-d4cf" primary="false"/>
<categoryLink id="6361-f2a7-4e73-bf7b" name="Nurgle" hidden="false" targetId="edbd-96e0-f3b7-87f2" primary="false"/>
<categoryLink id="b4ec-dd75-e806-aea8" name="Character" hidden="false" targetId="ef18-746a-369f-43a4" primary="false"/>
<categoryLink id="1504-1912-25d7-2a46" name="Infantry" hidden="false" targetId="3d52-fccf-10c0-3fae" primary="false"/>
<categoryLink id="a203-b794-7730-8026" name="Twisted Lord" hidden="false" targetId="a845-285a-3cce-6a17" primary="false"/>
<categoryLink id="b556-bf47-4740-a01e" name="Vulgrar Thrice-Cursed" hidden="false" targetId="5d26-4e41-0730-d675" primary="false"/>
</categoryLinks>
<selectionEntries>
<selectionEntry id="8ff9-9c34-8f60-82f8" name="Belly-flamer" hidden="false" collective="false" import="true" type="upgrade">
<constraints>
<constraint field="selections" scope="parent" value="1.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" id="0cdb-25dc-a3e8-f1e2" type="max"/>
<constraint field="selections" scope="parent" value="1.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" id="92ff-34c4-847d-6eec" type="min"/>
</constraints>
<profiles>
<profile id="8452-c73a-046f-e1d4" name="Belly-flamer" hidden="false" typeId="d5f97c0b-9fc9-478d-aa34-a7c414d3ea48" typeName="Weapon">
<characteristics>
<characteristic name="Range" typeId="6fa97fa8-ea74-4a27-a0fb-bc4e5f367464">8"</characteristic>
<characteristic name="Type" typeId="077c342f-d7b9-45c6-b8af-88e97cafd3a2">Assault D6</characteristic>
<characteristic name="S" typeId="59b1-319e-ec13-d466">4</characteristic>
<characteristic name="AP" typeId="75aa-a838-b675-6484">0</characteristic>
<characteristic name="D" typeId="ae8a-3137-d65b-4ca7">1</characteristic>
<characteristic name="Abilities" typeId="837d-5e63-aeb7-1410">This weapon automatically hits its target.</characteristic>
</characteristics>
</profile>
</profiles>
<costs>
<cost name=" PL" typeId="e356-c769-5920-6e14" value="0.0"/>
<cost name="pts" typeId="points" value="0.0"/>
<cost name="CP" typeId="2d3b-b544-ad49-fb75" value="0.0"/>
</costs>
</selectionEntry>
<selectionEntry id="c48e-0782-f590-d733" name="Fleshripper claws" hidden="false" collective="false" import="true" type="upgrade">
<constraints>
<constraint field="selections" scope="parent" value="1.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" id="3431-7357-6316-fa8b" type="min"/>
<constraint field="selections" scope="parent" value="1.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" id="341f-8413-9b01-c1bb" type="max"/>
</constraints>
<profiles>
<profile id="d8aa-e67a-0292-2b3b" name="Fleshripper claws" hidden="false" typeId="d5f97c0b-9fc9-478d-aa34-a7c414d3ea48" typeName="Weapon">
<characteristics>
<characteristic name="Range" typeId="6fa97fa8-ea74-4a27-a0fb-bc4e5f367464">Melee</characteristic>
<characteristic name="Type" typeId="077c342f-d7b9-45c6-b8af-88e97cafd3a2">Melee</characteristic>
<characteristic name="S" typeId="59b1-319e-ec13-d466">+1</characteristic>
<characteristic name="AP" typeId="75aa-a838-b675-6484">-2</characteristic>
<characteristic name="D" typeId="ae8a-3137-d65b-4ca7">2</characteristic>
<characteristic name="Abilities" typeId="837d-5e63-aeb7-1410">-</characteristic>
</characteristics>
</profile>
</profiles>
<costs>
<cost name=" PL" typeId="e356-c769-5920-6e14" value="0.0"/>
<cost name="pts" typeId="points" value="0.0"/>
<cost name="CP" typeId="2d3b-b544-ad49-fb75" value="0.0"/>
</costs>
</selectionEntry>
</selectionEntries>
<entryLinks>
<entryLink id="2f37-467a-b8b2-f84b" name="Warlord" hidden="false" collective="false" import="true" targetId="5ef3-210c-d69e-bbd3" type="selectionEntry"/>
<entryLink id="4b79-b5eb-26c9-f6b4" name="Warlord Traits" hidden="false" collective="false" import="true" targetId="d440-98c0-f672-a810" type="selectionEntryGroup"/>
</entryLinks>
<costs>
<cost name=" PL" typeId="e356-c769-5920-6e14" value="5.0"/>
<cost name="pts" typeId="points" value="70.0"/>
<cost name="CP" typeId="2d3b-b544-ad49-fb75" value="0.0"/>
</costs>
</selectionEntry>
<selectionEntry id="5ef3-210c-d69e-bbd3" name="Warlord" hidden="false" collective="false" import="true" type="upgrade">
<constraints>
<constraint field="selections" scope="parent" value="1.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" id="893a-7d59-4d87-d921" type="max"/>
</constraints>
<categoryLinks>
<categoryLink id="74a4-fad5-bb3f-0e23" name="Warlord" hidden="false" targetId="ae09-117e-a6fa-316b" primary="false"/>
</categoryLinks>
<costs>
<cost name=" PL" typeId="e356-c769-5920-6e14" value="0.0"/>
<cost name="pts" typeId="points" value="0.0"/>
<cost name="CP" typeId="2d3b-b544-ad49-fb75" value="0.0"/>
</costs>
</selectionEntry>
<selectionEntry id="68f2-eff8-fdf1-f38d" name="The Vox Shamblers" publicationId="7fe3-1c65-pubN66333" page="11" hidden="false" collective="false" import="true" type="unit">
<constraints>
<constraint field="selections" scope="roster" value="1.0" percentValue="false" shared="true" includeChildSelections="true" includeChildForces="false" id="154e-e307-5d27-76bf" type="max"/>
</constraints>
<profiles>
<profile id="c625-8374-dc19-9a29" name="Gellercaust Mask" hidden="false" typeId="72c5eafc-75bf-4ed9-b425-78009f1efe82" typeName="Abilities">
<characteristics>
<characteristic name="Description" typeId="21befb24-fc85-4f52-a745-64b2e48f8228">Models in this unit have a 5+ invulnerable save. Each time you roll an unmodified saving throw of 6 for this model in the Fight phase, the unit that made the attack suffers 1 mortal wound after it has made all of its attacks.</characteristic>
</characteristics>
</profile>
</profiles>
<infoLinks>
<infoLink id="5f24-130d-7ff8-3f7c" name="Vulgrar's Followers" hidden="false" targetId="d0e1-50c5-94fb-e6d1" type="rule"/>
<infoLink id="b3f4-4f6b-a9f0-fe2f" name="Disgustingly Resilient" hidden="false" targetId="f510-c281-a5f7-c8aa" type="profile"/>
</infoLinks>
<categoryLinks>
<categoryLink id="b688-0f8f-aa0f-dfb3" name="Chaos" hidden="false" targetId="5cf1-acf2-ca3b-c2e5" primary="false"/>
<categoryLink id="7f36-b539-603f-6a8c" name="Faction: Gellerpox Infected" hidden="false" targetId="869b-3b9f-1b74-d4cf" primary="false"/>
<categoryLink id="6702-b58a-e21b-7843" name="Nurgle" hidden="false" targetId="edbd-96e0-f3b7-87f2" primary="false"/>
<categoryLink id="5850-b4d7-85e0-3e57" name="Infantry" hidden="false" targetId="3d52-fccf-10c0-3fae" primary="false"/>
<categoryLink id="bcfc-2cc3-ea93-85ef" name="Gellerpox Mutants" hidden="false" targetId="8908-9aa8-01c8-eeae" primary="false"/>
<categoryLink id="9e4b-bf28-1fa6-e4ec" name="Vox-Shamblers" hidden="false" targetId="d8c7-bf01-b3b7-eaf3" primary="false"/>
</categoryLinks>
<selectionEntries>
<selectionEntry id="078c-b08e-d01e-0d31" name="Gellerpox Mutant" hidden="false" collective="false" import="true" type="model">
<constraints>
<constraint field="selections" scope="parent" value="3.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" id="8076-3218-3928-676a" type="max"/>
<constraint field="selections" scope="parent" value="3.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" id="eab5-14bd-2ba2-f272" type="min"/>
</constraints>
<profiles>
<profile id="7101-25d1-fdee-96e4" name="Gellerpox Mutant" hidden="false" typeId="800f-21d0-4387-c943" typeName="Unit">
<characteristics>
<characteristic name="M" typeId="0bdf-a96e-9e38-7779">5"</characteristic>
<characteristic name="WS" typeId="e7f0-1278-0250-df0c">4+</characteristic>
<characteristic name="BS" typeId="381b-eb28-74c3-df5f">4+</characteristic>
<characteristic name="S" typeId="2218-aa3c-265f-2939">4</characteristic>
<characteristic name="T" typeId="9c9f-9774-a358-3a39">4</characteristic>
<characteristic name="W" typeId="f330-5e6e-4110-0978">1</characteristic>
<characteristic name="A" typeId="13fc-b29b-31f2-ab9f">2</characteristic>
<characteristic name="Ld" typeId="00ca-f8b8-876d-b705">6</characteristic>
<characteristic name="Save" typeId="c0df-df94-abd7-e8d3">6+</characteristic>
</characteristics>
</profile>
</profiles>
<selectionEntries>
<selectionEntry id="27c2-fa55-0967-425a" name="Mutated limbs and improvised weapons" hidden="false" collective="true" import="true" type="upgrade">
<constraints>
<constraint field="selections" scope="parent" value="1.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" id="9fc3-55bc-17fd-5c5d" type="max"/>
<constraint field="selections" scope="parent" value="1.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" id="1d4e-6a25-9dec-71c4" type="min"/>
</constraints>
<profiles>
<profile id="c268-de82-675b-7a81" name="Mutated limbs and improvised weapons" hidden="false" typeId="d5f97c0b-9fc9-478d-aa34-a7c414d3ea48" typeName="Weapon">
<characteristics>
<characteristic name="Range" typeId="6fa97fa8-ea74-4a27-a0fb-bc4e5f367464">Melee</characteristic>
<characteristic name="Type" typeId="077c342f-d7b9-45c6-b8af-88e97cafd3a2">Melee</characteristic>
<characteristic name="S" typeId="59b1-319e-ec13-d466">User</characteristic>
<characteristic name="AP" typeId="75aa-a838-b675-6484">-1</characteristic>
<characteristic name="D" typeId="ae8a-3137-d65b-4ca7">1</characteristic>
<characteristic name="Abilities" typeId="837d-5e63-aeb7-1410">-</characteristic>
</characteristics>
</profile>
</profiles>
<costs>
<cost name=" PL" typeId="e356-c769-5920-6e14" value="0.0"/>
<cost name="pts" typeId="points" value="0.0"/>
<cost name="CP" typeId="2d3b-b544-ad49-fb75" value="0.0"/>
</costs>
</selectionEntry>
<selectionEntry id="b009-dda5-f605-4ab9" name="Frag grenades" hidden="false" collective="true" import="true" type="upgrade">
<constraints>
<constraint field="selections" scope="parent" value="1.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" id="bca2-71c5-369b-579a" type="max"/>
<constraint field="selections" scope="parent" value="1.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" id="aafe-91a9-188e-3a7d" type="min"/>
</constraints>
<infoLinks>
<infoLink id="6548-5d69-6099-1eaf" name="Frag grenade" hidden="false" targetId="fdd8-1a5f-5722-d6ee" type="profile"/>
</infoLinks>
<costs>
<cost name=" PL" typeId="e356-c769-5920-6e14" value="0.0"/>
<cost name="pts" typeId="points" value="0.0"/>
<cost name="CP" typeId="2d3b-b544-ad49-fb75" value="0.0"/>
</costs>
</selectionEntry>
</selectionEntries>
<costs>
<cost name="pts" typeId="points" value="9.0"/>
<cost name=" PL" typeId="e356-c769-5920-6e14" value="0.0"/>
<cost name="CP" typeId="2d3b-b544-ad49-fb75" value="0.0"/>
</costs>
</selectionEntry>
</selectionEntries>
<costs>
<cost name=" PL" typeId="e356-c769-5920-6e14" value="2.0"/>
<cost name="pts" typeId="points" value="0.0"/>
<cost name="CP" typeId="2d3b-b544-ad49-fb75" value="0.0"/>
</costs>
</selectionEntry>
<selectionEntry id="330f-3022-135d-9a1c" name="Glitchlings" publicationId="7fe3-1c65-pubN66333" page="13" hidden="false" collective="false" import="true" type="unit">
<constraints>
<constraint field="selections" scope="roster" value="1.0" percentValue="false" shared="true" includeChildSelections="true" includeChildForces="false" id="0977-d233-15c4-a2a2" type="max"/>
</constraints>
<profiles>
<profile id="5688-ca98-e8f6-009a" name="Glitchling" hidden="false" typeId="800f-21d0-4387-c943" typeName="Unit">
<characteristics>
<characteristic name="M" typeId="0bdf-a96e-9e38-7779">5"</characteristic>
<characteristic name="WS" typeId="e7f0-1278-0250-df0c">4+</characteristic>
<characteristic name="BS" typeId="381b-eb28-74c3-df5f">-</characteristic>
<characteristic name="S" typeId="2218-aa3c-265f-2939">2</characteristic>
<characteristic name="T" typeId="9c9f-9774-a358-3a39">2</characteristic>
<characteristic name="W" typeId="f330-5e6e-4110-0978">1</characteristic>
<characteristic name="A" typeId="13fc-b29b-31f2-ab9f">2</characteristic>
<characteristic name="Ld" typeId="00ca-f8b8-876d-b705">7</characteristic>
<characteristic name="Save" typeId="c0df-df94-abd7-e8d3">6+</characteristic>
</characteristics>
</profile>
<profile id="a2f6-79d4-d972-f3f2" name="Daemonic" hidden="false" typeId="72c5eafc-75bf-4ed9-b425-78009f1efe82" typeName="Abilities">
<characteristics>
<characteristic name="Description" typeId="21befb24-fc85-4f52-a745-64b2e48f8228">Models in this unit have a 5+ invulnerable save.</characteristic>
</characteristics>
</profile>
<profile id="f4d3-0005-a723-196b" name="Squishable" hidden="false" typeId="72c5eafc-75bf-4ed9-b425-78009f1efe82" typeName="Abilities">
<characteristics>
<characteristic name="Description" typeId="21befb24-fc85-4f52-a745-64b2e48f8228">Models in this unit only receive the benefit of their Disgustingly Resilient ability against attacks with a Damage characteristic of 1.</characteristic>
</characteristics>
</profile>
<profile id="1942-ec78-d46b-fa6c" name="Weapons Glitch" hidden="false" typeId="72c5eafc-75bf-4ed9-b425-78009f1efe82" typeName="Abilities">
<characteristics>
<characteristic name="Description" typeId="21befb24-fc85-4f52-a745-64b2e48f8228">Subtract 1 from hit rolls made for attacks with ranged weapons that target this unit.</characteristic>
</characteristics>
</profile>
</profiles>
<infoLinks>
<infoLink id="38bd-0724-d78b-e2d6" name="Disgustingly Resilient" hidden="false" targetId="f510-c281-a5f7-c8aa" type="profile"/>
<infoLink id="b86a-8407-abad-bd4c" name="Vulgrar's Followers" hidden="false" targetId="d0e1-50c5-94fb-e6d1" type="rule"/>
</infoLinks>
<categoryLinks>
<categoryLink id="7f61-fcd2-a113-d1f4" name="Chaos" hidden="false" targetId="5cf1-acf2-ca3b-c2e5" primary="false"/>
<categoryLink id="5f62-3369-b041-1dff" name="Faction: Gellerpox Infected" hidden="false" targetId="869b-3b9f-1b74-d4cf" primary="false"/>
<categoryLink id="431a-876e-76df-d7bd" name="Nurgle" hidden="false" targetId="edbd-96e0-f3b7-87f2" primary="false"/>
<categoryLink id="4192-5ebe-e809-c251" name="Infantry" hidden="false" targetId="3d52-fccf-10c0-3fae" primary="false"/>
<categoryLink id="83a8-be59-6b45-28df" name="Daemon" hidden="false" targetId="befd-6c62-0620-2b3c" primary="false"/>
<categoryLink id="896c-f4aa-3c53-89c7" name="Glitchlings" hidden="false" targetId="7403-5799-a94a-85f8" primary="false"/>
</categoryLinks>
<selectionEntries>
<selectionEntry id="e26d-143f-709c-cb23" name="Glitchling" hidden="false" collective="false" import="true" type="model">
<constraints>
<constraint field="selections" scope="parent" value="4.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" id="62c6-dae6-aaaa-b4d2" type="max"/>
<constraint field="selections" scope="parent" value="4.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" id="8ab9-b6fd-56aa-c3e2" type="min"/>
</constraints>
<selectionEntries>
<selectionEntry id="988d-3519-a475-3bd1" name="Diseased claws and fangs" hidden="false" collective="true" import="true" type="upgrade">
<constraints>
<constraint field="selections" scope="parent" value="1.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" id="caf1-a416-268a-4636" type="max"/>
<constraint field="selections" scope="parent" value="1.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" id="4577-2b7d-9de9-b99d" type="min"/>
</constraints>
<profiles>
<profile id="6c6a-8a04-e1c8-8a62" name="Diseased claws and fangs" hidden="false" typeId="d5f97c0b-9fc9-478d-aa34-a7c414d3ea48" typeName="Weapon">
<characteristics>
<characteristic name="Range" typeId="6fa97fa8-ea74-4a27-a0fb-bc4e5f367464">Melee</characteristic>
<characteristic name="Type" typeId="077c342f-d7b9-45c6-b8af-88e97cafd3a2">Melee</characteristic>
<characteristic name="S" typeId="59b1-319e-ec13-d466">User</characteristic>
<characteristic name="AP" typeId="75aa-a838-b675-6484">0</characteristic>
<characteristic name="D" typeId="ae8a-3137-d65b-4ca7">1</characteristic>
<characteristic name="Abilities" typeId="837d-5e63-aeb7-1410">Re-roll wound rolls of 1 for this weapon.</characteristic>
</characteristics>
</profile>
</profiles>
<costs>
<cost name=" PL" typeId="e356-c769-5920-6e14" value="0.0"/>
<cost name="pts" typeId="points" value="0.0"/>
<cost name="CP" typeId="2d3b-b544-ad49-fb75" value="0.0"/>
</costs>
</selectionEntry>
</selectionEntries>
<costs>
<cost name="pts" typeId="points" value="5.0"/>
<cost name=" PL" typeId="e356-c769-5920-6e14" value="0.0"/>
<cost name="CP" typeId="2d3b-b544-ad49-fb75" value="0.0"/>
</costs>
</selectionEntry>
</selectionEntries>
<costs>
<cost name=" PL" typeId="e356-c769-5920-6e14" value="2.0"/>
<cost name="pts" typeId="points" value="0.0"/>
<cost name="CP" typeId="2d3b-b544-ad49-fb75" value="0.0"/>
</costs>
</selectionEntry>
<selectionEntry id="05d9-edbb-05a3-032d" name="The Hullbreakers" hidden="false" collective="false" import="true" type="unit">
<constraints>
<constraint field="selections" scope="roster" value="1.0" percentValue="false" shared="true" includeChildSelections="true" includeChildForces="false" id="48ee-235a-ea5e-da75" type="max"/>
</constraints>
<infoLinks>
<infoLink id="ad84-9927-f85f-e632" name="Vulgrar's Followers" hidden="false" targetId="d0e1-50c5-94fb-e6d1" type="rule"/>
<infoLink id="4437-deb8-f9c2-b8e8" name="Disgustingly Resilient" hidden="false" targetId="f510-c281-a5f7-c8aa" type="profile"/>
<infoLink id="3d17-984a-c4f5-8e19" name="Horrific Visage" hidden="false" targetId="cfd8-92a0-d5c1-2820" type="profile"/>
</infoLinks>
<categoryLinks>
<categoryLink id="099d-ae76-d047-d080" name="Chaos" hidden="false" targetId="5cf1-acf2-ca3b-c2e5" primary="false"/>
<categoryLink id="6912-338d-6718-fe29" name="Faction: Gellerpox Infected" hidden="false" targetId="869b-3b9f-1b74-d4cf" primary="false"/>
<categoryLink id="9433-472e-4f75-8d31" name="Nurgle" hidden="false" targetId="edbd-96e0-f3b7-87f2" primary="false"/>
<categoryLink id="9096-d692-4c95-c2da" name="Infantry" hidden="false" targetId="3d52-fccf-10c0-3fae" primary="false"/>
<categoryLink id="1cf6-448d-d290-8689" name="Nightmare Hulks" hidden="false" targetId="8238-9ecd-2d4c-8492" primary="false"/>
<categoryLink id="5f35-2dae-f82a-6ff2" name="Hullbreakers" hidden="false" targetId="508a-82d6-88e2-80f8" primary="false"/>
</categoryLinks>
<selectionEntries>
<selectionEntry id="932a-4bff-d3ab-cf59" name="Gnasher-Screamer" hidden="false" collective="false" import="true" type="model">
<constraints>
<constraint field="selections" scope="parent" value="1.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" id="aa24-f4dd-c9c6-667d" type="max"/>
<constraint field="selections" scope="parent" value="1.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" id="3533-8bce-b66f-a224" type="min"/>
</constraints>
<profiles>
<profile id="b699-06f6-f348-a152" name="Gnasher-Screamer" hidden="false" typeId="800f-21d0-4387-c943" typeName="Unit">
<characteristics>
<characteristic name="M" typeId="0bdf-a96e-9e38-7779">5"</characteristic>
<characteristic name="WS" typeId="e7f0-1278-0250-df0c">4+</characteristic>
<characteristic name="BS" typeId="381b-eb28-74c3-df5f">-</characteristic>
<characteristic name="S" typeId="2218-aa3c-265f-2939">5</characteristic>
<characteristic name="T" typeId="9c9f-9774-a358-3a39">5</characteristic>
<characteristic name="W" typeId="f330-5e6e-4110-0978">4</characteristic>
<characteristic name="A" typeId="13fc-b29b-31f2-ab9f">4</characteristic>
<characteristic name="Ld" typeId="00ca-f8b8-876d-b705">8</characteristic>
<characteristic name="Save" typeId="c0df-df94-abd7-e8d3">6+</characteristic>
</characteristics>
</profile>
</profiles>
<selectionEntries>
<selectionEntry id="03d3-bc92-139c-fcb4" name="Plague Cleaver" hidden="false" collective="false" import="true" type="upgrade">
<constraints>
<constraint field="selections" scope="parent" value="1.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" id="ea8b-dea4-a47b-4980" type="max"/>
<constraint field="selections" scope="parent" value="1.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" id="fadf-9034-71cb-6d81" type="min"/>
</constraints>
<profiles>
<profile id="1909-ce0f-8aa2-52a8" name="Plague Cleaver" hidden="false" typeId="d5f97c0b-9fc9-478d-aa34-a7c414d3ea48" typeName="Weapon">
<characteristics>
<characteristic name="Range" typeId="6fa97fa8-ea74-4a27-a0fb-bc4e5f367464">Melee</characteristic>
<characteristic name="Type" typeId="077c342f-d7b9-45c6-b8af-88e97cafd3a2">Melee</characteristic>
<characteristic name="S" typeId="59b1-319e-ec13-d466">User</characteristic>
<characteristic name="AP" typeId="75aa-a838-b675-6484">-2</characteristic>
<characteristic name="D" typeId="ae8a-3137-d65b-4ca7">2</characteristic>
<characteristic name="Abilities" typeId="837d-5e63-aeb7-1410">Re-roll wound rolls of 1 for this weapon.</characteristic>
</characteristics>
</profile>
</profiles>
<costs>
<cost name=" PL" typeId="e356-c769-5920-6e14" value="0.0"/>
<cost name="pts" typeId="points" value="0.0"/>
<cost name="CP" typeId="2d3b-b544-ad49-fb75" value="0.0"/>
</costs>
</selectionEntry>
</selectionEntries>
<entryLinks>
<entryLink id="0774-2652-5b1f-afa0" name="Hideous Mutations" hidden="false" collective="false" import="true" targetId="771e-fa94-e549-6beb" type="selectionEntry"/>
</entryLinks>
<costs>
<cost name="pts" typeId="points" value="35.0"/>
<cost name=" PL" typeId="e356-c769-5920-6e14" value="0.0"/>
<cost name="CP" typeId="2d3b-b544-ad49-fb75" value="0.0"/>
</costs>
</selectionEntry>
<selectionEntry id="9622-928e-adcf-d1d4" name="Nightmare Hulk" hidden="false" collective="false" import="true" type="model">
<constraints>
<constraint field="selections" scope="parent" value="2.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" id="e9c5-10ed-2de3-bb58" type="max"/>
<constraint field="selections" scope="parent" value="2.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" id="934d-16cb-fc35-6ec8" type="min"/>
</constraints>
<profiles>
<profile id="85d5-dccc-58cc-94d7" name="Nightmare Hulk" hidden="false" typeId="800f-21d0-4387-c943" typeName="Unit">
<characteristics>
<characteristic name="M" typeId="0bdf-a96e-9e38-7779">5"</characteristic>
<characteristic name="WS" typeId="e7f0-1278-0250-df0c">4+</characteristic>
<characteristic name="BS" typeId="381b-eb28-74c3-df5f">-</characteristic>
<characteristic name="S" typeId="2218-aa3c-265f-2939">5</characteristic>
<characteristic name="T" typeId="9c9f-9774-a358-3a39">5</characteristic>
<characteristic name="W" typeId="f330-5e6e-4110-0978">4</characteristic>
<characteristic name="A" typeId="13fc-b29b-31f2-ab9f">3</characteristic>
<characteristic name="Ld" typeId="00ca-f8b8-876d-b705">7</characteristic>
<characteristic name="Save" typeId="c0df-df94-abd7-e8d3">6+</characteristic>
</characteristics>
</profile>
</profiles>
<entryLinks>
<entryLink id="27c5-6b50-2c82-2ddb" name="Hideous Mutations" hidden="false" collective="false" import="true" targetId="771e-fa94-e549-6beb" type="selectionEntry"/>
</entryLinks>
<costs>
<cost name="pts" typeId="points" value="35.0"/>
<cost name=" PL" typeId="e356-c769-5920-6e14" value="0.0"/>
<cost name="CP" typeId="2d3b-b544-ad49-fb75" value="0.0"/>
</costs>
</selectionEntry>
</selectionEntries>
<costs>
<cost name=" PL" typeId="e356-c769-5920-6e14" value="6.0"/>
<cost name="pts" typeId="points" value="0.0"/>
<cost name="CP" typeId="2d3b-b544-ad49-fb75" value="0.0"/>
</costs>
</selectionEntry>
<selectionEntry id="771e-fa94-e549-6beb" name="Hideous Mutations" hidden="false" collective="true" import="true" type="upgrade">
<constraints>
<constraint field="selections" scope="parent" value="1.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" id="7a88-4da9-e36d-4ba0" type="max"/>
<constraint field="selections" scope="parent" value="1.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" id="69ed-3b65-1b0f-efe4" type="min"/>
</constraints>
<profiles>
<profile id="91d1-25a4-769e-3e42" name="Hideous Mutations" hidden="false" typeId="d5f97c0b-9fc9-478d-aa34-a7c414d3ea48" typeName="Weapon">
<characteristics>
<characteristic name="Range" typeId="6fa97fa8-ea74-4a27-a0fb-bc4e5f367464">Melee</characteristic>
<characteristic name="Type" typeId="077c342f-d7b9-45c6-b8af-88e97cafd3a2">Melee</characteristic>
<characteristic name="S" typeId="59b1-319e-ec13-d466">User</characteristic>
<characteristic name="AP" typeId="75aa-a838-b675-6484">-2</characteristic>
<characteristic name="D" typeId="ae8a-3137-d65b-4ca7">2</characteristic>
<characteristic name="Abilities" typeId="837d-5e63-aeb7-1410">-</characteristic>
</characteristics>
</profile>
</profiles>
<costs>
<cost name=" PL" typeId="e356-c769-5920-6e14" value="0.0"/>
<cost name="pts" typeId="points" value="0.0"/>
<cost name="CP" typeId="2d3b-b544-ad49-fb75" value="0.0"/>
</costs>
</selectionEntry>
<selectionEntry id="e4ce-4a90-5081-0d75" name="Cursemites" hidden="false" collective="false" import="true" type="unit">
<constraints>
<constraint field="selections" scope="roster" value="1.0" percentValue="false" shared="true" includeChildSelections="true" includeChildForces="false" id="3a8c-86f3-b811-56d4" type="max"/>
</constraints>
<profiles>
<profile id="7766-fef9-c788-d667" name="Leaping Insectoids" hidden="false" typeId="72c5eafc-75bf-4ed9-b425-78009f1efe82" typeName="Abilities">
<characteristics>
<characteristic name="Description" typeId="21befb24-fc85-4f52-a745-64b2e48f8228">You can re-roll failed charge rolls for this unit. In addition, whenever this unit piles in or consolidates, it can move up to 6" instead of 3".</characteristic>
</characteristics>
</profile>
</profiles>
<infoLinks>
<infoLink id="4d58-f658-0886-c497" name="Vulgrar's Followers" hidden="false" targetId="d0e1-50c5-94fb-e6d1" type="rule"/>
<infoLink id="4891-ca02-e31f-7a04" name="Mutoid Vermin" hidden="false" targetId="dad0-6c93-0eae-a6e4" type="profile"/>
</infoLinks>
<categoryLinks>
<categoryLink id="333e-2ace-be82-dbb3" name="Chaos" hidden="false" targetId="5cf1-acf2-ca3b-c2e5" primary="false"/>
<categoryLink id="8829-ad31-ee5e-6512" name="Faction: Gellerpox Infected" hidden="false" targetId="869b-3b9f-1b74-d4cf" primary="false"/>
<categoryLink id="bb2c-e916-fa8e-5c9c" name="Nurgle" hidden="false" targetId="edbd-96e0-f3b7-87f2" primary="false"/>
<categoryLink id="6bb5-c1be-0d16-43f2" name="Beast" hidden="false" targetId="7892-58f7-e769-4d87" primary="false"/>
<categoryLink id="4a10-c5e8-db37-0d76" name="Mutoid Vermin" hidden="false" targetId="46a8-6c77-7ce9-eb33" primary="false"/>
<categoryLink id="0f30-c28e-7369-486f" name="Cursemites" hidden="false" targetId="4a93-829f-b292-e19e" primary="false"/>
</categoryLinks>
<selectionEntries>
<selectionEntry id="9104-e3d1-416e-a548" name="Cursemite" hidden="false" collective="false" import="true" type="model">
<constraints>
<constraint field="selections" scope="parent" value="4.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" id="07dc-4cc5-6634-a1d2" type="max"/>
<constraint field="selections" scope="parent" value="4.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" id="2039-b7b2-0ead-5ada" type="min"/>
</constraints>
<profiles>
<profile id="16b1-4fc5-fde4-2096" name="Cursemite" hidden="false" typeId="800f-21d0-4387-c943" typeName="Unit">
<characteristics>
<characteristic name="M" typeId="0bdf-a96e-9e38-7779">8"</characteristic>
<characteristic name="WS" typeId="e7f0-1278-0250-df0c">4+</characteristic>
<characteristic name="BS" typeId="381b-eb28-74c3-df5f">-</characteristic>
<characteristic name="S" typeId="2218-aa3c-265f-2939">2</characteristic>
<characteristic name="T" typeId="9c9f-9774-a358-3a39">2</characteristic>
<characteristic name="W" typeId="f330-5e6e-4110-0978">1</characteristic>
<characteristic name="A" typeId="13fc-b29b-31f2-ab9f">2</characteristic>
<characteristic name="Ld" typeId="00ca-f8b8-876d-b705">8</characteristic>
<characteristic name="Save" typeId="c0df-df94-abd7-e8d3">6+</characteristic>
</characteristics>
</profile>
</profiles>
<selectionEntries>
<selectionEntry id="9e0b-2c14-4d1f-fcca" name="Bloodsucking proboscis" hidden="false" collective="true" import="true" type="upgrade">
<constraints>
<constraint field="selections" scope="parent" value="1.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" id="8591-ced4-604e-a110" type="max"/>
<constraint field="selections" scope="parent" value="1.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" id="d133-cd14-0b87-0b7f" type="min"/>
</constraints>
<profiles>
<profile id="36af-cb33-0d5d-d74c" name="Bloodsucking proboscis" hidden="false" typeId="d5f97c0b-9fc9-478d-aa34-a7c414d3ea48" typeName="Weapon">
<characteristics>
<characteristic name="Range" typeId="6fa97fa8-ea74-4a27-a0fb-bc4e5f367464">Melee</characteristic>
<characteristic name="Type" typeId="077c342f-d7b9-45c6-b8af-88e97cafd3a2">Melee</characteristic>
<characteristic name="S" typeId="59b1-319e-ec13-d466">User</characteristic>
<characteristic name="AP" typeId="75aa-a838-b675-6484">0</characteristic>
<characteristic name="D" typeId="ae8a-3137-d65b-4ca7">1</characteristic>
<characteristic name="Abilities" typeId="837d-5e63-aeb7-1410">Each unmodified hit roll of 6 made for an attack with this weapon scores 2 hits.</characteristic>
</characteristics>
</profile>
</profiles>
<costs>
<cost name=" PL" typeId="e356-c769-5920-6e14" value="0.0"/>
<cost name="pts" typeId="points" value="0.0"/>
<cost name="CP" typeId="2d3b-b544-ad49-fb75" value="0.0"/>
</costs>
</selectionEntry>
</selectionEntries>
<costs>
<cost name="pts" typeId="points" value="5.0"/>
<cost name=" PL" typeId="e356-c769-5920-6e14" value="0.0"/>
<cost name="CP" typeId="2d3b-b544-ad49-fb75" value="0.0"/>
</costs>
</selectionEntry>
</selectionEntries>
<costs>
<cost name=" PL" typeId="e356-c769-5920-6e14" value="1.0"/>
<cost name="pts" typeId="points" value="0.0"/>
<cost name="CP" typeId="2d3b-b544-ad49-fb75" value="0.0"/>
</costs>
</selectionEntry>
<selectionEntry id="4c64-fe95-b8a5-18dd" name="Eyestinger Swarms" hidden="false" collective="false" import="true" type="unit">
<constraints>
<constraint field="selections" scope="roster" value="1.0" percentValue="false" shared="true" includeChildSelections="true" includeChildForces="false" id="e035-4b9b-30d4-b8e6" type="max"/>
</constraints>
<profiles>
<profile id="c1c6-c246-7bcc-bab2" name="Buzzing Swarm" hidden="false" typeId="72c5eafc-75bf-4ed9-b425-78009f1efe82" typeName="Abilities">
<characteristics>
<characteristic name="Description" typeId="21befb24-fc85-4f52-a745-64b2e48f8228">Subtract 1 from hit rolls for attacks that target this unit.</characteristic>
</characteristics>
</profile>
<profile id="f6a2-0737-6a84-cc84" name="Hatchlings" hidden="false" typeId="72c5eafc-75bf-4ed9-b425-78009f1efe82" typeName="Abilities">
<characteristics>
<characteristic name="Description" typeId="21befb24-fc85-4f52-a745-64b2e48f8228">Add 1 slain model to this unit at the start of every turn.</characteristic>
</characteristics>
</profile>
</profiles>
<infoLinks>
<infoLink id="2414-fac2-cdda-3c82" name="Vulgrar's Followers" hidden="false" targetId="d0e1-50c5-94fb-e6d1" type="rule"/>
<infoLink id="69c5-8bc0-c717-a1fa" name="Mutoid Vermin" hidden="false" targetId="dad0-6c93-0eae-a6e4" type="profile"/>
</infoLinks>
<categoryLinks>
<categoryLink id="d6a7-9323-7a18-38b5" name="Chaos" hidden="false" targetId="5cf1-acf2-ca3b-c2e5" primary="false"/>
<categoryLink id="14c3-5690-7c2e-55d4" name="Faction: Gellerpox Infected" hidden="false" targetId="869b-3b9f-1b74-d4cf" primary="false"/>
<categoryLink id="dbd3-c39d-7bfa-386c" name="Nurgle" hidden="false" targetId="edbd-96e0-f3b7-87f2" primary="false"/>
<categoryLink id="0334-f766-2e83-3107" name="Swarm" hidden="false" targetId="7a53-eedc-8dbb-8505" primary="false"/>
<categoryLink id="7727-4b01-1304-5955" name="Fly" hidden="false" targetId="3117-16d8-fcef-4f56" primary="false"/>
<categoryLink id="41e5-31fb-4be9-6cde" name="Mutoid Vermin" hidden="false" targetId="46a8-6c77-7ce9-eb33" primary="false"/>
<categoryLink id="cc25-e0e5-8c50-602e" name="Eyestinger Swarms" hidden="false" targetId="d60b-bc07-12dc-2335" primary="false"/>
</categoryLinks>
<selectionEntries>
<selectionEntry id="e025-609a-021e-9e2c" name="Eyestinger Swarm" hidden="false" collective="false" import="true" type="model">
<constraints>
<constraint field="selections" scope="parent" value="4.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" id="cdb3-a13e-c8cd-b045" type="max"/>
<constraint field="selections" scope="parent" value="4.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" id="3a93-cbff-01da-7658" type="min"/>
</constraints>
<profiles>
<profile id="0999-30d2-2e2c-01ec" name="Eyestinger Swarm" hidden="false" typeId="800f-21d0-4387-c943" typeName="Unit">
<characteristics>
<characteristic name="M" typeId="0bdf-a96e-9e38-7779">10"</characteristic>
<characteristic name="WS" typeId="e7f0-1278-0250-df0c">4+</characteristic>
<characteristic name="BS" typeId="381b-eb28-74c3-df5f">-</characteristic>
<characteristic name="S" typeId="2218-aa3c-265f-2939">2</characteristic>
<characteristic name="T" typeId="9c9f-9774-a358-3a39">2</characteristic>
<characteristic name="W" typeId="f330-5e6e-4110-0978">1</characteristic>
<characteristic name="A" typeId="13fc-b29b-31f2-ab9f">D3</characteristic>
<characteristic name="Ld" typeId="00ca-f8b8-876d-b705">8</characteristic>
<characteristic name="Save" typeId="c0df-df94-abd7-e8d3">7+</characteristic>
</characteristics>
</profile>
</profiles>
<selectionEntries>
<selectionEntry id="4116-01a6-2390-e456" name="Spawning barb" hidden="false" collective="true" import="true" type="upgrade">
<constraints>
<constraint field="selections" scope="parent" value="1.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" id="5283-c226-94b9-72c8" type="max"/>
<constraint field="selections" scope="parent" value="1.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" id="c5bc-8f04-e41d-8df3" type="min"/>
</constraints>
<profiles>
<profile id="0699-3fb1-25c4-e90c" name="Spawning barb" hidden="false" typeId="d5f97c0b-9fc9-478d-aa34-a7c414d3ea48" typeName="Weapon">
<characteristics>
<characteristic name="Range" typeId="6fa97fa8-ea74-4a27-a0fb-bc4e5f367464">Melee</characteristic>
<characteristic name="Type" typeId="077c342f-d7b9-45c6-b8af-88e97cafd3a2">Melee</characteristic>
<characteristic name="S" typeId="59b1-319e-ec13-d466">User</characteristic>
<characteristic name="AP" typeId="75aa-a838-b675-6484">0</characteristic>
<characteristic name="D" typeId="ae8a-3137-d65b-4ca7">1</characteristic>
<characteristic name="Abilities" typeId="837d-5e63-aeb7-1410">Each unmodified hit roll of 6 made for this weapon automatically results in a wound (do not make a wound roll for that attack).</characteristic>
</characteristics>
</profile>
</profiles>
<costs>
<cost name=" PL" typeId="e356-c769-5920-6e14" value="0.0"/>
<cost name="pts" typeId="points" value="0.0"/>
<cost name="CP" typeId="2d3b-b544-ad49-fb75" value="0.0"/>
</costs>
</selectionEntry>
</selectionEntries>
<costs>
<cost name="pts" typeId="points" value="5.0"/>
<cost name=" PL" typeId="e356-c769-5920-6e14" value="0.0"/>
<cost name="CP" typeId="2d3b-b544-ad49-fb75" value="0.0"/>
</costs>
</selectionEntry>
</selectionEntries>
<costs>
<cost name=" PL" typeId="e356-c769-5920-6e14" value="1.0"/>
<cost name="pts" typeId="points" value="0.0"/>
<cost name="CP" typeId="2d3b-b544-ad49-fb75" value="0.0"/>
</costs>
</selectionEntry>
<selectionEntry id="3f16-acb0-a9aa-892c" name="Sludge-grubs" hidden="false" collective="false" import="true" type="unit">
<constraints>
<constraint field="selections" scope="roster" value="1.0" percentValue="false" shared="true" includeChildSelections="true" includeChildForces="false" id="007a-2ef7-1b7f-cfa6" type="max"/>
</constraints>
<profiles>
<profile id="dbc1-082c-380e-e1f7" name="Caustic Blood" hidden="false" typeId="72c5eafc-75bf-4ed9-b425-78009f1efe82" typeName="Abilities">
<characteristics>
<characteristic name="Description" typeId="21befb24-fc85-4f52-a745-64b2e48f8228">Roll a D6 each time a model in this unit is slain in the Fight phase; on a 6 the unit that killed the model suffers a mortal wound after it has made all its attacks.</characteristic>
</characteristics>
</profile>
</profiles>
<infoLinks>
<infoLink id="c757-e875-7c8a-cd55" name="Vulgrar's Followers" hidden="false" targetId="d0e1-50c5-94fb-e6d1" type="rule"/>
<infoLink id="119e-19b4-d6e8-83f5" name="Mutoid Vermin" hidden="false" targetId="dad0-6c93-0eae-a6e4" type="profile"/>
</infoLinks>
<selectionEntries>
<selectionEntry id="18ba-55d5-8ad6-5463" name="Sludge-grub" hidden="false" collective="false" import="true" type="model">
<constraints>
<constraint field="selections" scope="parent" value="4.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" id="3c17-37e0-d484-8f3b" type="max"/>
<constraint field="selections" scope="parent" value="4.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" id="428f-b5a1-87b1-6be0" type="min"/>
</constraints>
<profiles>
<profile id="e772-5a1b-2e54-8ddb" name="Sludge-grub" hidden="false" typeId="800f-21d0-4387-c943" typeName="Unit">
<characteristics>
<characteristic name="M" typeId="0bdf-a96e-9e38-7779">5"</characteristic>
<characteristic name="WS" typeId="e7f0-1278-0250-df0c">4+</characteristic>
<characteristic name="BS" typeId="381b-eb28-74c3-df5f">4+</characteristic>
<characteristic name="S" typeId="2218-aa3c-265f-2939">3</characteristic>
<characteristic name="T" typeId="9c9f-9774-a358-3a39">2</characteristic>
<characteristic name="W" typeId="f330-5e6e-4110-0978">1</characteristic>
<characteristic name="A" typeId="13fc-b29b-31f2-ab9f">1</characteristic>
<characteristic name="Ld" typeId="00ca-f8b8-876d-b705">8</characteristic>
<characteristic name="Save" typeId="c0df-df94-abd7-e8d3">6+</characteristic>
</characteristics>
</profile>
</profiles>
<selectionEntries>
<selectionEntry id="79c8-919f-1088-048c" name="Acid Spit" hidden="false" collective="true" import="true" type="upgrade">
<constraints>
<constraint field="selections" scope="parent" value="1.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" id="5297-c4fe-c527-5f90" type="max"/>
<constraint field="selections" scope="parent" value="1.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" id="b848-3c9d-2054-482e" type="min"/>
</constraints>
<profiles>
<profile id="73dc-30ad-63a2-20b1" name="Acid Spit" hidden="false" typeId="d5f97c0b-9fc9-478d-aa34-a7c414d3ea48" typeName="Weapon">
<characteristics>
<characteristic name="Range" typeId="6fa97fa8-ea74-4a27-a0fb-bc4e5f367464">8"</characteristic>
<characteristic name="Type" typeId="077c342f-d7b9-45c6-b8af-88e97cafd3a2">Pistol 1</characteristic>
<characteristic name="S" typeId="59b1-319e-ec13-d466">User</characteristic>
<characteristic name="AP" typeId="75aa-a838-b675-6484">-1</characteristic>
<characteristic name="D" typeId="ae8a-3137-d65b-4ca7">1</characteristic>
<characteristic name="Abilities" typeId="837d-5e63-aeb7-1410">-</characteristic>
</characteristics>
</profile>
</profiles>
<costs>
<cost name=" PL" typeId="e356-c769-5920-6e14" value="0.0"/>
<cost name="pts" typeId="points" value="0.0"/>
<cost name="CP" typeId="2d3b-b544-ad49-fb75" value="0.0"/>
</costs>
</selectionEntry>
<selectionEntry id="45e0-2d05-6b2a-0879" name="Fanged maw and stinger" hidden="false" collective="true" import="true" type="upgrade">
<constraints>
<constraint field="selections" scope="parent" value="1.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" id="fbd9-e4fd-a2fe-1094" type="max"/>
<constraint field="selections" scope="parent" value="1.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" id="bd98-f718-c2e1-420c" type="min"/>
</constraints>
<profiles>
<profile id="9a31-090e-dc6b-b28f" name="Fanged maw and stinger" hidden="false" typeId="d5f97c0b-9fc9-478d-aa34-a7c414d3ea48" typeName="Weapon">
<characteristics>
<characteristic name="Range" typeId="6fa97fa8-ea74-4a27-a0fb-bc4e5f367464">Melee</characteristic>
<characteristic name="Type" typeId="077c342f-d7b9-45c6-b8af-88e97cafd3a2">Melee</characteristic>
<characteristic name="S" typeId="59b1-319e-ec13-d466">User</characteristic>
<characteristic name="AP" typeId="75aa-a838-b675-6484">-1</characteristic>
<characteristic name="D" typeId="ae8a-3137-d65b-4ca7">1</characteristic>
<characteristic name="Abilities" typeId="837d-5e63-aeb7-1410">-</characteristic>
</characteristics>
</profile>
</profiles>
<costs>
<cost name=" PL" typeId="e356-c769-5920-6e14" value="0.0"/>
<cost name="pts" typeId="points" value="0.0"/>
<cost name="CP" typeId="2d3b-b544-ad49-fb75" value="0.0"/>
</costs>
</selectionEntry>
</selectionEntries>
<costs>
<cost name="pts" typeId="points" value="5.0"/>
<cost name=" PL" typeId="e356-c769-5920-6e14" value="0.0"/>
<cost name="CP" typeId="2d3b-b544-ad49-fb75" value="0.0"/>
</costs>
</selectionEntry>
</selectionEntries>
<costs>
<cost name=" PL" typeId="e356-c769-5920-6e14" value="1.0"/>
<cost name="pts" typeId="points" value="0.0"/>
<cost name="CP" typeId="2d3b-b544-ad49-fb75" value="0.0"/>
</costs>
</selectionEntry>
</sharedSelectionEntries>
<sharedSelectionEntryGroups>
<selectionEntryGroup id="d440-98c0-f672-a810" name="Warlord Traits" hidden="false" collective="false" import="true">
<modifiers>
<modifier type="set" field="hidden" value="true">
<conditions>
<condition field="selections" scope="parent" value="0.0" percentValue="false" shared="true" includeChildSelections="true" includeChildForces="false" childId="5ef3-210c-d69e-bbd3" type="equalTo"/>
</conditions>
</modifier>
</modifiers>
<constraints>
<constraint field="selections" scope="parent" value="1.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" id="65a6-07dd-010e-df22" type="max"/>
</constraints>
<selectionEntries>
<selectionEntry id="8cc9-82fc-ec65-f587" name="Twisted Brilliance" hidden="false" collective="false" import="true" type="upgrade">
<constraints>
<constraint field="selections" scope="parent" value="1.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" id="9bc0-5406-1136-bdc0" type="max"/>
</constraints>
<profiles>
<profile id="4211-62c4-cd38-1620" name="Twisted Brilliance" hidden="false" typeId="72c5eafc-75bf-4ed9-b425-78009f1efe82" typeName="Abilities">
<characteristics>
<characteristic name="Description" typeId="21befb24-fc85-4f52-a745-64b2e48f8228">If your army is battle-forged, you receive 3 additional Command Points. These can only be spent to use Gellerpox Infected Stratagems.</characteristic>
</characteristics>
</profile>
</profiles>
<costs>
<cost name=" PL" typeId="e356-c769-5920-6e14" value="0.0"/>
<cost name="pts" typeId="points" value="0.0"/>
<cost name="CP" typeId="2d3b-b544-ad49-fb75" value="0.0"/>
</costs>
</selectionEntry>
</selectionEntries>
<entryLinks>
<entryLink id="5d2d-b3e7-287e-c92e" name="Warlord Traits (BRB)" hidden="false" collective="false" import="true" targetId="d442-1f03-d9da-e77f" type="selectionEntryGroup"/>
<entryLink id="5333-6846-20fb-aa5a" name="Warlord Traits (CA)" hidden="false" collective="false" import="true" targetId="f673-3d9b-bb1b-377f" type="selectionEntryGroup"/>
</entryLinks>
</selectionEntryGroup>
</sharedSelectionEntryGroups>
<sharedRules>
<rule id="d0e1-50c5-94fb-e6d1" name="Vulgrar's Followers" publicationId="7fe3-1c65-pubN66333" hidden="false">
<modifiers>
<modifier type="set" field="hidden" value="true">
<conditions>
<condition field="selections" scope="force" value="0.0" percentValue="false" shared="true" includeChildSelections="true" includeChildForces="false" childId="315e-14a1-7b76-bcb6" type="equalTo"/>
</conditions>
</modifier>
</modifiers>
<description>This ability has no effect unless your army includes VULGRAR THRICE-CURSED. If it does, you cannot set up any units with this ability before you have set up VULGRAR THRICE-CURSED. When you set up VULGRAR THRICE-CURSED during deployment, all units with this ability are set up at the same time. When you set up VULGRAR THRICE-CURSED on the battlefield for the first time, all units with this ability must be set up within 6" of him. If they cannot be set up, they count as destroyed.</description>
</rule>
</sharedRules>
<sharedProfiles>
<profile id="f510-c281-a5f7-c8aa" name="Disgustingly Resilient" hidden="false" typeId="72c5eafc-75bf-4ed9-b425-78009f1efe82" typeName="Abilities">
<characteristics>
<characteristic name="Description" typeId="21befb24-fc85-4f52-a745-64b2e48f8228">Roll a D6 each time a model with this ability loses a wound; on a 5+ that model does not lose that wound.</characteristic>
</characteristics>
</profile>
<profile id="cfd8-92a0-d5c1-2820" name="Horrific Visage" hidden="false" typeId="72c5eafc-75bf-4ed9-b425-78009f1efe82" typeName="Abilities">
<characteristics>
<characteristic name="Description" typeId="21befb24-fc85-4f52-a745-64b2e48f8228">Subtract 1 from the Leadership characteristic of units whilst they are within 6" of any enemy models with this ability.</characteristic>
</characteristics>
</profile>
<profile id="dad0-6c93-0eae-a6e4" name="Mutoid Vermin" hidden="false" typeId="72c5eafc-75bf-4ed9-b425-78009f1efe82" typeName="Abilities">
<modifiers>
<modifier type="set" field="hidden" value="true">
<conditions>
<condition field="selections" scope="roster" value="0.0" percentValue="false" shared="true" includeChildSelections="true" includeChildForces="false" childId="d3de-ed3d-b50e-05a6" type="equalTo"/>
</conditions>
</modifier>
</modifiers>
<characteristics>
<characteristic name="Description" typeId="21befb24-fc85-4f52-a745-64b2e48f8228">This unit does not take up a slot in a Detachment that includes Vulgrar Thrice-Cursed.</characteristic>
</characteristics>
</profile>
</sharedProfiles>
</catalogue>