summaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2010-09-12 13:03:13 +0200
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2010-09-12 13:03:13 +0200
commita92a2f3255e9b7eabedb8eec7e25cd80e82481fb (patch)
treeef4624f0bf02cf2f4b031aaae3c63e7874bb36bc /example
parentb8f7437f995cd81b14843e1883d24c1dcbe839c7 (diff)
downloadmanaserv-a92a2f3255e9b7eabedb8eec7e25cd80e82481fb.tar.gz
manaserv-a92a2f3255e9b7eabedb8eec7e25cd80e82481fb.tar.xz
manaserv-a92a2f3255e9b7eabedb8eec7e25cd80e82481fb.zip
Added an example attributes.xml
Copied from bertram-experimental-mana-data and updated to new element names.
Diffstat (limited to 'example')
-rw-r--r--example/clientdata/attributes.xml38
1 files changed, 38 insertions, 0 deletions
diff --git a/example/clientdata/attributes.xml b/example/clientdata/attributes.xml
new file mode 100644
index 0000000..ea907a2
--- /dev/null
+++ b/example/clientdata/attributes.xml
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="utf-8"?>
+<attributes>
+ <attribute id="16" name="Strength"
+ tag="str"
+ effect="Strength %+d"
+ desc=""
+ modifiable="true" />
+
+ <attribute id="17" name="Agility"
+ tag="agi"
+ effect="Agility %+d"
+ desc=""
+ modifiable="true" />
+
+ <attribute id="18" name="Dexterity"
+ tag="dex"
+ effect="Dexterity %+d"
+ desc=""
+ modifiable="true" />
+
+ <attribute id="19" name="Vitality"
+ tag="vit"
+ effect="Vitality %+d"
+ desc=""
+ modifiable="true" />
+
+ <attribute id="20" name="Intelligence"
+ tag="int"
+ effect="Intelligence %+d"
+ desc=""
+ modifiable="true" />
+
+ <attribute id="21" name="WillPower"
+ tag="will"
+ effect="Willpower %+d"
+ desc=""
+ modifiable="true" />
+</attributes>