summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-02-18 15:13:35 -0300
committerJesusaves <cpntb1@ymail.com>2021-02-18 15:13:35 -0300
commit69911df497a73aed9e174c514254015150c3f5ec (patch)
tree73436374c61ac7ffdf4d3c4abca1cfaa358329a4
parent92c19f92d17228fd031cd205c8573cbce5c5ad40 (diff)
downloadclientdata-69911df497a73aed9e174c514254015150c3f5ec.tar.gz
clientdata-69911df497a73aed9e174c514254015150c3f5ec.tar.bz2
clientdata-69911df497a73aed9e174c514254015150c3f5ec.tar.xz
clientdata-69911df497a73aed9e174c514254015150c3f5ec.zip
Pet dragon (client data only - no effect ingame)
-rw-r--r--LICENSE1
-rw-r--r--items.xml9
-rw-r--r--pets.xml3
3 files changed, 13 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index 9f9185bc..08826bc3 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1734,6 +1734,7 @@ https://gitlab.com/TMW2/Docs/wikis/Contributors
graphics/sprites/monsters/desertloghead.png (Saulc) (CC BY-SA 3.0) (-)
graphics/sprites/monsters/desertmaggot.png (Saulc) (CC BY-SA 3.0) (Neoriceisgood)
graphics/sprites/monsters/dragon.png (?, lunovox) (GPLv2) (TMW-Br, LoF)
+ graphics/sprites/monsters/dragon-pet.png (?, lunovox) (GPLv2) (TMW-Br, LoF, Jesusalva)
graphics/sprites/monsters/duck.png (Meway) (CC BY-SA 3.0) (-)
graphics/sprites/monsters/dummy.png (Reid) (CC BY-SA 3.0) (-)
graphics/sprites/monsters/evilpinkie.png (Crush) (CC BY-SA 3.0) (TMW UFB)
diff --git a/items.xml b/items.xml
index 9f026c62..f43c3ed4 100644
--- a/items.xml
+++ b/items.xml
@@ -7199,6 +7199,15 @@ Colors for dyeable equipments or items are set up by itemcolors.xml.
sellProtected="true"
weight="400"
/>
+ <item id="4013"
+ image="geneic/squichyclaws.png"
+ name="Dragon Horn"
+ description="Summon a pet dragon... Uhm, not so sure if this one is a good idea."
+ type="generic"
+ useButton="Summon"
+ 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 a8688250..2edb7f6b 100644
--- a/pets.xml
+++ b/pets.xml
@@ -49,4 +49,7 @@ Copyright (C) 2018 TMW2: Moubootaur Legends -->
<pet id="1192" name="Black Cat">
<sprite>monsters/pet-black-cat.xml</sprite>
</pet>
+ <pet id="1195" name="Young Dragon">
+ <sprite>monsters/dragon-pet.xml</sprite>
+ </pet>
</pets>