summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/clientdata/items.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/example/clientdata/items.xml b/example/clientdata/items.xml
new file mode 100644
index 00000000..fbf899ac
--- /dev/null
+++ b/example/clientdata/items.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<items>
+ <item id="1"
+ image="use-food-candy.png"
+ name="Candy"
+ description="A sugar-free candy."
+ type="usable"
+ hp="5"
+ weight="1"
+ max-per-slot="30"
+ />
+</items>