Skip to content

Commit

Permalink
Merge pull request #243 from BSData/bug/atropos-cost
Browse files Browse the repository at this point in the history
Fixed incorrect Cerastus Knight Atropos banner cost
  • Loading branch information
the-koetjeboe authored Jul 5, 2022
2 parents 727d308 + 04ca7b3 commit b461c94
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Adeptus Titanicus 2018.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 id="975a-00f4-df37-b565" name="Adeptus Titanicus 2018" revision="53" battleScribeVersion="2.03" authorName="Play Titanicus BS Team" authorContact="You can find us on the Discord Server for comments and feedback: https://discord.com/invite/UrrPB3T" authorUrl="" xmlns="http://www.battlescribe.net/schema/gameSystemSchema">
<gameSystem id="975a-00f4-df37-b565" name="Adeptus Titanicus 2018" revision="54" battleScribeVersion="2.03" authorName="Play Titanicus BS Team" authorContact="You can find us on the Discord Server for comments and feedback: https://discord.com/invite/UrrPB3T" authorUrl="" xmlns="http://www.battlescribe.net/schema/gameSystemSchema">
<comment>Now with a whole lot less STRUCTURE</comment>
<readme>Create a Legio Battlegroup by adding a Battlegroup to your Roster. Maniples and Reinforcements can be added directly to a Legio Battlegroup!

Expand Down Expand Up @@ -3746,7 +3746,6 @@ If the result is 25, move the reactor tracker to its leftmost hole.
</entryLink>
</entryLinks>
<costs>
<cost name=" Points" typeId="a731-e220-2d8a-41bf" value="35.0"/>
<cost name=" Stratagem Points" typeId="efbf-52f7-fd08-f329" value="0.0"/>
</costs>
</selectionEntry>
Expand Down
29 changes: 26 additions & 3 deletions Household.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="20c9-0c15-57e3-bf84" name="Household" revision="10" battleScribeVersion="2.03" library="false" gameSystemId="975a-00f4-df37-b565" gameSystemRevision="47" xmlns="http://www.battlescribe.net/schema/catalogueSchema">
<catalogue id="20c9-0c15-57e3-bf84" name="Household" revision="11" battleScribeVersion="2.03" library="false" gameSystemId="975a-00f4-df37-b565" gameSystemRevision="54" xmlns="http://www.battlescribe.net/schema/catalogueSchema">
<categoryEntries>
<categoryEntry id="abef-007d-766a-b940" name="Seneschal" publicationId="975a-00f4-pubN89746" page="35" hidden="false">
<rules>
Expand Down Expand Up @@ -1708,7 +1708,7 @@
</entryLink>
</entryLinks>
<costs>
<cost name=" Points" typeId="a731-e220-2d8a-41bf" value="70.0"/>
<cost name=" Points" typeId="a731-e220-2d8a-41bf" value="105.0"/>
<cost name=" Stratagem Points" typeId="efbf-52f7-fd08-f329" value="0.0"/>
</costs>
</selectionEntry>
Expand All @@ -1726,11 +1726,34 @@
</entryLink>
</entryLinks>
<costs>
<cost name=" Points" typeId="a731-e220-2d8a-41bf" value="60.0"/>
<cost name=" Points" typeId="a731-e220-2d8a-41bf" value="95.0"/>
<cost name=" Stratagem Points" typeId="efbf-52f7-fd08-f329" value="0.0"/>
</costs>
</selectionEntry>
<selectionEntry id="907c-7ad0-c7c1-9122" name="Blessed Autosimulacra" hidden="false" collective="false" import="true" type="upgrade">
<constraints>
<constraint field="selections" scope="parent" value="1.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" id="cbc9-b371-71c9-781b" type="min"/>
<constraint field="selections" scope="parent" value="1.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" id="d32c-7a16-34ca-c479" type="max"/>
</constraints>
<rules>
<rule id="8352-a90c-8f6d-98d8" name="Blessed Autosimulacra" hidden="false">
<description>During the Damage Control phase, roll a D6 for each Knight Atrapos within the Banner. For each 6+ that is rolled, the Banner recovers one lost Structure point. This cannot bring back a Knight that has been destroyed.</description>
</rule>
</rules>
<costs>
<cost name=" Stratagem Points" typeId="efbf-52f7-fd08-f329" value="0.0"/>
<cost name=" Points" typeId="a731-e220-2d8a-41bf" value="0.0"/>
</costs>
</selectionEntry>
</selectionEntries>
<entryLinks>
<entryLink id="20a8-7ba9-36d7-15f2" name="Ionic Flare Shield" hidden="false" collective="false" import="true" targetId="77ba-108d-edd5-7993" type="selectionEntry">
<constraints>
<constraint field="selections" scope="parent" value="1.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" id="7db5-f9f4-5073-c5e2" type="min"/>
<constraint field="selections" scope="parent" value="1.0" percentValue="false" shared="true" includeChildSelections="false" includeChildForces="false" id="5b6b-34c7-08e1-0a76" type="max"/>
</constraints>
</entryLink>
</entryLinks>
<costs>
<cost name=" Stratagem Points" typeId="efbf-52f7-fd08-f329" value="0.0"/>
<cost name=" Points" typeId="a731-e220-2d8a-41bf" value="0.0"/>
Expand Down

0 comments on commit b461c94

Please sign in to comment.