diff testdata/xml-race-factory/existing-ability.racex @ 61:27625216d8d6

Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type * Add test for ability loading and validation when the ability exists * Move old test data for non-existant ability into sub-folder
author IBBoard <dev@ibboard.co.uk>
date Sat, 19 Jun 2010 19:09:07 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testdata/xml-race-factory/existing-ability.racex	Sat Jun 19 19:09:07 2010 +0000
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<race xmlns="http://ibboard.co.uk/warfoundry/race" xmlns:core="http://ibboard.co.uk/warfoundry/core" id="Empire" name="Empire" system="default">
+	<units>
+		<unit id="Empire1" typeName="Empire General" cat="cat1" points="100" maxNum="1" maxSize="1">
+			<stats>
+				<stat name="M">4</stat>
+				<stat name="WS">6</stat>
+				<stat name="BS">6</stat>
+				<stat name="S">4</stat>
+				<stat name="T">4</stat>
+				<stat name="W">3</stat>
+				<stat name="I">6</stat>
+				<stat name="A">4</stat>
+				<stat name="Ld">9</stat>
+			</stats>
+			<unitAbilities>
+				<unitAbility abilityID="leaderOfMen"/>
+			</unitAbilities>
+		</unit>
+	</units>
+	<abilities>
+		<ability id="leaderOfMen" name="Leader of Men">
+			<description>All men will follow the character and can use his leadership</description>
+		</ability>
+	</abilities>
+</race>
\ No newline at end of file