Cho Clothing

* Added Club Dress.
This commit is contained in:
Johnny28 2023-06-27 18:31:23 +02:00
parent 48c3c77167
commit cb389e7ca9
11 changed files with 111 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -219,6 +219,16 @@ default cho_panties_bikini_sporty1 = DollCloth("cho", ("lower undergarment", "bi
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.")
#######################
## 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_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.")
################
## Pubic Hair ##
################

View File

@ -742,6 +742,23 @@ label cho_reaction_equip_outfit(item):
gen "I was thinking you could wear it now." ("base", xpos="far_left", ypos="head")
cho @ cheeks blush "... Alright then." ("smile", "base", "base", "mid")
#######################
## Club Dress Outfit ##
#######################
elif item == cho_outfit_club_dress: #Req 16 (panties)
gen "I've got this dress for you to wear." ("base", xpos="far_left", ypos="head")
cho "*Hmm*... A dress, you say?" ("base", "narrow", "base", "mid")
gen "Yep, it's this one, right here." ("base", xpos="far_left", ypos="head")
cho "Very nice..." ("smile", "narrow", "base", "down")
gen "Yes, I thought you might like it." ("base", xpos="far_left", ypos="head")
cho "Really? Seems like you know me better than I thought..." ("smile", "narrow", "base", "mid")
gen "You see... When you're moving about, this dress will slide up your body quite easily." ("base", xpos="far_left", ypos="head")
gen "So, if you ever wanted to give someone a peek, you could just blame it on the dress." ("base", xpos="far_left", ypos="head")
cho "I need to make excuses to flaunt my physique now?" ("upset", "narrow", "base", "mid")
gen "That's not what I--" ("base", xpos="far_left", ypos="head")
cho "*Giggles*" ("base", "base", "base", "mid")
cho "Don't worry [name_genie_cho]...{w=0.4} I'm just messing with you." ("smile", "base", "base", "mid")
# TODO: Blacklist fallbacks have to be added.
return
@ -1221,6 +1238,49 @@ label cho_reaction_equip_outfit_fail(item):
cho "Yes, the back!" ("angry", "narrow", "base", "mid")
gen "Seems fine to me... I doubt I'll ever see them from the back, anyway." ("base", xpos="far_left", ypos="head")
cho "..." ("disgust", "narrow", "base", "mid")
#######################
## Club Dress Outfit ##
#######################
elif item == cho_outfit_club_dress: #Req 16 (panties)
if states.cho.level < 4:
gen "I've got a dress for you to wear." ("base", xpos="far_left", ypos="head")
cho "A dress?" ("soft", "narrow", "base", "mid")
gen "That's right..." ("base", xpos="far_left", ypos="head")
gen "It's this one right here." ("base", xpos="far_left", ypos="head")
cho "... Are you serious?" ("angry", "base", "base", "down")
gen "What do you mean? Don't you like my gift?" ("base", xpos="far_left", ypos="head")
cho "This would barely go down past my..." ("angry", "base", "base", "mid")
gen "Yes?" ("base", xpos="far_left", ypos="head")
cho "*Ahem*... Thank you [name_genie_cho]... But I'll have to refuse." ("angry", "closed", "base", "mid")
gen "..." ("base", xpos="far_left", ypos="head")
elif states.cho.level < 10:
gen "I've got a dress for you to wear." ("base", xpos="far_left", ypos="head")
cho "A dress?" ("soft", "narrow", "base", "mid")
gen "That's right..." ("base", xpos="far_left", ypos="head")
gen "It's this one right here." ("base", xpos="far_left", ypos="head")
cho "Whoa... Looks very tight..." ("angry", "base", "base", "down")
gen "Some would say aerodynamic..." ("base", xpos="far_left", ypos="head")
cho "You want me to wear this during Quidditch?!" ("angry", "wide", "base", "mid")
gen "That's not what I--" ("base", xpos="far_left", ypos="head")
cho "I refuse!" ("angry", "closed", "angry", "mid")
gen "..." ("base", xpos="far_left", ypos="head")
else: # < 16
gen "I've got this dress for you to wear." ("base", xpos="far_left", ypos="head")
cho "A dress?" ("open", "base", "base", "mid")
gen "Yes, it's this one right here..." ("base", xpos="far_left", ypos="head")
cho @ cheeks blush "It's--" ("soft", "narrow", "base", "down")
gen "Nice, isn't it?" ("base", xpos="far_left", ypos="head")
cho @ cheeks blush "I suppose... Although, what's up with those panties?" ("soft", "narrow", "base", "down")
gen "What about them?" ("base", xpos="far_left", ypos="head")
cho @ cheeks blush "They're pretty much see-through." ("disgust", "narrow", "base", "down")
gen "Oh... I suppose they are..." ("base", xpos="far_left", ypos="head")
gen "So... You'll wear them, right?" ("base", xpos="far_left", ypos="head")
if states.cho.level < 13:
cho @ cheeks heavy_blush "*Hmm*...{w=0.4} I think I'll pass..." ("open", "closed", "base", "mid")
else:
cho @ cheeks heavy_blush "*Hmm*...{w=0.4} Maybe some other time..." ("open", "closed", "base", "mid")
else:
random:
cho "I am not wearing that..." ("clench", "closed", "base", "mid")

View File

@ -444,7 +444,23 @@ label purchase_outfit(item):
maf "Yes, yes, anything you like, sir."
gen "I was going to say, have a lovely day." ("base", xpos="far_left", ypos="head")
maf "Oh, of course sir, you as well."
elif item == cho_outfit_club_dress:
gen "I'm looking to procure a dress, if it's not too much trouble." ("base", xpos="far_left", ypos="head")
maf "A dress you say... Now that is one of my specialities!"
gen "It is?" ("base", xpos="far_left", ypos="head")
maf "Well, technically everything is my speciality."
maf "So, are you looking for something formal?"
maf "For dancing?"
maf "A summer dress perhaps?"
gen "I was thinking more similar to something you'd wear at a nightclub." ("base", xpos="far_left", ypos="head")
maf "Oh, I see..."
gen "Is that a problem?" ("base", xpos="far_left", ypos="head")
maf "Of course not... I am just contemplating what type of design I should go with..."
maf "Alright... I believe I got it."
gen "Already?" ("base", xpos="far_left", ypos="head")
maf "Of course!"
maf "I shall have the dress done shortly."
gen "Excellent." ("base", xpos="far_left", ypos="head")
#
# Astoria Greengrass
#