summaryrefslogtreecommitdiff
path: root/hercules
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-21 18:08:14 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-21 18:08:14 +0300
commit63041b89c050987e2698bb32b4682b0287dcb949 (patch)
tree5e899c0da32804c3f9dc9b94a2420618219834cd /hercules
parent29c95b266b64690c636bef31360a17e0f95ba909 (diff)
downloadtools-63041b89c050987e2698bb32b4682b0287dcb949.tar.gz
tools-63041b89c050987e2698bb32b4682b0287dcb949.tar.bz2
tools-63041b89c050987e2698bb32b4682b0287dcb949.tar.xz
tools-63041b89c050987e2698bb32b4682b0287dcb949.zip
hercules: add missing monster related files.
Diffstat (limited to 'hercules')
l---------hercules/monsterstoxml.py1
-rw-r--r--hercules/templates/monster.tpl3
-rw-r--r--hercules/templates/monsters.xml11
3 files changed, 15 insertions, 0 deletions
diff --git a/hercules/monsterstoxml.py b/hercules/monsterstoxml.py
new file mode 120000
index 0000000..df2b3e6
--- /dev/null
+++ b/hercules/monsterstoxml.py
@@ -0,0 +1 @@
+maptool.py \ No newline at end of file
diff --git a/hercules/templates/monster.tpl b/hercules/templates/monster.tpl
new file mode 100644
index 0000000..3b6bf4d
--- /dev/null
+++ b/hercules/templates/monster.tpl
@@ -0,0 +1,3 @@
+ <monster id="{0}" name="{1}">
+ {2}
+ </monster>
diff --git a/hercules/templates/monsters.xml b/hercules/templates/monsters.xml
new file mode 100644
index 0000000..9f8ffa0
--- /dev/null
+++ b/hercules/templates/monsters.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2010-2014 Evol Online -->
+
+<monsters>
+ <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0">
+ <its:translateRule selector="//monster/@name" translate="yes"/>
+ <its:translateRule selector="//*" translate="no"/>
+ </its:rules>
+
+{0}
+</monsters>