summaryrefslogtreecommitdiffstats
path: root/example/abilities.xml
blob: 93a67c0bdca5b8873979a2171328787d2508ecb4 (plain)
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
<?xml version="1.0" encoding="utf-8"?>
<abilities>
    <ability-category name="Magic">
        <ability
            id="1"
            name="Test Spell 1"
            rechargeable="true"
            needed="100"
            rechargeattribute="6"
            target="point"
        />
        <ability
            id="2"
            name="Test Spell 2"
            rechargeable="true"
            needed="1000"
            rechargeattribute="6"
            target="being"
        />
        <ability
            id="3"
            name="Test Spell 3"
            rechargeable="true"
            needed="10000"
            rechargeattribute="6"
            target="point"
        />
    </ability-category>
</abilities>