-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathItems.xml
More file actions
executable file
·45 lines (40 loc) · 931 Bytes
/
Items.xml
File metadata and controls
executable file
·45 lines (40 loc) · 931 Bytes
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" ?>
<!DOCTYPE item>
<items>
<item name="piece of gold">
<manyname>heap of gold</manyname>
<weight>2</weight>
<price>100</price>
<level>1.0</level>
<symbol>*</symbol>
<color>lyellow</color>
<type>Materials</type>
</item>
<item name="rock">
<manyname>heap of rocks</manyname>
<weight>1</weight>
<price>0</price>
<level>0</level>
<symbol>*</symbol>
<color>dgray</color>
<type>Materials</type>
</item>
<item name="piece of aluminium">
<manyname>heap of aluminium</manyname>
<weight>1</weight>
<price>10</price>
<level>0</level>
<symbol>*</symbol>
<color>lcyan</color>
<type>Materials</type>
</item>
<item name="baseball cap">
<manyname>heap of baseball caps</manyname>
<weight>1</weight>
<price>10</price>
<level>0</level>
<symbol>[</symbol>
<color>DRED</color>
<type>Head gear</type>
</item>
</items>