Skip to content

Commit

Permalink
Crusade sub-force limit error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunamis55 committed Jan 27, 2025
1 parent 154dc8c commit b7e02b0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Warhammer 40,000.gst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<gameSystem xmlns="http://www.battlescribe.net/schema/gameSystemSchema" id="sys-352e-adc2-7639-d6a9" name="Warhammer 40,000 10th Edition" revision="25" battleScribeVersion="2.03" type="gameSystem">
<gameSystem xmlns="http://www.battlescribe.net/schema/gameSystemSchema" id="sys-352e-adc2-7639-d6a9" name="Warhammer 40,000 10th Edition" revision="26" battleScribeVersion="2.03" type="gameSystem">
<publications>
<publication id="48fc-15aa-b307-9443" name="10th Edition Core Rules" shortName="10th Ed Core"/>
<publication name="Github" hidden="false" id="8db3-575d-91b-47f8" shortName="BSData/wh40k-10e" publisherUrl="https://github.com/BSData/wh40k-10e"/>
Expand Down Expand Up @@ -499,9 +499,14 @@
<condition type="atLeast" value="1" field="selections" scope="roster" childId="4204-82d0-908c-a62a" shared="true" includeChildSelections="true"/>
</conditions>
</modifier>
<modifier type="set" value="1" field="21dc-d454-3048-5aeb">
<conditions>
<condition type="atLeast" value="1" field="forces" scope="roster" childId="cac3-71d1-ea4b-795d" shared="true" includeChildSelections="true" includeChildForces="true"/>
</conditions>
</modifier>
</modifiers>
<constraints>
<constraint type="min" value="1" field="forces" scope="roster" shared="true" id="21dc-d454-3048-5aeb" includeChildSelections="true" includeChildForces="true"/>
<constraint type="min" value="0" field="forces" scope="roster" shared="true" id="21dc-d454-3048-5aeb" includeChildSelections="true" includeChildForces="true"/>
<constraint type="max" value="1" field="forces" scope="roster" shared="true" id="97cd-724b-362c-071d" includeChildSelections="true" includeChildForces="true"/>
<constraint type="max" value="0" field="51b2-306e-1021-d207" scope="force" shared="true" id="57b7-ac0e-5d06-9ddb" includeChildSelections="true"/>
</constraints>
Expand Down

0 comments on commit b7e02b0

Please sign in to comment.