summaryrefslogtreecommitdiff
path: root/example/clientdata/attributes.xml
blob: ea907a2e296408e5a60e4e6cd23c8e7aba751eb0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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>