comparison testdata/xml-race-factory/existing-member-type.racex @ 62:ef8950a5f4cb

Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type * Test duplicate member type keys * Test valid case of member type key with reference * Move existing "non-existant member type" data to sub-folder and rename
author IBBoard <dev@ibboard.co.uk>
date Sat, 19 Jun 2010 19:30:58 +0000
parents
children
comparison
equal deleted inserted replaced
61:27625216d8d6 62:ef8950a5f4cb
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">
3 <units>
4 <unit id="Empire1" typeName="Empire General" cat="cat1" points="100" maxNum="1" maxSize="1">
5 <unitMembers>
6 <unitMember typeID="General"/>
7 </unitMembers>
8 </unit>
9 </units>
10 <memberTypes>
11 <memberType id="General" name="General">
12 <stats>
13 <stat name="M">4</stat>
14 <stat name="WS">6</stat>
15 <stat name="BS">6</stat>
16 <stat name="S">4</stat>
17 <stat name="T">4</stat>
18 <stat name="W">3</stat>
19 <stat name="I">6</stat>
20 <stat name="A">4</stat>
21 <stat name="Ld">9</stat>
22 </stats>
23 </memberType>
24 </memberTypes>
25 </race>