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
25 lines
504 B
XML
25 lines
504 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/>
|
|
<abilities>
|
|
<general type='dmg'>
|
|
<type>ray</type>
|
|
<strength>8</strength>
|
|
<chance>60</chance>
|
|
<missile>2</missile>
|
|
<range>10</range>
|
|
<extra>fire</extra>
|
|
</general>
|
|
</abilities>
|
|
</monster>
|
|
</monsters> |