diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-06-03 21:43:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-06-03 21:43:49 -0300 |
commit | 1981f95018b3c50621733054c901e6c5fb0b7fb5 (patch) | |
tree | c7d13e69d7191057d594d8a5608545a277c70129 /items | |
parent | e947b70ceea6877eb821aeb6658c77e8735fafd5 (diff) | |
download | clientdata-1981f95018b3c50621733054c901e6c5fb0b7fb5.tar.gz clientdata-1981f95018b3c50621733054c901e6c5fb0b7fb5.tar.bz2 clientdata-1981f95018b3c50621733054c901e6c5fb0b7fb5.tar.xz clientdata-1981f95018b3c50621733054c901e6c5fb0b7fb5.zip |
Hocus decided to play a prank on you.
Diffstat (limited to 'items')
-rw-r--r-- | items/equip-2hand/item906_KidBook.xml | 6 | ||||
-rw-r--r-- | items/racesprite/item-99054_Troll.xml | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/items/equip-2hand/item906_KidBook.xml b/items/equip-2hand/item906_KidBook.xml index 3eb5b118..985a5f50 100644 --- a/items/equip-2hand/item906_KidBook.xml +++ b/items/equip-2hand/item906_KidBook.xml @@ -12,4 +12,10 @@ <item to="-99054"/> </replace> </item> + <item id="907" image="equipment/weapon/kidbook.png" name="The Book Of Floyd" description="Beep boop. Boop beep?" level="135" type="equip-arms" weight="100" missile-particle="graphics/particles/monster-goblin-firebreath.particle.xml" sellProtected="true"> + <replace/> + <replace sprite="race"> + <item to="-99168"/> + </replace> + </item> </items> diff --git a/items/racesprite/item-99054_Troll.xml b/items/racesprite/item-99054_Troll.xml index 0ba6aaf6..4ee60d50 100644 --- a/items/racesprite/item-99054_Troll.xml +++ b/items/racesprite/item-99054_Troll.xml @@ -9,4 +9,7 @@ <item id="-99054" type="racesprite" name="Troll"> <sprite>monsters/troll-race.xml|#FFDEC2;#FF4D4D;#FF99FF;#FFC88A</sprite> </item> + <item id="-99168" type="racesprite" name="Floyd"> + <sprite>monsters/floyd.xml</sprite> + </item> </items> |