summaryrefslogtreecommitdiff
path: root/clans.xml
blob: 4ca2910eaa0e98fdd8d687d5ddbc95b6d1e59908 (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
39
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: 4144, Jesusalva
Copyright (C) 2018 Evol Online
Copyright (C) 2020 The Mana World -->

<clans>
    <clan
        id="1"
        name="Legion of Aemil"
        str="2"
        vit="1"
        maxhp="30"
        maxmp="10"
    />
    <clan
        id="2"
        name="Brotherhood of Argaes"
        dex="2"
        agi="1"
        maxhp="30"
        maxmp="10"
    />
    <clan
        id="3"
        name="The Thieves"
        luk="2"
        dex="1"
        maxhp="30"
        maxmp="10"
    />
    <clan
        id="4"
        name="The Magic Guild"
        int="2"
        agi="1"
        maxhp="30"
        maxmp="10"
    />
</clans>