diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-21 18:07:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-21 18:07:31 +0300 |
commit | 29c95b266b64690c636bef31360a17e0f95ba909 (patch) | |
tree | 520d314055147c9f41d052fbbc171b3936f058bf /hercules/templates | |
parent | 7113c2d2c52c670067704a8f4e9d8b45da14fc52 (diff) | |
download | evol-tools-29c95b266b64690c636bef31360a17e0f95ba909.tar.gz evol-tools-29c95b266b64690c636bef31360a17e0f95ba909.tar.bz2 evol-tools-29c95b266b64690c636bef31360a17e0f95ba909.tar.xz evol-tools-29c95b266b64690c636bef31360a17e0f95ba909.zip |
hercules: add mercenaries.xml generation.
Diffstat (limited to 'hercules/templates')
-rw-r--r-- | hercules/templates/mercenaries.xml | 6 | ||||
-rw-r--r-- | hercules/templates/mercenary.tpl | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/hercules/templates/mercenaries.xml b/hercules/templates/mercenaries.xml new file mode 100644 index 0000000..cfc801c --- /dev/null +++ b/hercules/templates/mercenaries.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Authors: 4144 +Copyright (C) 2014 Evol Online --> +<mercenaries> +{0} +</mercenaries> diff --git a/hercules/templates/mercenary.tpl b/hercules/templates/mercenary.tpl new file mode 100644 index 0000000..e17f281 --- /dev/null +++ b/hercules/templates/mercenary.tpl @@ -0,0 +1,3 @@ + <mercenary id="{0}"> + {1} + </mercenary> |