Skip to content

Commit 8481ef6

Browse files
authored
Merge pull request #128 from Flamekebab/master
Fixing Cult of the Possessed mutation cost issue
2 parents 092d703 + a77f26b commit 8481ef6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Possessed.cat

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2702,7 +2702,7 @@ a -2 save modifier, regardless of the firer’s Strength.</description>
27022702
</selectionEntry>
27032703
</selectionEntries>
27042704
<costs>
2705-
<cost name="pts" typeId="points" value="20"/>
2705+
<cost name="pts" typeId="points" value="40"/>
27062706
<cost name="Warband Rating" typeId="wb-rating" value="0"/>
27072707
</costs>
27082708
</selectionEntry>
@@ -2728,7 +2728,7 @@ a -2 save modifier, regardless of the firer’s Strength.</description>
27282728
</selectionEntry>
27292729
</selectionEntries>
27302730
<costs>
2731-
<cost name="pts" typeId="points" value="50"/>
2731+
<cost name="pts" typeId="points" value="100"/>
27322732
<cost name="Warband Rating" typeId="wb-rating" value="0"/>
27332733
</costs>
27342734
</selectionEntry>
@@ -2754,7 +2754,7 @@ a -2 save modifier, regardless of the firer’s Strength.</description>
27542754
</selectionEntry>
27552755
</selectionEntries>
27562756
<costs>
2757-
<cost name="pts" typeId="points" value="35"/>
2757+
<cost name="pts" typeId="points" value="70"/>
27582758
<cost name="Warband Rating" typeId="wb-rating" value="0"/>
27592759
</costs>
27602760
</selectionEntry>
@@ -2783,7 +2783,7 @@ a -2 save modifier, regardless of the firer’s Strength.</description>
27832783
<entryLink id="6297d54b-6834-0b76-33ef-e8a1e34c9505" hidden="false" collective="false" import="true" targetId="492ef626-87b8-7b39-378d-38fbd1ffb131" type="selectionEntry" name="+1 M"/>
27842784
</entryLinks>
27852785
<costs>
2786-
<cost name="pts" typeId="points" value="40"/>
2786+
<cost name="pts" typeId="points" value="80"/>
27872787
<cost name="Warband Rating" typeId="wb-rating" value="0"/>
27882788
</costs>
27892789
</selectionEntry>
@@ -2809,7 +2809,7 @@ a -2 save modifier, regardless of the firer’s Strength.</description>
28092809
</selectionEntry>
28102810
</selectionEntries>
28112811
<costs>
2812-
<cost name="pts" typeId="points" value="30"/>
2812+
<cost name="pts" typeId="points" value="60"/>
28132813
<cost name="Warband Rating" typeId="wb-rating" value="0"/>
28142814
</costs>
28152815
</selectionEntry>
@@ -2835,7 +2835,7 @@ a -2 save modifier, regardless of the firer’s Strength.</description>
28352835
</selectionEntry>
28362836
</selectionEntries>
28372837
<costs>
2838-
<cost name="pts" typeId="points" value="35"/>
2838+
<cost name="pts" typeId="points" value="70"/>
28392839
<cost name="Warband Rating" typeId="wb-rating" value="0"/>
28402840
</costs>
28412841
</selectionEntry>
@@ -2861,7 +2861,7 @@ a -2 save modifier, regardless of the firer’s Strength.</description>
28612861
</selectionEntry>
28622862
</selectionEntries>
28632863
<costs>
2864-
<cost name="pts" typeId="points" value="40"/>
2864+
<cost name="pts" typeId="points" value="80"/>
28652865
<cost name="Warband Rating" typeId="wb-rating" value="0"/>
28662866
</costs>
28672867
</selectionEntry>
@@ -2887,7 +2887,7 @@ a -2 save modifier, regardless of the firer’s Strength.</description>
28872887
</selectionEntry>
28882888
</selectionEntries>
28892889
<costs>
2890-
<cost name="pts" typeId="points" value="40"/>
2890+
<cost name="pts" typeId="points" value="80"/>
28912891
<cost name="Warband Rating" typeId="wb-rating" value="0"/>
28922892
</costs>
28932893
</selectionEntry>
@@ -2917,7 +2917,7 @@ for details.</description>
29172917
</selectionEntry>
29182918
</selectionEntries>
29192919
<costs>
2920-
<cost name="pts" typeId="points" value="40"/>
2920+
<cost name="pts" typeId="points" value="80"/>
29212921
<cost name="Warband Rating" typeId="wb-rating" value="0"/>
29222922
</costs>
29232923
</selectionEntry>

0 commit comments

Comments
 (0)