default bat_spleen_ITEM = Item("bat_spleen", "ingredient", _("Bat Spleen"), 20, _("It has a beautiful pink colour and a nasty smell.")) default hair_animal_ITEM = Item("animal_hair", "ingredient", _("Animal Hair"), 25, _("A bunch of animal hair of unknown origin.")) default dried_nettle_ITEM = Item("dried_nettle", "ingredient", _("Dried Nettle"), 30, _("Not so stingy in its current form.")) default bicorn_horn_ITEM = Item("bicorn_horn", "ingredient", _("Bicorn Horn"), 20, _("One of the horns that belonged to a bi-horned bicorn.")) default fluxweed_ITEM = Item("fluxweed", "ingredient", _("Fluxweed"), 20, _("Can make a good substitute for mustard.")) default knotgrass_ITEM = Item("knotgrass", "ingredient", _("Knotgrass"), 15, _("Often used in distillery of alcohol.")) default leeches_ITEM = Item("leeches", "ingredient", _("Leeches"), 30, _("A jar full of little blood suckers.")) default pufferfish_eyes_ITEM = Item("pufferfish_eyes", "ingredient", _("Pufferfish Eyes"), 45, _("Description says that the fish were fed with carrot.")) ## Only Obtainable outside shop ## default hair_luna_ITEM = Item("hair_luna", "ingredient", _("Luna's Hair"), 0, _("A lock of Luna Lovegood's hair."), infinite=True) ## Unobtainable ## default hair_hermione_ITEM = Item("hair_hermione", "ingredient", _("Hermione's Hair"), 0, _("A lock of Hermione Granger's hair."), infinite=True)