diff options
author | Nao Pross <naopross@thearcway.org> | 2018-02-16 19:06:14 +0100 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2018-02-16 19:06:14 +0100 |
commit | 0bb4b12a7ed47619dff6fd748dc0d57d0b67f79c (patch) | |
tree | 3b1eef64691511de82ad858463f2160ea5b0f92a /src/main/resources/effects/effects_template.xml | |
parent | Add RangedWeapon, MeleeWeapon (diff) | |
download | Subconscious-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.xml | 11 |
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> + |