manaverse/data/test/itemxmlutils_test.xml
Andrei Karas f18d403514
Add support for item stat ranges.
Example:
...
hp="10-15"
mp="1-2"
...
2018-03-03 01:13:59 +03:00

45 lines
657 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- Authors: 4144
Copyright (C) 2018 ManaPlus developers -->
<root>
<empty1
test1="1"
test2="2"
test3="3"
/>
<empty2 />
<test1
hp="20"
other="3"
/>
<test2
hp="10"
weight="2"
other="3"
/>
<test3
hp="10"
weight="2"
other="3"
str="1"
/>
<test4
hp="10-15"
other="3"
/>
<test5
hp1="10"
weight="2"
other="3"
/>
<test6
weight="2-3"
/>
<test7
weight="2-"
/>
<test8
weight="-2"
/>
</root>