diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-02-18 15:13:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-02-18 15:13:35 -0300 |
commit | 69911df497a73aed9e174c514254015150c3f5ec (patch) | |
tree | 73436374c61ac7ffdf4d3c4abca1cfaa358329a4 | |
parent | 92c19f92d17228fd031cd205c8573cbce5c5ad40 (diff) | |
download | clientdata-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-- | LICENSE | 1 | ||||
-rw-r--r-- | items.xml | 9 | ||||
-rw-r--r-- | pets.xml | 3 |
3 files changed, 13 insertions, 0 deletions
@@ -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) @@ -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" @@ -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> |