-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue with Zombie max being set on zombies, not unit.
- Loading branch information
1 parent
f777455
commit 81e0780
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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="2c4f-2485-9386-ab13" revision="10" gameSystemId="7e6fb76e-1bec-b992-2c43-e797a6758b13" gameSystemRevision="0" battleScribeVersion="1.15" name="Vampire Covenant" books="Vampire Covenant - v0.9.3" authorName="Toreador13" authorContact="[email protected]" xmlns="http://www.battlescribe.net/schema/catalogueSchema"> | ||
<catalogue id="2c4f-2485-9386-ab13" revision="11" gameSystemId="7e6fb76e-1bec-b992-2c43-e797a6758b13" gameSystemRevision="0" battleScribeVersion="1.15" name="Vampire Covenant" books="Vampire Covenant - v0.9.3" authorName="Toreador13" authorContact="[email protected]" xmlns="http://www.battlescribe.net/schema/catalogueSchema"> | ||
<entries> | ||
<entry id="c7d7-11af-11a4-1340" name="Angels of Death" points="0.0" categoryId="5261726523232344415441232323" type="unit" minSelections="0" maxSelections="-1" minInForce="0" maxInForce="-1" minInRoster="0" maxInRoster="-1" minPoints="0.0" maxPoints="-1.0" collective="false" hidden="false"> | ||
<entries> | ||
|
@@ -5118,7 +5118,7 @@ increased by +1 (up to maximum of 4+). | |
</entry> | ||
<entry id="dc4e-d3ab-27be-5183" name="Zombies" points="0.0" categoryId="436f726523232344415441232323" type="unit" minSelections="0" maxSelections="-1" minInForce="0" maxInForce="-1" minInRoster="0" maxInRoster="4" minPoints="0.0" maxPoints="-1.0" collective="false" hidden="false"> | ||
<entries> | ||
<entry id="9976-7c3a-2ebe-0828" name="Zombie" points="3.0" categoryId="(No Category)" type="unit" minSelections="20" maxSelections="60" minInForce="0" maxInForce="-1" minInRoster="0" maxInRoster="4" minPoints="0.0" maxPoints="-1.0" collective="false" hidden="false"> | ||
<entry id="9976-7c3a-2ebe-0828" name="Zombie" points="3.0" categoryId="(No Category)" type="unit" minSelections="20" maxSelections="60" minInForce="0" maxInForce="-1" minInRoster="0" maxInRoster="-1" minPoints="0.0" maxPoints="-1.0" collective="false" hidden="false"> | ||
<entries/> | ||
<entryGroups/> | ||
<modifiers/> | ||
|