summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-02-18 09:50:28 -0300
committerJesusaves <cpntb1@ymail.com>2020-02-18 09:50:28 -0300
commit9e6a429a68db3795c9554fdd7e21b8786506322e (patch)
tree96121131ec83f5bbacbe937de5315c1a7c96c8bb
parente478ac2a84f1638fe961f25eb32938a2ad3b51a0 (diff)
downloadclientdata-9e6a429a68db3795c9554fdd7e21b8786506322e.tar.gz
clientdata-9e6a429a68db3795c9554fdd7e21b8786506322e.tar.bz2
clientdata-9e6a429a68db3795c9554fdd7e21b8786506322e.tar.xz
clientdata-9e6a429a68db3795c9554fdd7e21b8786506322e.zip
Rewrite clans
(+ missing updates? What?)
-rw-r--r--LICENSE1
-rw-r--r--clans.xml19
-rw-r--r--items.xml9
-rw-r--r--pets.xml3
4 files changed, 19 insertions, 13 deletions
diff --git a/LICENSE b/LICENSE
index dc6db12e..184c79ed 100644
--- a/LICENSE
+++ b/LICENSE
@@ -823,6 +823,7 @@ https://gitlab.com/TMW2/Docs/wikis/Contributors
graphics/items/usable/pets/cat.png (?) (GPL v2) (LoF)
graphics/items/usable/pets/cat-black.png (?) (GPL v2) (LoF)
graphics/items/usable/pets/dog.png (Indigovox) (GPL v2) (TMW-BR)
+ graphics/items/usable/pets/duck.png (+seeds) (CC BY-SA 3.0) (-)
graphics/items/usable/pets/forestspore.png (Saulc) (CC BY-Sa 3.0) (-)
graphics/items/usable/pets/fluffy.png (+seeds) (CC BY-SA 3.0) (-)
graphics/items/usable/pets/maggotcocoon.png (Saulc) (CC BY-SA 3.0) (-)
diff --git a/clans.xml b/clans.xml
index 0ee8bafd..5907d818 100644
--- a/clans.xml
+++ b/clans.xml
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Author: 4144 Saulc
+<!-- Author: 4144 Saulc Jesusalva
Copyright (C) 2018 Evol Online
-Copyright (C) 2018 TMW2: Moubootaur Legends -->
+Copyright (C) 2018-2020 TMW2: Moubootaur Legends -->
<clans>
<clan
id="1"
- name="Sword Clan"
+ name="Tonori Raiders"
str="1"
vit="1"
maxhp="30"
@@ -14,7 +14,7 @@ Copyright (C) 2018 TMW2: Moubootaur Legends -->
/>
<clan
id="2"
- name="Arc Wand Clan"
+ name="Argaes Emeralds"
int="1"
dex="1"
maxhp="30"
@@ -22,7 +22,7 @@ Copyright (C) 2018 TMW2: Moubootaur Legends -->
/>
<clan
id="3"
- name="Golden Mace Clan"
+ name="Lords of Kaizei"
int="1"
luk="1"
maxhp="30"
@@ -30,17 +30,10 @@ Copyright (C) 2018 TMW2: Moubootaur Legends -->
/>
<clan
id="4"
- name="Crossbow Clan"
+ name="Master of Flames"
dex="1"
agi="1"
maxhp="30"
maxmp="10"
/>
- <clan
- id="5"
- name="Tulimshar Guard Clan"
- dex="1"
- maxhp="10"
- maxmp="10"
- />
</clans>
diff --git a/items.xml b/items.xml
index ded7c7dc..e886e084 100644
--- a/items.xml
+++ b/items.xml
@@ -6747,6 +6747,15 @@ Colors for dyeable equipments or items are set up by itemcolors.xml.
sellProtected="true"
weight="360"
/>
+ <item id="4009"
+ image="usable/pets/duck.png"
+ name="Duck egg"
+ description="Quack Quack. Do not bring it to bath with you!"
+ type="generic"
+ useButton="Hatch"
+ sellProtected="true"
+ weight="360"
+ />
<!-- Cards -->
<item id="5000"
image="usable/card/dye.png|S:#3c3c3c,3e1e28,4d4d4d,6f2630,686868,a6313f,919191,d15b5b,b6b6b6,e59b77,dfdfdf,efe0c1"
diff --git a/pets.xml b/pets.xml
index 49a3a27c..71337525 100644
--- a/pets.xml
+++ b/pets.xml
@@ -13,6 +13,9 @@ Copyright (C) 2018 TMW2: Moubootaur Legends -->
<pet id="1022" name="Cute Fluffy">
<sprite>monsters/fluffy.xml</sprite>
</pet>
+ <pet id="1029" name="Dangerous Duck">
+ <sprite>monsters/duck.xml</sprite>
+ </pet>
<pet id="1030" name="Cute Maggot">
<sprite>monsters/maggot.xml</sprite>
</pet>