summaryrefslogtreecommitdiff
path: root/hercules/templates/item.tpl
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-03 18:16:01 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-03 18:16:01 +0300
commite083ec710171239abfc2014c88f54363feaf3e0d (patch)
treeeb1951ae2c481152f1e89dfc07c80981881604e2 /hercules/templates/item.tpl
parent8c0b57568736abfe5c1d4410ffa64e845881fe71 (diff)
downloadtools-e083ec710171239abfc2014c88f54363feaf3e0d.tar.gz
tools-e083ec710171239abfc2014c88f54363feaf3e0d.tar.bz2
tools-e083ec710171239abfc2014c88f54363feaf3e0d.tar.xz
tools-e083ec710171239abfc2014c88f54363feaf3e0d.zip
hercules: add conversion from item_db to items.xml.
Diffstat (limited to 'hercules/templates/item.tpl')
-rw-r--r--hercules/templates/item.tpl11
1 files changed, 11 insertions, 0 deletions
diff --git a/hercules/templates/item.tpl b/hercules/templates/item.tpl
new file mode 100644
index 0000000..f3c329e
--- /dev/null
+++ b/hercules/templates/item.tpl
@@ -0,0 +1,11 @@
+ <item id="{0}"
+ name="{1}"
+ weight="{2}"
+ attack="{3}"
+ mattack="{4}"
+ defense="{5}"
+ range="{6}"
+ speed="{7}"
+ image="{8}"
+ />
+ </item>