diff --git a/game/interface/icons/box-o-fun.webp b/game/interface/icons/box-o-fun.webp new file mode 100644 index 00000000..edeb2aa6 --- /dev/null +++ b/game/interface/icons/box-o-fun.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0493b89e7ffcfac5c0df494c2fff02586d5e8aa41b487844602988b044396de2 +size 260118 diff --git a/game/scripts/inventory/qitems.rpy b/game/scripts/inventory/qitems.rpy index 51e3b602..ddbc4e52 100644 --- a/game/scripts/inventory/qitems.rpy +++ b/game/scripts/inventory/qitems.rpy @@ -7,7 +7,7 @@ default sealed_scroll_ITEM = Item("sealed_scroll", "quest", "Sealed Scroll", 500 default quidditchguide_ITEM = Item("quidditch_book", "quest", "Quidditch Guide", 100, "This book contains the basic knowledge of Quidditch.", label="quidditch_guide_book", limit=1, image="interface/icons/generic_book.webp", unlocked=False, caption="Read") default thequibbler_ITEM = Item("quibbler", "quest", "The Quibbler #NO. 24027", 15, "This tabloid includes conspiracy theories and discussions of imaginary creatures and other weirdness.", label="spectrespecs_E3", limit=1, image="interface/icons/the_quibbler.webp", unlocked=False, caption="Read") default experimental_recipes_ITEM = Item("recipes", "quest", "Experimental Potion Recipes", 0, "This piece of paper has Snape's handwriting all over it.", limit=1, image="interface/icons/generic_scroll.webp", unlocked=False) -default vibrators_ITEM = Item("vibrators", "quest", "Box o' fun", 1000, "A box full of vibrating devices in different shapes and forms. Some of them remain turned on.", limit=1, infinite=True, givable=True, give_label="hg_vibrators", usable_on=["hermione"], caption="Give", image="interface/icons/the_quibbler.webp") #TODO: Icon +default vibrators_ITEM = Item("vibrators", "quest", "Box o' fun", 1000, "A box full of vibrating devices in different shapes and forms. Some of them remain turned on.", limit=1, image="interface/icons/box-o-fun.webp", infinite=True, givable=True, give_label="hg_vibrators", usable_on=["hermione"], caption="Give") # Outfits related quest items default poker_outfit_ITEM = Item("her_outfit_poker", "quest", "Poke-her-nips Outfit", 15, "An outfit that doesn't leave much for the mind's desire, perfect for a lewd card loving girl.", limit=1, image="interface/icons/icon_gambler_hat.webp", unlocked=False, currency="tokens")