Skip to content

Commit

Permalink
Added Pit Fighters + fixed a couple more bugs
Browse files Browse the repository at this point in the history
Added Pit Fighters
Fixed Skill selection bug on promoted Lizardman.
Fixed unit group bug on Ostermarkers
  • Loading branch information
Irian81 committed Apr 15, 2024
1 parent d2f03b4 commit f056966
Show file tree
Hide file tree
Showing 4 changed files with 3,538 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Lizardmen.cat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<catalogue id="0845-6af8-5c39-3866ce12-79a1-424c-bda6" name="Lizardmen (1b)" revision="8" battleScribeVersion="2.03" authorName="David Brown" authorContact="Twitter: @dabrown_us" authorUrl="http://dabrown.us" library="false" gameSystemId="9481a749-7900-614b-1695-bdc2899069c1" gameSystemRevision="15" xmlns="http://www.battlescribe.net/schema/catalogueSchema" type="catalogue">
<catalogue id="0845-6af8-5c39-3866ce12-79a1-424c-bda6" name="Lizardmen (1b)" revision="9" battleScribeVersion="2.03" authorName="David Brown" authorContact="Twitter: @dabrown_us" authorUrl="http://dabrown.us" library="false" gameSystemId="9481a749-7900-614b-1695-bdc2899069c1" gameSystemRevision="15" xmlns="http://www.battlescribe.net/schema/catalogueSchema" type="catalogue">
<selectionEntries>
<selectionEntry id="889151de-4826-5f00-5dbb-fcf546ebedbb" name="Kroxigor" page="0" hidden="false" collective="false" import="true" type="model">
<constraints>
Expand Down Expand Up @@ -4334,7 +4334,7 @@ with a bow or crossbow (but not a crossbow pistol).</description>
</selectionEntryGroup>
<selectionEntryGroup id="39deaab7-93cc-922b-d866-f7368e56495a" name="Skills" hidden="false" collective="false" import="true">
<constraints>
<constraint field="selections" scope="parent" value="0" percentValue="false" shared="false" includeChildSelections="false" includeChildForces="false" id="minSelections" type="min"/>
<constraint field="selections" scope="parent" value="2" percentValue="false" shared="false" includeChildSelections="false" includeChildForces="false" id="minSelections" type="min"/>
<constraint field="selections" scope="parent" value="2" percentValue="false" shared="false" includeChildSelections="false" includeChildForces="false" id="maxSelections" type="max"/>
</constraints>
<selectionEntries>
Expand Down
17 changes: 16 additions & 1 deletion Ostermarkers.cat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<catalogue library="false" id="c315-31da-1718-4dde" name="Ostermarkers (1b)" gameSystemId="9481a749-7900-614b-1695-bdc2899069c1" gameSystemRevision="15" revision="2" battleScribeVersion="2.03" type="catalogue" xmlns="http://www.battlescribe.net/schema/catalogueSchema">
<catalogue library="false" id="c315-31da-1718-4dde" name="Ostermarkers (1b)" gameSystemId="9481a749-7900-614b-1695-bdc2899069c1" gameSystemRevision="15" revision="3" battleScribeVersion="2.03" type="catalogue" xmlns="http://www.battlescribe.net/schema/catalogueSchema">
<catalogueLinks>
<catalogueLink type="catalogue" name="common-data" id="70d7-f26c-2d0f-b6a1" targetId="e020-c282-277b-b173"/>
<catalogueLink type="catalogue" name="Characters" id="340f-935f-33ea-76d8" targetId="9bf78c55-7dba-4a44-90ce-10ed57d8b3a1"/>
Expand Down Expand Up @@ -1264,6 +1264,11 @@
<condition type="atLeast" value="1" field="selections" scope="parent" childId="534a-6ec6-5d82-da7f" shared="true"/>
</conditions>
</modifier>
<modifier type="set" value="0" field="748e-a408-342f-7c7a">
<conditions>
<condition type="atLeast" value="1" field="selections" scope="parent" childId="534a-6ec6-5d82-da7f" shared="true"/>
</conditions>
</modifier>
</modifiers>
<constraints>
<constraint type="min" value="1" field="selections" scope="parent" shared="true" id="748e-a408-342f-7c7a" includeChildSelections="false"/>
Expand Down Expand Up @@ -1703,6 +1708,11 @@
<condition type="atLeast" value="1" field="selections" scope="parent" childId="534a-6ec6-5d82-da7f" shared="true"/>
</conditions>
</modifier>
<modifier type="set" value="0" field="6786-cd20-5697-7b0e">
<conditions>
<condition type="atLeast" value="1" field="selections" scope="parent" childId="534a-6ec6-5d82-da7f" shared="true"/>
</conditions>
</modifier>
</modifiers>
<constraints>
<constraint type="min" value="1" field="selections" scope="parent" shared="true" id="6786-cd20-5697-7b0e" includeChildSelections="false"/>
Expand Down Expand Up @@ -2145,6 +2155,11 @@
<condition type="atLeast" value="1" field="selections" scope="parent" childId="534a-6ec6-5d82-da7f" shared="true"/>
</conditions>
</modifier>
<modifier type="set" value="0" field="75a3-2ba3-8471-3cf7">
<conditions>
<condition type="atLeast" value="1" field="selections" scope="parent" childId="534a-6ec6-5d82-da7f" shared="true"/>
</conditions>
</modifier>
</modifiers>
<constraints>
<constraint type="min" value="1" field="selections" scope="parent" shared="true" id="75a3-2ba3-8471-3cf7" includeChildSelections="false"/>
Expand Down
Loading

0 comments on commit f056966

Please sign in to comment.