view testdata/xml_output.xml @ 183:bd38c32fb1a9

Re #366: Rewrite equipment handling and limits * Remove comment added during #356 - now resolved * Add test for behaviour of percentages * Add test for new "calculate number taken" util method
author IBBoard <dev@ibboard.co.uk>
date Sat, 12 Nov 2011 20:36:58 +0000
parents e29650db551f
children
line wrap: on
line source

<?xml version="1.0" encoding="utf-8"?>
<army>
  <race>Mock Race</race>
  <name>Mock Army</name>
  <pointsAvailable>2000</pointsAvailable>
  <pointsUsed>0</pointsUsed>
  <category type="Mock Category">
    <unit name="Mock Unit Type" points="0" models="10">
      <statLine>
        <stat name="name" value="Mock Unit Type" />
      </statLine>
    </unit>
  </category>
</army>