Mercurial > repos > IBBoard.WarFoundry.API.Tests
view testdata/xml-race-factory/single-unit-with-valid-equipment-reference.racex @ 122:aa37b31976e6
Re #27: Unit requirements
* Restructure "check default" tests so that we actually check the default (test before and after)
* Add test to make sure requirement checks on each request
* Add test to make sure that adding more prohibited units than the limit causes a failure
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 09 Apr 2011 10:43:01 +0000 |
parents | f671ead260b1 |
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="equip1"/> </unitEquipment> </unit> </units> <equipment> <equipmentItem id="equip1" name="sword" cost="1"/> </equipment> </race>