blob: 6f5975cbd955505397eb85603409236cb014f1c3 (
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"?>
<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>
|