Mercurial > repos > IBBoard.WarFoundry.API.Tests
comparison testdata/single-unit-multi-type-referencing-race.racex @ 44:0de5d86bc1cb
Re #268: Restructure stats for re-use
* Add tests for multiple stat lines/referenced types and for overriding the stats
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Mon, 26 Apr 2010 19:50:47 +0000 |
parents | |
children | b4b4bde843d7 |
comparison
equal
deleted
inserted
replaced
43:00abd1c2f7d6 | 44:0de5d86bc1cb |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <race xmlns="http://ibboard.co.uk/warfoundry/race" xmlns:core="http://ibboard.co.uk/warfoundry/core" id="EmpireAlt" name="Empire (Extended)" system="default" lang="en"> | |
3 <units> | |
4 <unit id="Empire1" typeName="Empire General" cat="cat1" points="100" maxNum="1" maxSize="1"> | |
5 <unitMembers> | |
6 <unitMember typeID="General"/> | |
7 <unitMember typeID="Warhorse"/> | |
8 </unitMembers> | |
9 </unit> | |
10 </units> | |
11 <memberTypes> | |
12 <memberType id="General" name="General"> | |
13 <stats> | |
14 <stat name="M">4</stat> | |
15 <stat name="WS">6</stat> | |
16 <stat name="BS">6</stat> | |
17 <stat name="S">4</stat> | |
18 <stat name="T">4</stat> | |
19 <stat name="W">3</stat> | |
20 <stat name="I">6</stat> | |
21 <stat name="A">4</stat> | |
22 <stat name="Ld">9</stat> | |
23 </stats> | |
24 </memberType> | |
25 <memberType id="Warhorse" name="Warhorse"> | |
26 <stats> | |
27 <stat name="M">8</stat> | |
28 <stat name="WS">3</stat> | |
29 <stat name="BS">0</stat> | |
30 <stat name="S">3</stat> | |
31 <stat name="T">3</stat> | |
32 <stat name="W">1</stat> | |
33 <stat name="I">2</stat> | |
34 <stat name="A">1</stat> | |
35 <stat name="Ld">4</stat> | |
36 </stats> | |
37 </memberType> | |
38 </memberTypes> | |
39 </race> |