aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/effects/effects_template.xml
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2018-02-16 19:06:14 +0100
committerNao Pross <naopross@thearcway.org>2018-02-16 19:06:14 +0100
commit0bb4b12a7ed47619dff6fd748dc0d57d0b67f79c (patch)
tree3b1eef64691511de82ad858463f2160ea5b0f92a /src/main/resources/effects/effects_template.xml
parentAdd RangedWeapon, MeleeWeapon (diff)
downloadSubconscious-old-0bb4b12a7ed47619dff6fd748dc0d57d0b67f79c.tar.gz
Subconscious-old-0bb4b12a7ed47619dff6fd748dc0d57d0b67f79c.zip
Add resources xml templates, call Scene::click on mouseclick
Diffstat (limited to 'src/main/resources/effects/effects_template.xml')
-rw-r--r--src/main/resources/effects/effects_template.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/main/resources/effects/effects_template.xml b/src/main/resources/effects/effects_template.xml
new file mode 100644
index 0000000..fe577b0
--- /dev/null
+++ b/src/main/resources/effects/effects_template.xml
@@ -0,0 +1,11 @@
+<!-- EFFECTS
+Available modifications:
+ - speed
+ - attackDamage
+--!>
+
+<effect modifies="">
+ <name></name>
+ <value></value>
+</effect>
+