############### ## Character ## ############### default susan = Doll(name="susan", clothes={"headgear": [None, 15, True], "hair": [None, 4, True], "glasses": [None, 12, True], "earrings": [None, 14, True], "neckwear": [None, 11, True], "robe": [None, 28, True], "gloves": [None, 21, True], "top": [None, 15, True], "bra": [None, 9, True], "bottom": [None, 8, True], "garterbelt": [None, 7, True], "panties": [None, 6, True], "stockings": [None, 5, True], "buttplug": [None, -1, True], "pubes": [None, 3, True], "tattoo0": [None, 1, True], "tattoo1": [None, 1, True], "tattoo2": [None, 1, True], "tattoo3": [None, 1, True], "tattoo4": [None, 1, True], "piercing0": [None, 2, True], "piercing1": [None, 2, True], "piercing2": [None, 2, True], "piercing3": [None, 2, True], "piercing4": [None, 2, True], "accessory0": [None, 12, True], "accessory1": [None, 12, True], "accessory2": [None, 12, True], "accessory3": [None, 12, True], "accessory4": [None, 12, True], "makeup0": [None, 3, True], "makeup1": [None, 3, True], "makeup2": [None, 3, True], "makeup3": [None, 3, True], "makeup4": [None, 3, True]}, face={"tears": [None, 12, True], "cheeks": [None, 7, True], "eyebrows": ["base", 11, True], "eyes": ["base", 8, True], "pupils": ["mid", 9, True], "mouth": ["base", 13, True]}, body={"armleft": ["behind", -1], "armright":["behind", -1], "base": ["front", 0], "breasts": ["normal", 2]}) ########################### ## Schoolgirl Outfit OLD ## ########################### default sus_hair_base = DollCloth("susan", ("head", "hair"), "hair", "base", [[213, 90, 42, 255]], unlocked=True) default sus_top_school1 = DollCloth("susan", ("upper body", "shirts"), "top", "school_top_1", [[0, 0, 0, 0]], unlocked=True) default sus_top_school2 = DollCloth("susan", ("upper body", "shirts"), "top", "school_top_2", [[0, 0, 0, 0]], unlocked=True) default sus_top_school3 = DollCloth("susan", ("upper body", "shirts"), "top", "school_top_3", [[0, 0, 0, 0]], unlocked=True) default sus_top_school4 = DollCloth("susan", ("upper body", "shirts"), "top", "school_top_4", [[0, 0, 0, 0]], unlocked=True) default sus_top_school5 = DollCloth("susan", ("upper body", "shirts"), "top", "school_top_5", [[0, 0, 0, 0]], unlocked=True) default sus_top_ball = DollCloth("susan", ("upper body", "dresses"), "top", "ball", [[0, 0, 0, 0]], blacklist=["bottom"], unlocked=True) default sus_top_heart = DollCloth("susan", ("upper body", "dresses"), "top", "heart", [[0, 0, 0, 0]], blacklist=["bottom", "bra", "neckwear"], unlocked=True) default sus_top_sling1 = DollCloth("susan", ("upper body", "one-piece suits"), "top", "sling", [[0, 0, 0, 0]], unlocked=True) default sus_top_sling2 = DollCloth("susan", ("upper body", "one-piece suits"), "top", "sling2", [[0, 0, 0, 0]], unlocked=True) default sus_bottom_school1 = DollCloth("susan", ("lower body", "skirts"), "bottom", "school_skirt_1", [[103, 90, 108, 255], [232, 177, 13, 255]], unlocked=True) default sus_stockings_base1 = DollCloth("susan", ("legwear", "stockings"), "stockings", "base", [[0, 0, 0, 0]], unlocked=True) default sus_stockings_lace1 = DollCloth("susan", ("legwear", "stockings"), "stockings", "lace", [[0, 0, 0, 0]], unlocked=True) default sus_stockings_lace2 = DollCloth("susan", ("legwear", "stockings"), "stockings", "lace2", [[0, 0, 0, 0]], unlocked=True) default sus_bra_chain = DollCloth("susan", ("upper undergarment", "bras"), "bra", "chain", [[0, 0, 0, 0]], unlocked=True) default sus_bra_lace = DollCloth("susan", ("upper undergarment", "bras"), "bra", "lace", [[0, 0, 0, 0]], unlocked=True) default sus_neckwear_choker = DollCloth("susan", ("head", "neckwear"), "neckwear", "choker", [[0, 0, 0, 0]], unlocked=True) ####################### ## Schoolgirl Outfit ## ####################### #TBA #tops #bottoms default sus_bra_base1 = DollCloth("susan", ("upper undergarment", "bras"), "bra", "basic_bra_1", [[255, 238, 237, 255], [236, 191, 191, 255], [249, 135, 135, 255]], unlocked=True) default sus_panties_base1 = DollCloth("susan", ("lower undergarment", "panties"), "panties", "basic_panties_1", [[255, 238, 237, 255], [236, 191, 191, 255], [249, 135, 135, 255]], unlocked=True) #Robes #Adjust when new school pieces are added default sus_outfit_default = DollOutfit([sus_hair_base, sus_top_school1, sus_bottom_school1, sus_bra_base1, sus_panties_base1, sus_stockings_base1], unlocked=True) 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", [[157, 105, 68, 255]]) default sus_bottom_jeans1 = DollCloth("susan", ("lower body", "trousers"), "bottom", "jeans_1", [[78, 65, 127, 255]]) default sus_bra_muggle1 = DollCloth("susan", ("upper undergarment", "bras"), "bra", "muggle_bra_1", [[225, 201, 161, 255], [255, 251, 219, 255]]) default sus_panties_muggle1 = DollCloth("susan", ("lower undergarment", "panties"), "panties", "muggle_panties_1", [[225, 201, 161, 255], [255, 251, 219, 255]]) default sus_outfit_muggle_casual1 = DollOutfit([sus_hair_base, sus_top_muggle_casual1, sus_bottom_jeans1, sus_bra_muggle1, sus_panties_muggle1], unlocked=True) ############### ## Underwear ## ############### # Lingerie default sus_bra_lace1 = DollCloth("susan", ("upper undergarment", "bras"), "bra", "lace_bra_1", [[246, 243, 216, 255], [206, 123, 231, 100]]) default sus_panties_lace1 = DollCloth("susan", ("lower undergarment", "panties"), "panties", "lace_panties_1", [[246, 243, 216, 255], [206, 123, 231, 100], [163, 180, 216, 255]]) default sus_stockings_striped_1 = DollCloth("susan", ("legwear", "stockings"), "stockings", "striped_stockings_1", [[246, 243, 216, 255], [206, 123, 231, 170]]) default sus_garterbelt_1 = DollCloth("susan", ("legwear", "garterbelts"), "garterbelt", "garter_belt_1", [[206, 131, 231, 255]]) 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.") # Sport default sus_bra_sport1 = DollCloth("susan", ("upper undergarment", "bras"), "bra", "sport_bra_1", [[107, 107, 139, 255], [219, 205, 79, 255]], unlocked=True) default sus_panties_sport1 = DollCloth("susan", ("lower undergarment", "panties"), "panties", "sport_panties_1", [[107, 107, 139, 255], [219, 205, 79, 255]], unlocked=True)