comparison testdata/xml-race-factory/duplicate-ability.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="Empire" name="Empire" system="default">
3 <units>
4 <unit id="Empire1" typeName="Empire General" cat="cat1" points="100" maxNum="1" maxSize="1">
5 <stats>
6 <stat name="M">4</stat>
7 <stat name="WS">6</stat>
8 <stat name="BS">6</stat>
9 <stat name="S">4</stat>
10 <stat name="T">4</stat>
11 <stat name="W">3</stat>
12 <stat name="I">6</stat>
13 <stat name="A">4</stat>
14 <stat name="Ld">9</stat>
15 </stats>
16 <unitAbilities>
17 <unitAbility abilityID="leaderOfMen"/>
18 </unitAbilities>
19 </unit>
20 </units>
21 <abilities>
22 <ability id="leaderOfMen" name="Leader of Men">
23 <description>All men will follow the character and can use his leadership</description>
24 </ability>
25 <ability id="leaderOfMen" name="Leader of Other Men">
26 <description>A duplicate!</description>
27 </ability>
28 </abilities>
29 </race>