Vibrator event posing and Businesswoman Outfit chats
* Posed Vibrator public event. * Added Tonks "Businesswoman" related chats.
This commit is contained in:
parent
6d1f685e80
commit
1171cc81d5
File diff suppressed because it is too large
Load Diff
@ -309,7 +309,9 @@ default ton_pubes_unshaved = DollCloth("tonks", ("lower undergarment", "pubes"),
|
|||||||
# Lipstick (DollLipstick)
|
# Lipstick (DollLipstick)
|
||||||
default ton_makeup4_lipstick = DollLipstick("tonks", ("head", "makeup"), "makeup4", "lipstick", [[255, 70, 70, 255]], unlocked=True)
|
default ton_makeup4_lipstick = DollLipstick("tonks", ("head", "makeup"), "makeup4", "lipstick", [[255, 70, 70, 255]], unlocked=True)
|
||||||
|
|
||||||
# Mechanic Outfit
|
#####################
|
||||||
|
## Mechanic Outfit ##
|
||||||
|
#####################
|
||||||
|
|
||||||
default ton_mechanic_hair = DollCloth("tonks", ("head", "hair"), "hair", "mechanic_hair", [[255, 146, 185, 255], [254, 218, 238, 255]])
|
default ton_mechanic_hair = DollCloth("tonks", ("head", "hair"), "hair", "mechanic_hair", [[255, 146, 185, 255], [254, 218, 238, 255]])
|
||||||
default ton_mechanic_vest = DollCloth("tonks", ("upper body", "other"), "top", "mechanic_vest", [[255, 132, 11, 255], [255, 242, 74, 255], [151, 169, 171, 255]], blacklist=["bra", "piercing1"])
|
default ton_mechanic_vest = DollCloth("tonks", ("upper body", "other"), "top", "mechanic_vest", [[255, 132, 11, 255], [255, 242, 74, 255], [151, 169, 171, 255]], blacklist=["bra", "piercing1"])
|
||||||
@ -321,11 +323,13 @@ default ton_mechanic_thigh_socks = DollCloth("tonks", ("legwear", "socks"), "sto
|
|||||||
|
|
||||||
default ton_outfit_mechanic = DollOutfit([ton_mechanic_hair, ton_mechanic_vest, ton_mechanic_shorts, ton_mechanic_gloves, ton_mechanic_cap, ton_mechanic_bikini, ton_mechanic_thigh_socks], price=450, name="Mechanic Outfit", desc="If your exhaust pipe needs cleaning, this is the perfect outfit for the occassion!")
|
default ton_outfit_mechanic = DollOutfit([ton_mechanic_hair, ton_mechanic_vest, ton_mechanic_shorts, ton_mechanic_gloves, ton_mechanic_cap, ton_mechanic_bikini, ton_mechanic_thigh_socks], price=450, name="Mechanic Outfit", desc="If your exhaust pipe needs cleaning, this is the perfect outfit for the occassion!")
|
||||||
|
|
||||||
# Tuxedo (Office)
|
#####################
|
||||||
|
## Tuxedo (Office) ##
|
||||||
|
#####################
|
||||||
|
|
||||||
default ton_robe_office = DollCloth("tonks", ("upper body", "robes"), "robe", "office",[[53, 56, 67, 255], [255, 242, 74, 255]], armfix=True)
|
default ton_robe_office = DollCloth("tonks", ("upper body", "robes"), "robe", "office",[[53, 56, 67, 255], [255, 242, 74, 255]], armfix=True)
|
||||||
default ton_top_office = DollCloth("tonks", ("upper body", "shirts"), "top", "office", [[231, 231, 231, 255], [209, 206, 187, 255]], armfix=True)
|
default ton_top_office = DollCloth("tonks", ("upper body", "shirts"), "top", "office", [[231, 231, 231, 255], [209, 206, 187, 255]], armfix=True)
|
||||||
default ton_bottoms_office = DollCloth("tonks", ("lower body", "trousers"), "bottom", "office",[[53, 56, 67, 255]], armfix=True)
|
default ton_bottoms_office = DollCloth("tonks", ("lower body", "trousers"), "bottom", "office",[[53, 56, 67, 255]], armfix=True)
|
||||||
default ton_accessory_office = DollCloth("tonks", ("misc", "accessory"), "accessory0", "office_pin", [[231, 231, 231, 255], [255, 242, 74, 255], [216, 66, 44, 255]], zorder=29)
|
default ton_accessory_office = DollCloth("tonks", ("misc", "accessory"), "accessory0", "office_pin", [[231, 231, 231, 255], [255, 242, 74, 255], [216, 66, 44, 255]], zorder=29)
|
||||||
|
|
||||||
default ton_outfit_office = DollOutfit([ton_hair_base_new, ton_robe_office, ton_top_office, ton_bottoms_office, ton_accessory_office], price=450, name="SECS Outfit", desc="add description")
|
default ton_outfit_office = DollOutfit([ton_hair_base_new, 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.")
|
||||||
|
@ -543,14 +543,30 @@ label ton_reaction_equip_outfit(item):
|
|||||||
ton "The what?" ("soft", "base", "base", "mid")
|
ton "The what?" ("soft", "base", "base", "mid")
|
||||||
ton "Oh, yes... Certainly." ("base", "base", "base", "mid")
|
ton "Oh, yes... Certainly." ("base", "base", "base", "mid")
|
||||||
|
|
||||||
|
#####################
|
||||||
|
## Mechanic Outfit ##
|
||||||
|
#####################
|
||||||
elif item == ton_outfit_mechanic:
|
elif item == ton_outfit_mechanic:
|
||||||
|
|
||||||
gen "You know, I think you would look great in this mechanic attire." ("base", xpos="far_left", ypos="head")
|
gen "You know, I think you would look great in this mechanic attire." ("base", xpos="far_left", ypos="head")
|
||||||
ton "A mechanic you say?" ("open", "base", "raised", "mid")
|
ton "A mechanic you say?" ("open", "base", "raised", "mid")
|
||||||
ton "I don't know what kind of school mechanics attend, or what kind of magic they use, but I sure do like their fashion taste." ("horny", "base", "base", "down")
|
ton "I don't know what kind of school mechanics attend, or what kind of magic they use, but I sure do like their fashion taste." ("horny", "base", "base", "down")
|
||||||
ton "Sure, I'll wear it." ("base", "narrow", "base", "mid")
|
ton "Sure, I'll wear it." ("base", "narrow", "base", "mid")
|
||||||
gen "Splendid." ("base", xpos="far_left", ypos="head")
|
gen "Splendid." ("base", xpos="far_left", ypos="head")
|
||||||
|
|
||||||
|
#####################
|
||||||
|
## Tuxedo (Office) ##
|
||||||
|
#####################
|
||||||
|
elif item == ton_outfit_office:
|
||||||
|
gen "Time to suit up." ("base", xpos="far_left", ypos="head")
|
||||||
|
ton "Hmm? Are we expecting company." ("open", "narrow", "base", "mid")
|
||||||
|
gen "No, but I'd like you to wear something as if we were one." ("base", xpos="far_left", ypos="head")
|
||||||
|
ton "Were... one?" ("soft", "narrow", "raised", "mid")
|
||||||
|
gen "A company." ("grin", xpos="far_left", ypos="head")
|
||||||
|
ton "..." ("soft", "narrow", "raised", "mid")
|
||||||
|
gen "I've got a suit for you to wear." ("base", xpos="far_left", ypos="head")
|
||||||
|
ton "A suit? And here I thought I'd escaped the dreary fashion sense of the ministry..." ("annoyed", "narrow", "base", "mid")
|
||||||
|
ton "Very well, as long as I don't have to act professional..." ("base", "narrow", "base", "R")
|
||||||
|
|
||||||
# TODO: Blacklist fallbacks have to be added.
|
# TODO: Blacklist fallbacks have to be added.
|
||||||
return
|
return
|
||||||
|
|
||||||
@ -645,6 +661,22 @@ label ton_reaction_equip_outfit_fail(item):
|
|||||||
#####################
|
#####################
|
||||||
## Wrestling Coach ##
|
## Wrestling Coach ##
|
||||||
#####################
|
#####################
|
||||||
|
|
||||||
|
#####################
|
||||||
|
## Tuxedo (Office) ##
|
||||||
|
#####################
|
||||||
|
#elif item == ton_outfit_office:
|
||||||
|
#gen "I think it's time you dressed a bit more smartly."
|
||||||
|
#ton "*Hmm*... Am I not clever enough for you?"
|
||||||
|
#gen "That's not it, I've got a suit I'd like you to wear."
|
||||||
|
#ton "I see..."
|
||||||
|
#ton "Looks like something the bozos at the ministry would wear."
|
||||||
|
#gen "Still, I'm sure you'd look great in it."
|
||||||
|
#ton "Sweetie... I look good in anything I wear."
|
||||||
|
#gen "You sure about that?"
|
||||||
|
#ton "Nice try..."
|
||||||
|
#ton "Convincing me to wear it just so that I get to prove a point won't work one me."
|
||||||
|
#gen "Damn."
|
||||||
#elif item == ton_outfit_wrestling_coach:
|
#elif item == ton_outfit_wrestling_coach:
|
||||||
#gen "Could you put on this sports coach outfit for me?" ("base", xpos="far_left", ypos="head")
|
#gen "Could you put on this sports coach outfit for me?" ("base", xpos="far_left", ypos="head")
|
||||||
#ton "Something wrong with my current clothes?"
|
#ton "Something wrong with my current clothes?"
|
||||||
|
@ -797,10 +797,24 @@ label purchase_outfit(item):
|
|||||||
maf "Do you mean Mr Filch?"
|
maf "Do you mean Mr Filch?"
|
||||||
gen "(I didn't know his reputation was so low people call him filth so openly...)" ("base", xpos="far_left", ypos="head")
|
gen "(I didn't know his reputation was so low people call him filth so openly...)" ("base", xpos="far_left", ypos="head")
|
||||||
gen "Sure, whatever." ("base", xpos="far_left", ypos="head")
|
gen "Sure, whatever." ("base", xpos="far_left", ypos="head")
|
||||||
maf "Thank you, professor."
|
maf "Thank you, sir."
|
||||||
maf "As for your outfit, it should be done in a timely fashion."
|
maf "As for your outfit, it should be done in a timely fashion."
|
||||||
gen "Sweet." ("base", xpos="far_left", ypos="head")
|
gen "Sweet." ("base", xpos="far_left", ypos="head")
|
||||||
|
|
||||||
|
elif item == ton_outfit_office:
|
||||||
|
gen "I need a Office workers outfit, is that something you can do?" ("base", xpos="far_left", ypos="head")
|
||||||
|
maf "Certainly, sir. What kind of cut are you looking for?"
|
||||||
|
gen "Cut? Am I finally getting paid for letting you set up shop here?" ("base", xpos="far_left", ypos="head")
|
||||||
|
maf "I'm referring to how you'd like the suit to be cut."
|
||||||
|
gen "Right..." ("base", xpos="far_left", ypos="head")
|
||||||
|
$ renpy.play("sounds/scribble.ogg")
|
||||||
|
gen "Well, if you could, I'd like something like this... *scribbles*." ("base", xpos="far_left", ypos="head") ("base", xpos="far_left", ypos="head")
|
||||||
|
#TODO show image
|
||||||
|
maf "I see..."
|
||||||
|
maf "Well, I suppose, with a couple adjustments... Something like that should be doable."
|
||||||
|
gen "Great!" ("base", xpos="far_left", ypos="head")
|
||||||
|
maf "I'll have it ready for you as soon as possible."
|
||||||
|
|
||||||
#
|
#
|
||||||
# Susan Bones
|
# Susan Bones
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user