summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-02-28 15:52:35 -0300
committerJesusaves <cpntb1@ymail.com>2021-02-28 15:52:35 -0300
commitc9822479150f2ec87a755f4889e281abb8594bcd (patch)
tree5d0179f83fc9cb7a64e1c310fca3e800b76551f1
parente87c0cd289d1873f347a694f406cfbff9a780e3e (diff)
downloadclientdata-c9822479150f2ec87a755f4889e281abb8594bcd.tar.gz
clientdata-c9822479150f2ec87a755f4889e281abb8594bcd.tar.bz2
clientdata-c9822479150f2ec87a755f4889e281abb8594bcd.tar.xz
clientdata-c9822479150f2ec87a755f4889e281abb8594bcd.zip
Add Tamed Snake pet
-rw-r--r--LICENSE2
-rw-r--r--items.xml24
-rw-r--r--pets.xml3
3 files changed, 29 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index cfa7a019..d607ff18 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1457,6 +1457,7 @@ https://gitlab.com/TMW2/Docs/wikis/Contributors
graphics/sprites/equipment/head/boina.png (?) (GPLv2) (TMW-Br)
graphics/sprites/equipment/head/beret.png (Vanara) (GPLv2) (Saulc)
graphics/sprites/equipment/head/bhopcap.png (Saulc) (GPLv2) (TMW-Br)
+ graphics/sprites/equipment/head/bloodymouboohat.png (Saulc) (GPLv3) (Cassy, Yuuki)
graphics/sprites/equipment/head/bountyhunterhelmet.png (Axzell?) (GPLv2/CCBYSA3) (LoF, jesusalva)
graphics/sprites/equipment/head/bowlerhat.png (ChefChelios) (CC BY-SA 3.0) (dustman)
graphics/sprites/equipment/head/brimmedfeatherhat.png (Reid) (CC BY-SA 3.0) (-)
@@ -1510,6 +1511,7 @@ https://gitlab.com/TMW2/Docs/wikis/Contributors
graphics/sprites/equipment/head/moonshroomhat.png (Saulc) (CC BY-SA 3.0) (Cassy)
graphics/sprites/equipment/head/monsterskullhelmet.png (Black Don) (GPLv2) (Saulc)
graphics/sprites/equipment/head/mouboohat.png (?) (?) (TMW2.org)
+ graphics/sprites/equipment/head/moubihat.png (Manatauro) (GPLv3) (Yuuki, Hocus, Reid, Jesusalva)
graphics/sprites/equipment/head/murderercrown.png (Black Don, V0id) (GPLv2) (dustman)
graphics/sprites/equipment/head/mushroom.png (crevost2, Yuuki) (GPLv2) (-)
graphics/sprites/equipment/head/ninjamask.png (TMW-BR) (GPLv2) (TMW-BR)
diff --git a/items.xml b/items.xml
index 076a1954..34bc30bc 100644
--- a/items.xml
+++ b/items.xml
@@ -6201,6 +6201,30 @@ Colors for dyeable equipments or items are set up by itemcolors.xml.
weight="120">
<sprite>equipment/head/boina.xml</sprite>
</item>
+ <item id="3023"
+ image="equipment/head/moubihat.png"
+ name="Moubi Hat"
+ description="It would still be magical, wasn't the horn broken."
+ maxhp="150"
+ defense="9"
+ level="35"
+ type="equip-head"
+ weight="380">
+ <sprite>equipment/head/moubihat.xml</sprite>
+ <replace sprite="hair"/>
+ </item>
+ <item id="3024"
+ image="equipment/head/bloodymouboohat.png"
+ name="Bloody Mouboo Hat"
+ description="It is evil. And that's all I have to say."
+ maxhp="150"
+ defense="9"
+ level="35"
+ type="equip-head"
+ weight="380">
+ <sprite>equipment/head/bloodymouboohat.xml</sprite>
+ <replace sprite="hair"/>
+ </item>
<!-- Neck Armors -->
<item id="3200"
diff --git a/pets.xml b/pets.xml
index 2edb7f6b..557a3622 100644
--- a/pets.xml
+++ b/pets.xml
@@ -37,6 +37,9 @@ Copyright (C) 2018 TMW2: Moubootaur Legends -->
<pet id="1070" name="Baby Yeti">
<sprite>monsters/moggun.xml</sprite>
</pet>
+ <pet id="1122" name="Tamed Snake">
+ <sprite>monsters/snake.xml|#664d28,a6673a,dbbc86,ffffff</sprite>
+ </pet>
<pet id="1182" name="Elemental Fairy">
<sprite>monsters/fairy.xml|#0000ff,ff9e00,ff0000,00ff00,ffffff</sprite>
</pet>