summaryrefslogtreecommitdiffstats
path: root/example/abilities.xml
diff options
context:
space:
mode:
Diffstat (limited to 'example/abilities.xml')
-rw-r--r--example/abilities.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/example/abilities.xml b/example/abilities.xml
new file mode 100644
index 0000000..317a473
--- /dev/null
+++ b/example/abilities.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?>
+<abilities>
+ <ability-set name="Magic">
+ <ability
+ id="1"
+ name="Test Spell 1"
+ rechargeable="true"
+ needed="100"
+ rechargespeed="10"
+ />
+ <ability
+ id="2"
+ name="Test Spell 2"
+ rechargeable="true"
+ needed="1000"
+ rechargespeed="10"
+ target="being"
+ />
+ <ability
+ id="3"
+ name="Test Spell 3"
+ rechargeable="true"
+ needed="10000"
+ rechargespeed="10"
+ target="point"
+ />
+ </ability-set>
+</abilities>