diff options
author | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2010-07-30 16:12:49 +0200 |
---|---|---|
committer | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2010-07-30 16:12:49 +0200 |
commit | 139937a5e586f64ca4bc199c518c2e4a699a1a78 (patch) | |
tree | e9c869347eb458adf6d26c1994ba896ce46ed0cf /stats.xml | |
parent | ee7143b6828ae813bfa3146ca8eefd9885e0addd (diff) | |
download | clientdata-139937a5e586f64ca4bc199c518c2e4a699a1a78.tar.gz clientdata-139937a5e586f64ca4bc199c518c2e4a699a1a78.tar.bz2 clientdata-139937a5e586f64ca4bc199c518c2e4a699a1a78.tar.xz clientdata-139937a5e586f64ca4bc199c518c2e4a699a1a78.zip |
Added the stats.xml file for reference purpose.
Diffstat (limited to 'stats.xml')
-rw-r--r-- | stats.xml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/stats.xml b/stats.xml new file mode 100644 index 00000000..6f5975cb --- /dev/null +++ b/stats.xml @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="utf-8"?> +<stats> + <stat id="16" name="Strength" + tag="str" + effect="Strength %+d" + desc="" + modifiable="true" /> + + <stat id="17" name="Agility" + tag="agi" + effect="Agility %+d" + desc="" + modifiable="true" /> + + <stat id="18" name="Dexterity" + tag="dex" + effect="Dexterity %+d" + desc="" + modifiable="true" /> + + <stat id="19" name="Vitality" + tag="vit" + effect="Vitality %+d" + desc="" + modifiable="true" /> + + <stat id="20" name="Intelligence" + tag="int" + effect="Intelligence %+d" + desc="" + modifiable="true" /> + + <stat id="21" name="WillPower" + tag="will" + effect="Willpower %+d" + desc="" + modifiable="true" /> +</stats> |