mirror of
https://git.themanaworld.org/mana/verse
synced 2026-08-16 04:23:07 -04:00
45 lines
657 B
XML
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>
|