Skip to content
This repository was archived by the owner on Oct 27, 2023. It is now read-only.

Commit 5179c8b

Browse files
committed
Fixes #12618
1 parent be3cecb commit 5179c8b

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

Orks.cat

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<catalogue id="3bba-af85-a93c-6bdf" name="Orks" revision="76" battleScribeVersion="2.03" authorName="BSData Developers" authorContact="@FitalShell/@AbonShell" authorUrl="https://www.bsdata.net/contact" library="false" gameSystemId="28ec-711c-d87f-3aeb" gameSystemRevision="248" xmlns="http://www.battlescribe.net/schema/catalogueSchema">
2+
<catalogue id="3bba-af85-a93c-6bdf" name="Orks" revision="77" battleScribeVersion="2.03" authorName="BSData Developers" authorContact="@FitalShell/@AbonShell" authorUrl="https://www.bsdata.net/contact" library="false" gameSystemId="28ec-711c-d87f-3aeb" gameSystemRevision="250" xmlns="http://www.battlescribe.net/schema/catalogueSchema">
33
<publications>
44
<publication id="11b5-77b9-pubN65537" name="Codex: Orks 2021"/>
55
<publication id="b556-84c7-4532-bca5" name="Da Red Gobbbo on Bounca" publisher="Da Red Gobbbo on Bounca Boxset" publicationDate="2021-11-13"/>
@@ -3481,6 +3481,13 @@ We recommend placing a Grot Oiler model next to the unit as a reminder, removing
34813481
</costs>
34823482
</selectionEntry>
34833483
<selectionEntry id="4a86-9031-67e9-cb27" name="Runtherd" hidden="false" collective="false" import="true" type="model">
3484+
<modifiers>
3485+
<modifier type="add" field="category" value="b71b-9dc4-19cd-1fde">
3486+
<conditions>
3487+
<condition field="selections" scope="force" value="0.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" childId="a207-a133-6adb-25f3" type="instanceOf"/>
3488+
</conditions>
3489+
</modifier>
3490+
</modifiers>
34843491
<infoLinks>
34853492
<infoLink id="9c22-e994-a1f4-f848" name="&apos;Ere We Go!" hidden="false" targetId="de72-9941-3d27-44e9" type="rule"/>
34863493
<infoLink id="aaf0-9c1e-299e-cf87" name="Runtherd" hidden="false" targetId="47d0-f0f8-0fd6-554e" type="profile"/>

Warhammer 40,000.gst

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<gameSystem id="28ec-711c-d87f-3aeb" name="Warhammer 40,000 9th Edition" revision="249" battleScribeVersion="2.03" authorName="BSData Developers" authorContact="@WH40k Data Dev" authorUrl="https://www.bsdata.net/contact" xmlns="http://www.battlescribe.net/schema/gameSystemSchema">
2+
<gameSystem id="28ec-711c-d87f-3aeb" name="Warhammer 40,000 9th Edition" revision="250" battleScribeVersion="2.03" authorName="BSData Developers" authorContact="@WH40k Data Dev" authorUrl="https://www.bsdata.net/contact" xmlns="http://www.battlescribe.net/schema/gameSystemSchema">
33
<readme>This is the game system file for Warhammer 40,000, supporting the 9th edition of the game. It is required for all other catalogues to function.</readme>
44
<publications>
55
<publication id="28ec-711c-pubN72690" name="Warhammer 40,000 Core Book" shortName="BRB" publisher="Games Workshop" publicationDate="2020-07-25" publisherUrl="https://www.games-workshop.com/Warhammer-40000-9th-Rulebook-EN-2020"/>
@@ -380,6 +380,7 @@
380380
<categoryEntry id="092d-5ca1-cd0b-eb8c" name="Faction: Agents of the Imperium" hidden="false"/>
381381
<categoryEntry id="7cf8-5f19-b49c-5224" name="Officio Assassinorum - Boarding Patrol" hidden="false"/>
382382
<categoryEntry id="d203-a22b-9241-82d7" name="Inquisitor - Boarding Patrol" hidden="false"/>
383+
<categoryEntry id="b71b-9dc4-19cd-1fde" name="Runtherd - Boarding Patrol" hidden="false"/>
383384
</categoryEntries>
384385
<forceEntries>
385386
<forceEntry id="a0c7-2a71-bae0-215d" name="Patrol Detachment -2CP" hidden="false">
@@ -2104,6 +2105,16 @@
21042105
<condition field="selections" scope="roster" value="0.0" percentValue="false" shared="true" includeChildSelections="true" includeChildForces="false" childId="d203-a22b-9241-82d7" type="greaterThan"/>
21052106
</conditions>
21062107
</modifier>
2108+
<modifier type="set" field="dfa0-22d2-00ec-c87d" value="2.0">
2109+
<conditionGroups>
2110+
<conditionGroup type="and">
2111+
<conditions>
2112+
<condition field="selections" scope="primary-catalogue" value="0.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" childId="3bba-af85-a93c-6bdf" type="instanceOf"/>
2113+
<condition field="selections" scope="force" value="0.0" percentValue="false" shared="true" includeChildSelections="true" includeChildForces="false" childId="b71b-9dc4-19cd-1fde" type="greaterThan"/>
2114+
</conditions>
2115+
</conditionGroup>
2116+
</conditionGroups>
2117+
</modifier>
21072118
</modifiers>
21082119
<constraints>
21092120
<constraint field="selections" scope="force" value="1.0" percentValue="false" shared="true" includeChildSelections="true" includeChildForces="false" id="dfa0-22d2-00ec-c87d" type="max"/>

0 commit comments

Comments
 (0)