aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/effects
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2018-02-16 21:11:12 +0100
committerNao Pross <naopross@thearcway.org>2018-02-16 21:11:12 +0100
commiteb74c43d4cd2526c513b1861d3daf01d12c63054 (patch)
tree41364f3aebb1834273a6fe483ca95bd7d4e21340 /src/main/resources/effects
parentAdd basic widget implementation (not usable) and configure cmake (diff)
parentAdd resources xml templates, call Scene::click on mouseclick (diff)
downloadSubconscious-old-eb74c43d4cd2526c513b1861d3daf01d12c63054.tar.gz
Subconscious-old-eb74c43d4cd2526c513b1861d3daf01d12c63054.zip
Merge branch 'dev' of ssh://git.thearcway.org:2222/naopross/subconscious into dev
Diffstat (limited to '')
-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>
+