summaryrefslogtreecommitdiff
path: root/hercules/templates
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-24 12:02:45 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-24 12:02:45 +0300
commitd69559cd34637ef2d88a57d53314c795a7d74d3a (patch)
tree133282d2964b2398c4e0f2e4feb8057e93cff6fd /hercules/templates
parenta8151acf92fba0e0c8b09e7f04dbb7a4bc89834a (diff)
downloadevol-tools-d69559cd34637ef2d88a57d53314c795a7d74d3a.tar.gz
evol-tools-d69559cd34637ef2d88a57d53314c795a7d74d3a.tar.bz2
evol-tools-d69559cd34637ef2d88a57d53314c795a7d74d3a.tar.xz
evol-tools-d69559cd34637ef2d88a57d53314c795a7d74d3a.zip
hercules: in items.xml dont add attributes with value 0.
Diffstat (limited to 'hercules/templates')
-rw-r--r--hercules/templates/item.tpl12
1 files changed, 3 insertions, 9 deletions
diff --git a/hercules/templates/item.tpl b/hercules/templates/item.tpl
index e7ee095..a7f28a9 100644
--- a/hercules/templates/item.tpl
+++ b/hercules/templates/item.tpl
@@ -1,13 +1,7 @@
<item id="{0}"
name="{1}"
description="{1}"
- weight="{2}"
- attack="{3}"
- mattack="{4}"
- defense="{5}"
- range="{6}"
- speed="{7}"
- image="{8}"
- type="{9}">
- <sprite>{10}</sprite>
+{3} image="{4}"
+ type="{5}">
+ <sprite>{6}</sprite>
</item>