- For monster attacks, 'd4' now means '1d4' instead of '0d4', and simple numbers without a 'd' are not accepted - Pop string path after pushing it in the shop test cases
15 lines
294 B
XML
15 lines
294 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/>
|
|
</monster>
|
|
</monsters> |