From 7c6634015e7f4a694496db05a7b268d9ca5e7551 Mon Sep 17 00:00:00 2001 From: Johnny28 Date: Sun, 10 Nov 2024 18:12:37 +0100 Subject: [PATCH] Wardrobe Categories * Adjusted Susan's, Astoria's, Tonks', Cho's and Luna's Wardrobe categories. --- game/scripts/characters/astoria/wardrobe.rpy | 52 ++-- game/scripts/characters/cho/wardrobe.rpy | 257 +++++++++---------- game/scripts/characters/luna/wardrobe.rpy | 210 +++++++-------- game/scripts/characters/susan/wardrobe.rpy | 66 ++--- game/scripts/characters/tonks/wardrobe.rpy | 214 +++++++-------- 5 files changed, 399 insertions(+), 400 deletions(-) diff --git a/game/scripts/characters/astoria/wardrobe.rpy b/game/scripts/characters/astoria/wardrobe.rpy index 7028162e..0dbc1215 100644 --- a/game/scripts/characters/astoria/wardrobe.rpy +++ b/game/scripts/characters/astoria/wardrobe.rpy @@ -18,22 +18,22 @@ default ast_hair_short = DollCloth("astoria", ("head", "hair"), "hair", "short", ## Schoolgirl Outfit ## ####################### -default ast_top_school1 = DollCloth("astoria", ("upper body", "shirts"), "top", "top_school_1", ["#b7b7b8ff", "#6d6979ff", "#3a734bff", "#cdcdceff"], unlocked=True) -default ast_top_school2 = DollCloth("astoria", ("upper body", "shirts"), "top", "top_school_2", ["#b7b7b8ff", "#6d6979ff", "#3a734bff", "#cdcdceff"], level=4, unlocked=True) -default ast_top_school3 = DollCloth("astoria", ("upper body", "shirts"), "top", "top_school_3", ["#b7b7b8ff", "#3a734bff", "#cdcdceff"], level=8, unlocked=True) -default ast_top_school4 = DollCloth("astoria", ("upper body", "shirts"), "top", "top_school_4", ["#b7b7b8ff", "#3a734bff", "#cdcdceff"], level=8, unlocked=True) -default ast_top_school5 = DollCloth("astoria", ("upper body", "shirts"), "top", "top_school_5", ["#b7b7b8ff", "#3a734bff", "#cdcdceff"], level=12, unlocked=True) -default ast_top_school6 = DollCloth("astoria", ("upper body", "shirts"), "top", "top_school_6", ["#6d6979ff", "#3a734bff", "#cdcdceff"], level=12, unlocked=True) +default ast_top_school1 = DollCloth("astoria", ("tops", "shirts"), "top", "top_school_1", ["#b7b7b8ff", "#6d6979ff", "#3a734bff", "#cdcdceff"], unlocked=True) +default ast_top_school2 = DollCloth("astoria", ("tops", "shirts"), "top", "top_school_2", ["#b7b7b8ff", "#6d6979ff", "#3a734bff", "#cdcdceff"], level=4, unlocked=True) +default ast_top_school3 = DollCloth("astoria", ("tops", "shirts"), "top", "top_school_3", ["#b7b7b8ff", "#3a734bff", "#cdcdceff"], level=8, unlocked=True) +default ast_top_school4 = DollCloth("astoria", ("tops", "shirts"), "top", "top_school_4", ["#b7b7b8ff", "#3a734bff", "#cdcdceff"], level=8, unlocked=True) +default ast_top_school5 = DollCloth("astoria", ("tops", "shirts"), "top", "top_school_5", ["#b7b7b8ff", "#3a734bff", "#cdcdceff"], level=12, unlocked=True) +default ast_top_school6 = DollCloth("astoria", ("tops", "shirts"), "top", "top_school_6", ["#6d6979ff", "#3a734bff", "#cdcdceff"], level=12, unlocked=True) -default ast_bottom_skirt1 = DollCloth("astoria", ("lower body", "skirts"), "bottom", "school_skirt_1", ["#675a6cff", "#e8b10dff"], unlocked=True) -default ast_bottom_skirt2 = DollCloth("astoria", ("lower body", "skirts"), "bottom", "school_skirt_2", ["#675a6cff", "#e8b10dff"], level=4, unlocked=True) -default ast_bottom_skirt3 = DollCloth("astoria", ("lower body", "skirts"), "bottom", "school_skirt_3", ["#675a6cff", "#e8b10dff"], level=8, unlocked=True) -default ast_bottom_skirt4 = DollCloth("astoria", ("lower body", "skirts"), "bottom", "school_skirt_4", ["#675a6cff", "#e8b10dff"], level=12, unlocked=True) +default ast_bottom_skirt1 = DollCloth("astoria", ("bottoms", "skirts"), "bottom", "school_skirt_1", ["#675a6cff", "#e8b10dff"], unlocked=True) +default ast_bottom_skirt2 = DollCloth("astoria", ("bottoms", "skirts"), "bottom", "school_skirt_2", ["#675a6cff", "#e8b10dff"], level=4, unlocked=True) +default ast_bottom_skirt3 = DollCloth("astoria", ("bottoms", "skirts"), "bottom", "school_skirt_3", ["#675a6cff", "#e8b10dff"], level=8, unlocked=True) +default ast_bottom_skirt4 = DollCloth("astoria", ("bottoms", "skirts"), "bottom", "school_skirt_4", ["#675a6cff", "#e8b10dff"], level=12, unlocked=True) -default ast_bra_basic1 = DollCloth("astoria", ("upper undergarment", "bras"), "bra", "basic_bra_1", ["#d53e41ff", "#eaeceaff"], unlocked=True) -default ast_bra_basic2 = DollCloth("astoria", ("upper undergarment", "bras"), "bra", "basic_bra_2", ["#d53e41ff"], unlocked=True) -default ast_panties_basic1 = DollCloth("astoria", ("lower undergarment", "panties"), "panties", "basic_panties_1", ["#d53e41ff", "#eaeceaff"], unlocked=True) -default ast_panties_basic2 = DollCloth("astoria", ("lower undergarment", "panties"), "panties", "basic_panties_2", ["#d53e41ff"], unlocked=True) +default ast_bra_basic1 = DollCloth("astoria", ("underwear", "bras"), "bra", "basic_bra_1", ["#d53e41ff", "#eaeceaff"], unlocked=True) +default ast_bra_basic2 = DollCloth("astoria", ("underwear", "bras"), "bra", "basic_bra_2", ["#d53e41ff"], unlocked=True) +default ast_panties_basic1 = DollCloth("astoria", ("underwear", "panties"), "panties", "basic_panties_1", ["#d53e41ff", "#eaeceaff"], unlocked=True) +default ast_panties_basic2 = DollCloth("astoria", ("underwear", "panties"), "panties", "basic_panties_2", ["#d53e41ff"], unlocked=True) default ast_outfit_default = DollOutfit([ast_hair_base, ast_top_school1, ast_bottom_skirt1, ast_bra_basic1, ast_panties_basic1], unlocked=True) default ast_outfit_last = DollOutfit([ast_hair_base], hidden=True) @@ -44,10 +44,10 @@ default ast_outfit_last = DollOutfit([ast_hair_base], hidden=True) default ast_hair_ann = DollCloth("astoria", ("head", "hair"), "hair", "ann_takamaki", ["#e5c681ff", "#a37d50ff", "#ffd169ff"]) default ast_hat_ann = DollClothDynamic("astoria", ("head", "headgear"), "headgear", "ann_takamaki", ["#ad1212ff", "#eebcbbff"], level=14, tracking="?hair") -default ast_top_ann = DollCloth("astoria", ("upper body", "other"), "top", "ann_takamaki", ["#ad1212ff", "#e8e8e8ff", "#eebcbbff"], level=14, blacklist=("bottom", "bra", "garterbelt")) -default ast_stockings_ann = DollCloth("astoria", ("legwear", "stockings"), "stockings", "ann_takamaki", ["#632a2aff", "#b58787ff"], level=14, blacklist=["bottom"]) -default ast_gloves_ann = DollCloth("astoria", ("upper body", "gloves"), "gloves", "ann_takamaki", ["#f98be1ff"]) -default ast_buttplug_ann = DollCloth("astoria", ("misc", "accessory"), "accessory", "ann_takamaki", ["#632a2aff", "#b58787ff"], level=14, zorder=-1) +default ast_top_ann = DollCloth("astoria", ("tops", "other"), "top", "ann_takamaki", ["#ad1212ff", "#e8e8e8ff", "#eebcbbff"], level=14, blacklist=("bottom", "bra", "garterbelt")) +default ast_stockings_ann = DollCloth("astoria", ("underwear", "hosiery"), "stockings", "ann_takamaki", ["#632a2aff", "#b58787ff"], level=14, blacklist=["bottom"]) +default ast_gloves_ann = DollCloth("astoria", ("accessories", "gloves"), "gloves", "ann_takamaki", ["#f98be1ff"]) +default ast_buttplug_ann = DollCloth("astoria", ("accessories", "miscellaneous"), "accessory", "ann_takamaki", ["#632a2aff", "#b58787ff"], level=14, zorder=-1) default ast_outfit_ann = DollOutfit([ast_hair_ann, ast_hat_ann, ast_top_ann, ast_stockings_ann, ast_gloves_ann, ast_buttplug_ann, ast_panties_basic1], price=500, name=_("Ann Costume"), desc=_("Wearing this will make you look like a different persona.")) @@ -55,18 +55,18 @@ default ast_outfit_ann = DollOutfit([ast_hair_ann, ast_hat_ann, ast_top_ann, ast ## Pubic Hair ## ################ -default ast_pubes_arrow = DollCloth("astoria", ("lower undergarment", "pubes"), "pubes", "arrow", ["#e5c681ff"], unlocked=True) -default ast_pubes_beaver = DollCloth("astoria", ("lower undergarment", "pubes"), "pubes", "beaver", ["#e5c681ff"], unlocked=True) -default ast_pubes_stuble = DollCloth("astoria", ("lower undergarment", "pubes"), "pubes", "stuble", ["#8b6b45ff"], unlocked=True) -default ast_pubes_unshaved = DollCloth("astoria", ("lower undergarment", "pubes"), "pubes", "unshaved", ["#8b6b45ff"], unlocked=True) +default ast_pubes_arrow = DollCloth("astoria", ("body art", "pubic hair"), "pubes", "arrow", ["#e5c681ff"], unlocked=True) +default ast_pubes_beaver = DollCloth("astoria", ("body art", "pubic hair"), "pubes", "beaver", ["#e5c681ff"], unlocked=True) +default ast_pubes_stuble = DollCloth("astoria", ("body art", "pubic hair"), "pubes", "stuble", ["#8b6b45ff"], unlocked=True) +default ast_pubes_unshaved = DollCloth("astoria", ("body art", "pubic hair"), "pubes", "unshaved", ["#8b6b45ff"], unlocked=True) # Lipstick -default ast_makeup_lipstick = DollMakeup("astoria", ("head", "makeup"), "makeup", "lipstick", ["#ff4646ff"], unlocked=True, tracking="mouth") +default ast_makeup_lipstick = DollMakeup("astoria", ("body art", "makeup"), "makeup", "lipstick", ["#ff4646ff"], unlocked=True, tracking="mouth") ########## ## Misc ## ########## -default ast_cloth_pants1 = DollCloth("astoria", ("lower body", "trousers"), "bottom", "pants_1", ["#b4b4b4ff", "#d5a10dff"], unlocked=True) -default ast_cloth_shorts1 = DollCloth("astoria", ("lower body", "shorts"), "bottom", "pants_1_short", ["#b4b4b4ff", "#d5a10dff"], level=8, unlocked=True) -default ast_cloth_pantyhose1 = DollCloth("astoria", ("legwear", "pantyhose"), "stockings", "pantyhose", ["#be9281ff"], unlocked=True) +default ast_cloth_pants1 = DollCloth("astoria", ("bottoms", "trousers"), "bottom", "pants_1", ["#b4b4b4ff", "#d5a10dff"], unlocked=True) +default ast_cloth_shorts1 = DollCloth("astoria", ("bottoms", "shorts"), "bottom", "pants_1_short", ["#b4b4b4ff", "#d5a10dff"], level=8, unlocked=True) +default ast_cloth_pantyhose1 = DollCloth("astoria", ("underwear", "hosiery"), "stockings", "pantyhose", ["#be9281ff"], unlocked=True) diff --git a/game/scripts/characters/cho/wardrobe.rpy b/game/scripts/characters/cho/wardrobe.rpy index 2ef7dc51..90ce8766 100644 --- a/game/scripts/characters/cho/wardrobe.rpy +++ b/game/scripts/characters/cho/wardrobe.rpy @@ -17,26 +17,26 @@ default cho_hair_base = DollCloth("cho", ("head", "hair"), "hair", "ponytail", [ ## Schoolgirl Outfit ## ####################### -default cho_top_school1 = DollCloth("cho", ("upper body", "shirts"), "top", "top_school_1", ["#b7b7b8ff", "#6d6979ff", "#d8a30aff", "#5974c2ff"], unlocked=True) -default cho_top_school2 = DollCloth("cho", ("upper body", "shirts"), "top", "top_school_2", ["#b7b7b8ff", "#6d6979ff", "#d8a30aff", "#5974c2ff"], unlocked=True) -default cho_top_school3 = DollCloth("cho", ("upper body", "shirts"), "top", "top_school_3", ["#b7b7b8ff", "#d8a30aff", "#5974c2ff"], unlocked=True) -default cho_top_school4 = DollCloth("cho", ("upper body", "shirts"), "top", "top_school_4", ["#b7b7b8ff", "#d8a30aff", "#5974c2ff"], level=8, unlocked=True) -default cho_top_school5 = DollCloth("cho", ("upper body", "shirts"), "top", "top_school_5", ["#b7b7b8ff", "#d8a30aff", "#5974c2ff"], level=12, unlocked=True) -default cho_top_school6 = DollCloth("cho", ("upper body", "shirts"), "top", "top_school_6", ["#6d6979ff", "#d8a30aff", "#5974c2ff"], level=12, unlocked=True) +default cho_top_school1 = DollCloth("cho", ("tops", "shirts"), "top", "top_school_1", ["#b7b7b8ff", "#6d6979ff", "#d8a30aff", "#5974c2ff"], unlocked=True) +default cho_top_school2 = DollCloth("cho", ("tops", "shirts"), "top", "top_school_2", ["#b7b7b8ff", "#6d6979ff", "#d8a30aff", "#5974c2ff"], unlocked=True) +default cho_top_school3 = DollCloth("cho", ("tops", "shirts"), "top", "top_school_3", ["#b7b7b8ff", "#d8a30aff", "#5974c2ff"], unlocked=True) +default cho_top_school4 = DollCloth("cho", ("tops", "shirts"), "top", "top_school_4", ["#b7b7b8ff", "#d8a30aff", "#5974c2ff"], level=8, unlocked=True) +default cho_top_school5 = DollCloth("cho", ("tops", "shirts"), "top", "top_school_5", ["#b7b7b8ff", "#d8a30aff", "#5974c2ff"], level=12, unlocked=True) +default cho_top_school6 = DollCloth("cho", ("tops", "shirts"), "top", "top_school_6", ["#6d6979ff", "#d8a30aff", "#5974c2ff"], level=12, unlocked=True) -default cho_bottom_school1 = DollCloth("cho", ("lower body", "skirts"), "bottom", "school_skirt_1", ["#675a6cff", "#e8b10dff"], unlocked=True) -default cho_bottom_school2 = DollCloth("cho", ("lower body", "skirts"), "bottom", "school_skirt_2", ["#675a6cff", "#e8b10dff"], level=4, unlocked=True) -default cho_bottom_school3 = DollCloth("cho", ("lower body", "skirts"), "bottom", "school_skirt_3", ["#675a6cff", "#e8b10dff"], level=8, unlocked=True) -default cho_bottom_school4 = DollCloth("cho", ("lower body", "skirts"), "bottom", "school_skirt_4", ["#675a6cff", "#e8b10dff"], level=12, unlocked=True) +default cho_bottom_school1 = DollCloth("cho", ("bottoms", "skirts"), "bottom", "school_skirt_1", ["#675a6cff", "#e8b10dff"], unlocked=True) +default cho_bottom_school2 = DollCloth("cho", ("bottoms", "skirts"), "bottom", "school_skirt_2", ["#675a6cff", "#e8b10dff"], level=4, unlocked=True) +default cho_bottom_school3 = DollCloth("cho", ("bottoms", "skirts"), "bottom", "school_skirt_3", ["#675a6cff", "#e8b10dff"], level=8, unlocked=True) +default cho_bottom_school4 = DollCloth("cho", ("bottoms", "skirts"), "bottom", "school_skirt_4", ["#675a6cff", "#e8b10dff"], level=12, unlocked=True) -default cho_bra_basic1 = DollCloth("cho", ("upper undergarment", "bras"), "bra", "basic_bra_1", ["#e6e6e7ff", "#5974c2ff"], unlocked=True) -default cho_panties_basic1 = DollCloth("cho", ("lower undergarment", "panties"), "panties", "basic_panties_1", ["#e6e6e7ff", "#5974c2ff"], unlocked=True) +default cho_bra_basic1 = DollCloth("cho", ("underwear", "bras"), "bra", "basic_bra_1", ["#e6e6e7ff", "#5974c2ff"], unlocked=True) +default cho_panties_basic1 = DollCloth("cho", ("underwear", "panties"), "panties", "basic_panties_1", ["#e6e6e7ff", "#5974c2ff"], unlocked=True) -default cho_stockings_house = DollCloth("cho", ("legwear", "socks"), "stockings", "house", ["#d8a30aff", "#5974c2ff"], unlocked=True) +default cho_stockings_house = DollCloth("cho", ("underwear", "hosiery"), "stockings", "house", ["#d8a30aff", "#5974c2ff"], unlocked=True) -default cho_robe_school_1 = DollCloth("cho", ("upper body", "robes"), "robe", "robe_school_1", color=["#606060ff", "#ceced1ff", "#5974c2ff"], level=0, unlocked=True) -default cho_robe_school_2 = DollCloth("cho", ("upper body", "robes"), "robe", "robe_school_2", color=["#606060ff", "#ceced1ff", "#5974c2ff"], level=4, unlocked=True) -default cho_robe_school_3 = DollCloth("cho", ("upper body", "robes"), "robe", "robe_school_3", color=["#606060ff", "#ceced1ff", "#5974c2ff"], level=8, unlocked=True) +default cho_robe_school_1 = DollCloth("cho", ("outer wear", "robes"), "robe", "robe_school_1", color=["#606060ff", "#ceced1ff", "#5974c2ff"], level=0, unlocked=True) +default cho_robe_school_2 = DollCloth("cho", ("outer wear", "robes"), "robe", "robe_school_2", color=["#606060ff", "#ceced1ff", "#5974c2ff"], level=4, unlocked=True) +default cho_robe_school_3 = DollCloth("cho", ("outer wear", "robes"), "robe", "robe_school_3", color=["#606060ff", "#ceced1ff", "#5974c2ff"], level=8, unlocked=True) default cho_outfit_last = DollOutfit([cho_hair_base], hidden=True) default cho_outfit_default = DollOutfit([cho_hair_base, cho_top_school1, cho_bottom_school1, cho_bra_basic1, cho_panties_basic1, cho_stockings_house], unlocked=True) @@ -45,13 +45,13 @@ default cho_outfit_default = DollOutfit([cho_hair_base, cho_top_school1, cho_bot ## Cheerleader Outfit ## ######################## -default cho_earring_snitch = DollCloth("cho", ("head", "earrings"), "earrings", "snitch", ["#dcdcddff", "#d5a10dff"]) -default cho_top_quid1 = DollCloth("cho", ("upper body", "shirts"), "top", "top_quid_1", ["#40548dff", "#d5a10dff"], level=10) -default cho_bottom_quid1 = DollCloth("cho", ("lower body", "skirts"), "bottom", "quid_skirt_1", ["#40548dff", "#d5a10dff"], level=10) -default cho_stockings_quid1 = DollCloth("cho", ("legwear", "socks"), "stockings", "quid1", ["#40548dff", "#d5a10dff"], level=10) -default cho_panties_sport2 = DollCloth("cho", ("lower undergarment", "panties"), "panties", "sport_panties_2", ["#9cccf9ff"], level=4) -default cho_bra_sports1 = DollCloth("cho", ("upper undergarment", "bras"), "bra", "sport_bra_1", ["#9cccf9ff"], unlocked=True) -default cho_makeup_blush = DollCloth("cho", ("makeup", "blush"), "makeup", "blush", ["#ee71c4ff"], level=2) +default cho_earring_snitch = DollCloth("cho", ("body art", "earrings"), "earrings", "snitch", ["#dcdcddff", "#d5a10dff"]) +default cho_top_quid1 = DollCloth("cho", ("tops", "shirts"), "top", "top_quid_1", ["#40548dff", "#d5a10dff"], level=10) +default cho_bottom_quid1 = DollCloth("cho", ("bottoms", "skirts"), "bottom", "quid_skirt_1", ["#40548dff", "#d5a10dff"], level=10) +default cho_stockings_quid1 = DollCloth("cho", ("underwear", "hosiery"), "stockings", "quid1", ["#40548dff", "#d5a10dff"], level=10) +default cho_panties_sport2 = DollCloth("cho", ("underwear", "panties"), "panties", "sport_panties_2", ["#9cccf9ff"], level=4) +default cho_bra_sports1 = DollCloth("cho", ("underwear", "bras"), "bra", "sport_bra_1", ["#9cccf9ff"], unlocked=True) +default cho_makeup_blush = DollCloth("cho", ("body art", "makeup"), "makeup", "blush", ["#ee71c4ff"], level=2) default cho_outfit_cheerleader = DollOutfit([cho_hair_base, cho_earring_snitch, cho_stockings_quid1, cho_panties_sport2, cho_bra_sports1, cho_bottom_quid1, cho_top_quid1, cho_makeup_blush], price=500, name=_("Ravenclaw Cheerleader Uniform"), desc=_("Ravenclaw! Ravenclaw!")) @@ -59,9 +59,9 @@ default cho_outfit_cheerleader = DollOutfit([cho_hair_base, cho_earring_snitch, ## Misty Outfit ## ################## -default cho_top_shirt1 = DollCloth("cho", ("upper body", "shirts"), "top", "top_shirt_1", ["#ffe57eff"], level=14) -default cho_bottom_shorts3 = DollCloth("cho", ("lower body", "shorts"), "bottom", "pants_short_3", ["#2f9688ff", "#afdcbfff", "#f79826ff"], level=10) -default cho_accessory_suspenders = DollCloth("cho", ("misc", "accessory"), "accessory", "suspenders", ["#891611ff", "#e58c21ff"], zorder=213) +default cho_top_shirt1 = DollCloth("cho", ("tops", "shirts"), "top", "top_shirt_1", ["#ffe57eff"], level=14) +default cho_bottom_shorts3 = DollCloth("cho", ("bottoms", "shorts"), "bottom", "pants_short_3", ["#2f9688ff", "#afdcbfff", "#f79826ff"], level=10) +default cho_accessory_suspenders = DollCloth("cho", ("accessories", "miscellaneous"), "accessory", "suspenders", ["#891611ff", "#e58c21ff"], zorder=213) default cho_outfit_misty = DollOutfit([cho_hair_base, cho_accessory_suspenders, cho_top_shirt1, cho_bottom_shorts3, cho_panties_sport2], price=500, name=_("Misty Costume"), desc=_("For trainers that want to be the very best! To train them is your cause!")) @@ -69,8 +69,8 @@ default cho_outfit_misty = DollOutfit([cho_hair_base, cho_accessory_suspenders, ## Clubslut Outfit ## ##################### -default cho_bottom_skirt2 = DollCloth("cho", ("lower body", "skirts"), "bottom", "skirt_short_2", ["#5d77adff"], level=16) -default cho_bra_bikini1 = DollCloth("cho", ("upper undergarment", "bikini bras"), "bra", "bikini_top_1", ["#03edeaff"], level=10) +default cho_bottom_skirt2 = DollCloth("cho", ("bottoms", "skirts"), "bottom", "skirt_short_2", ["#5d77adff"], level=16) +default cho_bra_bikini1 = DollCloth("cho", ("underwear", "bras"), "bra", "bikini_top_1", ["#03edeaff"], level=10) default cho_outfit_party = DollOutfit([cho_hair_base, cho_bottom_skirt2, cho_bra_bikini1], price=500, name=_("Clubslut Outfit"), desc=_("Release your inner slut with this unique club outfit!")) @@ -78,10 +78,10 @@ default cho_outfit_party = DollOutfit([cho_hair_base, cho_bottom_skirt2, cho_bra ## Sailor Outfit ## ################### -default cho_bottom_skirt1 = DollCloth("cho", ("lower body", "skirts"), "bottom", "skirt_short_1", ["#5974c2ff"], level=18) -default cho_top_sailor1 = DollCloth("cho", ("upper body", "shirts"), "top", "top_sailor_1", ["#fcfcfdff", "#5974c2ff"], level=14) -default cho_stockings_sailor1 = DollCloth("cho", ("legwear", "stockings"), "stockings", "sailor", ["#e8e8e9ff"]) -default cho_panties_bikini2 = DollCloth("cho", ("lower undergarment", "bikini panties"), "panties", "bikini_bottom_2", ["#d5a10dff"], level=18) +default cho_bottom_skirt1 = DollCloth("cho", ("bottoms", "skirts"), "bottom", "skirt_short_1", ["#5974c2ff"], level=18) +default cho_top_sailor1 = DollCloth("cho", ("tops", "shirts"), "top", "top_sailor_1", ["#fcfcfdff", "#5974c2ff"], level=14) +default cho_stockings_sailor1 = DollCloth("cho", ("underwear", "hosiery"), "stockings", "sailor", ["#e8e8e9ff"]) +default cho_panties_bikini2 = DollCloth("cho", ("underwear", "panties"), "panties", "bikini_bottom_2", ["#d5a10dff"], level=18) default cho_outfit_sailor = DollOutfit([cho_hair_base, cho_top_sailor1, cho_bottom_skirt1, cho_stockings_sailor1, cho_panties_bikini2], price=500, name=_("Sailor Outfit"), desc=_("A slutty sailor outfit, perfect for the average cannon swabber.")) @@ -89,9 +89,9 @@ default cho_outfit_sailor = DollOutfit([cho_hair_base, cho_top_sailor1, cho_bott ## Japanese School Outfit ## ############################ -default cho_top_j_school1 = DollCloth("cho", ("upper body", "shirts"), "top", "top_j_school_1", ["#fff8dfff", "#5f6e8eff", "#a1a1a4ff", "#fdfefaff"], level=4) -default cho_bottom_j_skirt1 = DollCloth("cho", ("lower body", "skirts"), "bottom", "j_school_skirt_1", ["#a1a1a4ff"], level=4) -default cho_stockings_j_kneehigh1 = DollCloth("cho", ("legwear", "socks"), "stockings", "kneehigh", ["#fdfefaff"], level=0) +default cho_top_j_school1 = DollCloth("cho", ("tops", "shirts"), "top", "top_j_school_1", ["#fff8dfff", "#5f6e8eff", "#a1a1a4ff", "#fdfefaff"], level=4) +default cho_bottom_j_skirt1 = DollCloth("cho", ("bottoms", "skirts"), "bottom", "j_school_skirt_1", ["#a1a1a4ff"], level=4) +default cho_stockings_j_kneehigh1 = DollCloth("cho", ("underwear", "hosiery"), "stockings", "kneehigh", ["#fdfefaff"], level=0) default cho_outfit_j_school = DollOutfit([cho_hair_base, cho_top_j_school1, cho_bottom_j_skirt1, cho_stockings_j_kneehigh1, cho_panties_basic1, cho_bra_basic1], price=300, name=_("Japanese School Uniform"), desc=_("A school girl uniform inspired by the land of culture.")) @@ -99,8 +99,8 @@ default cho_outfit_j_school = DollOutfit([cho_hair_base, cho_top_j_school1, cho_ ## Bikini Outfit ## ################### -default cho_bra_bikini2 = DollCloth("cho", ("upper undergarment", "bikini bras"), "bra", "bikini_top_2", ["#5974c2ff"], level=14) -default cho_panties_bikini1 = DollCloth("cho", ("lower undergarment", "bikini panties"), "panties", "bikini_bottom_1", ["#d5a10dff"], level=14) +default cho_bra_bikini2 = DollCloth("cho", ("underwear", "bras"), "bra", "bikini_top_2", ["#5974c2ff"], level=14) +default cho_panties_bikini1 = DollCloth("cho", ("underwear", "panties"), "panties", "bikini_bottom_1", ["#d5a10dff"], level=14) default cho_outfit_bikini = DollOutfit([cho_hair_base, cho_bra_bikini2, cho_panties_bikini1], price=500, name=_("Micro Bikini Set"), desc=_("It's like a regular sized bikini that's shrunk in the wash.")) @@ -109,11 +109,11 @@ default cho_outfit_bikini = DollOutfit([cho_hair_base, cho_bra_bikini2, cho_pant ########################## default cho_neckwear_lace1 = DollCloth("cho", ("head", "neckwear"), "neckwear", "choker_lace_1", ["#6464ffff", "#dcdcddff"]) -default cho_garterbelt_lace1 = DollCloth("cho", ("legwear", "garterbelts"), "garterbelt", "lace_garter_1", ["#dcdcddff", "#6464ffff", "#dcdcddff", "#5974c2ff"], level=12) -default cho_stockings_lace1 = DollCloth("cho", ("legwear", "stockings"), "stockings", "lace_stockings_1", ["#6464ffff", "#dcdcddff"], level=12) -default cho_bra_lace1 = DollCloth("cho", ("upper undergarment", "bras"), "bra", "lace_bra_1", ["#6464ffff", "#dcdcddff", "#5974c2ff"], level=14) -default cho_panties_lace1 = DollCloth("cho", ("lower undergarment", "panties"), "panties", "lace_panties_1", ["#6464ffff", "#dcdcddff", "#5974c2ff"], level=14) -default cho_earring_feather = DollCloth("cho", ("head", "earrings"), "earrings", "feather", ["#e8e8e8ff", "#465a93ff", "#885b22ff"]) +default cho_garterbelt_lace1 = DollCloth("cho", ("underwear", "hosiery"), "garterbelt", "lace_garter_1", ["#dcdcddff", "#6464ffff", "#dcdcddff", "#5974c2ff"], level=12) +default cho_stockings_lace1 = DollCloth("cho", ("underwear", "hosiery"), "stockings", "lace_stockings_1", ["#6464ffff", "#dcdcddff"], level=12) +default cho_bra_lace1 = DollCloth("cho", ("underwear", "bras"), "bra", "lace_bra_1", ["#6464ffff", "#dcdcddff", "#5974c2ff"], level=14) +default cho_panties_lace1 = DollCloth("cho", ("underwear", "panties"), "panties", "lace_panties_1", ["#6464ffff", "#dcdcddff", "#5974c2ff"], level=14) +default cho_earring_feather = DollCloth("cho", ("body art", "earrings"), "earrings", "feather", ["#e8e8e8ff", "#465a93ff", "#885b22ff"]) default cho_outfit_lacelingerie = DollOutfit([cho_hair_base, cho_neckwear_lace1, cho_garterbelt_lace1, cho_panties_lace1, cho_bra_lace1, cho_stockings_lace1, cho_earring_feather], price=500, name=_("Lace Lingerie Set"), desc=_("This lingerie set turns even the toughest tomboy into a cute and sexy princess!")) @@ -121,7 +121,7 @@ default cho_outfit_lacelingerie = DollOutfit([cho_hair_base, cho_neckwear_lace1, ## Dress Outfit ## ################## -default cho_top_dress1 = DollCloth("cho", ("upper body", "dresses"), "top", "dress_1", ["#e71d29ff", "#f2a249ff"], level=12, blacklist=["bottom"]) +default cho_top_dress1 = DollCloth("cho", ("tops", "dresses"), "top", "dress_1", ["#e71d29ff", "#f2a249ff"], level=12, blacklist=["bottom"]) default cho_outfit_dress1 = DollOutfit([cho_hair_base, cho_top_dress1, cho_panties_basic1, cho_bra_basic1], price=500, name=_("Traditional Chinese Dress"), desc=_("A traditional dress inspired by Chinese culture.")) @@ -129,10 +129,10 @@ default cho_outfit_dress1 = DollOutfit([cho_hair_base, cho_top_dress1, cho_panti ## Trainee Outfit ## #################### -default cho_top_tank2 = DollCloth("cho", ("upper body", "shirts"), "top", "top_tanktop_2", ["#fcc0d5ff", "#fddde8ff"], level=10) -default cho_bottom_shorts1 = DollCloth("cho", ("lower body", "shorts"), "bottom", "pants_short_1", ["#e6e6e7ff"], level=8) -default cho_stockings_pantyhose = DollCloth("cho", ("legwear", "pantyhose"), "stockings", "pantyhose", ["#be9281ff"]) -default cho_earring_basic = DollCloth("cho", ("head", "earrings"), "earrings", "basic", ["#dcdcddff"]) +default cho_top_tank2 = DollCloth("cho", ("tops", "shirts"), "top", "top_tanktop_2", ["#fcc0d5ff", "#fddde8ff"], level=10) +default cho_bottom_shorts1 = DollCloth("cho", ("bottoms", "shorts"), "bottom", "pants_short_1", ["#e6e6e7ff"], level=8) +default cho_stockings_pantyhose = DollCloth("cho", ("underwear", "hosiery"), "stockings", "pantyhose", ["#be9281ff"]) +default cho_earring_basic = DollCloth("cho", ("body art", "earrings"), "earrings", "basic", ["#dcdcddff"]) default cho_outfit_trainee = DollOutfit([cho_hair_base, cho_bra_basic1, cho_panties_basic1, cho_bottom_shorts1, cho_top_tank2, cho_stockings_pantyhose, cho_earring_basic], price=500, name=_("Sporty Outfit"), desc=_("Great for reducing fat.")) @@ -141,9 +141,9 @@ default cho_outfit_trainee = DollOutfit([cho_hair_base, cho_bra_basic1, cho_pant ###################### default cho_headgear_toon_band = DollClothDynamic("cho", ("head", "headgear"), "headgear", "toon_band", ["#2b5197ff"], level=4, tracking="?hair") -default cho_top_toon_shirt = DollCloth("cho", ("upper body", "shirts"), "top", "toon_shirt", ["#ffffffff"], level=4) -default cho_bottom_toon_shorts = DollCloth("cho", ("lower body", "shorts"), "bottom", "toon_shorts", ["#2b5197ff", "#ffffffff"], level=4) -default cho_stockings_toon_socks = DollCloth("cho", ("legwear", "socks"), "stockings", "toon_socks", ["#2b5197ff", "#ffffffff"], level=4) +default cho_top_toon_shirt = DollCloth("cho", ("tops", "shirts"), "top", "toon_shirt", ["#ffffffff"], level=4) +default cho_bottom_toon_shorts = DollCloth("cho", ("bottoms", "shorts"), "bottom", "toon_shorts", ["#2b5197ff", "#ffffffff"], level=4) +default cho_stockings_toon_socks = DollCloth("cho", ("underwear", "hosiery"), "stockings", "toon_socks", ["#2b5197ff", "#ffffffff"], level=4) default cho_outfit_toon = DollOutfit([cho_hair_base, cho_headgear_toon_band, cho_top_toon_shirt, cho_bottom_toon_shorts, cho_stockings_toon_socks, cho_bra_basic1, cho_panties_basic1], price=500, name=_("Toonsquad Outfit"), desc=_("\"Don't ever call me a doll!\" - Some Sexy Bunny")) @@ -151,13 +151,13 @@ default cho_outfit_toon = DollOutfit([cho_hair_base, cho_headgear_toon_band, cho ## Chun-Li Outfit ## #################### -default cho_top_chun_li = DollCloth("cho", ("upper body", "shirts"), "top", "top_chun_li", ["#ed224fff", "#ffe279ff"], level=12) -default cho_bottom_chun_li_skirt = DollCloth("cho", ("lower body", "skirts"), "bottom", "skirt_chun_li", ["#ed224fff", "#ffe279ff"], level=12) -default cho_accessory_chun_li_wrap = DollCloth("cho", ("misc", "accessory"), "accessory", "body_wrap", ["#fffbdeff"], level=12, zorder=193) -default cho_accessory_chun_li_shoulders = DollCloth("cho", ("misc", "accessory"), "accessory", "chun_li_shoulders", ["#ed224fff", "#ffe279ff"], level=12, zorder=213) +default cho_top_chun_li = DollCloth("cho", ("tops", "shirts"), "top", "top_chun_li", ["#ed224fff", "#ffe279ff"], level=12) +default cho_bottom_chun_li_skirt = DollCloth("cho", ("bottoms", "skirts"), "bottom", "skirt_chun_li", ["#ed224fff", "#ffe279ff"], level=12) +default cho_accessory_chun_li_wrap = DollCloth("cho", ("accessories", "miscellaneous"), "accessory", "body_wrap", ["#fffbdeff"], level=12, zorder=193) +default cho_accessory_chun_li_shoulders = DollCloth("cho", ("accessories", "miscellaneous"), "accessory", "chun_li_shoulders", ["#ed224fff", "#ffe279ff"], level=12, zorder=213) default cho_headgear_chun_li_puffies = DollClothDynamic("cho", ("head", "headgear"), "headgear", "chun_li_puffies", ["#fffbdeff"], level=10, tracking="?hair") -default cho_tattoo_chun_li_dragon = DollCloth("cho", ("piercings & tattoos", "tattoos"), "tattoo", "chun_li_dragon", ["#ed224fff", "#ffe279ff"]) -default cho_tattoo_chun_li_mule = DollCloth("cho", ("piercings & tattoos", "tattoos"), "tattoo", "chun_li_mule", ["#000000ff"]) +default cho_tattoo_chun_li_dragon = DollCloth("cho", ("body art", "tattoos"), "tattoo", "chun_li_dragon", ["#ed224fff", "#ffe279ff"]) +default cho_tattoo_chun_li_mule = DollCloth("cho", ("body art", "tattoos"), "tattoo", "chun_li_mule", ["#000000ff"]) default cho_outfit_chun_li = DollOutfit([cho_hair_base, cho_top_chun_li, cho_bottom_chun_li_skirt, cho_accessory_chun_li_wrap, cho_accessory_chun_li_shoulders, cho_headgear_chun_li_puffies, cho_bra_basic1, cho_panties_basic1, cho_tattoo_chun_li_dragon, cho_tattoo_chun_li_mule], price=500, name=_("Chun-Li Outfit"), desc=_("For the strongest woman in the world!")) @@ -165,9 +165,9 @@ default cho_outfit_chun_li = DollOutfit([cho_hair_base, cho_top_chun_li, cho_bot ## Police Woman ## #unlocked in not_so_great_escape mirror story ################## -default cho_top_police1 = DollCloth("cho", ("upper body", "shirts"), "top", "police", ["#455495ff", "#ebd165ff", "#da2106ff"], level=9) -default cho_bottom_police_skirt = DollCloth("cho", ("lower body", "skirts"), "bottom", "police_skirt", ["#455495ff", "#ebd165ff", "#a35f3aff", "#ebd165ff"], level=10) -default cho_glasses_aviators = DollCloth("cho", ("head", "glasses"), "glasses", "aviators", ["#b7c7d8ff", "#f3d954ff"], level=6) +default cho_top_police1 = DollCloth("cho", ("tops", "shirts"), "top", "police", ["#455495ff", "#ebd165ff", "#da2106ff"], level=9) +default cho_bottom_police_skirt = DollCloth("cho", ("bottoms", "skirts"), "bottom", "police_skirt", ["#455495ff", "#ebd165ff", "#a35f3aff", "#ebd165ff"], level=10) +default cho_glasses_aviators = DollCloth("cho", ("accessories", "glasses"), "glasses", "aviators", ["#b7c7d8ff", "#f3d954ff"], level=6) default cho_headgear_police_cap = DollClothDynamic("cho", ("head", "headgear"), "headgear", "police_cap", ["#7e7ec0ff", "#ebd165ff", "#b7c7d8ff", "#ebd165ff"], level=6, tracking="?hair") default cho_outfit_police = DollOutfit([cho_hair_base, cho_top_police1, cho_bottom_police_skirt, cho_bra_basic1, cho_panties_basic1, cho_glasses_aviators, cho_headgear_police_cap]) @@ -176,10 +176,10 @@ default cho_outfit_police = DollOutfit([cho_hair_base, cho_top_police1, cho_bott ## Reindeer Costume ## #unlocked in genies_christmas_wish mirror story ###################### -default cho_top_bunny2 = DollCloth("cho", ("upper body", "one-piece suits"), "top", "bunny_top_2", ["#84220bff"], blacklist=["panties", "bra"], zorder=183, level=15) +default cho_top_bunny2 = DollCloth("cho", ("tops", "one-pieces"), "top", "bunny_top_2", ["#84220bff"], blacklist=["panties", "bra"], zorder=183, level=15) default cho_hat_antlers = DollClothDynamic("cho", ("head", "headgear"), "headgear", "antlers", ["#984b30ff", "#ffffffff", "#c29d63ff"], level=12, tracking="?hair") default cho_neckwear_reindeer_collar = DollCloth("cho", ("head", "neckwear"), "neckwear", "reindeer_collar", ["#7e4422ff", "#c4ab5fff"], level=15) -default cho_accessory_mistletoe = DollCloth("cho", ("misc", "accessory"), "accessory", "mistletoe", ["#1b5cc9ff"], zorder=193, level=7) +default cho_accessory_mistletoe = DollCloth("cho", ("accessories", "miscellaneous"), "accessory", "mistletoe", ["#1b5cc9ff"], zorder=193, level=7) default cho_outfit_reindeer = DollOutfit([cho_hair_base, cho_top_bunny2, cho_accessory_mistletoe, cho_hat_antlers, cho_neckwear_reindeer_collar]) @@ -187,8 +187,8 @@ default cho_outfit_reindeer = DollOutfit([cho_hair_base, cho_top_bunny2, cho_acc ## Bunny Costume ## ################### -default cho_top_bunny1 = DollCloth("cho", ("upper body", "one-piece suits"), "top", "bunny_top_1", ["#000000ff"], blacklist=["panties", "bra"], zorder=183, level=15) -default cho_stockings_bunny1 = DollCloth("cho", ("legwear", "pantyhose"), "stockings", "bunny_stockings_1", ["#515151ff"], level=5) +default cho_top_bunny1 = DollCloth("cho", ("tops", "one-pieces"), "top", "bunny_top_1", ["#000000ff"], blacklist=["panties", "bra"], zorder=183, level=15) +default cho_stockings_bunny1 = DollCloth("cho", ("underwear", "hosiery"), "stockings", "bunny_stockings_1", ["#515151ff"], level=5) default cho_hat_bunny1 = DollClothDynamic("cho", ("head", "headgear"), "headgear", "bunny_hat_1", ["#2b2a32ff", "#575370ff"], level=15, tracking="?hair") default cho_outfit_bunny = DollOutfit([cho_hair_base, cho_top_bunny1, cho_stockings_bunny1, cho_hat_bunny1], price=250, name=_("Sexy Bunny Costume"), desc=_("A costume to turn you into the bunny equivalent of a neko.")) @@ -197,7 +197,7 @@ default cho_outfit_bunny = DollOutfit([cho_hair_base, cho_top_bunny1, cho_stocki ## Virgin Killer Outfit ## ########################## -default cho_top_virgin_killer = DollCloth("cho", ("upper body", "one-piece suits"), "top", "top_virgin_killer", ["#de4047ff", "#de4047ff"], blacklist=["bottom", "panties", "bra"], zorder=183, level=15) +default cho_top_virgin_killer = DollCloth("cho", ("tops", "one-pieces"), "top", "top_virgin_killer", ["#de4047ff", "#de4047ff"], blacklist=["bottom", "panties", "bra"], zorder=183, level=15) default cho_outfit_virgin_killer = DollOutfit([cho_hair_base, cho_top_virgin_killer], price=200, name=_("Virgin Killer"), desc=_("Disclaimer: Does not actually kill virgins.")) @@ -205,8 +205,8 @@ default cho_outfit_virgin_killer = DollOutfit([cho_hair_base, cho_top_virgin_kil ## Sheer Nightie Outfit ## ########################## -default cho_nightie_sheer1 = DollCloth("cho", ("upper body", "shirts"), "top", "sheer_nightie_1", ["#CBE5F8BF", "#000000FF"], level=13) -default cho_panties_sheer1 = DollCloth("cho", ("lower undergarment", "panties"), "panties", "sheer_panties_1", ["#CBE5F8BF"], level=16) +default cho_nightie_sheer1 = DollCloth("cho", ("tops", "shirts"), "top", "sheer_nightie_1", ["#CBE5F8BF", "#000000FF"], level=13) +default cho_panties_sheer1 = DollCloth("cho", ("underwear", "panties"), "panties", "sheer_panties_1", ["#CBE5F8BF"], level=16) default cho_outfit_sheer_nightie = DollOutfit([cho_hair_base, cho_nightie_sheer1, cho_panties_sheer1], price=400, name=_("Sheer Nightie Set"), desc=_("Like a regular nightie, except you can see through it.")) @@ -214,8 +214,8 @@ default cho_outfit_sheer_nightie = DollOutfit([cho_hair_base, cho_nightie_sheer1 ## Sporty Bikini Outfit ## ########################## -default cho_bra_bikini_sporty1 = DollCloth("cho", ("upper undergarment", "bikini bras"), "bra", "sporty_bikini_top_1", ["#484A6CFF"], level=8) -default cho_panties_bikini_sporty1 = DollCloth("cho", ("lower undergarment", "bikini panties"), "panties", "sporty_bikini_bottom_1", ["#484A6CFF"], level=12) +default cho_bra_bikini_sporty1 = DollCloth("cho", ("underwear", "bras"), "bra", "sporty_bikini_top_1", ["#484A6CFF"], level=8) +default cho_panties_bikini_sporty1 = DollCloth("cho", ("underwear", "panties"), "panties", "sporty_bikini_bottom_1", ["#484A6CFF"], level=12) default cho_outfit_sporty_bikini = DollOutfit([cho_hair_base, cho_bra_bikini_sporty1, cho_panties_bikini_sporty1], price=400, name=_("Sporty Bikini Set"), desc=_("A sporty bikini for the more athletic kind of witch.")) @@ -223,9 +223,9 @@ default cho_outfit_sporty_bikini = DollOutfit([cho_hair_base, cho_bra_bikini_spo ## Club Dress Outfit ## ####################### -default cho_top_dress_club = DollCloth("cho", ("upper body", "dresses"), "top", "dress_club", ["#212638ff"], level=12) -default cho_bra_padding_1 = DollCloth("cho", ("upper undergarment", "bras"), "bra", "padding_bra_1", ["#212638FF"], level=12) -default cho_panties_sheer_2 = DollCloth("cho", ("lower undergarment", "panties"), "panties", "sheer_panties_2", ["#212638FF", "#2D2D4BFF" ], level=16) +default cho_top_dress_club = DollCloth("cho", ("tops", "dresses"), "top", "dress_club", ["#212638ff"], level=12) +default cho_bra_padding_1 = DollCloth("cho", ("underwear", "bras"), "bra", "padding_bra_1", ["#212638FF"], level=12) +default cho_panties_sheer_2 = DollCloth("cho", ("underwear", "panties"), "panties", "sheer_panties_2", ["#212638FF", "#2D2D4BFF" ], level=16) default cho_outfit_club_dress = DollOutfit([cho_hair_base, cho_top_dress_club, cho_bra_padding_1, cho_panties_sheer_2], price=450, name=_("Club Dress Set"), desc=_("The perfect dress set for an outgoing witch.")) @@ -233,63 +233,63 @@ default cho_outfit_club_dress = DollOutfit([cho_hair_base, cho_top_dress_club, c ## Pubic Hair ## ################ -default cho_pubes_arrow = DollCloth("cho", ("lower undergarment", "pubes"), "pubes", "arrow", ["#465a93ff"], unlocked=True) -default cho_pubes_beaver = DollCloth("cho", ("lower undergarment", "pubes"), "pubes", "beaver", ["#465a93ff"], unlocked=True) -default cho_pubes_stuble = DollCloth("cho", ("lower undergarment", "pubes"), "pubes", "stuble", ["#343b50ff"], unlocked=True) -default cho_pubes_unshaved = DollCloth("cho", ("lower undergarment", "pubes"), "pubes", "unshaved", ["#343b50ff"], unlocked=True) -default cho_pubes_thick = DollCloth("cho", ("lower undergarment", "pubes"), "pubes", "thick", ["#343b50ff", "#465a93ff"], unlocked=True) -default cho_pubes_heart = DollCloth("cho", ("lower undergarment", "pubes"), "pubes", "heart", ["#343b50ff", "#465a93ff"], unlocked=True) +default cho_pubes_arrow = DollCloth("cho", ("body art", "pubic hair"), "pubes", "arrow", ["#465a93ff"], unlocked=True) +default cho_pubes_beaver = DollCloth("cho", ("body art", "pubic hair"), "pubes", "beaver", ["#465a93ff"], unlocked=True) +default cho_pubes_stuble = DollCloth("cho", ("body art", "pubic hair"), "pubes", "stuble", ["#343b50ff"], unlocked=True) +default cho_pubes_unshaved = DollCloth("cho", ("body art", "pubic hair"), "pubes", "unshaved", ["#343b50ff"], unlocked=True) +default cho_pubes_thick = DollCloth("cho", ("body art", "pubic hair"), "pubes", "thick", ["#343b50ff", "#465a93ff"], unlocked=True) +default cho_pubes_heart = DollCloth("cho", ("body art", "pubic hair"), "pubes", "heart", ["#343b50ff", "#465a93ff"], unlocked=True) ############ ## Makeup ## ############ -default cho_makeup_freckles1 = DollCloth("cho", ("head", "makeup"), "makeup", "freckles1", ["#BB7A49ff"], unlocked=True) -default cho_makeup_freckles2 = DollCloth("cho", ("head", "makeup"), "makeup", "freckles2", ["#BB7A49ff"], unlocked=True) +default cho_makeup_freckles1 = DollCloth("cho", ("body art", "makeup"), "makeup", "freckles1", ["#BB7A49ff"], unlocked=True) +default cho_makeup_freckles2 = DollCloth("cho", ("body art", "makeup"), "makeup", "freckles2", ["#BB7A49ff"], unlocked=True) -default cho_makeup_lipstick = DollMakeup("cho", ("head", "makeup"), "makeup", "lipstick", ["#ff4646ff"], unlocked=True, tracking="mouth") +default cho_makeup_lipstick = DollMakeup("cho", ("body art", "makeup"), "makeup", "lipstick", ["#ff4646ff"], unlocked=True, tracking="mouth") ############# ## Tattoos ## ############# -default cho_tattoo_free = DollCloth("cho", ("piercings & tattoos", "tattoos"), "tattoo", "pelv_free", ["#000001ff"], unlocked=True) -default cho_tattoo_slut = DollCloth("cho", ("piercings & tattoos", "tattoos"), "tattoo", "breasts_slut", ["#000001ff"], unlocked=True) -default cho_tattoo_arrows = DollCloth("cho", ("piercings & tattoos", "tattoos"), "tattoo", "arrows_tattoo", ["#C96548ff"], unlocked=True) -default cho_tattoo_barcode = DollCloth("cho", ("piercings & tattoos", "tattoos"), "tattoo", "barcode_tattoo", ["#000001ff"], unlocked=True) -default cho_tattoo_bitemark = DollCloth("cho", ("piercings & tattoos", "tattoos"), "tattoo", "bitemark_tattoo", ["#ffffffff"], unlocked=True) -default cho_tattoo_cumhere = DollCloth("cho", ("piercings & tattoos", "tattoos"), "tattoo", "cumhere_tattoo", ["#000001ff"], unlocked=True) -default cho_tattoo_lickme = DollCloth("cho", ("piercings & tattoos", "tattoos"), "tattoo", "lickme_tattoo", ["#000001ff"], unlocked=True) -default cho_tattoo_pull = DollCloth("cho", ("piercings & tattoos", "tattoos"), "tattoo", "pull_tattoo", ["#000001ff"], unlocked=True) -default cho_tattoo_snatch = DollCloth("cho", ("piercings & tattoos", "tattoos"), "tattoo", "snatch_tattoo", ["#000001ff"], unlocked=True) -default cho_tattoo_trainee = DollCloth("cho", ("piercings & tattoos", "tattoos"), "tattoo", "trainee_tattoo", ["#000001ff"], unlocked=True) +default cho_tattoo_free = DollCloth("cho", ("body art", "tattoos"), "tattoo", "pelv_free", ["#000001ff"], unlocked=True) +default cho_tattoo_slut = DollCloth("cho", ("body art", "tattoos"), "tattoo", "breasts_slut", ["#000001ff"], unlocked=True) +default cho_tattoo_arrows = DollCloth("cho", ("body art", "tattoos"), "tattoo", "arrows_tattoo", ["#C96548ff"], unlocked=True) +default cho_tattoo_barcode = DollCloth("cho", ("body art", "tattoos"), "tattoo", "barcode_tattoo", ["#000001ff"], unlocked=True) +default cho_tattoo_bitemark = DollCloth("cho", ("body art", "tattoos"), "tattoo", "bitemark_tattoo", ["#ffffffff"], unlocked=True) +default cho_tattoo_cumhere = DollCloth("cho", ("body art", "tattoos"), "tattoo", "cumhere_tattoo", ["#000001ff"], unlocked=True) +default cho_tattoo_lickme = DollCloth("cho", ("body art", "tattoos"), "tattoo", "lickme_tattoo", ["#000001ff"], unlocked=True) +default cho_tattoo_pull = DollCloth("cho", ("body art", "tattoos"), "tattoo", "pull_tattoo", ["#000001ff"], unlocked=True) +default cho_tattoo_snatch = DollCloth("cho", ("body art", "tattoos"), "tattoo", "snatch_tattoo", ["#000001ff"], unlocked=True) +default cho_tattoo_trainee = DollCloth("cho", ("body art", "tattoos"), "tattoo", "trainee_tattoo", ["#000001ff"], unlocked=True) ############### ## Piercings ## ############### -default cho_piercing_stud = DollCloth("cho", ("piercings & tattoos", "piercings"), "piercing", "stud", ["#dcdcddff"], unlocked=True) -default cho_piercing_barbell = DollCloth("cho", ("piercings & tattoos", "piercings"), "piercing", "breast_barbell", ["#dcdcddff"], unlocked=True) +default cho_piercing_stud = DollCloth("cho", ("body art", "piercings"), "piercing", "stud", ["#dcdcddff"], unlocked=True) +default cho_piercing_barbell = DollCloth("cho", ("body art", "piercings"), "piercing", "breast_barbell", ["#dcdcddff"], unlocked=True) # Quidditch separate category -default choq_bra_sports1 = DollCloth("cho", ("upper undergarment", "bras"), "bra", "sport_bra_1", ["#9cccf9ff"]) -default choq_panties_sport1 = DollCloth("cho", ("lower undergarment", "panties"), "panties", "sport_panties_1", ["#9cccf9ff"]) -default choq_panties_sport2 = DollCloth("cho", ("lower undergarment", "panties"), "panties", "sport_panties_2", ["#9cccf9ff"]) -default choq_cloth_robequidditch1 = DollCloth("cho", ("upper body", "robes"), "robe", "robe_quidditch_1", ["#3c4e83ff", "#ba8d0bff"]) -default choq_cloth_topsweater1 = DollCloth("cho", ("upper body", "sweaters"), "top", "top_sweater_1", ["#3c4e83ff", "#ba8d0bff"]) -default choq_cloth_pantslong2 = DollCloth("cho", ("lower body", "trousers"), "bottom", "pants_long_2", ["#6d6979ff", "#d5a10dff"]) -default choq_cloth_pantsshort4 = DollCloth("cho", ("lower body", "shorts"), "bottom", "pants_short_4", ["#6d6979ff", "#d5a10dff"]) -#default choq_cloth_glovesquidditch1 = DollCloth("cho", ("upper body", "gloves"), "gloves", "quidditch", ["#d5a10dff"]) # Not in use anymore. -default choq_goggles = DollCloth("cho", ("head", "glasses"), "glasses", "goggles", ["#8996c1ff", "#a5a5a6ff"]) +default choq_bra_sports1 = DollCloth("cho", ("underwear", "bras"), "bra", "sport_bra_1", ["#9cccf9ff"]) +default choq_panties_sport1 = DollCloth("cho", ("underwear", "panties"), "panties", "sport_panties_1", ["#9cccf9ff"]) +default choq_panties_sport2 = DollCloth("cho", ("underwear", "panties"), "panties", "sport_panties_2", ["#9cccf9ff"]) +default choq_cloth_robequidditch1 = DollCloth("cho", ("outer wear", "robes"), "robe", "robe_quidditch_1", ["#3c4e83ff", "#ba8d0bff"]) +default choq_cloth_topsweater1 = DollCloth("cho", ("tops", "knitwear"), "top", "top_sweater_1", ["#3c4e83ff", "#ba8d0bff"]) +default choq_cloth_pantslong2 = DollCloth("cho", ("bottoms", "trousers"), "bottom", "pants_long_2", ["#6d6979ff", "#d5a10dff"]) +default choq_cloth_pantsshort4 = DollCloth("cho", ("bottoms", "shorts"), "bottom", "pants_short_4", ["#6d6979ff", "#d5a10dff"]) +#default choq_cloth_glovesquidditch1 = DollCloth("cho", ("accessories", "gloves"), "gloves", "quidditch", ["#d5a10dff"]) # Not in use anymore. +default choq_goggles = DollCloth("cho", ("head", "headgear"), "glasses", "goggles", ["#8996c1ff", "#a5a5a6ff"]) #default choq_goggles_face = DollCloth("cho", ("head", "headgear"), "headgear", "goggles_face", ["#8996c1ff", "#a5a5a6ff"], unlocked=False) # Not in use -default choq_cloth_schoolskirt2 = DollCloth("cho", ("lower body", "skirts"), "bottom", "school_skirt_2", ["#675a6cff", "#e8b10dff"]) -default choq_cloth_schoolskirt3 = DollCloth("cho", ("lower body", "skirts"), "bottom", "school_skirt_3", ["#675a6cff", "#e8b10dff"]) -default choq_panties_in_hand = DollCloth("cho", ("misc", "accessory"), "accessory", "panties_in_hand", ["#9cccf9ff"]) +default choq_cloth_schoolskirt2 = DollCloth("cho", ("bottoms", "skirts"), "bottom", "school_skirt_2", ["#675a6cff", "#e8b10dff"]) +default choq_cloth_schoolskirt3 = DollCloth("cho", ("bottoms", "skirts"), "bottom", "school_skirt_3", ["#675a6cff", "#e8b10dff"]) +default choq_panties_in_hand = DollCloth("cho", ("accessories", "miscellaneous"), "accessory", "panties_in_hand", ["#9cccf9ff"]) -default choq_accessory_protectors = DollCloth("cho", ("misc", "accessory"), "accessory", "protectors1", None, zorder=300) -default choq_accessory_protectors2 = DollCloth("cho", ("misc", "accessory"), "accessory", "protectors2", None, zorder=300) -default choq_accessory_snitch_in_hand = DollCloth("cho", ("hidden", "accessory"), "accessory", "snitch_in_hand", None, zorder=-1) +default choq_accessory_protectors = DollCloth("cho", ("accessories", "miscellaneous"), "accessory", "protectors1", None, zorder=300) +default choq_accessory_protectors2 = DollCloth("cho", ("accessories", "miscellaneous"), "accessory", "protectors2", None, zorder=300) +default choq_accessory_snitch_in_hand = DollCloth("cho", ("hidden", "miscellaneous"), "accessory", "snitch_in_hand", None, zorder=-1) # Add choq_accessory_protectors2 once drawn for normal pose default cho_outfit_quidditch = DollOutfit([cho_hair_base, choq_cloth_topsweater1, choq_cloth_pantslong2, choq_cloth_robequidditch1, choq_bra_sports1, choq_panties_sport2], hidden=True) @@ -303,16 +303,16 @@ default cho_outfit_quidditch_gryffindor = DollOutfit([cho_hair_base, choq_cloth_ ############ # cc_pr_manipulate_boys_twins_branch -default cho_top_school1_slyt = DollCloth("cho", ("upper body", "shirts"), "top", "top_school_1", ["#b7b7b8ff", "#6d6979ff", "#3a734bff", "#cdcdceff"]) -default cho_top_school1_gryf = DollCloth("cho", ("upper body", "shirts"), "top", "top_school_1", ["#b7b7b8ff", "#6d6979ff", "#a74d2aff", "#edb30eff"]) -default cho_top_school1_huff = DollCloth("cho", ("upper body", "shirts"), "top", "top_school_1", ["#b7b7b8ff", "#6d6979ff", "#fbc60aff", "#332b36ff"]) -default cho_stockings_slyt = DollCloth("cho", ("legwear", "socks"), "stockings", "house", ["#3a734bff", "#cdcdceff"]) -default cho_stockings_gryf = DollCloth("cho", ("legwear", "socks"), "stockings", "house", ["#dba50dff", "#923f1eff"]) -default cho_stockings_huff = DollCloth("cho", ("legwear", "socks"), "stockings", "house", ["#fbc60aff", "#332b36ff"]) +default cho_top_school1_slyt = DollCloth("cho", ("tops", "shirts"), "top", "top_school_1", ["#b7b7b8ff", "#6d6979ff", "#3a734bff", "#cdcdceff"]) +default cho_top_school1_gryf = DollCloth("cho", ("tops", "shirts"), "top", "top_school_1", ["#b7b7b8ff", "#6d6979ff", "#a74d2aff", "#edb30eff"]) +default cho_top_school1_huff = DollCloth("cho", ("tops", "shirts"), "top", "top_school_1", ["#b7b7b8ff", "#6d6979ff", "#fbc60aff", "#332b36ff"]) +default cho_stockings_slyt = DollCloth("cho", ("underwear", "hosiery"), "stockings", "house", ["#3a734bff", "#cdcdceff"]) +default cho_stockings_gryf = DollCloth("cho", ("underwear", "hosiery"), "stockings", "house", ["#dba50dff", "#923f1eff"]) +default cho_stockings_huff = DollCloth("cho", ("underwear", "hosiery"), "stockings", "house", ["#fbc60aff", "#332b36ff"]) default smurfette_hair = DollCloth("cho", ("head", "hair"), "hair", "smurfette", ["#ffdd47ff", "#ffed9eff"], level=4) default smurfette_hat = DollClothDynamic("cho", ("head", "headgear"), "headgear", "smurfette", ["#fbfbfbff"], level=4, tracking="?hair") -default smurfette_top = DollCloth("cho", ("upper body", "dresses"), "top", "smurfette", ["#fbfbfbff", "#fbfbfbff"], level=4, blacklist=["bottom"]) +default smurfette_top = DollCloth("cho", ("tops", "dresses"), "top", "smurfette", ["#fbfbfbff", "#fbfbfbff"], level=4, blacklist=["bottom"]) default cho_outfit_slyt = DollOutfit([cho_hair_base, cho_top_school1_slyt, cho_bottom_school1, cho_bra_basic1, cho_panties_basic1, cho_stockings_slyt], hidden=True) default cho_outfit_gryf = DollOutfit([cho_hair_base, cho_top_school1_gryf, cho_bottom_school1, cho_bra_basic1, cho_panties_basic1, cho_stockings_gryf], hidden=True) @@ -323,25 +323,24 @@ default cho_outfit_smurfette = DollOutfit([smurfette_hair, smurfette_hat, smurfe ## Misc ## ########## -default cho_panties_sport1 = DollCloth("cho", ("lower undergarment", "panties"), "panties", "sport_panties_1", ["#9cccf9ff"], unlocked=True) +default cho_panties_sport1 = DollCloth("cho", ("underwear", "panties"), "panties", "sport_panties_1", ["#9cccf9ff"], unlocked=True) default cho_hat_catears = DollClothDynamic("cho", ("head", "headgear"), "headgear", "catears", ["#465a93ff"], level=10, unlocked=True, tracking="?hair") default cho_hat_witch = DollClothDynamic("cho", ("head", "headgear"), "headgear", "witch", ["#473366ff", "#d7aa62ff"], unlocked=True, tracking="?hair") -default cho_accessory_glasses1 = DollCloth("cho", ("head", "glasses"), "glasses", "glasses1", ["#f0f0f1ff"], unlocked=True) -default cho_hat_goggles = DollClothDynamic("cho", ("head", "headgear"), "headgear", "goggles", ["#8996c1ff", "#a5a5a6ff"], unlocked=True, tracking="?hair") +default cho_accessory_glasses1 = DollCloth("cho", ("accessories", "glasses"), "glasses", "glasses1", ["#f0f0f1ff"], unlocked=True) default cho_neckwear_medallion = DollCloth("cho", ("head", "neckwear"), "neckwear", "choker_medallion", ["#19191aff"], unlocked=True) default cho_neckwear_leather1 = DollCloth("cho", ("head", "neckwear"), "neckwear", "collar_leather_1", ["#383839ff"], unlocked=True) -default cho_stockings_fishnet = DollCloth("cho", ("legwear", "stockings"), "stockings", "fishnet", ["#646465ff", "#323233ff"], level=14, unlocked=True) -default cho_top_sweater1 = DollCloth("cho", ("upper body", "sweaters"), "top", "top_sweater_1", ["#5974c2ff", "#d5a10dff"], unlocked=True) -default cho_top_sweater2 = DollCloth("cho", ("upper body", "sweaters"), "top", "top_sweater_2", ["#5974c2ff"], level=6, unlocked=True) -default cho_top_hoodie1 = DollCloth("cho", ("upper body", "sweaters"), "top", "top_hoodie_1", ["#2F5D91ff", "#B8CEE7ff"], unlocked=True) -default cho_top_woolly_sweater1 = DollCloth("cho", ("upper body", "sweaters"), "top", "top_woolly_sweater_1", ["#2F5D91ff"], unlocked=True) -default cho_top_tanktop1 = DollCloth("cho", ("upper body", "shirts"), "top", "top_tanktop_1", ["#e6e6e7ff"], level=14, unlocked=True) -default cho_robe_quidditch1 = DollCloth("cho", ("upper body", "robes"), "robe", "robe_quidditch_1", ["#5974c2ff", "#d5a10dff"], unlocked=True) -default cho_bottom_pants1 = DollCloth("cho", ("lower body", "trousers"), "bottom", "pants_long_1", ["#e6e6e7ff"], unlocked=True) -default cho_bottom_shorts2 = DollCloth("cho", ("lower body", "shorts"), "bottom", "pants_short_2", ["#72a8d2ff", "#e8b10dff"], level=10, unlocked=True) -default cho_bottom_pants2 = DollCloth("cho", ("lower body", "trousers"), "bottom", "pants_long_2", ["#6d6979ff", "#d5a10dff"], unlocked=True) -default cho_bottom_shorts4 = DollCloth("cho", ("lower body", "shorts"), "bottom", "pants_short_4", ["#6d6979ff", "#d5a10dff"], level=8, unlocked=True) -default cho_jeans_long1 = DollCloth("cho", ("lower body", "trousers"), "bottom", "jeans_long_1", ["#6D8EAEff", "#3C5064ff"], unlocked=True) +default cho_stockings_fishnet = DollCloth("cho", ("underwear", "hosiery"), "stockings", "fishnet", ["#646465ff", "#323233ff"], level=14, unlocked=True) +default cho_top_sweater1 = DollCloth("cho", ("tops", "knitwear"), "top", "top_sweater_1", ["#5974c2ff", "#d5a10dff"], unlocked=True) +default cho_top_sweater2 = DollCloth("cho", ("tops", "knitwear"), "top", "top_sweater_2", ["#5974c2ff"], level=6, unlocked=True) +default cho_top_hoodie1 = DollCloth("cho", ("tops", "knitwear"), "top", "top_hoodie_1", ["#2F5D91ff", "#B8CEE7ff"], unlocked=True) +default cho_top_woolly_sweater1 = DollCloth("cho", ("tops", "knitwear"), "top", "top_woolly_sweater_1", ["#2F5D91ff"], unlocked=True) +default cho_top_tanktop1 = DollCloth("cho", ("tops", "shirts"), "top", "top_tanktop_1", ["#e6e6e7ff"], level=14, unlocked=True) +default cho_robe_quidditch1 = DollCloth("cho", ("outer wear", "robes"), "robe", "robe_quidditch_1", ["#5974c2ff", "#d5a10dff"], unlocked=True) +default cho_bottom_pants1 = DollCloth("cho", ("bottoms", "trousers"), "bottom", "pants_long_1", ["#e6e6e7ff"], unlocked=True) +default cho_bottom_shorts2 = DollCloth("cho", ("bottoms", "shorts"), "bottom", "pants_short_2", ["#72a8d2ff", "#e8b10dff"], level=10, unlocked=True) +default cho_bottom_pants2 = DollCloth("cho", ("bottoms", "trousers"), "bottom", "pants_long_2", ["#6d6979ff", "#d5a10dff"], unlocked=True) +default cho_bottom_shorts4 = DollCloth("cho", ("bottoms", "shorts"), "bottom", "pants_short_4", ["#6d6979ff", "#d5a10dff"], level=8, unlocked=True) +default cho_jeans_long1 = DollCloth("cho", ("bottoms", "trousers"), "bottom", "jeans_long_1", ["#6D8EAEff", "#3C5064ff"], unlocked=True) ### Default Schedules ### diff --git a/game/scripts/characters/luna/wardrobe.rpy b/game/scripts/characters/luna/wardrobe.rpy index df405a8f..4f0b0d35 100644 --- a/game/scripts/characters/luna/wardrobe.rpy +++ b/game/scripts/characters/luna/wardrobe.rpy @@ -18,38 +18,38 @@ default lun_hair_base = DollCloth("luna", ("head", "hair"), "hair", "base", ["#e ####################### default lun_hair_wand = DollCloth("luna", ("head", "hair"), "hair", "wand", ["#ede0c3ff", "#bfa46bff", "#309087ff"], unlocked=True) -default lun_glasses_hearts = DollCloth("luna", ("head", "glasses"), "glasses", "sunglasses_2", ["#6799C999", "#F395A9FF"], unlocked=True) -default lun_glasses_spectrespecs = DollCloth("luna", ("head", "glasses"), "glasses", "spectrespecs", ["#e36682ff", "#3d6e8cff"], unlocked=True) -default lun_accessory_pin_radish = DollCloth("luna", ("misc", "accessory"), "accessory", "pin_radish", ["#b61710ff", "#e8bebcff"], zorder=213, unlocked=True) -default lun_accessory_hair_bug = DollCloth("luna", ("misc", "accessory"), "accessory", "hair_bug", ["#ffffffff"], unlocked = True, zorder=252) +default lun_glasses_hearts = DollCloth("luna", ("accessories", "glasses"), "glasses", "sunglasses_2", ["#6799C999", "#F395A9FF"], unlocked=True) +default lun_glasses_spectrespecs = DollCloth("luna", ("accessories", "glasses"), "glasses", "spectrespecs", ["#e36682ff", "#3d6e8cff"], unlocked=True) +default lun_accessory_pin_radish = DollCloth("luna", ("accessories", "miscellaneous"), "accessory", "pin_radish", ["#b61710ff", "#e8bebcff"], zorder=213, unlocked=True) +default lun_accessory_hair_bug = DollCloth("luna", ("accessories", "miscellaneous"), "accessory", "hair_bug", ["#ffffffff"], unlocked = True, zorder=252) -default lun_top_school1 = DollCloth("luna", ("upper body", "shirts"), "top", "top_school_1", ["#b7b7b8ff", "#6d6979ff", "#5974c2ff", "#d8a30aff"], unlocked=True) -default lun_top_school2 = DollCloth("luna", ("upper body", "shirts"), "top", "top_school_2", ["#b7b7b8ff", "#6d6979ff", "#5974c2ff", "#d8a30aff"], unlocked=True) -default lun_top_school3 = DollCloth("luna", ("upper body", "shirts"), "top", "top_school_3", ["#b7b7b8ff", "#6d6979ff", "#5974c2ff", "#d8a30aff"], unlocked=True) -default lun_top_school4 = DollCloth("luna", ("upper body", "shirts"), "top", "top_school_4", ["#b7b7b8ff", "#5974c2ff", "#d8a30aff"], unlocked=True) -default lun_top_vest = DollCloth("luna", ("upper body", "shirts"), "top", "top_school_vest", ["#6d6979ff", "#5974c2ff", "#d8a30aff"], unlocked=True, level=4) -default lun_top_school5 = DollCloth("luna", ("upper body", "shirts"), "top", "top_school_5", ["#b7b7b8ff", "#5974c2ff", "#d8a30aff"], unlocked=True, level=4) -default lun_top_school6 = DollCloth("luna", ("upper body", "shirts"), "top", "top_school_6", ["#b7b7b8ff", "#5974c2ff", "#d8a30aff"], unlocked=True, level=5) -default lun_top_crop = DollCloth("luna", ("upper body", "shirts"), "top", "top_school_crop", ["#b7b7b8ff", "#5974c2ff", "#d8a30aff"], unlocked=True, level=7) +default lun_top_school1 = DollCloth("luna", ("tops", "shirts"), "top", "top_school_1", ["#b7b7b8ff", "#6d6979ff", "#5974c2ff", "#d8a30aff"], unlocked=True) +default lun_top_school2 = DollCloth("luna", ("tops", "shirts"), "top", "top_school_2", ["#b7b7b8ff", "#6d6979ff", "#5974c2ff", "#d8a30aff"], unlocked=True) +default lun_top_school3 = DollCloth("luna", ("tops", "shirts"), "top", "top_school_3", ["#b7b7b8ff", "#6d6979ff", "#5974c2ff", "#d8a30aff"], unlocked=True) +default lun_top_school4 = DollCloth("luna", ("tops", "shirts"), "top", "top_school_4", ["#b7b7b8ff", "#5974c2ff", "#d8a30aff"], unlocked=True) +default lun_top_vest = DollCloth("luna", ("tops", "shirts"), "top", "top_school_vest", ["#6d6979ff", "#5974c2ff", "#d8a30aff"], unlocked=True, level=4) +default lun_top_school5 = DollCloth("luna", ("tops", "shirts"), "top", "top_school_5", ["#b7b7b8ff", "#5974c2ff", "#d8a30aff"], unlocked=True, level=4) +default lun_top_school6 = DollCloth("luna", ("tops", "shirts"), "top", "top_school_6", ["#b7b7b8ff", "#5974c2ff", "#d8a30aff"], unlocked=True, level=5) +default lun_top_crop = DollCloth("luna", ("tops", "shirts"), "top", "top_school_crop", ["#b7b7b8ff", "#5974c2ff", "#d8a30aff"], unlocked=True, level=7) default lun_neckwear_tie = DollCloth("luna", ("head", "neckwear"), "neckwear", "tie", ["#5974c2ff", "#d8a30aff"], unlocked = True, zorder=213) # Tie Only -default lun_bottom_school1 = DollCloth("luna", ("lower body", "skirts"), "bottom", "school_skirt_1", ["#675a6cff", "#e8b10dff"], unlocked=True) -default lun_bottom_school2 = DollCloth("luna", ("lower body", "skirts"), "bottom", "school_skirt_2", ["#675a6cff", "#e8b10dff"], unlocked=True) -default lun_bottom_school3 = DollCloth("luna", ("lower body", "skirts"), "bottom", "school_skirt_3", ["#675a6cff", "#e8b10dff"], unlocked=True, level=4) -default lun_bottom_school4 = DollCloth("luna", ("lower body", "skirts"), "bottom", "school_skirt_4", ["#675a6cff", "#e8b10dff"], unlocked=True, level=6) +default lun_bottom_school1 = DollCloth("luna", ("bottoms", "skirts"), "bottom", "school_skirt_1", ["#675a6cff", "#e8b10dff"], unlocked=True) +default lun_bottom_school2 = DollCloth("luna", ("bottoms", "skirts"), "bottom", "school_skirt_2", ["#675a6cff", "#e8b10dff"], unlocked=True) +default lun_bottom_school3 = DollCloth("luna", ("bottoms", "skirts"), "bottom", "school_skirt_3", ["#675a6cff", "#e8b10dff"], unlocked=True, level=4) +default lun_bottom_school4 = DollCloth("luna", ("bottoms", "skirts"), "bottom", "school_skirt_4", ["#675a6cff", "#e8b10dff"], unlocked=True, level=6) -default lun_stockings_school = DollCloth("luna", ("legwear", "stockings"), "stockings", "short_school_1", ["#5974c2ff", "#d8a30aff"], unlocked=True) -default lun_stockings_school2 = DollCloth("luna", ("legwear", "stockings"), "stockings", "short_school_2", ["#5974c2ff"], unlocked=True) +default lun_stockings_school = DollCloth("luna", ("underwear", "hosiery"), "stockings", "short_school_1", ["#5974c2ff", "#d8a30aff"], unlocked=True) +default lun_stockings_school2 = DollCloth("luna", ("underwear", "hosiery"), "stockings", "short_school_2", ["#5974c2ff"], unlocked=True) -default lun_bra_base1 = DollCloth("luna", ("upper undergarment", "bras"), "bra", "basic_bra_1", ["#525c6bff", "#003280ff", "#003280ff"], unlocked=True) -default lun_panties_base1 = DollCloth("luna", ("lower undergarment", "panties"), "panties", "basic_panties_1", ["#525c6bff", "#003280ff", "#003280ff"], unlocked=True) -default lun_panties_lace2 = DollCloth("luna", ("lower undergarment", "panties"), "panties", "lace_panties_2", ["#1f5bb0ff", "#fff1edff", "#fff1edff"], level=7, unlocked=True) +default lun_bra_base1 = DollCloth("luna", ("underwear", "bras"), "bra", "basic_bra_1", ["#525c6bff", "#003280ff", "#003280ff"], unlocked=True) +default lun_panties_base1 = DollCloth("luna", ("underwear", "panties"), "panties", "basic_panties_1", ["#525c6bff", "#003280ff", "#003280ff"], unlocked=True) +default lun_panties_lace2 = DollCloth("luna", ("underwear", "panties"), "panties", "lace_panties_2", ["#1f5bb0ff", "#fff1edff", "#fff1edff"], level=7, unlocked=True) -default lun_robe_school_1 = DollCloth("luna", ("upper body", "robes"), "robe", "robe_school_1", ["#606060ff", "#5974c2ff"], unlocked=True, level=0) -default lun_robe_school_2 = DollCloth("luna", ("upper body", "robes"), "robe", "robe_school_2", ["#606060ff", "#5974c2ff"], unlocked=True, level=4) -default lun_robe_school_3 = DollCloth("luna", ("upper body", "robes"), "robe", "robe_school_3", ["#606060ff", "#5974c2ff"], unlocked=True, level=5) -default lun_robe_school_4 = DollCloth("luna", ("upper body", "robes"), "robe", "robe_school_4", ["#606060ff", "#5974c2ff"], unlocked=True, level=7) +default lun_robe_school_1 = DollCloth("luna", ("outer wear", "robes"), "robe", "robe_school_1", ["#606060ff", "#5974c2ff"], unlocked=True, level=0) +default lun_robe_school_2 = DollCloth("luna", ("outer wear", "robes"), "robe", "robe_school_2", ["#606060ff", "#5974c2ff"], unlocked=True, level=4) +default lun_robe_school_3 = DollCloth("luna", ("outer wear", "robes"), "robe", "robe_school_3", ["#606060ff", "#5974c2ff"], unlocked=True, level=5) +default lun_robe_school_4 = DollCloth("luna", ("outer wear", "robes"), "robe", "robe_school_4", ["#606060ff", "#5974c2ff"], unlocked=True, level=7) default lun_outfit_default = DollOutfit([lun_hair_base, lun_top_school1, lun_bottom_school2, lun_bra_base1, lun_panties_base1, lun_stockings_school], unlocked=True) default lun_outfit_default_quirky = DollOutfit([lun_hair_wand, lun_accessory_hair_bug, lun_glasses_spectrespecs, lun_accessory_pin_radish, lun_neckwear_tie, lun_top_school3, lun_bottom_school2, lun_bra_base1, lun_panties_base1, lun_stockings_school], unlocked=True) @@ -61,8 +61,8 @@ default lun_outfit_last = DollOutfit([lun_hair_base], hidden=True) ## Bikini Outfit ## ################### -default lun_bra_bikini3 = DollCloth("luna", ("upper undergarment", "bikini bras"), "bra", "bikini_bra_3", ["#0052c6ff", "#ad987eff"], level=7) -default lun_panties_bikini3 = DollCloth("luna", ("lower undergarment", "bikini panties"), "panties", "bikini_panties_3", ["#0052c6ff", "#ad987eff"], level=7) +default lun_bra_bikini3 = DollCloth("luna", ("underwear", "bras"), "bra", "bikini_bra_3", ["#0052c6ff", "#ad987eff"], level=7) +default lun_panties_bikini3 = DollCloth("luna", ("underwear", "panties"), "panties", "bikini_panties_3", ["#0052c6ff", "#ad987eff"], level=7) default lun_outfit_bikini3 = DollOutfit([lun_hair_base, lun_bra_bikini3, lun_panties_bikini3], price=350, name=_("Rave Bikini Set"), desc=_("Skilfully assembled from scrapped materials.")) @@ -70,8 +70,8 @@ default lun_outfit_bikini3 = DollOutfit([lun_hair_base, lun_bra_bikini3, lun_pan ## Lace Underwear Outfit ## ########################### -default lun_bra_lace1 = DollCloth("luna", ("upper undergarment", "bras"), "bra", "lace_bra_1", ["#717171ff", "#343434ff"], level=7) -default lun_panties_lace1 = DollCloth("luna", ("lower undergarment", "panties"), "panties", "lace_panties_1", ["#717171ff", "#343434ff"], level=7) +default lun_bra_lace1 = DollCloth("luna", ("underwear", "bras"), "bra", "lace_bra_1", ["#717171ff", "#343434ff"], level=7) +default lun_panties_lace1 = DollCloth("luna", ("underwear", "panties"), "panties", "lace_panties_1", ["#717171ff", "#343434ff"], level=7) default lun_outfit_lace1 = DollOutfit([lun_hair_base, lun_bra_lace1, lun_panties_lace1], price=250, name=_("Lace Lingerie"), desc=_("For a girl that's feeling a bit lacy.")) @@ -79,7 +79,7 @@ default lun_outfit_lace1 = DollOutfit([lun_hair_base, lun_bra_lace1, lun_panties ## Swimsuit Outfit ## ##################### -default lun_top_swimsuit1 = DollCloth("luna", ("upper body", "one-piece suits"), "top", "swimsuit_1", ["#ffacb8d7", "#ee7572ff"], blacklist=["panties", "bra"], zorder=183, level=6) +default lun_top_swimsuit1 = DollCloth("luna", ("tops", "one-pieces"), "top", "swimsuit_1", ["#ffacb8d7", "#ee7572ff"], blacklist=["panties", "bra"], zorder=183, level=6) default lun_outfit_swimsuit = DollOutfit([lun_hair_base, lun_top_swimsuit1], price=350, name=_("One-piece Swimsuit"), desc=_("Buy this outfit and everything will work out swimmingly.")) @@ -87,8 +87,8 @@ default lun_outfit_swimsuit = DollOutfit([lun_hair_base, lun_top_swimsuit1], pri ## Pajama Outfit ## #Unlocked in Luna Intro ################### -default lun_top_pajama = DollCloth("luna", ("upper body", "shirts"), "top", "pajama_1", ["#f97ec5ff", "#b61710ff"]) -default lun_bottom_pajama = DollCloth("luna", ("lower body", "trousers"), "bottom", "pajama_1", ["#ffc5d3ff", "#b61710ff"]) +default lun_top_pajama = DollCloth("luna", ("tops", "shirts"), "top", "pajama_1", ["#f97ec5ff", "#b61710ff"]) +default lun_bottom_pajama = DollCloth("luna", ("bottoms", "trousers"), "bottom", "pajama_1", ["#ffc5d3ff", "#b61710ff"]) default lun_outfit_pajama = DollOutfit([lun_hair_base, lun_accessory_pin_radish, lun_top_pajama, lun_bottom_pajama, lun_bra_base1, lun_panties_base1], unlocked=True) @@ -96,12 +96,12 @@ default lun_outfit_pajama = DollOutfit([lun_hair_base, lun_accessory_pin_radish, ## Flight Attendant ## ###################### -default lun_top_flight_attendant_1 = DollCloth("luna", ("upper body", "dresses"), "top", "flight_attendant_1", ["#525282ff", "#e14010ff"]) -default lun_top_flight_attendant_2 = DollCloth("luna", ("upper body", "dresses"), "top", "flight_attendant_2", ["#525282ff", "#e14010ff"], level=6) +default lun_top_flight_attendant_1 = DollCloth("luna", ("tops", "dresses"), "top", "flight_attendant_1", ["#525282ff", "#e14010ff"]) +default lun_top_flight_attendant_2 = DollCloth("luna", ("tops", "dresses"), "top", "flight_attendant_2", ["#525282ff", "#e14010ff"], level=6) default lun_neckwear_neckerchief = DollCloth("luna", ("head", "neckwear"), "neckwear", "neckerchief", ["#525282ff"]) default lun_headgear_flight_attendant = DollClothDynamic("luna", ("head", "headgear"), "headgear", "flight_attendant", ["#e14010ff"], tracking="?hair") -default lun_panties_flight_attendant_1 = DollCloth("luna", ("lower undergarment", "bikini panties"), "panties", "flight_attendant_thongs_1", ["#e14010ff"], level=7) -default lun_panties_flight_attendant_2 = DollCloth("luna", ("lower undergarment", "bikini panties"), "panties", "flight_attendant_thongs_2", ["#e14010ff", "#e8b77bff"], level=9) +default lun_panties_flight_attendant_1 = DollCloth("luna", ("underwear", "panties"), "panties", "flight_attendant_thongs_1", ["#e14010ff"], level=7) +default lun_panties_flight_attendant_2 = DollCloth("luna", ("underwear", "panties"), "panties", "flight_attendant_thongs_2", ["#e14010ff", "#e8b77bff"], level=9) default lun_outfit_flight_attendant = DollOutfit([lun_hair_base, lun_top_flight_attendant_1, lun_neckwear_neckerchief, lun_headgear_flight_attendant, lun_panties_flight_attendant_1], addons=[lun_top_flight_attendant_2, lun_panties_flight_attendant_2], price=350, name=_("Flight Attendant Costume"), desc=_("An outfit attendants wear in those flying metal things.")) @@ -109,10 +109,10 @@ default lun_outfit_flight_attendant = DollOutfit([lun_hair_base, lun_top_flight_ ## Muggle Outfit ## ################### -default lun_top_muggle_top = DollCloth("luna", ("upper body", "shirts"), "top", "muggle_top", ["#7f6d8cff", "#e783baff"]) -default lun_robe_muggle_jacket = DollCloth("luna", ("upper body", "robes"), "robe", "muggle_jacket", ["#f7bec4ff", "#863c4aff"]) -default lun_bottom_muggle_skirt = DollCloth("luna", ("lower body", "skirts"), "bottom", "muggle_skirt", ["#2b2b2bff", "#3d8ec2ff", "#53a996ff", "#f3f3f3ff", "#e29496ff", "#f5d284ff"]) -default lun_stockings_muggle_knee_socks = DollCloth("luna", ("legwear", "stockings"), "stockings", "muggle_knee_socks", ["#025792ff", "#00767fff", "#000f2bff"]) +default lun_top_muggle_top = DollCloth("luna", ("tops", "shirts"), "top", "muggle_top", ["#7f6d8cff", "#e783baff"]) +default lun_robe_muggle_jacket = DollCloth("luna", ("outer wear", "jackets"), "robe", "muggle_jacket", ["#f7bec4ff", "#863c4aff"]) +default lun_bottom_muggle_skirt = DollCloth("luna", ("bottoms", "skirts"), "bottom", "muggle_skirt", ["#2b2b2bff", "#3d8ec2ff", "#53a996ff", "#f3f3f3ff", "#e29496ff", "#f5d284ff"]) +default lun_stockings_muggle_knee_socks = DollCloth("luna", ("underwear", "hosiery"), "stockings", "muggle_knee_socks", ["#025792ff", "#00767fff", "#000f2bff"]) default lun_outfit_muggle = DollOutfit([lun_hair_base, lun_top_muggle_top, lun_robe_muggle_jacket, lun_bottom_muggle_skirt, lun_stockings_muggle_knee_socks, lun_bra_base1, lun_panties_base1], price=300, name=_("Muggle Outfit"), desc=_("An outfit that probably at least one muggle somewhere would wear.")) @@ -120,10 +120,10 @@ default lun_outfit_muggle = DollOutfit([lun_hair_base, lun_top_muggle_top, lun_r ## Summer Outfit ## ################### -default lun_top_summer_top1 = DollCloth("luna", ("upper body", "shirts"), "top", "summer_top_1", ["#ff9acdff"]) -default lun_top_summer_top2 = DollCloth("luna", ("upper body", "shirts"), "top", "summer_top_2", ["#ff9acdff"], level=7) -default lun_bottom_summer_shorts = DollCloth("luna", ("lower body", "shorts"), "bottom", "summer_shorts", ["#2f9688ff", "#afdcbfff", "#f79826ff"]) -default lun_accessory_bracelets = DollCloth("luna", ("misc", "accessory"), "accessory", "bracelets", ["#24b82dff", "#3ab0d4ff", "#c2310fff"], zorder=225) +default lun_top_summer_top1 = DollCloth("luna", ("tops", "shirts"), "top", "summer_top_1", ["#ff9acdff"]) +default lun_top_summer_top2 = DollCloth("luna", ("tops", "shirts"), "top", "summer_top_2", ["#ff9acdff"], level=7) +default lun_bottom_summer_shorts = DollCloth("luna", ("bottoms", "shorts"), "bottom", "summer_shorts", ["#2f9688ff", "#afdcbfff", "#f79826ff"]) +default lun_accessory_bracelets = DollCloth("luna", ("accessories", "miscellaneous"), "accessory", "bracelets", ["#24b82dff", "#3ab0d4ff", "#c2310fff"], zorder=225) default lun_outfit_summer = DollOutfit([lun_hair_base, lun_top_summer_top1, lun_bottom_summer_shorts, lun_panties_base1, lun_accessory_bracelets], addons=[lun_top_summer_top2], price=350, name=_("Summer Set"), desc=_("It's pretty hot.")) @@ -131,12 +131,12 @@ default lun_outfit_summer = DollOutfit([lun_hair_base, lun_top_summer_top1, lun_ ## Reindeer Costume ## #unlocked in genies_christmas_wish mirror story ###################### -default lun_top_bunny2 = DollCloth("luna", ("upper body", "one-piece suits"), "top", "bunny_top_2", ["#8e4a0aff"], blacklist=["panties", "bra"], zorder=183, level=7) +default lun_top_bunny2 = DollCloth("luna", ("tops", "one-pieces"), "top", "bunny_top_2", ["#8e4a0aff"], blacklist=["panties", "bra"], zorder=183, level=7) default lun_neckwear_chocolate_frog = DollCloth("luna", ("head", "neckwear"), "neckwear", "chocolate_frog", ["#ffffffff"]) -default lun_earring_bauble = DollCloth("luna", ("head", "earrings"), "earrings", "bauble_earring", ["#a30000ff"], level=4) +default lun_earring_bauble = DollCloth("luna", ("body art", "earrings"), "earrings", "bauble_earring", ["#a30000ff"], level=4) default lun_hat_antlers = DollClothDynamic("luna", ("head", "headgear"), "headgear", "antlers", ["#8e4a0aff", "#ffffffff", "#dbc095ff"], tracking="?hair") -default lun_accessory_mistletoe = DollCloth("luna", ("misc", "accessory"), "accessory", "mistletoe", ["#bfbf56ff"], zorder=213, level=7) -default lun_stockings_pantyhose_meshed = DollCloth("luna", ("legwear", "pantyhose"), "stockings", "pantyhose_meshed", ["#000000ff"], unlocked=True) +default lun_accessory_mistletoe = DollCloth("luna", ("accessories", "miscellaneous"), "accessory", "mistletoe", ["#bfbf56ff"], zorder=213, level=7) +default lun_stockings_pantyhose_meshed = DollCloth("luna", ("underwear", "hosiery"), "stockings", "pantyhose_meshed", ["#000000ff"], unlocked=True) default lun_outfit_reindeer = DollOutfit([lun_hair_base, lun_top_bunny2, lun_neckwear_chocolate_frog, lun_earring_bauble, lun_hat_antlers, lun_stockings_pantyhose_meshed, lun_accessory_mistletoe]) @@ -145,7 +145,7 @@ default lun_outfit_reindeer = DollOutfit([lun_hair_base, lun_top_bunny2, lun_nec ################## default lun_hat_bunny1 = DollClothDynamic("luna", ("head", "headgear"), "headgear", "bunny_hat_1", ["#dba18cff", "#fde3abff"], tracking="?hair") -default lun_top_bunny1 = DollCloth("luna", ("upper body", "one-piece suits"), "top", "bunny_top_1", ["#000000ff"], blacklist=["panties", "bra"], zorder=183, level=7) +default lun_top_bunny1 = DollCloth("luna", ("tops", "one-pieces"), "top", "bunny_top_1", ["#000000ff"], blacklist=["panties", "bra"], zorder=183, level=7) default lun_outfit_bunny = DollOutfit([lun_hair_base, lun_top_bunny1, lun_stockings_pantyhose_meshed, lun_hat_bunny1], price=250, name=_("Sexy Bunny Costume"), desc=_("A bunny costume for when you're hopping mad.")) @@ -153,7 +153,7 @@ default lun_outfit_bunny = DollOutfit([lun_hair_base, lun_top_bunny1, lun_stocki ## Party Dress Outfit ## ######################## -default lun_top_party_dress = DollCloth("luna", ("upper body", "dresses"), "top", "party_dress", ["#f8a800ff", "#ac5e1bff"]) +default lun_top_party_dress = DollCloth("luna", ("tops", "dresses"), "top", "party_dress", ["#f8a800ff", "#ac5e1bff"]) default lun_outfit_party = DollOutfit([lun_hair_base, lun_top_party_dress, lun_panties_base1], price=350, name=_("Party Dress"), desc=_("A weird dress for a weird girl.")) @@ -161,7 +161,7 @@ default lun_outfit_party = DollOutfit([lun_hair_base, lun_top_party_dress, lun_p ## Nightie Outfit ## #################### -default lun_top_nightie1 = DollCloth("luna", ("upper body", "shirts"), "top", "nightie_1", ["#ffffffd7"], level=5) +default lun_top_nightie1 = DollCloth("luna", ("tops", "shirts"), "top", "nightie_1", ["#ffffffd7"], level=5) default lun_outfit_nightie1 = DollOutfit([lun_hair_base, lun_top_nightie1], price=350, name=_("Loose-fitting Nightie"), desc=_("The prefect nightie for a girl with her screws loose.")) @@ -169,7 +169,7 @@ default lun_outfit_nightie1 = DollOutfit([lun_hair_base, lun_top_nightie1], pric ## Loose Nightie Outfit ## ########################## -default lun_top_nightie2 = DollCloth("luna", ("upper body", "shirts"), "top", "nightie_2", ["#ffacb8d7"], level=6) +default lun_top_nightie2 = DollCloth("luna", ("tops", "shirts"), "top", "nightie_2", ["#ffacb8d7"], level=6) default lun_outfit_nightie2 = DollOutfit([lun_hair_base, lun_top_nightie2], price=350, name=_("Nightie"), desc=_("The perfect garment if you're tired of wearing a pyjamas.")) @@ -177,8 +177,8 @@ default lun_outfit_nightie2 = DollOutfit([lun_hair_base, lun_top_nightie2], pric ## Tank top Outfit ## ##################### -default lun_top_short_tanktop = DollCloth("luna", ("upper body", "shirts"), "top", "short_tanktop", ["#86CB7CFF", "#3B6E34FF"]) -default lun_bottom_shorts = DollCloth("luna", ("lower body", "shorts"), "bottom", "shorts",["#86CB7Cff", "#3B6E34ff", "#FFFFFFFF"]) +default lun_top_short_tanktop = DollCloth("luna", ("tops", "shirts"), "top", "short_tanktop", ["#86CB7CFF", "#3B6E34FF"]) +default lun_bottom_shorts = DollCloth("luna", ("bottoms", "shorts"), "bottom", "shorts",["#86CB7Cff", "#3B6E34ff", "#FFFFFFFF"]) default lun_outfit_tanktop = DollOutfit([lun_hair_base, lun_panties_base1, lun_top_short_tanktop, lun_bottom_shorts], price=200, name=_("Short shorts Outfit"), desc=_("If you're not short on cash, then these short shorts and tank top are a great summer gift.")) @@ -186,9 +186,9 @@ default lun_outfit_tanktop = DollOutfit([lun_hair_base, lun_panties_base1, lun_t ## Bimbo Outfit ## ################## -default lun_top_torn = DollCloth("luna", ("upper body", "shirts"), "top", "top_torn", ["#FFFFFFFF", "#C3C9E5FF"], level=10) -default lun_skirt_plaid = DollCloth("luna", ("lower body", "skirts"), "bottom", "skirt_plaid", ["#B35155ff", "#523E5Eff", "#767986ff", "#C3C9E5ff"], level=6) -default lun_stockings_bimbo_leggings = DollCloth("luna", ("legwear", "stockings"), "stockings", "leggings_bimbo", ["#FFFFFFff", "#C2C8E499", "#B35155ff", "#523E5Eff"]) +default lun_top_torn = DollCloth("luna", ("tops", "shirts"), "top", "top_torn", ["#FFFFFFFF", "#C3C9E5FF"], level=10) +default lun_skirt_plaid = DollCloth("luna", ("bottoms", "skirts"), "bottom", "skirt_plaid", ["#B35155ff", "#523E5Eff", "#767986ff", "#C3C9E5ff"], level=6) +default lun_stockings_bimbo_leggings = DollCloth("luna", ("underwear", "hosiery"), "stockings", "leggings_bimbo", ["#FFFFFFff", "#C2C8E499", "#B35155ff", "#523E5Eff"]) default lun_outfit_bimbo = DollOutfit([lun_hair_base, lun_top_torn, lun_skirt_plaid, lun_stockings_bimbo_leggings], price=350, name=_("Bimbo Outfit"), desc=_("An outfit for someone that's either aware, or unaware that they're a bimbo.")) @@ -197,8 +197,8 @@ default lun_outfit_bimbo = DollOutfit([lun_hair_base, lun_top_torn, lun_skirt_pl #################### default lun_neckwear_choker_1 = DollCloth("luna", ("head", "neckwear"), "neckwear", "choker_1", ["#39373FFF"]) -default lun_top_cumslut = DollCloth("luna", ("upper body", "shirts"), "top", "top_cumslut", ["#39373FFF", "#473A63FF"], level=10) -default lun_panties_cumslut = DollCloth("luna", ("lower undergarment", "panties"), "panties", "panties_cumslut", ["#39373FFF", "#473A63FF"], level=10) +default lun_top_cumslut = DollCloth("luna", ("tops", "shirts"), "top", "top_cumslut", ["#39373FFF", "#473A63FF"], level=10) +default lun_panties_cumslut = DollCloth("luna", ("underwear", "panties"), "panties", "panties_cumslut", ["#39373FFF", "#473A63FF"], level=10) default lun_outfit_cumslut = DollOutfit([lun_hair_base, lun_neckwear_choker_1, lun_top_cumslut, lun_panties_cumslut], price=350, name=_("Cumslut Outfit"), desc=_("Shit's fire yo.")) @@ -206,9 +206,9 @@ default lun_outfit_cumslut = DollOutfit([lun_hair_base, lun_neckwear_choker_1, l ## Latex Outfit ## ################## -default lun_top_latex = DollCloth("luna", ("upper body", "shirts"), "top", "top_latex", ["#35373CFF", "#35373CFF"], level=10) -default lun_bottom_trousers_latex = DollCloth("luna", ("lower body", "trousers"), "bottom", "trousers_latex", ["#35373CFF", "#35373CFF"]) -default lun_bottom_shorts_latex = DollCloth("luna", ("lower body", "shorts"), "bottom", "shorts_latex",["#35373CFF", "#35373CFF"]) +default lun_top_latex = DollCloth("luna", ("tops", "shirts"), "top", "top_latex", ["#35373CFF", "#35373CFF"], level=10) +default lun_bottom_trousers_latex = DollCloth("luna", ("bottoms", "trousers"), "bottom", "trousers_latex", ["#35373CFF", "#35373CFF"]) +default lun_bottom_shorts_latex = DollCloth("luna", ("bottoms", "shorts"), "bottom", "shorts_latex",["#35373CFF", "#35373CFF"]) default lun_outfit_latex = DollOutfit([lun_hair_base, lun_top_latex, lun_bottom_trousers_latex], addons=[lun_bottom_shorts_latex], price=300, name=_("Latex Outfit"), desc=_("Rubber up and show off your bouncy personality with this latex outfit!")) @@ -218,9 +218,9 @@ default lun_outfit_latex = DollOutfit([lun_hair_base, lun_top_latex, lun_bottom_ default lun_neckwear_collar = DollCloth("luna", ("head", "neckwear"), "neckwear", "collar", ["#565656", "#eaeaea"]) default lun_neckwear_collar_1 = DollCloth("luna", ("head", "neckwear"), "neckwear", "collar_1", ["#F12E2EFF"]) -default lun_accessory_leash = DollCloth("luna", ("misc", "accessory"), "accessory", "leash", ["#F12E2EFF"], level=7, zorder=214) -default lun_accessory_onepiece_harness = DollCloth("luna", ("misc", "accessory"), "accessory", "onepiece_harness", ["#565656", "#eaeaea"], zorder=215, level=10) -default lun_robe_coat_flasher = DollCloth("luna", ("upper body", "robes"), "robe", "coat_flasher", ["#dba55f", "#fdd299", "#493a31"], level=7, zorder=145, blacklist=["top", "bottom", "gloves"]) +default lun_accessory_leash = DollCloth("luna", ("accessories", "miscellaneous"), "accessory", "leash", ["#F12E2EFF"], level=7, zorder=214) +default lun_accessory_onepiece_harness = DollCloth("luna", ("accessories", "miscellaneous"), "accessory", "onepiece_harness", ["#565656", "#eaeaea"], zorder=215, level=10) +default lun_robe_coat_flasher = DollCloth("luna", ("outer wear", "robes"), "robe", "coat_flasher", ["#dba55f", "#fdd299", "#493a31"], level=7, zorder=145, blacklist=["top", "bottom", "gloves"]) default lun_outfit_flasher = DollOutfit([lun_hair_base, lun_accessory_leash, lun_accessory_onepiece_harness, lun_robe_coat_flasher], addons=[lun_neckwear_collar, lun_neckwear_collar_1], price=350, name=_("Flasher Outfit"), desc=_("Show them what you got.")) @@ -228,12 +228,12 @@ default lun_outfit_flasher = DollOutfit([lun_hair_base, lun_accessory_leash, lun ## Police Officer Outfit ## #unlocked in not_so_great_escape mirror story ########################### -default lun_stockings_police = DollCloth("luna", ("legwear", "stockings"), "stockings", "police_thigh_highs", ["#2b2b55ff", "#8e8eb3ff"]) -default lun_bottom_police_skirt = DollCloth("luna", ("lower body", "skirts"), "bottom", "police_skirt", ["#2e47abff"], level=5) -default lun_top_police_shirt = DollCloth("luna", ("upper body", "shirts"), "top", "police_shirt", ["#2e47abff", "#bbbbd2ff"], level=5) -default lun_accessory_police_belt = DollCloth("luna", ("misc", "accessory"), "accessory", "police_belt", ["#26265bff", "#bbbbd2ff"], zorder=212) -default lun_accessory_police_badge = DollCloth("luna", ("misc", "accessory"), "accessory", "police_badge", ["#192655ff", "#fcf16dff"], zorder=213) -default lun_accessory_police_cuffs = DollCloth("luna", ("misc", "accessory"), "accessory", "police_cuffs", ["#bbbbd2ff"], zorder=225) +default lun_stockings_police = DollCloth("luna", ("underwear", "hosiery"), "stockings", "police_thigh_highs", ["#2b2b55ff", "#8e8eb3ff"]) +default lun_bottom_police_skirt = DollCloth("luna", ("bottoms", "skirts"), "bottom", "police_skirt", ["#2e47abff"], level=5) +default lun_top_police_shirt = DollCloth("luna", ("tops", "shirts"), "top", "police_shirt", ["#2e47abff", "#bbbbd2ff"], level=5) +default lun_accessory_police_belt = DollCloth("luna", ("accessories", "miscellaneous"), "accessory", "police_belt", ["#26265bff", "#bbbbd2ff"], zorder=212) +default lun_accessory_police_badge = DollCloth("luna", ("accessories", "miscellaneous"), "accessory", "police_badge", ["#192655ff", "#fcf16dff"], zorder=213) +default lun_accessory_police_cuffs = DollCloth("luna", ("accessories", "miscellaneous"), "accessory", "police_cuffs", ["#bbbbd2ff"], zorder=225) default lun_outfit_police = DollOutfit([lun_hair_base, lun_stockings_police, lun_bottom_police_skirt, lun_top_police_shirt, lun_panties_base1, lun_accessory_police_badge, lun_accessory_police_belt], addons=[lun_accessory_police_cuffs]) @@ -242,11 +242,11 @@ default lun_outfit_police = DollOutfit([lun_hair_base, lun_stockings_police, lun ######################### default lun_hair_harley_quinn = DollCloth("luna", ("head", "hair"), "hair", "harley_quinn", ["#ede0c3ff", "#bfa46bff", "#e43713ff", "#1365e4ff", "#ff5bf8ff"]) -default lun_pantyhose_harley_quinn = DollCloth("luna", ("legwear", "pantyhose"), "stockings", "harley_quinn", ["#ae3512ff"]) -default lun_top_harley_quinn = DollCloth("luna", ("upper body", "one-piece suits"), "top", "harley_quinn", ["#326280ff", "#8c9fb4ff", "#e43612ff", "#1264e4ff"]) -default lun_robe_harley_quinn = DollCloth("luna", ("upper body", "robes"), "robe", "harley_quinn", ["#d8fcffff", "#8c9fb4ff", "#58d532ff", "#e44e14ff", "#ea48c0ff"]) -default lun_gloves_harley_quinn = DollCloth("luna", ("upper body", "gloves"), "gloves", "harley_quinn", ["#1f3349ff"]) -default lun_accessory_harley_quinn_strap = DollCloth("luna", ("misc", "accessory"), "accessory", "harley_quinn_strap", ["#1f3349ff"], zorder=183) +default lun_pantyhose_harley_quinn = DollCloth("luna", ("underwear", "hosiery"), "stockings", "harley_quinn", ["#ae3512ff"]) +default lun_top_harley_quinn = DollCloth("luna", ("tops", "one-pieces"), "top", "harley_quinn", ["#326280ff", "#8c9fb4ff", "#e43612ff", "#1264e4ff"]) +default lun_robe_harley_quinn = DollCloth("luna", ("outer wear", "jackets"), "robe", "harley_quinn", ["#d8fcffff", "#8c9fb4ff", "#58d532ff", "#e44e14ff", "#ea48c0ff"]) +default lun_gloves_harley_quinn = DollCloth("luna", ("accessories", "gloves"), "gloves", "harley_quinn", ["#1f3349ff"]) +default lun_accessory_harley_quinn_strap = DollCloth("luna", ("accessories", "miscellaneous"), "accessory", "harley_quinn_strap", ["#1f3349ff"], zorder=183) default lun_outfit_harley_quinn = DollOutfit([lun_hair_harley_quinn, lun_pantyhose_harley_quinn, lun_top_harley_quinn, lun_robe_harley_quinn, lun_gloves_harley_quinn, lun_accessory_harley_quinn_strap], price=500, name=_("Harley Quinn Outfit"), desc=_("Attractively crazy.")) @@ -254,9 +254,9 @@ default lun_outfit_harley_quinn = DollOutfit([lun_hair_harley_quinn, lun_pantyho ## Lion Outfit ## (Event only) ################# -default lun_bottom_casual_jeans = DollCloth("luna", ("lower body", "trousers"), "bottom", "casual_jeans", ["#8027bfff"]) -default lun_top_casual_sweater = DollCloth("luna", ("upper body", "shirts"), "top", "casual_sweater", ["#382088ff", "#382088ff"]) -default lun_accessory_lionhead = DollCloth("luna", ("misc", "accessory"), "accessory", "lionhead", None) +default lun_bottom_casual_jeans = DollCloth("luna", ("bottoms", "trousers"), "bottom", "casual_jeans", ["#8027bfff"]) +default lun_top_casual_sweater = DollCloth("luna", ("tops", "shirts"), "top", "casual_sweater", ["#382088ff", "#382088ff"]) +default lun_accessory_lionhead = DollCloth("luna", ("accessories", "miscellaneous"), "accessory", "lionhead", None) default lun_outfit_casual= DollOutfit([lun_hair_base, lun_panties_base1, lun_bra_base1, lun_bottom_casual_jeans, lun_top_casual_sweater], unlocked=True) default lun_outfit_lion_event = DollOutfit([lun_panties_base1, lun_bra_base1, lun_accessory_lionhead, lun_bottom_casual_jeans, lun_top_casual_sweater], hidden=True) @@ -266,8 +266,8 @@ default lun_outfit_lion_event = DollOutfit([lun_panties_base1, lun_bra_base1, lu ############### # Plain Underwear -default lun_bra_base2 = DollCloth("luna", ("upper undergarment", "bras"), "bra", "basic_bra_2", ["#d8e1e6ff", "#5974c2ff"], unlocked=True) -default lun_panties_base2 = DollCloth("luna", ("lower undergarment", "panties"), "panties", "basic_panties_2", ["#d8e1e6ff", "#5974c2ff"], unlocked=True) +default lun_bra_base2 = DollCloth("luna", ("underwear", "bras"), "bra", "basic_bra_2", ["#d8e1e6ff", "#5974c2ff"], unlocked=True) +default lun_panties_base2 = DollCloth("luna", ("underwear", "panties"), "panties", "basic_panties_2", ["#d8e1e6ff", "#5974c2ff"], unlocked=True) ################# ## Accessories ## @@ -275,57 +275,57 @@ default lun_panties_base2 = DollCloth("luna", ("lower undergarment", "panties"), default lun_neckwear_cork = DollCloth("luna", ("head", "neckwear"), "neckwear", "cork", ["#E98E2AFF", "#CECECEFF"], unlocked = True, zorder=213) -default lun_accessory_wand_mouth = DollCloth("luna", ("misc", "accessory"), "accessory", "wand_mouth", ["#ffffffff"], unlocked = True, zorder=213) -default lun_accessory_wand_hand = DollCloth("luna", ("misc", "accessory"), "accessory", "wand_hand", ["#ffffffff"], unlocked = True, zorder=222) -default lun_accessory_wand_breasts = DollCloth("luna", ("misc", "accessory"), "accessory", "wand_breasts", ["#ffffffff"], unlocked = True, zorder=213) -default lun_accessory_wand_pussy = DollCloth("luna", ("misc", "accessory"), "accessory", "wand_pussy", ["#ffffffff"], unlocked = True, zorder=183) +default lun_accessory_wand_mouth = DollCloth("luna", ("accessories", "miscellaneous"), "accessory", "wand_mouth", ["#ffffffff"], unlocked = True, zorder=213) +default lun_accessory_wand_hand = DollCloth("luna", ("accessories", "miscellaneous"), "accessory", "wand_hand", ["#ffffffff"], unlocked = True, zorder=222) +default lun_accessory_wand_breasts = DollCloth("luna", ("accessories", "miscellaneous"), "accessory", "wand_breasts", ["#ffffffff"], unlocked = True, zorder=213) +default lun_accessory_wand_pussy = DollCloth("luna", ("accessories", "miscellaneous"), "accessory", "wand_pussy", ["#ffffffff"], unlocked = True, zorder=183) ############ ## Makeup ## ############ # Nails -default lun_makeup_nail_polish = DollCloth("luna", ("head", "makeup"), "makeup", "nail_polish", ["#FFAEB2ff"], unlocked=True) +default lun_makeup_nail_polish = DollCloth("luna", ("body art", "makeup"), "makeup", "nail_polish", ["#FFAEB2ff"], unlocked=True) ################ ## Pubic Hair ## ################ -default lun_pubes_arrow = DollCloth("luna", ("lower undergarment", "pubes"), "pubes", "arrow", ["#e4c991ff"], unlocked=True) -default lun_pubes_beaver = DollCloth("luna", ("lower undergarment", "pubes"), "pubes", "beaver", ["#e4c991ff"], unlocked=True) -default lun_pubes_stuble = DollCloth("luna", ("lower undergarment", "pubes"), "pubes", "stuble", ["#9b8558ff"], unlocked=True) -default lin_pubes_unshaved = DollCloth("luna", ("lower undergarment", "pubes"), "pubes", "unshaved", ["#9b8558ff"], unlocked=True) +default lun_pubes_arrow = DollCloth("luna", ("body art", "pubic hair"), "pubes", "arrow", ["#e4c991ff"], unlocked=True) +default lun_pubes_beaver = DollCloth("luna", ("body art", "pubic hair"), "pubes", "beaver", ["#e4c991ff"], unlocked=True) +default lun_pubes_stuble = DollCloth("luna", ("body art", "pubic hair"), "pubes", "stuble", ["#9b8558ff"], unlocked=True) +default lin_pubes_unshaved = DollCloth("luna", ("body art", "pubic hair"), "pubes", "unshaved", ["#9b8558ff"], unlocked=True) ############### ## Piercings ## ############### -default lun_earring_moon = DollCloth("luna", ("head", "earrings"), "earrings", "earring_moon", ["#D2DFEEff", "#FFE973ff", "#BA6755ff"], unlocked=True) -default lun_ear_studs = DollCloth("luna", ("head", "earrings"), "earrings", "ear_studs", ["#F6C54Fff"], unlocked=True) +default lun_earring_moon = DollCloth("luna", ("body art", "earrings"), "earrings", "earring_moon", ["#D2DFEEff", "#FFE973ff", "#BA6755ff"], unlocked=True) +default lun_ear_studs = DollCloth("luna", ("body art", "earrings"), "earrings", "ear_studs", ["#F6C54Fff"], unlocked=True) -default lun_piercing_eyebrow_ring = DollMakeup("luna", ("piercings & tattoos", "piercings"), "piercing", "eyebrow_ring", ["#CDDAE8ff"], unlocked=True, tracking="eyebrows") -default lun_piercing_nose_ring = DollCloth("luna", ("piercings & tattoos", "piercings"), "piercing", "nose_ring", ["#F8DC5Dff"], unlocked=True) -default lun_piercing_mouth_stud = DollMakeup("luna", ("piercings & tattoos", "piercings"), "piercing", "mouth_stud", ["#D2E0F0ff"], unlocked=True, tracking="mouth") -default lun_piercing_nipple_studs = DollCloth("luna", ("piercings & tattoos", "piercings"), "piercing", "nipple_studs", ["#D2DFEEff"], unlocked=True) -default lun_piercing_nipple_rings = DollCloth("luna", ("piercings & tattoos", "piercings"), "piercing", "nipple_rings", ["#D2DFEEff"], unlocked=True) -default lun_piercing_clit_stud = DollCloth("luna", ("piercings & tattoos", "piercings"), "piercing", "clit_stud", ["#B8C6D7ff"], unlocked=True) +default lun_piercing_eyebrow_ring = DollMakeup("luna", ("body art", "piercings"), "piercing", "eyebrow_ring", ["#CDDAE8ff"], unlocked=True, tracking="eyebrows") +default lun_piercing_nose_ring = DollCloth("luna", ("body art", "piercings"), "piercing", "nose_ring", ["#F8DC5Dff"], unlocked=True) +default lun_piercing_mouth_stud = DollMakeup("luna", ("body art", "piercings"), "piercing", "mouth_stud", ["#D2E0F0ff"], unlocked=True, tracking="mouth") +default lun_piercing_nipple_studs = DollCloth("luna", ("body art", "piercings"), "piercing", "nipple_studs", ["#D2DFEEff"], unlocked=True) +default lun_piercing_nipple_rings = DollCloth("luna", ("body art", "piercings"), "piercing", "nipple_rings", ["#D2DFEEff"], unlocked=True) +default lun_piercing_clit_stud = DollCloth("luna", ("body art", "piercings"), "piercing", "clit_stud", ["#B8C6D7ff"], unlocked=True) ############# ## Tattoos ## ############# -default lun_tattoo_measure = DollCloth("luna", ("piercings & tattoos", "tattoos"), "tattoo", "measure", ["#000000ff", "#db492cff"], unlocked=True) -default lun_tattoo_spurt_here = DollCloth("luna", ("piercings & tattoos", "tattoos"), "tattoo", "spurt_here", ["#000000ff"], unlocked=True) -default lun_tattoo_loony = DollCloth("luna", ("piercings & tattoos", "tattoos"), "tattoo", "loony", ["#000000ff"], unlocked=True) -default lun_tattoo_baby_oven = DollCloth("luna", ("piercings & tattoos", "tattoos"), "tattoo", "baby_oven", ["#000000ff", "#db492cff"], unlocked=True) +default lun_tattoo_measure = DollCloth("luna", ("body art", "tattoos"), "tattoo", "measure", ["#000000ff", "#db492cff"], unlocked=True) +default lun_tattoo_spurt_here = DollCloth("luna", ("body art", "tattoos"), "tattoo", "spurt_here", ["#000000ff"], unlocked=True) +default lun_tattoo_loony = DollCloth("luna", ("body art", "tattoos"), "tattoo", "loony", ["#000000ff"], unlocked=True) +default lun_tattoo_baby_oven = DollCloth("luna", ("body art", "tattoos"), "tattoo", "baby_oven", ["#000000ff", "#db492cff"], unlocked=True) -default lun_tattoo_lab_rat = DollCloth("luna", ("piercings & tattoos", "tattoos"), "tattoo", "lab_rat", ["#000000ff"], unlocked=True) +default lun_tattoo_lab_rat = DollCloth("luna", ("body art", "tattoos"), "tattoo", "lab_rat", ["#000000ff"], unlocked=True) -default lun_tattoo_cumdump = DollCloth("luna", ("piercings & tattoos", "tattoos"), "tattoo", "cumdump", ["#000000ff"], unlocked=True) +default lun_tattoo_cumdump = DollCloth("luna", ("body art", "tattoos"), "tattoo", "cumdump", ["#000000ff"], unlocked=True) ########## ## Misc ## ########## -default lun_stockings_pantyhose = DollCloth("luna", ("legwear", "pantyhose"), "stockings", "pantyhose_1", ["#b19083ff"], unlocked=True) +default lun_stockings_pantyhose = DollCloth("luna", ("underwear", "hosiery"), "stockings", "pantyhose_1", ["#b19083ff"], unlocked=True) diff --git a/game/scripts/characters/susan/wardrobe.rpy b/game/scripts/characters/susan/wardrobe.rpy index 93bee969..3070210a 100644 --- a/game/scripts/characters/susan/wardrobe.rpy +++ b/game/scripts/characters/susan/wardrobe.rpy @@ -17,29 +17,29 @@ default sus_hair_base = DollCloth("susan", ("head", "hair"), "hair", "base", ["# ## Schoolgirl Outfit ## ####################### -default sus_top_school1 = DollCloth("susan", ("upper body", "shirts"), "top", "top_school_1", ["#b9b8b8ff", "#726d7eff", "#332b36ff", "#d4a10eff"], unlocked=True) -default sus_top_school2 = DollCloth("susan", ("upper body", "shirts"), "top", "top_school_2", ["#b9b8b8ff", "#726d7eff", "#332b36ff", "#d4a10eff"], unlocked=True) -default sus_top_school3 = DollCloth("susan", ("upper body", "shirts"), "top", "top_school_3", ["#b9b8b8ff", "#e7dbdbff", "#726d7eff", "#332b36ff", "#d4a10eff"], unlocked=True) -default sus_top_school4 = DollCloth("susan", ("upper body", "shirts"), "top", "top_school_4", ["#b9b8b8ff", "#e7dbdbff", "#332b36ff", "#d4a10eff"], unlocked=True) -default sus_top_school5 = DollCloth("susan", ("upper body", "shirts"), "top", "top_school_5", ["#b9b8b8ff", "#332b36ff", "#d4a10eff", "#e7dbdbff"], unlocked=True) -#TODO open collar variant default sus_top_school6 = DollCloth("susan", ("upper body", "shirts"), "top", "top_school_6", ["#b9b8b8ff", "#726d7eff", "#332b36ff", "#d4a10eff"], unlocked=True) -default sus_top_school7 = DollCloth("susan", ("upper body", "shirts"), "top", "top_school_7", ["#726d7eff", "#332b36ff", "#d4a10eff"], unlocked=True) +default sus_top_school1 = DollCloth("susan", ("tops", "shirts"), "top", "top_school_1", ["#b9b8b8ff", "#726d7eff", "#332b36ff", "#d4a10eff"], unlocked=True) +default sus_top_school2 = DollCloth("susan", ("tops", "shirts"), "top", "top_school_2", ["#b9b8b8ff", "#726d7eff", "#332b36ff", "#d4a10eff"], unlocked=True) +default sus_top_school3 = DollCloth("susan", ("tops", "shirts"), "top", "top_school_3", ["#b9b8b8ff", "#e7dbdbff", "#726d7eff", "#332b36ff", "#d4a10eff"], unlocked=True) +default sus_top_school4 = DollCloth("susan", ("tops", "shirts"), "top", "top_school_4", ["#b9b8b8ff", "#e7dbdbff", "#332b36ff", "#d4a10eff"], unlocked=True) +default sus_top_school5 = DollCloth("susan", ("tops", "shirts"), "top", "top_school_5", ["#b9b8b8ff", "#332b36ff", "#d4a10eff", "#e7dbdbff"], unlocked=True) +#TODO open collar variant default sus_top_school6 = DollCloth("susan", ("tops", "shirts"), "top", "top_school_6", ["#b9b8b8ff", "#726d7eff", "#332b36ff", "#d4a10eff"], unlocked=True) +default sus_top_school7 = DollCloth("susan", ("tops", "shirts"), "top", "top_school_7", ["#726d7eff", "#332b36ff", "#d4a10eff"], unlocked=True) -default sus_bottom_school1 = DollCloth("susan", ("lower body", "skirts"), "bottom", "school_skirt_1", ["#675a6cff", "#e8b10dff"], unlocked=True) -default sus_bottom_school2 = DollCloth("susan", ("lower body", "skirts"), "bottom", "school_skirt_2", ["#675a6cff", "#e8b10dff"], unlocked=True) -default sus_bottom_school3 = DollCloth("susan", ("lower body", "skirts"), "bottom", "school_skirt_3", ["#675a6cff", "#e8b10dff"], unlocked=True) -default sus_bottom_school4 = DollCloth("susan", ("lower body", "skirts"), "bottom", "school_skirt_4", ["#675a6cff", "#e8b10dff"], unlocked=True) +default sus_bottom_school1 = DollCloth("susan", ("bottoms", "skirts"), "bottom", "school_skirt_1", ["#675a6cff", "#e8b10dff"], unlocked=True) +default sus_bottom_school2 = DollCloth("susan", ("bottoms", "skirts"), "bottom", "school_skirt_2", ["#675a6cff", "#e8b10dff"], unlocked=True) +default sus_bottom_school3 = DollCloth("susan", ("bottoms", "skirts"), "bottom", "school_skirt_3", ["#675a6cff", "#e8b10dff"], unlocked=True) +default sus_bottom_school4 = DollCloth("susan", ("bottoms", "skirts"), "bottom", "school_skirt_4", ["#675a6cff", "#e8b10dff"], unlocked=True) -default sus_bra_base1 = DollCloth("susan", ("upper undergarment", "bras"), "bra", "basic_bra_1", ["#ffeeedff", "#ecbfbfff", "#f98787ff"], unlocked=True) -default sus_panties_base1 = DollCloth("susan", ("lower undergarment", "panties"), "panties", "basic_panties_1", ["#ffeeedff", "#ecbfbfff", "#f98787ff"], unlocked=True) +default sus_bra_base1 = DollCloth("susan", ("underwear", "bras"), "bra", "basic_bra_1", ["#ffeeedff", "#ecbfbfff", "#f98787ff"], unlocked=True) +default sus_panties_base1 = DollCloth("susan", ("underwear", "panties"), "panties", "basic_panties_1", ["#ffeeedff", "#ecbfbfff", "#f98787ff"], unlocked=True) -default sus_stockings_school1 = DollCloth("susan", ("legwear", "stockings"), "stockings", "short_school_1", ["#d4a10eff", "#332b36ff"], unlocked=True) -default sus_stockings_school2 = DollCloth("susan", ("legwear", "stockings"), "stockings", "short_school_2", ["#332b36ff"], unlocked=True) +default sus_stockings_school1 = DollCloth("susan", ("underwear", "hosiery"), "stockings", "short_school_1", ["#d4a10eff", "#332b36ff"], unlocked=True) +default sus_stockings_school2 = DollCloth("susan", ("underwear", "hosiery"), "stockings", "short_school_2", ["#332b36ff"], unlocked=True) -default sus_robe_school_1 = DollCloth("susan", ("upper body", "robes"), "robe", "robe_school_1", ["#606060ff", "#d4a10eff"], unlocked=True, level=0) -default sus_robe_school_2 = DollCloth("susan", ("upper body", "robes"), "robe", "robe_school_2", ["#606060ff", "#d4a10eff"], unlocked=True, level=4) -default sus_robe_school_3 = DollCloth("susan", ("upper body", "robes"), "robe", "robe_school_3", ["#606060ff", "#d4a10eff"], unlocked=True, level=10) -default sus_robe_school_4 = DollCloth("susan", ("upper body", "robes"), "robe", "robe_school_4", ["#606060ff", "#d4a10eff"], unlocked=True, level=13) +default sus_robe_school_1 = DollCloth("susan", ("outer wear", "robes"), "robe", "robe_school_1", ["#606060ff", "#d4a10eff"], unlocked=True, level=0) +default sus_robe_school_2 = DollCloth("susan", ("outer wear", "robes"), "robe", "robe_school_2", ["#606060ff", "#d4a10eff"], unlocked=True, level=4) +default sus_robe_school_3 = DollCloth("susan", ("outer wear", "robes"), "robe", "robe_school_3", ["#606060ff", "#d4a10eff"], unlocked=True, level=10) +default sus_robe_school_4 = DollCloth("susan", ("outer wear", "robes"), "robe", "robe_school_4", ["#606060ff", "#d4a10eff"], unlocked=True, level=13) default sus_outfit_default = DollOutfit([sus_hair_base, sus_top_school1, sus_bottom_school1, sus_bra_base1, sus_panties_base1, sus_stockings_school1], unlocked=True) default sus_outfit_last = DollOutfit([sus_hair_base], hidden=True) @@ -48,10 +48,10 @@ default sus_outfit_last = DollOutfit([sus_hair_base], hidden=True) ## Muggle Casual Outfit ## ########################## -default sus_top_muggle_casual1 = DollCloth("susan", ("upper body", "sweaters"), "top", "muggle_casual_top_1", ["#9d6944ff"]) -default sus_bottom_jeans1 = DollCloth("susan", ("lower body", "trousers"), "bottom", "jeans_1", ["#4e417fff", "#f27223ff"]) -default sus_bra_muggle1 = DollCloth("susan", ("upper undergarment", "bras"), "bra", "muggle_bra_1", ["#e1c9a1ff", "#fffbdbff"]) -default sus_panties_muggle1 = DollCloth("susan", ("lower undergarment", "panties"), "panties", "muggle_panties_1", ["#e1c9a1ff", "#fffbdbff"]) +default sus_top_muggle_casual1 = DollCloth("susan", ("tops", "knitwear"), "top", "muggle_casual_top_1", ["#9d6944ff"]) +default sus_bottom_jeans1 = DollCloth("susan", ("bottoms", "trousers"), "bottom", "jeans_1", ["#4e417fff", "#f27223ff"]) +default sus_bra_muggle1 = DollCloth("susan", ("underwear", "bras"), "bra", "muggle_bra_1", ["#e1c9a1ff", "#fffbdbff"]) +default sus_panties_muggle1 = DollCloth("susan", ("underwear", "panties"), "panties", "muggle_panties_1", ["#e1c9a1ff", "#fffbdbff"]) default sus_outfit_muggle_casual1 = DollOutfit([sus_hair_base, sus_top_muggle_casual1, sus_bottom_jeans1, sus_bra_muggle1, sus_panties_muggle1], unlocked=True) @@ -60,8 +60,8 @@ default sus_outfit_muggle_casual1 = DollOutfit([sus_hair_base, sus_top_muggle_ca ###################### default sus_headgear_priestess = DollClothDynamic("susan", ("head", "headgear"), "headgear", "priestess_headdress", ["#273843ff", "#e4ebf0ff"], tracking="?hair") -default sus_top_priestess = DollCloth("susan", ("upper body", "dresses"), "top", "priestess_dress", ["#273843ff", "#e4ebf0ff"]) -default sus_lace_stockings1 = DollCloth("susan", ("legwear", "stockings"), "stockings", "lace_stockings_1", ["#000000ff"]) +default sus_top_priestess = DollCloth("susan", ("tops", "dresses"), "top", "priestess_dress", ["#273843ff", "#e4ebf0ff"]) +default sus_lace_stockings1 = DollCloth("susan", ("underwear", "hosiery"), "stockings", "lace_stockings_1", ["#000000ff"]) default sus_hat_necklace =DollCloth("susan", ("head", "neckwear"), "neckwear", "hat_necklace", ["#f0be78ff"], zorder=213) default sus_outfit_priestess = DollOutfit([sus_hair_base, sus_headgear_priestess, sus_top_priestess, sus_lace_stockings1, sus_hat_necklace, sus_bra_base1, sus_panties_base1,], price=400, name=_("Priestess Outfit"), desc=_("This outfit radiates innocence.")) @@ -70,8 +70,8 @@ default sus_outfit_priestess = DollOutfit([sus_hair_base, sus_headgear_priestess ## Latex Outfit ## ################## -default sus_bra_latex1 = DollCloth("susan", ("upper undergarment", "bras"), "bra", "latex_bra_1", ["#fa8bf1ff"]) -default sus_panties_latex1 = DollCloth("susan", ("lower undergarment", "panties"), "panties", "latex_panties_1", ["#fa8bf1ff"]) +default sus_bra_latex1 = DollCloth("susan", ("underwear", "bras"), "bra", "latex_bra_1", ["#fa8bf1ff"]) +default sus_panties_latex1 = DollCloth("susan", ("underwear", "panties"), "panties", "latex_panties_1", ["#fa8bf1ff"]) default sus_outfit_latex1 = DollOutfit([sus_hair_base, sus_bra_latex1, sus_panties_latex1], price=200, name=_("Latex Underwear"), desc=_("Enchanted to prevent chafing.")) @@ -79,10 +79,10 @@ default sus_outfit_latex1 = DollOutfit([sus_hair_base, sus_bra_latex1, sus_panti ## Lace Lingerie Outfit ## ########################### -default sus_panties_lace1 = DollCloth("susan", ("lower undergarment", "panties"), "panties", "lace_panties_1", ["#f6f3d8ff", "#ce7be764", "#a3b4d8ff"]) -default sus_stockings_striped_1 = DollCloth("susan", ("legwear", "stockings"), "stockings", "striped_stockings_1", ["#f6f3d8ff", "#ce7be7aa"]) -default sus_garterbelt_1 = DollCloth("susan", ("legwear", "garterbelts"), "garterbelt", "garter_belt_1", ["#ce83e7ff"]) -default sus_bra_lace1 = DollCloth("susan", ("upper undergarment", "bras"), "bra", "lace_bra_1", ["#f6f3d8ff", "#ce7be764"]) +default sus_panties_lace1 = DollCloth("susan", ("underwear", "panties"), "panties", "lace_panties_1", ["#f6f3d8ff", "#ce7be764", "#a3b4d8ff"]) +default sus_stockings_striped_1 = DollCloth("susan", ("underwear", "hosiery"), "stockings", "striped_stockings_1", ["#f6f3d8ff", "#ce7be7aa"]) +default sus_garterbelt_1 = DollCloth("susan", ("underwear", "hosiery"), "garterbelt", "garter_belt_1", ["#ce83e7ff"]) +default sus_bra_lace1 = DollCloth("susan", ("underwear", "bras"), "bra", "lace_bra_1", ["#f6f3d8ff", "#ce7be764"]) default sus_outfit_lace1 = DollOutfit([sus_hair_base, sus_bra_lace1, sus_panties_lace1, sus_stockings_striped_1, sus_garterbelt_1], price=250, name=_("Lace Lingerie"), desc=_("Perfect for making a girl look even more presentable.")) @@ -91,5 +91,5 @@ default sus_outfit_lace1 = DollOutfit([sus_hair_base, sus_bra_lace1, sus_panties ############### # Sport -default sus_bra_sport1 = DollCloth("susan", ("upper undergarment", "bras"), "bra", "sport_bra_1", ["#6b6b8bff", "#dbcd4fff"], unlocked=True) -default sus_panties_sport1 = DollCloth("susan", ("lower undergarment", "panties"), "panties", "sport_panties_1", ["#6b6b8bff", "#dbcd4fff"], unlocked=True) +default sus_bra_sport1 = DollCloth("susan", ("underwear", "bras"), "bra", "sport_bra_1", ["#6b6b8bff", "#dbcd4fff"], unlocked=True) +default sus_panties_sport1 = DollCloth("susan", ("underwear", "panties"), "panties", "sport_panties_1", ["#6b6b8bff", "#dbcd4fff"], unlocked=True) diff --git a/game/scripts/characters/tonks/wardrobe.rpy b/game/scripts/characters/tonks/wardrobe.rpy index 05184bf4..2aab26cf 100644 --- a/game/scripts/characters/tonks/wardrobe.rpy +++ b/game/scripts/characters/tonks/wardrobe.rpy @@ -19,17 +19,17 @@ default ton_hair_base = DollCloth("tonks", ("head", "hair"), "hair", "new", ["#f ################## default ton_neckwear_beads = DollCloth("tonks", ("head", "neckwear"), "neckwear", "choker_beads",["#2d2d30ff", "#f4e6ecff"], unlocked=True) -default ton_gloves_auror = DollCloth("tonks", ("upper body", "gloves"), "gloves", "auror_gloves",["#2d2d30ff"], unlocked=True) +default ton_gloves_auror = DollCloth("tonks", ("accessories", "gloves"), "gloves", "auror_gloves",["#2d2d30ff"], unlocked=True) -default ton_top_auror = DollCloth("tonks", ("upper body", "shirts"), "top", "auror",["#1c1b1fff", "#7c2a32ff"], unlocked=True) -default ton_top_auror2 = DollCloth("tonks", ("upper body", "shirts"), "top", "auror2",["#7c2a32ff"], unlocked=True) +default ton_top_auror = DollCloth("tonks", ("tops", "shirts"), "top", "auror",["#1c1b1fff", "#7c2a32ff"], unlocked=True) +default ton_top_auror2 = DollCloth("tonks", ("tops", "shirts"), "top", "auror2",["#7c2a32ff"], unlocked=True) -default ton_bottoms_leggings = DollCloth("tonks", ("lower body", "leggings"), "bottom", "leggings",["#2d2d30ff"], unlocked=True) -default ton_bottoms_leggings_hole = DollCloth("tonks", ("lower body", "leggings"), "bottom", "leggings_hole",["#2d2d30ff"], level=60, unlocked=True) +default ton_bottoms_leggings = DollCloth("tonks", ("bottoms", "trousers"), "bottom", "leggings",["#2d2d30ff"], unlocked=True) +default ton_bottoms_leggings_hole = DollCloth("tonks", ("bottoms", "trousers"), "bottom", "leggings_hole",["#2d2d30ff"], level=60, unlocked=True) -default ton_stockings_auror = DollCloth("tonks", ("legwear", "stockings"), "stockings", "auror",["#2d2d30ff", "#b1a8acff"], unlocked=True) +default ton_stockings_auror = DollCloth("tonks", ("underwear", "hosiery"), "stockings", "auror",["#2d2d30ff", "#b1a8acff"], unlocked=True) -default ton_robe_auror = DollCloth("tonks", ("upper body", "robes"), "robe", "auror_coat",["#282829ff", "#f4e6ecff"], unlocked=True) +default ton_robe_auror = DollCloth("tonks", ("outer wear", "robes"), "robe", "auror_coat",["#282829ff", "#f4e6ecff"], unlocked=True) default ton_outfit_default = DollOutfit([ton_hair_base, ton_neckwear_beads, ton_gloves_auror, ton_top_auror, ton_robe_auror, ton_bottoms_leggings, ton_stockings_auror], unlocked=True) default ton_outfit_last = DollOutfit([ton_hair_base], hidden=True) @@ -39,10 +39,10 @@ default ton_outfit_last = DollOutfit([ton_hair_base], hidden=True) ####################### #default ton_bottom_school1 = DollCloth("tonks", ("lower body", "skirts"), "bottom", "school_skirt_1", ["#675a6cff", "#e8b10dff"], unlocked=True) # Not implemented -default ton_top_tied = DollCloth("tonks", ("upper body", "other"), "top", "tied_top",["#b7b7b8ff"], blacklist=["bra"]) -default ton_bottom_school2 = DollCloth("tonks", ("lower body", "skirts"), "bottom", "school_skirt_2", ["#675a6cff", "#e8b10dff"], level=20) -default ton_bottom_school3 = DollCloth("tonks", ("lower body", "skirts"), "bottom", "school_skirt_3", ["#675a6cff", "#e8b10dff"], level=40) -default ton_bottom_school4 = DollCloth("tonks", ("lower body", "skirts"), "bottom", "school_skirt_4", ["#675a6cff", "#e8b10dff"], level=60) +default ton_top_tied = DollCloth("tonks", ("tops", "other"), "top", "tied_top",["#b7b7b8ff"], blacklist=["bra"]) +default ton_bottom_school2 = DollCloth("tonks", ("bottoms", "skirts"), "bottom", "school_skirt_2", ["#675a6cff", "#e8b10dff"], level=20) +default ton_bottom_school3 = DollCloth("tonks", ("bottoms", "skirts"), "bottom", "school_skirt_3", ["#675a6cff", "#e8b10dff"], level=40) +default ton_bottom_school4 = DollCloth("tonks", ("bottoms", "skirts"), "bottom", "school_skirt_4", ["#675a6cff", "#e8b10dff"], level=60) default ton_outfit_school = DollOutfit([ton_hair_base, ton_top_tied, ton_bottom_school2], price=350, name=_("Oldschool School Uniform"), desc=_("A very tight school outfit back from 1995!")) @@ -50,8 +50,8 @@ default ton_outfit_school = DollOutfit([ton_hair_base, ton_top_tied, ton_bottom_ ## Casual Outfit ## ################### -default ton_top_crop_casual = DollCloth("tonks", ("upper body", "shirts"), "top", "crop_top",["#c8082dff"]) -default ton_bottoms_leggings_casual = DollCloth("tonks", ("lower body", "leggings"), "bottom", "latex_leggings",["#202020ff", "#191818ff"]) +default ton_top_crop_casual = DollCloth("tonks", ("tops", "shirts"), "top", "crop_top",["#c8082dff"]) +default ton_bottoms_leggings_casual = DollCloth("tonks", ("bottoms", "trousers"), "bottom", "latex_leggings",["#202020ff", "#191818ff"]) default ton_outfit_casual = DollOutfit([ton_hair_base, ton_top_crop_casual, ton_bottoms_leggings_casual], price=350, name=_("Sexy Casual Outfit"), desc=_("Leggings make squeaky sounds when rubbed together.")) @@ -59,7 +59,7 @@ default ton_outfit_casual = DollOutfit([ton_hair_base, ton_top_crop_casual, ton_ ## Nightie Outfit ## #################### -default ton_top_nightie_1 = DollCloth("tonks", ("upper body", "shirts"), "top", "nightie_1", ["#992660ff"]) +default ton_top_nightie_1 = DollCloth("tonks", ("tops", "shirts"), "top", "nightie_1", ["#992660ff"]) default ton_outfit_nightie = DollOutfit([ton_hair_base, ton_top_nightie_1], price=350, name=_("Nightie"), desc=_("Doesn't leave much for the imagination.")) @@ -67,8 +67,8 @@ default ton_outfit_nightie = DollOutfit([ton_hair_base, ton_top_nightie_1], pric ## Bunny Outfit ## ################## -default ton_top_bunny1 = DollCloth("tonks", ("upper body", "one-piece suits"), "top", "bunnysuit", ["#303030ff"], blacklist=["panties", "bra"], zorder=183, level=40) -default ton_stockings_bunny1 = DollCloth("tonks", ("legwear", "pantyhose"), "stockings", "bunny_stockings_1", ["#515151ff"], level=40) +default ton_top_bunny1 = DollCloth("tonks", ("tops", "one-pieces"), "top", "bunnysuit", ["#303030ff"], blacklist=["panties", "bra"], zorder=183, level=40) +default ton_stockings_bunny1 = DollCloth("tonks", ("underwear", "hosiery"), "stockings", "bunny_stockings_1", ["#515151ff"], level=40) default ton_hat_bunny1 = DollClothDynamic("tonks", ("head", "headgear"), "headgear", "bunny", ["#303030ff", "#e8e8e8ff"], level=20, tracking="?hair") default ton_neckwear_bunny1 = DollCloth("tonks", ("head", "neckwear"), "neckwear", "bunny_bowtie_1", ["#e8e8e8ff", "#303030ff"], level=10) @@ -78,7 +78,7 @@ default ton_outfit_bunny = DollOutfit([ton_hair_base, ton_top_bunny1, ton_stocki ## Dressing Gown Outfit ## ########################## -default ton_robe_dressing_gown = DollCloth("tonks", ("upper body", "robes"), "robe", "dressing_gown", ["#0d004cff", "#1f29abff"]) +default ton_robe_dressing_gown = DollCloth("tonks", ("outer wear", "robes"), "robe", "dressing_gown", ["#0d004cff", "#1f29abff"]) default ton_outfit_dressing_gown = DollOutfit([ton_hair_base, ton_robe_dressing_gown]) @@ -86,8 +86,8 @@ default ton_outfit_dressing_gown = DollOutfit([ton_hair_base, ton_robe_dressing_ ## Silky Dress Outfit ## ######################## -default ton_top_silk_dress = DollCloth("tonks", ("upper body", "dresses"), "top", "silk_dress", ["#f0edfaBF", "#eaeaeaff"], blacklist=["bra", "bottom"]) -default ton_robe_silk = DollCloth("tonks", ("upper body", "robes"), "robe", "silk_robe", ["#f0edfaff"]) +default ton_top_silk_dress = DollCloth("tonks", ("tops", "dresses"), "top", "silk_dress", ["#f0edfaBF", "#eaeaeaff"], blacklist=["bra", "bottom"]) +default ton_robe_silk = DollCloth("tonks", ("outer wear", "robes"), "robe", "silk_robe", ["#f0edfaff"]) default ton_outfit_silky = DollOutfit([ton_hair_base, ton_top_silk_dress, ton_robe_silk], price=350, name=_("Silky Dress"), desc=_("{size=-4}Disclaimer: Madam Mafkin isn't responsible for damaged nipples.{/size}")) @@ -95,8 +95,8 @@ default ton_outfit_silky = DollOutfit([ton_hair_base, ton_top_silk_dress, ton_ro ## Very Revealing Dress Outfit ## ################################# -default ton_top_skimpy_dress = DollCloth("tonks", ("upper body", "dresses"), "top", "skimpy_dress", ["#930101ff"], blacklist=["bottom"], level=40) -default ton_stockings_long2 = DollCloth("tonks", ("legwear", "stockings"), "stockings", "long_basic_2",["#000000ff", "#101010ff"]) +default ton_top_skimpy_dress = DollCloth("tonks", ("tops", "dresses"), "top", "skimpy_dress", ["#930101ff"], blacklist=["bottom"], level=40) +default ton_stockings_long2 = DollCloth("tonks", ("underwear", "hosiery"), "stockings", "long_basic_2",["#000000ff", "#101010ff"]) default ton_outfit_skimpy_dress = DollOutfit([ton_hair_base, ton_top_skimpy_dress, ton_stockings_long2], price=300, name=_("Very Revealing Dress"), desc=_("This dress shows quite a bit of cleavage... All of it in fact.")) @@ -104,8 +104,8 @@ default ton_outfit_skimpy_dress = DollOutfit([ton_hair_base, ton_top_skimpy_dres ## Club Dress Outfit ## ####################### -default ton_top_skimpy_dress2 = DollCloth("tonks", ("upper body", "dresses"), "top", "skimpy_dress_2", ["#6c0069ff"], blacklist=["bottom"], level=20) -default ton_stockings_long_meshed = DollCloth("tonks", ("legwear", "stockings"), "stockings", "long_meshed",["#000000ff", "#000000ff"]) # Referee Outfit - SOON +default ton_top_skimpy_dress2 = DollCloth("tonks", ("tops", "dresses"), "top", "skimpy_dress_2", ["#6c0069ff"], blacklist=["bottom"], level=20) +default ton_stockings_long_meshed = DollCloth("tonks", ("underwear", "hosiery"), "stockings", "long_meshed",["#000000ff", "#000000ff"]) # Referee Outfit - SOON default ton_outfit_club_dress = DollOutfit([ton_hair_base, ton_top_skimpy_dress2, ton_stockings_long_meshed], price=300, name=_("Club Dress"), desc=_("A sultry muggle dress like this will turn heads at any wizard pub.")) @@ -116,13 +116,13 @@ default ton_outfit_club_dress = DollOutfit([ton_hair_base, ton_top_skimpy_dress2 default ton_hat_succubus = DollClothDynamic("tonks", ("head", "headgear"), "headgear", "horns", ["#3e3339ff", "#6a3f43ff"], tracking="?hair") default ton_neckwear_succubus = DollCloth("tonks", ("head", "neckwear"), "neckwear", "succubus_colar", ["#3e3339ff"]) -default ton_gloves_succubus = DollCloth("tonks", ("upper body", "gloves"), "gloves", "succubus_gloves", ["#3e3339ff"]) -default ton_top_succubus = DollCloth("tonks", ("upper body", "other"), "top", "succubus_corset",["#3e3339ff", "#b55654ff", "#888686ff"], blacklist=["bra"]) -default ton_top_succubus2 = DollCloth("tonks", ("upper body", "other"), "top", "succubus_corset_2",["#3e3339ff", "#b55654ff", "#888686ff"]) -default ton_panties_succubus = DollCloth("tonks", ("lower undergarment", "bikini panties"), "panties", "succubus_panties", ["#3e3339ff", "#888686ff"]) +default ton_gloves_succubus = DollCloth("tonks", ("accessories", "gloves"), "gloves", "succubus_gloves", ["#3e3339ff"]) +default ton_top_succubus = DollCloth("tonks", ("tops", "other"), "top", "succubus_corset",["#3e3339ff", "#b55654ff", "#888686ff"], blacklist=["bra"]) +default ton_top_succubus2 = DollCloth("tonks", ("tops", "other"), "top", "succubus_corset_2",["#3e3339ff", "#b55654ff", "#888686ff"]) +default ton_panties_succubus = DollCloth("tonks", ("underwear", "panties"), "panties", "succubus_panties", ["#3e3339ff", "#888686ff"]) -default ton_accessory1_succubus = DollCloth("tonks", ("misc", "accessory"), "accessory", "succubus_wings", ["#3e3339ff", "#b55654ff", "#888686ff"], zorder=-500) -default ton_accessory2_succubus = DollCloth("tonks", ("misc", "accessory"), "accessory", "succubus_tail", ["#3e3339ff", "#b55654ff"], zorder=-11) +default ton_accessory1_succubus = DollCloth("tonks", ("accessories", "miscellaneous"), "accessory", "succubus_wings", ["#3e3339ff", "#b55654ff", "#888686ff"], zorder=-500) +default ton_accessory2_succubus = DollCloth("tonks", ("accessories", "miscellaneous"), "accessory", "succubus_tail", ["#3e3339ff", "#b55654ff"], zorder=-11) default ton_outfit_succubus = DollOutfit([ton_hair_base, ton_hat_succubus, ton_neckwear_succubus, ton_gloves_succubus, ton_top_succubus, ton_panties_succubus, ton_accessory1_succubus, ton_accessory2_succubus], addons=[ton_top_succubus2], name=_("Succubus Costume"), desc=_("Hot as hell.")) @@ -130,9 +130,9 @@ default ton_outfit_succubus = DollOutfit([ton_hair_base, ton_hat_succubus, ton_n ## Cavegirl Outfit ## ##################### -default ton_earring_pearls = DollCloth("tonks", ("head", "earrings"), "earrings", "pearls", ["#dff0ffff"]) +default ton_earring_pearls = DollCloth("tonks", ("body art", "earrings"), "earrings", "pearls", ["#dff0ffff"]) default ton_neckwear_pearls = DollCloth("tonks", ("head", "neckwear"), "neckwear", "pearls_1", ["#dff0ffff"], zorder=213) -default ton_top_cavegirl = DollCloth("tonks", ("upper body", "dresses"), "top", "cavegirl_dress", ["#dff0ffff"]) +default ton_top_cavegirl = DollCloth("tonks", ("tops", "dresses"), "top", "cavegirl_dress", ["#dff0ffff"]) default ton_outfit_cavegirl = DollOutfit([ton_hair_base, ton_top_cavegirl, ton_earring_pearls, ton_neckwear_pearls], price=200, name=_("Cavegirl Dress"), desc=_("A stone age inspired dress that brings you back to the age of rocking knockers.")) @@ -140,8 +140,8 @@ default ton_outfit_cavegirl = DollOutfit([ton_hair_base, ton_top_cavegirl, ton_e ## Pullover Outfit ## ##################### -default ton_top_pullover = DollCloth("tonks", ("upper body", "shirts"), "top", "pullover",["#fdf0e6fa"]) -default ton_stockings_long_ribbed = DollCloth("tonks", ("legwear", "stockings"), "stockings", "long_ribbed",["#fdf0e6ff", "#ff4fbaff"]) +default ton_top_pullover = DollCloth("tonks", ("tops", "shirts"), "top", "pullover",["#fdf0e6fa"]) +default ton_stockings_long_ribbed = DollCloth("tonks", ("underwear", "hosiery"), "stockings", "long_ribbed",["#fdf0e6ff", "#ff4fbaff"]) default ton_outfit_pullover = DollOutfit([ton_hair_base, ton_top_pullover, ton_stockings_long_ribbed], price=200, name=_("Pullover Outfit"), desc=_("An outfit so defined it will make anyone pull over when they spot it.")) @@ -151,11 +151,11 @@ default ton_outfit_pullover = DollOutfit([ton_hair_base, ton_top_pullover, ton_s default ton_hat_classy = DollClothDynamic("tonks", ("head", "headgear"), "headgear", "classy_hat", ["#52525eff"], tracking="?hair") default ton_neckwear_pearls2 = DollCloth("tonks", ("head", "neckwear"), "neckwear", "pearls_2", ["#dcc88bff"]) -default ton_earring_pearls2 = DollCloth("tonks", ("head", "earrings"), "earrings", "pearls_2", ["#dcc88bff"]) +default ton_earring_pearls2 = DollCloth("tonks", ("body art", "earrings"), "earrings", "pearls_2", ["#dcc88bff"]) -default ton_accessory_flower = DollCloth("tonks", ("misc", "accessory"), "accessory", "flower", ["#5c5c5cff"], zorder=213) -default ton_gloves_leather = DollCloth("tonks", ("upper body", "gloves"), "gloves", "leather_gloves", ["#4f4940ff"]) -default ton_top_classy_dress = DollCloth("tonks", ("upper body", "dresses"), "top", "classy_dress",["#cbc9b8ff"], blacklist=["bra"]) +default ton_accessory_flower = DollCloth("tonks", ("accessories", "miscellaneous"), "accessory", "flower", ["#5c5c5cff"], zorder=213) +default ton_gloves_leather = DollCloth("tonks", ("accessories", "gloves"), "gloves", "leather_gloves", ["#4f4940ff"]) +default ton_top_classy_dress = DollCloth("tonks", ("tops", "dresses"), "top", "classy_dress",["#cbc9b8ff"], blacklist=["bra"]) default ton_outfit_lady_D = DollOutfit([ton_hair_base, ton_hat_classy, ton_neckwear_pearls2, ton_earring_pearls2, ton_accessory_flower, ton_gloves_leather, ton_top_classy_dress], price=400, name=_("Lady D Costume"), desc=_("This outfit was once worn by a very tall and scary lady.")) @@ -164,13 +164,13 @@ default ton_outfit_lady_D = DollOutfit([ton_hair_base, ton_hat_classy, ton_neckw ################## default ton_headgear_police = DollClothDynamic("tonks", ("head", "headgear"), "headgear", "police", ["#7e7ec0ff", "#4865b7ff", "#ebd165ff"], tracking="?hair") -default ton_glasses_police = DollCloth("tonks", ("head", "glasses"), "glasses", "police", ["#b5c7d6ff", "#b14d74ff"]) +default ton_glasses_police = DollCloth("tonks", ("accessories", "glasses"), "glasses", "police", ["#b5c7d6ff", "#b14d74ff"]) -default ton_top_police1 = DollCloth("tonks", ("upper body", "shirts"), "top", "police1", ["#7e7ec0ff", "#4865b7ff", "#ebd165ff"]) -default ton_top_police2 = DollCloth("tonks", ("upper body", "shirts"), "top", "police2", ["#4865b7ff", "#ebd165ff"]) -default ton_top_police3 = DollCloth("tonks", ("upper body", "shirts"), "top", "police3", ["#7e7ec0ff"]) -default ton_bottom_police = DollCloth("tonks", ("lower body", "shorts"), "bottom", "police",["#4865b7ff", "#7e7ec0ff"]) -default ton_accessory_police = DollCloth("tonks", ("misc", "accessory"), "accessory", "police_badge", ["#eed165ff"], zorder=213) +default ton_top_police1 = DollCloth("tonks", ("tops", "shirts"), "top", "police1", ["#7e7ec0ff", "#4865b7ff", "#ebd165ff"]) +default ton_top_police2 = DollCloth("tonks", ("tops", "shirts"), "top", "police2", ["#4865b7ff", "#ebd165ff"]) +default ton_top_police3 = DollCloth("tonks", ("tops", "shirts"), "top", "police3", ["#7e7ec0ff"]) +default ton_bottom_police = DollCloth("tonks", ("bottoms", "shorts"), "bottom", "police",["#4865b7ff", "#7e7ec0ff"]) +default ton_accessory_police = DollCloth("tonks", ("accessories", "miscellaneous"), "accessory", "police_badge", ["#eed165ff"], zorder=213) default ton_outfit_police = DollOutfit([ton_hair_base, ton_headgear_police, ton_accessory_police, ton_glasses_police, ton_top_police1, ton_bottom_police], addons=[ton_top_police2, ton_top_police3]) @@ -179,9 +179,9 @@ default ton_outfit_police = DollOutfit([ton_hair_base, ton_headgear_police, ton_ ############################ default ton_neckwear_whistle = DollCloth ("tonks", ("head", "neckwear"), "neckwear", "whistle", ["#6e4025ff", "#86a0a9ff"]) -default ton_top_sweatshirt = DollCloth("tonks", ("upper body", "shirts"), "top", "sweatshirt", ["#f3f0d8ff"]) -default ton_bottom_sweatpants = DollCloth("tonks", ("lower body", "trousers"), "bottom", "sweatpants", ["#a33530ff", "#f3f0d8ff"]) -default ton_accessory_neck_towel = DollCloth("tonks", ("misc", "accessory"), "accessory", "neck_towel", ["#fffcd8ff"], zorder=213) +default ton_top_sweatshirt = DollCloth("tonks", ("tops", "shirts"), "top", "sweatshirt", ["#f3f0d8ff"]) +default ton_bottom_sweatpants = DollCloth("tonks", ("bottoms", "trousers"), "bottom", "sweatpants", ["#a33530ff", "#f3f0d8ff"]) +default ton_accessory_neck_towel = DollCloth("tonks", ("accessories", "miscellaneous"), "accessory", "neck_towel", ["#fffcd8ff"], zorder=213) default ton_outfit_wrestling_coach = DollOutfit([ton_hair_base, ton_neckwear_whistle, ton_top_sweatshirt, ton_bottom_sweatpants, ton_accessory_neck_towel]) @@ -190,12 +190,12 @@ default ton_outfit_wrestling_coach = DollOutfit([ton_hair_base, ton_neckwear_whi ##################### default ton_hair_mechanic = DollCloth("tonks", ("head", "hair"), "hair", "mechanic_hair", ["#ff92b9ff", "#fedaeeff"]) -default ton_top_vest_mechanic = DollCloth("tonks", ("upper body", "other"), "top", "mechanic_vest", ["#ff840bff", "#fff24aff", "#97a9abff"], blacklist=["bra", "piercing"]) -default ton_shorts_mechanic = DollCloth("tonks", ("lower body", "shorts"), "bottom", "mechanic_shorts", ["#6891ceff", "#7a4335ff", "#97a9abff", "#b6cbe9ff"]) -default ton_gloves_mechanic = DollCloth("tonks", ("upper body", "gloves"), "gloves", "mechanic_gloves", ["#303030ff"]) +default ton_top_vest_mechanic = DollCloth("tonks", ("tops", "other"), "top", "mechanic_vest", ["#ff840bff", "#fff24aff", "#97a9abff"], blacklist=["bra", "piercing"]) +default ton_shorts_mechanic = DollCloth("tonks", ("bottoms", "shorts"), "bottom", "mechanic_shorts", ["#6891ceff", "#7a4335ff", "#97a9abff", "#b6cbe9ff"]) +default ton_gloves_mechanic = DollCloth("tonks", ("accessories", "gloves"), "gloves", "mechanic_gloves", ["#303030ff"]) default ton_headgear_cap_mechanic = DollClothDynamic("tonks", ("head", "headgear"), "headgear", "mechanic_cap", ["#ff840bff", "#fff24aff"], tracking="?hair") -default ton_panties_mechanic = DollCloth("tonks", ("lower undergarment", "bikini panties"), "panties", "mechanic_bikini", ["#ff840bff"]) -default ton_socks_mechanic = DollCloth("tonks", ("legwear", "socks"), "stockings", "mechanic_thigh_socks",["#303030ff"]) +default ton_panties_mechanic = DollCloth("tonks", ("underwear", "panties"), "panties", "mechanic_bikini", ["#ff840bff"]) +default ton_socks_mechanic = DollCloth("tonks", ("underwear", "hosiery"), "stockings", "mechanic_thigh_socks",["#303030ff"]) default ton_outfit_mechanic = DollOutfit([ton_hair_mechanic, ton_top_vest_mechanic, ton_shorts_mechanic, ton_gloves_mechanic, ton_headgear_cap_mechanic, ton_panties_mechanic, ton_socks_mechanic], price=450, name=_("Mechanic Outfit"), desc=_("If your exhaust pipe needs cleaning, this is the perfect outfit for the occassion!")) @@ -203,10 +203,10 @@ default ton_outfit_mechanic = DollOutfit([ton_hair_mechanic, ton_top_vest_mechan ## Tuxedo (Office) ## ##################### -default ton_robe_office = DollCloth("tonks", ("upper body", "robes"), "robe", "office",["#353843ff", "#fff24aff"]) -default ton_top_office = DollCloth("tonks", ("upper body", "shirts"), "top", "office", ["#e7e7e7ff", "#d1cebbff"]) -default ton_bottoms_office = DollCloth("tonks", ("lower body", "trousers"), "bottom", "office",["#353843ff"]) -default ton_accessory_office = DollCloth("tonks", ("misc", "accessory"), "accessory", "office_pin", ["#e7e7e7ff", "#fff24aff", "#d8422cff"], zorder=235) +default ton_robe_office = DollCloth("tonks", ("outer wear", "jacket"), "robe", "office",["#353843ff", "#fff24aff"]) +default ton_top_office = DollCloth("tonks", ("tops", "shirts"), "top", "office", ["#e7e7e7ff", "#d1cebbff"]) +default ton_bottoms_office = DollCloth("tonks", ("bottoms", "trousers"), "bottom", "office",["#353843ff"]) +default ton_accessory_office = DollCloth("tonks", ("accessories", "miscellaneous"), "accessory", "office_pin", ["#e7e7e7ff", "#fff24aff", "#d8422cff"], zorder=235) default ton_outfit_office = DollOutfit([ton_hair_base, ton_robe_office, ton_top_office, ton_bottoms_office, ton_accessory_office], price=450, name=_("SECS Outfit"), desc=_("A smart suit for a clever girl.")) @@ -214,15 +214,15 @@ default ton_outfit_office = DollOutfit([ton_hair_base, ton_robe_office, ton_top_ ## Flag Bikini Outfits ## ######################### -default ton_bra_bikini_1 = DollCloth("tonks", ("upper undergarment", "bikini bras"), "bra", "bikini_bra_1", ["#ffffffff", "#ffffffff"]) -default ton_bra_bikini_1_striped = DollCloth("tonks", ("upper undergarment", "bikini bras"), "bra", "bikini_bra_1_striped", ["#ffffffff", "#8b0000ff", "#ffffffff"]) -default ton_bra_bikini_1_UK = DollCloth("tonks", ("upper undergarment", "bikini bras"), "bra", "bikini_bra_1_UK", ["#ffffffff", "#c8102eff", "#012169ff", "#ffffffff"]) -default ton_bra_bikini_1_USA = DollCloth("tonks", ("upper undergarment", "bikini bras"), "bra", "bikini_bra_1_USA", ["#ffffffff", "#8b0000ff", "#0c63d8ff", "#ffffffff"]) +default ton_bra_bikini_1 = DollCloth("tonks", ("underwear", "bras"), "bra", "bikini_bra_1", ["#ffffffff", "#ffffffff"]) +default ton_bra_bikini_1_striped = DollCloth("tonks", ("underwear", "bras"), "bra", "bikini_bra_1_striped", ["#ffffffff", "#8b0000ff", "#ffffffff"]) +default ton_bra_bikini_1_UK = DollCloth("tonks", ("underwear", "bras"), "bra", "bikini_bra_1_UK", ["#ffffffff", "#c8102eff", "#012169ff", "#ffffffff"]) +default ton_bra_bikini_1_USA = DollCloth("tonks", ("underwear", "bras"), "bra", "bikini_bra_1_USA", ["#ffffffff", "#8b0000ff", "#0c63d8ff", "#ffffffff"]) -default ton_panties_bikini_1 = DollCloth("tonks", ("lower undergarment", "bikini panties"), "panties", "bikini_panties_1", ["#ffffffff", "#ffffffff"]) -default ton_panties_bikini_1_jock = DollCloth("tonks", ("lower undergarment", "bikini panties"), "panties", "bikini_panties_1_jock", ["#ffffffff"]) -default ton_panties_bikini_1_striped = DollCloth("tonks", ("lower undergarment", "bikini panties"), "panties", "bikini_panties_1_striped", ["#ffffffff", "#8b0000ff"]) -default ton_panties_bikini_1_UK = DollCloth("tonks", ("lower undergarment", "bikini panties"), "panties", "bikini_panties_1_UK", ["#ffffffff", "#c8102eff", "#012169ff"]) +default ton_panties_bikini_1 = DollCloth("tonks", ("underwear", "panties"), "panties", "bikini_panties_1", ["#ffffffff", "#ffffffff"]) +default ton_panties_bikini_1_jock = DollCloth("tonks", ("underwear", "panties"), "panties", "bikini_panties_1_jock", ["#ffffffff"]) +default ton_panties_bikini_1_striped = DollCloth("tonks", ("underwear", "panties"), "panties", "bikini_panties_1_striped", ["#ffffffff", "#8b0000ff"]) +default ton_panties_bikini_1_UK = DollCloth("tonks", ("underwear", "panties"), "panties", "bikini_panties_1_UK", ["#ffffffff", "#c8102eff", "#012169ff"]) default ton_outfit_bikini_1 = DollOutfit([ton_hair_base, ton_bra_bikini_1, ton_panties_bikini_1], price=250, name=_("Simple Bikini Set"), desc=_("It ain't much, but it at least covers the important bits.")) default ton_outfit_bikini_2 = DollOutfit([ton_hair_base, ton_bra_bikini_1_striped, ton_panties_bikini_1_striped], price=250, name=_("Striped Bikini Set"), desc=_("It ain't much, but it at least covers the important bits. Did I mention the stripes?")) @@ -233,9 +233,9 @@ default ton_outfit_bikini_4 = DollOutfit([ton_hair_base, ton_bra_bikini_1_USA, t ## Skimpy Swimsuit Outfits ## ############################# -default ton_swimsuit_1 = DollCloth("tonks", ("upper body", "one-piece suits"), "top", "swimsuit_1", ["#c52a6eff"], zorder=183, level=40) -default ton_swimsuit_1_striped = DollCloth("tonks", ("upper body", "one-piece suits"), "top", "swimsuit_1_striped", ["#fff5e7ff", "#a80000ff"], zorder=183, level=40) -default ton_swimsuit_1_USA = DollCloth("tonks", ("upper body", "one-piece suits"), "top", "swimsuit_1_USA", ["#ffffffff", "#a80000ff", "#0c40d8ff", "#ffffffff"], zorder=183, level=40) +default ton_swimsuit_1 = DollCloth("tonks", ("tops", "one-pieces"), "top", "swimsuit_1", ["#c52a6eff"], zorder=183, level=40) +default ton_swimsuit_1_striped = DollCloth("tonks", ("tops", "one-pieces"), "top", "swimsuit_1_striped", ["#fff5e7ff", "#a80000ff"], zorder=183, level=40) +default ton_swimsuit_1_USA = DollCloth("tonks", ("tops", "one-pieces"), "top", "swimsuit_1_USA", ["#ffffffff", "#a80000ff", "#0c40d8ff", "#ffffffff"], zorder=183, level=40) default ton_outfit_swimsuit_1 = DollOutfit([ton_hair_base, ton_swimsuit_1], price=260, name=_("Skimpy Swimsuit"), desc=_("Disclaimer: Translucent swimsuits should not be worn in merman inhabited waters under any circumstance.")) default ton_outfit_swimsuit_2 = DollOutfit([ton_hair_base, ton_swimsuit_1_striped], price=260, name=_("Striped Skimpy Swimsuit"), desc=_("A Translucent swimsuit with vertical stripes to make you look even thinner! Or maybe it's the other way around...")) @@ -245,9 +245,9 @@ default ton_outfit_swimsuit_3 = DollOutfit([ton_hair_base, ton_swimsuit_1_USA], ## Santa Outfit ## #unlocked in genies_christmas_wish mirror story ################## -default ton_bra_santa = DollCloth("tonks", ("upper undergarment", "bras"), "bra", "santa_bra", ["#a13730ff"]) -default ton_top_santa = DollCloth("tonks", ("upper body", "shirts"), "top", "santa_top", ["#a13730ff", "#ffffffff"]) -default ton_panties_santa = DollCloth("tonks", ("lower undergarment", "panties"), "panties", "santa_panties", ["#a13730ff"]) +default ton_top_santa = DollCloth("tonks", ("tops", "shirts"), "top", "santa_top", ["#a13730ff", "#ffffffff"]) +default ton_bra_santa = DollCloth("tonks", ("underwear", "bras"), "bra", "santa_bra", ["#a13730ff"]) +default ton_panties_santa = DollCloth("tonks", ("underwear", "panties"), "panties", "santa_panties", ["#a13730ff"]) default ton_outfit_santa = DollOutfit([ton_hair_base, ton_panties_santa, ton_top_santa, ton_bra_santa]) @@ -256,27 +256,27 @@ default ton_outfit_santa = DollOutfit([ton_hair_base, ton_panties_santa, ton_top ################# /% \ |=I~I=| ################# # Accessories -default ton_makeup_elf_ears = DollCloth("tonks", ("head", "makeup"), "makeup", "elf_ears", None) +default ton_makeup_elf_ears = DollCloth("tonks", ("accessories", "miscellaneous"), "makeup", "elf_ears", None) default ton_hat_antlers = DollClothDynamic("tonks", ("head", "headgear"), "headgear", "antlers", ["#eabbaaff"], tracking="?hair") default ton_hat_elf = DollClothDynamic("tonks", ("head", "headgear"), "headgear", "elf", ["#027447ff", "#ffeff8ff"], tracking="?hair") default ton_neckwear_choker1 = DollCloth("tonks", ("head", "neckwear"), "neckwear", "choker_1", ["#ff2b95ff"]) default ton_neckwear_bell1 = DollCloth("tonks", ("head", "neckwear"), "neckwear", "bell_1", ["#027447ff", "#f4b552ff"], zorder=213) -default ton_accessory_bells = DollCloth("tonks", ("misc", "accessory"), "accessory", "bells_1", ["#f4b552ff"], zorder=213) -default ton_accessory_belt1 = DollCloth("tonks", ("misc", "accessory"), "accessory", "belt_1", ["#2a2a2aff", "#b98749ff"], zorder=213) -default ton_earring_bells = DollCloth("tonks", ("head", "earrings"), "earrings", "bells", ["#f4b552ff"]) -default ton_piercing_nipple_bells = DollCloth("tonks", ("piercings & tattoos", "piercings"), "piercing", "nipple_bells", ["#f4b552ff"]) +default ton_accessory_bells = DollCloth("tonks", ("accessories", "miscellaneous"), "accessory", "bells_1", ["#f4b552ff"], zorder=213) +default ton_accessory_belt1 = DollCloth("tonks", ("accessories", "miscellaneous"), "accessory", "belt_1", ["#2a2a2aff", "#b98749ff"], zorder=213) +default ton_earring_bells = DollCloth("tonks", ("body art", "earrings"), "earrings", "bells", ["#f4b552ff"]) +default ton_piercing_nipple_bells = DollCloth("tonks", ("body art", "piercings"), "piercing", "nipple_bells", ["#f4b552ff"]) # Main Clothing -default ton_top_elf = DollCloth("tonks", ("upper body", "dresses"), "top", "elf_dress",["#027447ff"]) -default ton_bra_ribbon = DollCloth("tonks", ("upper undergarment", "other"), "bra", "ribbon", ["#ff2b95ff"], blacklist=["top", "piercing"]) -default ton_panties_ribbon = DollCloth("tonks", ("lower undergarment", "other"), "panties", "ribbon", ["#ff2b95ff"], blacklist=["bottom"]) -default ton_bra_pasties = DollCloth("tonks", ("upper undergarment", "other"), "bra", "pasties_1",["#ff2b95ff"], unlocked=True) -default ton_bra_pasties2 = DollCloth("tonks", ("upper undergarment", "other"), "bra", "pasties_2",["#027447ff", "#f4b552ff"]) -default ton_bottom_xmas = DollCloth("tonks", ("lower body", "other"), "bottom", "xmas",["#027447ff", "#ffeff8ff"]) -default ton_gloves_xmas = DollCloth("tonks", ("upper body", "gloves"), "gloves", "xmas", ["#ffeff8ff"]) -default ton_stockings_xmas = DollCloth("tonks", ("legwear", "stockings"), "stockings", "xmas",["#ffffffff", "#ffffff78"]) +default ton_top_elf = DollCloth("tonks", ("tops", "dresses"), "top", "elf_dress",["#027447ff"]) +default ton_bra_ribbon = DollCloth("tonks", ("underwear", "other"), "bra", "ribbon", ["#ff2b95ff"], blacklist=["top", "piercing"]) +default ton_panties_ribbon = DollCloth("tonks", ("underwear", "other"), "panties", "ribbon", ["#ff2b95ff"], blacklist=["bottom"]) +default ton_bra_pasties = DollCloth("tonks", ("underwear", "other"), "bra", "pasties_1",["#ff2b95ff"], unlocked=True) +default ton_bra_pasties2 = DollCloth("tonks", ("underwear", "other"), "bra", "pasties_2",["#027447ff", "#f4b552ff"]) +default ton_bottom_xmas = DollCloth("tonks", ("bottoms", "shorts"), "bottom", "xmas",["#027447ff", "#ffeff8ff"]) +default ton_gloves_xmas = DollCloth("tonks", ("accessories", "gloves"), "gloves", "xmas", ["#ffeff8ff"]) +default ton_stockings_xmas = DollCloth("tonks", ("underwear", "hosiery"), "stockings", "xmas",["#ffffffff", "#ffffff78"]) -default ton_stockings_long_striped = DollCloth("tonks", ("legwear", "stockings"), "stockings", "long_striped",["#ffe9f6ff", "#b41224ff"]) -default ton_garterbelt_long_basic = DollCloth("tonks", ("legwear", "garterbelts"), "garterbelt", "long_basic_1", ["#ffffffff"]) +default ton_stockings_long_striped = DollCloth("tonks", ("underwear", "hosiery"), "stockings", "long_striped",["#ffe9f6ff", "#b41224ff"]) +default ton_garterbelt_long_basic = DollCloth("tonks", ("underwear", "hosiery"), "garterbelt", "long_basic_1", ["#ffffffff"]) default ton_outfit_elf = DollOutfit([ton_hair_base, ton_makeup_elf_ears, ton_earring_bells, ton_hat_elf, ton_neckwear_bell1, ton_top_elf, ton_accessory_belt1, ton_accessory_bells, ton_garterbelt_long_basic, ton_stockings_long_striped]) default ton_outfit_ribbon = DollOutfit([ton_hair_base, ton_neckwear_choker1, ton_bra_ribbon, ton_panties_ribbon]) @@ -286,41 +286,41 @@ default ton_outfit_xmas = DollOutfit([ton_hair_base, ton_hat_antlers, ton_earrin ## Stockings & Garterbelts ## ############################# -default ton_stockings_long = DollCloth("tonks", ("legwear", "stockings"), "stockings", "long_basic_1",["#ffffffff"], unlocked=True) -default ton_stockings_long_sports = DollCloth("tonks", ("legwear", "stockings"), "stockings", "long_sports",["#ffffffff", "#171717ff"], unlocked=True) +default ton_stockings_long = DollCloth("tonks", ("underwear", "hosiery"), "stockings", "long_basic_1",["#ffffffff"], unlocked=True) +default ton_stockings_long_sports = DollCloth("tonks", ("underwear", "hosiery"), "stockings", "long_sports",["#ffffffff", "#171717ff"], unlocked=True) ################ ## Pubic Hair ## ################ -default ton_pubes_arrow = DollCloth("tonks", ("lower undergarment", "pubes"), "pubes", "arrow", ["#ff92b9ff"], unlocked=True) -default ton_pubes_beaver = DollCloth("tonks", ("lower undergarment", "pubes"), "pubes", "beaver", ["#ff92b9ff"], unlocked=True) -default ton_pubes_stuble = DollCloth("tonks", ("lower undergarment", "pubes"), "pubes", "stuble", ["#844059ff"], unlocked=True) -default ton_pubes_unshaved = DollCloth("tonks", ("lower undergarment", "pubes"), "pubes", "unshaved", ["#844059ff"], unlocked=True) +default ton_pubes_arrow = DollCloth("tonks", ("body art", "pubic hair"), "pubes", "arrow", ["#ff92b9ff"], unlocked=True) +default ton_pubes_beaver = DollCloth("tonks", ("body art", "pubic hair"), "pubes", "beaver", ["#ff92b9ff"], unlocked=True) +default ton_pubes_stuble = DollCloth("tonks", ("body art", "pubic hair"), "pubes", "stuble", ["#844059ff"], unlocked=True) +default ton_pubes_unshaved = DollCloth("tonks", ("body art", "pubic hair"), "pubes", "unshaved", ["#844059ff"], unlocked=True) # Lipstick -default ton_makeup_lipstick = DollMakeup("tonks", ("head", "makeup"), "makeup", "lipstick", ["#ff4646ff"], unlocked=True, tracking="mouth") +default ton_makeup_lipstick = DollMakeup("tonks", ("body art", "makeup"), "makeup", "lipstick", ["#ff4646ff"], unlocked=True, tracking="mouth") ########## ## Misc ## ########## -default ton_top_corset = DollCloth("tonks", ("upper body", "other"), "top", "corset",["#f7ce92ff"], blacklist=["bra", "piercing"], unlocked=True) -default ton_bottoms_jeans = DollCloth("tonks", ("lower body", "trousers"), "bottom", "jeans",["#336869ff"], unlocked=True) -default ton_panties_base = DollCloth("tonks", ("lower undergarment", "bikini panties"), "panties", "base",["#e4faffff", "#e43714ff"], unlocked=True) -default ton_bra_base = DollCloth("tonks", ("upper undergarment", "bikini bras"), "bra", "bikini",["#e4faffff", "#e43714ff"], unlocked=True) -default ton_ruffled_top = DollCloth("tonks", ("upper body", "shirts"), "top", "ruffled_top",["#d5addbff"], level=25, unlocked=True) +default ton_top_corset = DollCloth("tonks", ("tops", "other"), "top", "corset",["#f7ce92ff"], blacklist=["bra", "piercing"], unlocked=True) +default ton_bottoms_jeans = DollCloth("tonks", ("bottoms", "trousers"), "bottom", "jeans",["#336869ff"], unlocked=True) +default ton_panties_base = DollCloth("tonks", ("underwear", "panties"), "panties", "base",["#e4faffff", "#e43714ff"], unlocked=True) +default ton_bra_base = DollCloth("tonks", ("underwear", "bras"), "bra", "bikini",["#e4faffff", "#e43714ff"], unlocked=True) +default ton_ruffled_top = DollCloth("tonks", ("tops", "shirts"), "top", "ruffled_top",["#d5addbff"], level=25, unlocked=True) -default ton_earring_cartilege = DollCloth("tonks", ("head", "earrings"), "earrings", "cartilege", ["#a19f9fff"], unlocked=True) -default ton_earring_hoops = DollCloth("tonks", ("head", "earrings"), "earrings", "hoops", ["#a19f9fff"], unlocked=True) -default ton_earring_industrial = DollCloth("tonks", ("head", "earrings"), "earrings", "industrial", ["#a19f9fff"], unlocked=True) +default ton_earring_cartilege = DollCloth("tonks", ("body art", "earrings"), "earrings", "cartilege", ["#a19f9fff"], unlocked=True) +default ton_earring_hoops = DollCloth("tonks", ("body art", "earrings"), "earrings", "hoops", ["#a19f9fff"], unlocked=True) +default ton_earring_industrial = DollCloth("tonks", ("body art", "earrings"), "earrings", "industrial", ["#a19f9fff"], unlocked=True) -default ton_piercing_clit_stud = DollCloth("tonks", ("piercings & tattoos", "piercings"), "piercing", "clit_stud", ["#a19f9fff"], unlocked=True) -default ton_piercing_nipple_stud = DollCloth("tonks", ("piercings & tattoos", "piercings"), "piercing", "nipple_stud", ["#a19f9fff"], unlocked=True) -default ton_piercing_nipple_rings = DollCloth("tonks", ("piercings & tattoos", "piercings"), "piercing", "nipple_rings", ["#a19f9fff"], unlocked=True) -default ton_piercing_nipple_rings2 = DollCloth("tonks", ("piercings & tattoos", "piercings"), "piercing", "nipple_rings2", ["#a19f9fff"], unlocked=True) -default ton_piercing_nipple_rings3 = DollCloth("tonks", ("piercings & tattoos", "piercings"), "piercing", "nipple_rings3", ["#a19f9fff"], unlocked=True) +default ton_piercing_clit_stud = DollCloth("tonks", ("body art", "piercings"), "piercing", "clit_stud", ["#a19f9fff"], unlocked=True) +default ton_piercing_nipple_stud = DollCloth("tonks", ("body art", "piercings"), "piercing", "nipple_stud", ["#a19f9fff"], unlocked=True) +default ton_piercing_nipple_rings = DollCloth("tonks", ("body art", "piercings"), "piercing", "nipple_rings", ["#a19f9fff"], unlocked=True) +default ton_piercing_nipple_rings2 = DollCloth("tonks", ("body art", "piercings"), "piercing", "nipple_rings2", ["#a19f9fff"], unlocked=True) +default ton_piercing_nipple_rings3 = DollCloth("tonks", ("body art", "piercings"), "piercing", "nipple_rings3", ["#a19f9fff"], unlocked=True) -default ton_piercing_belly_stud = DollCloth("tonks", ("piercings & tattoos", "piercings"), "piercing", "belly_stud", ["#a19f9fff"], unlocked=True) -default ton_piercing_belly_heart = DollCloth("tonks", ("piercings & tattoos", "piercings"), "piercing", "belly_heart", ["#a19f9fff"], unlocked=True) -default ton_piercing_belly_dick = DollCloth("tonks", ("piercings & tattoos", "piercings"), "piercing", "belly_dick", ["#a19f9fff"], unlocked=True) +default ton_piercing_belly_stud = DollCloth("tonks", ("body art", "piercings"), "piercing", "belly_stud", ["#a19f9fff"], unlocked=True) +default ton_piercing_belly_heart = DollCloth("tonks", ("body art", "piercings"), "piercing", "belly_heart", ["#a19f9fff"], unlocked=True) +default ton_piercing_belly_dick = DollCloth("tonks", ("body art", "piercings"), "piercing", "belly_dick", ["#a19f9fff"], unlocked=True)