Files
oboe/test/files/monsters/optional.xml
Celtic Minstrel 18bb16df9c More read/write test cases for monsters, especially monster abilities
Fixes:
- For radiate abilities, the pattern was not saved and defaulted to single instead of square on load
- For summon abilities, what to summon was not saved and chance was incorrectly saved
2015-09-27 01:20:33 -04:00

27 lines
615 B
XML

<monsters boes="2.0.0">
<monster id='1'>
<name>Test Monster</name>
<level>1</level>
<armor>0</armor>
<skill>2</skill>
<hp>10</hp>
<speed>4</speed>
<race>humanoid</race>
<attacks/>
<pic h='1' w='1'>5</pic>
<attitude>hostile-a</attitude>
<immunity/>
<default-face>12</default-face>
<speed>3</speed>
<summon>3</summon>
<treasure>4</treasure>
<mage>1</mage>
<priest>2</priest>
<voice>42</voice>
<onsight>91</onsight>
<loot>
<type>128</type>
<chance>35</chance>
</loot>
</monster>
</monsters>