Mercurial > repos > IBDev-IBBoard.WarFoundry.API.Tests
annotate testdata/limits/composite-max-limit-nested.xml @ 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 | c6e5b8a1948d |
children |
rev | line source |
---|---|
55 | 1 <?xml version="1.0" encoding="UTF-8"?> |
56
c6e5b8a1948d
Re #274: crash when missing unitMember id
IBBoard <dev@ibboard.co.uk>
parents:
55
diff
changeset
|
2 <race xmlns="http://ibboard.co.uk/warfoundry/race" xmlns:core="http://ibboard.co.uk/warfoundry/core" id="EmpireAlt" name="Empire (Extended)" system="default"> |
55 | 3 <units> |
4 <unit id="Empire1" typeName="Empire General" cat="cat1" points="100" maxNum="1" maxSize="1"> | |
5 <equipmentSlots> | |
6 <equipmentSlot name="slot"> | |
7 <maxLimit> | |
8 <core:compositeMaxLimit> | |
9 <core:compositeMaxLimit> | |
10 <core:compositeMaxLimit> | |
11 <core:compositeMaxLimit> | |
12 <core:absoluteLimit limit="5"/> | |
13 </core:compositeMaxLimit> | |
14 </core:compositeMaxLimit> | |
15 </core:compositeMaxLimit> | |
16 </core:compositeMaxLimit> | |
17 </maxLimit> | |
18 </equipmentSlot> | |
19 </equipmentSlots> | |
20 </unit> | |
21 </units> | |
22 </race> |