- 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
10 lines
238 B
XML
10 lines
238 B
XML
<monsters boes="2.0.0">
|
|
<monster id='1'>
|
|
<attacks>
|
|
<attack type='swing'>1d4</attack>
|
|
<attack type='swing'>1d4</attack>
|
|
<attack type='swing'>1d4</attack>
|
|
<attack type='swing'>1d4</attack>
|
|
</attacks>
|
|
</monster>
|
|
</monsters> |