WTS/game/scripts/inventory/potions.rpy
2024-05-03 17:57:15 +01:00

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=[])