aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/effects/effects_template.xml
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2018-02-25 21:11:43 +0100
committerNao Pross <naopross@thearcway.org>2018-02-25 21:11:43 +0100
commit20b958c69451dd8251a8899cf7264d5c92ed7c60 (patch)
tree440ec68a189efdf42a21a9d621b6de2c04305fb5 /src/main/resources/effects/effects_template.xml
parentUpdate CMakeLists and Makefile (diff)
downloadSubconscious-old-20b958c69451dd8251a8899cf7264d5c92ed7c60.tar.gz
Subconscious-old-20b958c69451dd8251a8899cf7264d5c92ed7c60.zip
Better management of stats and skill of actors and items
Diffstat (limited to 'src/main/resources/effects/effects_template.xml')
-rw-r--r--src/main/resources/effects/effects_template.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/main/resources/effects/effects_template.xml b/src/main/resources/effects/effects_template.xml
index fe577b0..3b74e3a 100644
--- a/src/main/resources/effects/effects_template.xml
+++ b/src/main/resources/effects/effects_template.xml
@@ -3,9 +3,9 @@ Available modifications:
- speed
- attackDamage
--!>
-
-<effect modifies="">
- <name></name>
- <value></value>
-</effect>
-
+<effects>
+ <effect modifies="">
+ <name></name>
+ <value></value>
+ </effect>
+</effects>