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)