summaryrefslogtreecommitdiff
path: root/attributes.xml
blob: bb96f25d9194e64d06bb239927e7cf310531d99f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!-- This file is used by the mana client, not by the manaplus client -->
<!-- corresponding information used by the manaplus client can be found in charcreation.xml -->
<?xml version="1.0" encoding="utf-8"?>
<attributes>
    <!-- Character starting points definition -->
    <points start="30" minimum="1" maximum="9" />

    <!-- These entries are only used to validate the above numbers -->
    <attribute id="1" name="Strength" modifiable="true" scope="character"/>
    <attribute id="2" name="Agility" modifiable="true" scope="character"/>
    <attribute id="3" name="Vitality" modifiable="true" scope="character"/>
    <attribute id="4" name="Intelligence" modifiable="true" scope="character"/>
    <attribute id="5" name="Dexterity" modifiable="true" scope="character"/>
    <attribute id="6" name="Luck" modifiable="true" scope="character"/>
</attributes>