diff options
-rw-r--r-- | clans.xml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/clans.xml b/clans.xml new file mode 100644 index 00000000..4ca2910e --- /dev/null +++ b/clans.xml @@ -0,0 +1,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> |