summaryrefslogtreecommitdiff
path: root/hercules/templates/item.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'hercules/templates/item.tpl')
-rw-r--r--hercules/templates/item.tpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/hercules/templates/item.tpl b/hercules/templates/item.tpl
index f3c329e..e7ee095 100644
--- a/hercules/templates/item.tpl
+++ b/hercules/templates/item.tpl
@@ -1,5 +1,6 @@
<item id="{0}"
name="{1}"
+ description="{1}"
weight="{2}"
attack="{3}"
mattack="{4}"
@@ -7,5 +8,6 @@
range="{6}"
speed="{7}"
image="{8}"
- />
+ type="{9}">
+ <sprite>{10}</sprite>
</item>