view testdata/single-unit-with-invalid-equipment-reference.racex @ 59:6efa080b500f

Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type * Add unit tests and data for unit containership * Add unit test and data for unit equipment * Correct name of test data for equipment slot unit test
author IBBoard <dev@ibboard.co.uk>
date Mon, 14 Jun 2010 19:57:53 +0000
parents b4b4bde843d7
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="Empire" name="Empire" system="nonexistant">
	<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>
			<unitEquipment>
				<unitEquipmentItem id="equip2"/>
			</unitEquipment>
		</unit>
	</units>
	<equipment>
		<equipmentItem id="equip1" name="sword" cost="1"/>
	</equipment>
</race>