summaryrefslogtreecommitdiffstats
path: root/example/abilities.xml
blob: 50a9ba0835f93b10d073781a7d04d8473691dc51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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"
        />
    </ability-category>
</abilities>