view testdata/single-unit-one-category-different-main-category.racex @ 168:6dce5122caca

Re #94: Slow file loading * Fix file names and file name references * Add test for file existing so that "doesn't exist" doesn't cause test to pass
author IBBoard <dev@ibboard.co.uk>
date Wed, 07 Sep 2011 20:52:10 +0100
parents c6e5b8a1948d
children
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8"?>
<race xmlns="http://ibboard.co.uk/warfoundry/race" xmlns:core="http://ibboard.co.uk/warfoundry/core" id="EmpireAlt" name="Empire (Extended)" 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>
			<unitCategories>
				<unitCategory catID="cat2" />
			</unitCategories>
		</unit>
	</units>
</race>