diff options
-rw-r--r-- | clans.xml | 25 |
1 files changed, 13 insertions, 12 deletions
@@ -1,36 +1,37 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Author: 4144 -Copyright (C) 2018 Evol Online --> +<!-- Author: 4144, Jesusalva +Copyright (C) 2018 Evol Online +Copyright (C) 2020 The Mana World --> <clans> <clan id="1" - name="Sword Clan" - str="1" + name="Legion of Aemil" + str="2" vit="1" maxhp="30" maxmp="10" /> <clan id="2" - name="Arc Wand Clan" - int="1" - dex="1" + name="Brotherhood of Argaes" + dex="2" + agi="1" maxhp="30" maxmp="10" /> <clan id="3" - name="Golden Mace Clan" - int="1" - luk="1" + name="The Thieves" + luk="2" + dex="1" maxhp="30" maxmp="10" /> <clan id="4" - name="Crossbow Clan" - dex="1" + name="The Magic Guild" + int="2" agi="1" maxhp="30" maxmp="10" |