summaryrefslogtreecommitdiff
path: root/example/abilities.xml
blob: 27a4b65d47afd96ce43e9a903dc5ecb2caf322d7 (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
<?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"
            cooldownattribute="20"
            target="point"
            useaction="attack"
        />
    </ability-category>
    <ability-category name="Monster attack">
        <ability
            id="2"
            name="Basic Monster strike"
            rechargeable="true"
            needed="100"
            rechargeattribute="21"
            target="being"
            useaction="attack"
        />
    </ability-category>
    <ability-category name="debug">
        <ability
            id="3"
            name="debug"
            rechargeable="true"
            needed="1"
            rechargeattribute="20"
            cooldownattribute="20"
            target="point"
        />
    </ability-category>
</abilities>