summaryrefslogtreecommitdiff
path: root/example/abilities.xml
diff options
context:
space:
mode:
authorErik Schilling <ablu.erikschilling@googlemail.com>2013-08-12 21:59:28 +0200
committerErik Schilling <ablu.erikschilling@googlemail.com>2013-08-26 22:56:47 +0200
commit7f79610cdcd5bd55de8d4e413f0679ef634b0a37 (patch)
treeab1dba698701c80e05eb1076a807f84edb8dd4af /example/abilities.xml
parent3d03f5dee9c67fbbf60e1df940a91842bd8a7e4c (diff)
downloadmanaserv-7f79610cdcd5bd55de8d4e413f0679ef634b0a37.tar.gz
manaserv-7f79610cdcd5bd55de8d4e413f0679ef634b0a37.tar.bz2
manaserv-7f79610cdcd5bd55de8d4e413f0679ef634b0a37.tar.xz
manaserv-7f79610cdcd5bd55de8d4e413f0679ef634b0a37.zip
Removed ability categories
Diffstat (limited to 'example/abilities.xml')
-rw-r--r--example/abilities.xml40
1 files changed, 17 insertions, 23 deletions
diff --git a/example/abilities.xml b/example/abilities.xml
index 71330dd0..1165c7f8 100644
--- a/example/abilities.xml
+++ b/example/abilities.xml
@@ -1,26 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<abilities>
- <ability-category name="Magic">
- <ability
- id="1"
- name="Test Spell 1"
- target="point"
- useaction="attack"
- />
- </ability-category>
- <ability-category name="Monster attack">
- <ability
- id="2"
- name="Basic Monster strike"
- target="being"
- useaction="attack"
- />
- </ability-category>
- <ability-category name="debug">
- <ability
- id="3"
- name="debug"
- target="point"
- />
- </ability-category>
+ <ability
+ id="1"
+ name="Magic/Test Spell 1"
+ target="point"
+ useaction="attack"
+ />
+ <ability
+ id="2"
+ name="Monster attack/Basic Monster strike"
+ target="being"
+ useaction="attack"
+ />
+ <ability
+ id="3"
+ name="debug"
+ target="point"
+ />
</abilities>