blob: 82563a6e940d783187b396e79c25f3f8fe26724e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
<?xml version="1.0" encoding="utf-8"?>
<!-- Authors: 4144
Copyright (C) 2018 ManaVerse 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>
|