annotate testdata/xml-race-factory/single-unit-with-valid-equipment-slot-reference.racex @ 162:12a8279f116f

Re #341: Wrong default army size * Merge branch (should use bookmarks instead for short-lived branches)
author IBBoard <dev@ibboard.co.uk>
date Sun, 21 Aug 2011 21:02:48 +0100
parents a9163f8dfba1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
63
a9163f8dfba1 Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
a9163f8dfba1 Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
2 <race xmlns="http://ibboard.co.uk/warfoundry/race" xmlns:core="http://ibboard.co.uk/warfoundry/core" id="Empire" name="Empire" system="nonexistant">
a9163f8dfba1 Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
3 <units>
a9163f8dfba1 Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
4 <unit id="Empire1" typeName="Empire General" cat="cat1" points="100" maxNum="1" maxSize="1">
a9163f8dfba1 Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
5 <stats>
a9163f8dfba1 Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
6 <stat name="M">4</stat>
a9163f8dfba1 Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
7 <stat name="WS">6</stat>
a9163f8dfba1 Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
8 <stat name="BS">6</stat>
a9163f8dfba1 Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
9 <stat name="S">4</stat>
a9163f8dfba1 Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
10 <stat name="T">4</stat>
a9163f8dfba1 Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
11 <stat name="W">3</stat>
a9163f8dfba1 Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
12 <stat name="I">6</stat>
a9163f8dfba1 Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
13 <stat name="A">4</stat>
a9163f8dfba1 Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
14 <stat name="Ld">9</stat>
a9163f8dfba1 Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
15 </stats>
a9163f8dfba1 Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
16 <equipmentSlots>
a9163f8dfba1 Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
17 <equipmentSlot name="slot1">
a9163f8dfba1 Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
18 <maxLimit>
a9163f8dfba1 Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
19 <core:absoluteLimit limit="1" />
a9163f8dfba1 Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
20 </maxLimit>
a9163f8dfba1 Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
21 </equipmentSlot>
a9163f8dfba1 Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
22 </equipmentSlots>
a9163f8dfba1 Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
23 <unitEquipment>
a9163f8dfba1 Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
24 <unitEquipmentItem id="equip1" equipmentSlot="slot1"/>
a9163f8dfba1 Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
25 </unitEquipment>
a9163f8dfba1 Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
26 </unit>
a9163f8dfba1 Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
27 </units>
a9163f8dfba1 Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
28 <equipment>
a9163f8dfba1 Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
29 <equipmentItem id="equip1" name="sword" cost="1"/>
a9163f8dfba1 Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
30 </equipment>
a9163f8dfba1 Re #290: Migrate to using key/keyref definitions instead of ID/IDREF type
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
31 </race>