diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-09-17 20:29:15 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-09-17 20:29:15 -0300 |
commit | bdfa8885899d3cf32cdefdde1fd01a0efbb6333e (patch) | |
tree | 00e0f6cfe24d526817fc0ab0173a02675b7eed8d | |
parent | 6c893010353b078cc8e1fb94ad445f4efc0e162f (diff) | |
download | clientdata-bdfa8885899d3cf32cdefdde1fd01a0efbb6333e.tar.gz clientdata-bdfa8885899d3cf32cdefdde1fd01a0efbb6333e.tar.bz2 clientdata-bdfa8885899d3cf32cdefdde1fd01a0efbb6333e.tar.xz clientdata-bdfa8885899d3cf32cdefdde1fd01a0efbb6333e.zip |
The Panfilo Invasion on Moubootaur Legends.
Do not let @kytty get hold of one of those crystals.
...Why I feel she might drag ME to do this quest? %%i
-rw-r--r-- | items.xml | 9 | ||||
-rw-r--r-- | pets.xml | 3 |
2 files changed, 12 insertions, 0 deletions
@@ -7172,6 +7172,15 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. sellProtected="true" weight="360" /> + <item id="4012" + image="equipment/head/pinkiehat.png" + name="Pinkie Crystal" + description="I don't think you should summon this. It might be a bad idea." + type="generic" + useButton="Summon" + sellProtected="true" + weight="400" + /> <!-- 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="1032" name="Panfilo the Pinkie"> + <sprite>monsters/pinkie.xml</sprite> + </pet> <pet id="1039" name="Nasty Bat"> <sprite>monsters/bat.xml</sprite> </pet> |