WTS/game/scripts/inventory/potions.rpy

9 lines
1.4 KiB
Plaintext

init offset = 5
default breast_potion_ITEM = Potion("breast_potion", "potion", "Breast Expansion", 0, "Enlarges the chest of the consumer. \nDisclaimer: May cause nipple sensitivity.", recipe=[bat_spleen_ITEM, dried_nettle_ITEM, pufferfish_eyes_ITEM], usable_on=["hermione"], label="potion_breasts", levels={"hermione": 13})
default ass_potion_ITEM = Potion("ass_potion", "potion", "Ass Expansion", 0, "Enlarges the buttocks of the consumer.", recipe=[bat_spleen_ITEM, dried_nettle_ITEM, pufferfish_eyes_ITEM], usable_on=["hermione"], label="potion_ass", levels={"hermione": 13})
default cat_potion_ITEM = Potion("cat_potion", "potion", "Cat Potion", 0, "Turns the consumer into another person. \nDisclaimer: Polyjuice potions may only contain human ingredients or unknown effects may occur.", recipe=[knotgrass_ITEM, fluxweed_ITEM, leeches_ITEM, bicorn_horn_ITEM, hair_animal_ITEM], usable_on=["hermione"], label="potion_cat", levels={"hermione": 13})
default luna_potion_ITEM = Potion("luna_potion", "potion", "Luna Potion", 0, "Turns the consumer into another person. \nThis potion requires a strand of Luna's hair.", recipe=[knotgrass_ITEM, fluxweed_ITEM, leeches_ITEM, bicorn_horn_ITEM, hair_luna_ITEM], usable_on=["hermione"], label="potion_luna", levels={"hermione": 13})
#default airhead_potion_ITEM = Potion("airhead_potion", "potion", "Airhead Cockoction", 0, "ADD DESCRIPTION", recipe=[])