diff options
Diffstat (limited to 'hercules')
l--------- | hercules/monsterstoxml.py | 1 | ||||
-rw-r--r-- | hercules/templates/monster.tpl | 3 | ||||
-rw-r--r-- | hercules/templates/monsters.xml | 11 |
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> |