diff options
-rw-r--r-- | LICENSE | 1 | ||||
-rw-r--r-- | graphics/items/usable/pets/fluffy.png | bin | 0 -> 398 bytes | |||
-rw-r--r-- | items.xml | 11 |
3 files changed, 11 insertions, 1 deletions
@@ -820,6 +820,7 @@ https://gitlab.com/TMW2/Docs/wikis/Contributors 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/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) (-) graphics/items/usable/pets/piouegg.png (Reid) (CC BY-SA 3.0) (-) graphics/items/usable/pets/ratte.png (Indigovox) (GPL v2) (TMW-BR) diff --git a/graphics/items/usable/pets/fluffy.png b/graphics/items/usable/pets/fluffy.png Binary files differnew file mode 100644 index 00000000..b211ea48 --- /dev/null +++ b/graphics/items/usable/pets/fluffy.png @@ -6695,7 +6695,16 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. type="generic" useButton="Throw" sellProtected="true" - weight="100" + weight="300" + /> + <item id="4008" + image="usable/pets/fluffy.png" + name="Fluffy Egg" + description="It's a furry egg. Strange." + type="generic" + useButton="Hatch" + sellProtected="true" + weight="360" /> <!-- Cards --> <item id="5000" |