diff options
Diffstat (limited to 'hercules/templates')
-rw-r--r-- | hercules/templates/homunculus.tpl | 3 | ||||
-rw-r--r-- | hercules/templates/homunculuses.xml | 6 |
2 files changed, 9 insertions, 0 deletions
diff --git a/hercules/templates/homunculus.tpl b/hercules/templates/homunculus.tpl new file mode 100644 index 0000000..f2c3301 --- /dev/null +++ b/hercules/templates/homunculus.tpl @@ -0,0 +1,3 @@ + <homunculus id="{0}"> + {1} + </homunculus> diff --git a/hercules/templates/homunculuses.xml b/hercules/templates/homunculuses.xml new file mode 100644 index 0000000..3737d8b --- /dev/null +++ b/hercules/templates/homunculuses.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Authors: 4144 +Copyright (C) 2014 Evol Online --> +<homunculuses> +{0} +</homunculuses> |