Fixes for Cephalyx, Warlock/Warcaster Min Points
Set min points for Warcasters & Warlocks to -999 to avoid all lists being invalid. Updated Cephalyx, adding options for Merc Contract and/or Tiers of Theme. Fixed some incorrectly set "Roster" maximums that should have been set only as "Force" maximums.
This commit is contained in:
parent
82b2160607
commit
91d7b4f801
2 changed files with 280 additions and 93 deletions
|
|
@ -1,12 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<gameSystem id="b978a3ef-974a-4354-b82d-7965f519d3df" revision="4" battleScribeVersion="1.15" name="Warmachine" xmlns="http://www.battlescribe.net/schema/gameSystemSchema">
|
||||
<gameSystem id="b978a3ef-974a-4354-b82d-7965f519d3df" revision="5" battleScribeVersion="1.15" name="Warmachine" xmlns="http://www.battlescribe.net/schema/gameSystemSchema">
|
||||
<forceTypes>
|
||||
<forceType id="5374616e6461726423232344415441232323" name="Standard" minSelections="0" maxSelections="-1" minPoints="0.0" maxPoints="-1.0" minPercentage="0" maxPercentage="-1" countTowardsParentMinSelections="false" countTowardsParentMaxSelections="false" countTowardsParentMinPoints="false" countTowardsParentMaxPoints="false" countTowardsParentMinPercentage="false" countTowardsParentMaxPercentage="false">
|
||||
<categories>
|
||||
<category id="556e697423232344415441232323" name="Unit" minSelections="0" maxSelections="-1" minPoints="0.0" maxPoints="-1.0" minPercentage="0" maxPercentage="-1" countTowardsParentMinSelections="false" countTowardsParentMaxSelections="false" countTowardsParentMinPoints="false" countTowardsParentMaxPoints="false" countTowardsParentMinPercentage="false" countTowardsParentMaxPercentage="false">
|
||||
<modifiers/>
|
||||
</category>
|
||||
<category id="57617263617374657223232344415441232323" name="Warcaster" minSelections="0" maxSelections="-1" minPoints="0.0" maxPoints="-1.0" minPercentage="0" maxPercentage="-1" countTowardsParentMinSelections="false" countTowardsParentMaxSelections="false" countTowardsParentMinPoints="false" countTowardsParentMaxPoints="false" countTowardsParentMinPercentage="false" countTowardsParentMaxPercentage="false">
|
||||
<category id="57617263617374657223232344415441232323" name="Warcaster" minSelections="0" maxSelections="-1" minPoints="-999.0" maxPoints="-1.0" minPercentage="0" maxPercentage="-1" countTowardsParentMinSelections="false" countTowardsParentMaxSelections="false" countTowardsParentMinPoints="false" countTowardsParentMaxPoints="false" countTowardsParentMinPercentage="false" countTowardsParentMaxPercentage="false">
|
||||
<modifiers/>
|
||||
</category>
|
||||
<category id="536f6c6f23232344415441232323" name="Solo" minSelections="0" maxSelections="-1" minPoints="0.0" maxPoints="-1.0" minPercentage="0" maxPercentage="-1" countTowardsParentMinSelections="false" countTowardsParentMaxSelections="false" countTowardsParentMinPoints="false" countTowardsParentMaxPoints="false" countTowardsParentMinPercentage="false" countTowardsParentMaxPercentage="false">
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
<category id="576172626561737423232344415441232323" name="Warbeast" minSelections="0" maxSelections="-1" minPoints="0.0" maxPoints="-1.0" minPercentage="0" maxPercentage="-1" countTowardsParentMinSelections="false" countTowardsParentMaxSelections="false" countTowardsParentMinPoints="false" countTowardsParentMaxPoints="false" countTowardsParentMinPercentage="false" countTowardsParentMaxPercentage="false">
|
||||
<modifiers/>
|
||||
</category>
|
||||
<category id="5761726c6f636b23232344415441232323" name="Warlock" minSelections="0" maxSelections="-1" minPoints="0.0" maxPoints="-1.0" minPercentage="0" maxPercentage="-1" countTowardsParentMinSelections="false" countTowardsParentMaxSelections="false" countTowardsParentMinPoints="false" countTowardsParentMaxPoints="false" countTowardsParentMinPercentage="false" countTowardsParentMaxPercentage="false">
|
||||
<category id="5761726c6f636b23232344415441232323" name="Warlock" minSelections="0" maxSelections="-1" minPoints="-999.0" maxPoints="-1.0" minPercentage="0" maxPercentage="-1" countTowardsParentMinSelections="false" countTowardsParentMaxSelections="false" countTowardsParentMinPoints="false" countTowardsParentMaxPoints="false" countTowardsParentMinPercentage="false" countTowardsParentMaxPercentage="false">
|
||||
<modifiers/>
|
||||
</category>
|
||||
<category id="426174746c6520456e67696e6523232344415441232323" name="Battle Engine" minSelections="0" maxSelections="-1" minPoints="0.0" maxPoints="-1.0" minPercentage="0" maxPercentage="-1" countTowardsParentMinSelections="false" countTowardsParentMaxSelections="false" countTowardsParentMinPoints="false" countTowardsParentMaxPoints="false" countTowardsParentMinPercentage="false" countTowardsParentMaxPercentage="false">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue