diff options
-rw-r--r-- | items.xml | 13 | ||||
-rw-r--r-- | pets.xml | 3 |
2 files changed, 14 insertions, 2 deletions
@@ -6594,7 +6594,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. image="equipment/weapons/lightsaber.png" name="Lightsaber" description="Pyndragon always comes up with the craziest ideas." - effect="ATK Scales" + effect="ATK Scales. HP -1.2/s" attack="240" attack-range="1" level="60" @@ -6609,7 +6609,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. image="equipment/weapons/redlightsaber.png" name="Powerful Lightsaber" description="Pyndragon always comes up with the craziest ideas." - effect="ATK Scales" + effect="ATK Scales. HP -1/s" attack="300" attack-range="2" level="60" @@ -6786,6 +6786,15 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. sellProtected="true" weight="360" /> + <item id="4010" + image="usable/pets/piouegg.png" + name="Bat egg" + description="Nasty." + type="generic" + useButton="Hatch" + sellProtected="true" + weight="300" + /> <!-- Cards --> <item id="5000" image="usable/card/dye.png|S:#3c3c3c,3e1e28,4d4d4d,6f2630,686868,a6313f,919191,d15b5b,b6b6b6,e59b77,dfdfdf,efe0c1" @@ -19,6 +19,9 @@ Copyright (C) 2018 TMW2: Moubootaur Legends --> <pet id="1030" name="Cute Maggot"> <sprite>monsters/maggot.xml</sprite> </pet> + <pet id="1039" name="Nasty Bat"> + <sprite>monsters/bat.xml</sprite> + </pet> <pet id="1049" name="Bhopper Fluffy"> <sprite>monsters/bhopfluffy.xml</sprite> </pet> |