aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2018-02-16 21:55:10 +0100
committerNao Pross <naopross@thearcway.org>2018-02-16 21:55:10 +0100
commitbdf602f48194058d998909a233556cc57bac303e (patch)
tree20827387e7c7785329783b1168b0214fc7fc0f52 /src
parentMerge branch 'dev' of ssh://git.thearcway.org:2222/naopross/subconscious into... (diff)
downloadSubconscious-old-bdf602f48194058d998909a233556cc57bac303e.tar.gz
Subconscious-old-bdf602f48194058d998909a233556cc57bac303e.zip
Add cpack directive and update README
Diffstat (limited to 'src')
-rw-r--r--src/main/resources/items/items_template.xml14
1 files changed, 9 insertions, 5 deletions
diff --git a/src/main/resources/items/items_template.xml b/src/main/resources/items/items_template.xml
index 0810f45..19c9264 100644
--- a/src/main/resources/items/items_template.xml
+++ b/src/main/resources/items/items_template.xml
@@ -4,7 +4,7 @@ Available item types:
- weapon
- medicine
- food
---!>
+-->
<item type="">
<name></name>
@@ -12,28 +12,31 @@ Available item types:
</item>
+
<item type="stick">
- <!-- item --!>
+ <!-- item -->
<name></name>
<maxAmount></maxAmount>
- <!-- stick --!>
+ <!-- stick -->
<requiredLevel></reqiredLevel>
<requiredClass>Wizard</requiredClass>
</item>
+
<item type="medicine">
- <!-- item --!>
+ <!-- item -->
<name></name>
<maxAmount></maxAmount>
- <!-- medicine --!>
+ <!-- medicine -->
<heal></heal>
<requiredLevel></reqiredLevel>
</item>
+
<item type="food">
<!-- item --!>
<name></name>
@@ -44,6 +47,7 @@ Available item types:
<\item>
+
<item type="weapon">
<!-- item --!>
<name></name>