Susan Priestess Outfit
* Added Susan Priestess Outfit.
This commit is contained in:
parent
8edc533830
commit
c87ecb9e8f
BIN
game/characters/susan/clothes/headgear/priestess_headdress/0.webp
(Stored with Git LFS)
Normal file
BIN
game/characters/susan/clothes/headgear/priestess_headdress/0.webp
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
game/characters/susan/clothes/headgear/priestess_headdress/0_back.webp
(Stored with Git LFS)
Normal file
BIN
game/characters/susan/clothes/headgear/priestess_headdress/0_back.webp
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
game/characters/susan/clothes/headgear/priestess_headdress/1.webp
(Stored with Git LFS)
Normal file
BIN
game/characters/susan/clothes/headgear/priestess_headdress/1.webp
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
game/characters/susan/clothes/headgear/priestess_headdress/mask.webp
(Stored with Git LFS)
Normal file
BIN
game/characters/susan/clothes/headgear/priestess_headdress/mask.webp
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
game/characters/susan/clothes/headgear/priestess_headdress/outline.webp
(Stored with Git LFS)
Normal file
BIN
game/characters/susan/clothes/headgear/priestess_headdress/outline.webp
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
game/characters/susan/clothes/headgear/priestess_headdress/outline_back.webp
(Stored with Git LFS)
Normal file
BIN
game/characters/susan/clothes/headgear/priestess_headdress/outline_back.webp
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
game/characters/susan/clothes/neckwear/hat_necklace/0.webp
(Stored with Git LFS)
Normal file
BIN
game/characters/susan/clothes/neckwear/hat_necklace/0.webp
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
game/characters/susan/clothes/neckwear/hat_necklace/extra.webp
(Stored with Git LFS)
Normal file
BIN
game/characters/susan/clothes/neckwear/hat_necklace/extra.webp
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
game/characters/susan/clothes/neckwear/hat_necklace/outline.webp
(Stored with Git LFS)
Normal file
BIN
game/characters/susan/clothes/neckwear/hat_necklace/outline.webp
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
game/characters/susan/clothes/stockings/lace_stockings_1/0.webp
(Stored with Git LFS)
Normal file
BIN
game/characters/susan/clothes/stockings/lace_stockings_1/0.webp
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
game/characters/susan/clothes/stockings/lace_stockings_1/outline.webp
(Stored with Git LFS)
Normal file
BIN
game/characters/susan/clothes/stockings/lace_stockings_1/outline.webp
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
game/characters/susan/clothes/top/priestess_dress/0.webp
(Stored with Git LFS)
Normal file
BIN
game/characters/susan/clothes/top/priestess_dress/0.webp
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
game/characters/susan/clothes/top/priestess_dress/0_back.webp
(Stored with Git LFS)
Normal file
BIN
game/characters/susan/clothes/top/priestess_dress/0_back.webp
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
game/characters/susan/clothes/top/priestess_dress/1.webp
(Stored with Git LFS)
Normal file
BIN
game/characters/susan/clothes/top/priestess_dress/1.webp
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
game/characters/susan/clothes/top/priestess_dress/outline.webp
(Stored with Git LFS)
Normal file
BIN
game/characters/susan/clothes/top/priestess_dress/outline.webp
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -98,7 +98,16 @@ default sus_panties_muggle1 = DollCloth("susan", ("lower undergarment", "panties
|
||||
|
||||
default sus_outfit_muggle_casual1 = DollOutfit([sus_hair_base, sus_top_muggle_casual1, sus_bottom_jeans1, sus_bra_muggle1, sus_panties_muggle1], unlocked=True)
|
||||
|
||||
################
|
||||
## Priestess Outfit ##
|
||||
################
|
||||
|
||||
default sus_headdress_priestess = DollCloth("susan", ("head", "headgear"), "headgear", "priestess_headdress", [[39, 56, 67, 255], [228, 235, 240, 255]])
|
||||
default sus_top_priestess = DollCloth("susan", ("upper body", "dresses"), "top", "priestess_dress", [[39, 56, 67, 255], [228, 235, 240, 255]])
|
||||
default sus_lace_stockings1 = DollCloth("susan", ("legwear", "stockings"), "stockings", "lace_stockings_1", [[0, 0, 0, 255]])
|
||||
default sus_hat_necklace =DollCloth("susan", ("head", "neckwear"), "neckwear", "hat_necklace", [[240, 190, 120, 255]], zorder=16)
|
||||
|
||||
default sus_outfit_priestess = DollOutfit([sus_hair_base, sus_headdress_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.")
|
||||
###############
|
||||
## Underwear ##
|
||||
###############
|
||||
|
@ -181,12 +181,24 @@ label sus_reaction_equip_outfit(item):
|
||||
## Latex Underwear Outfit 1 ##
|
||||
##############################
|
||||
elif item ==sus_outfit_latex1:
|
||||
gen "Put your latex underwear on for me."
|
||||
sus "The-- The latex, but it's so tight..." ("soft", "narrow", "base", "down", cheeks="blush")
|
||||
gen "I know! Perfectly enhances your greatest features!"
|
||||
gen "Or squishes them, rather..."
|
||||
gen "Put your latex underwear on for me." ("base", xpos="far_left", ypos="head")
|
||||
sus "The--{w=0.2} The latex, but it's so tight..." ("soft", "narrow", "base", "down", cheeks="blush")
|
||||
gen "I know! Perfectly enhances your greatest features!" ("base", xpos="far_left", ypos="head")
|
||||
gen "Or squishes them, rather..." ("base", xpos="far_left", ypos="head")
|
||||
sus "Alright, if you say so..." ("base", "narrow", "base", "down", cheeks="blush")
|
||||
|
||||
################
|
||||
## Priestess Outfit ##
|
||||
################
|
||||
elif item ==sus_outfit_priestess:
|
||||
gen "How about you put on this Priestess outfit for me?" ("base", xpos="far_left", ypos="head")
|
||||
sus "A--{w=0.2} A Priestess outfit, [sus_genie_name]?" ("soft", "narrow", "base", "mid", cheeks="blush")
|
||||
gen "Indeed." ("grin", xpos="far_left", ypos="head")
|
||||
sus "Why would you-- I mean... Sorry but I'm a bit confused." ("open", "narrow", "base", "down", cheeks="blush")
|
||||
gen "Luckily, you've got me here for guidance." ("grin", xpos="far_left", ypos="head")
|
||||
gen "Now put the dress on." ("grin", xpos="far_left", ypos="head")
|
||||
sus "Oh--{w=0.2} Okay then..." ("open", "narrow", "base", "mid", cheeks="blush")
|
||||
|
||||
else:
|
||||
gen "Could you put this on for me?" ("base", xpos="far_left", ypos="head")
|
||||
sus "Of course [sus_genie_name]..." ("base", "base", "base", "mid")
|
||||
@ -218,10 +230,23 @@ label sus_reaction_equip_outfit_fail(item):
|
||||
gen "I mean, your size!" ("angry", xpos="far_left", ypos="head")
|
||||
sus "..." ("annoyed", "happy", "sad", "mid", cheeks="blush")
|
||||
gen "Oh, you meant can't as in won't." ("base", xpos="far_left", ypos="head")
|
||||
gen "Alright..." ("base", xpos="far_left", ypos="head")
|
||||
gen "Alright... Never mind then." ("base", xpos="far_left", ypos="head")
|
||||
######################
|
||||
## Priestess Outfit ##
|
||||
######################
|
||||
elif item ==sus_outfit_priestess:
|
||||
gen "Put on this Priestess outfit for me will you?" ("base", xpos="far_left", ypos="head")
|
||||
sus "A what, sorry?"
|
||||
gen "This dress, here." ("base", xpos="far_left", ypos="head")
|
||||
sus "B-- But, [sus_genie_name]!" ("angry", "wide", "shocked", "mid", cheeks="blush")
|
||||
sus "S-- Surely wearing that would be s--{w=0.2} sacrilegious!" ("open", "happyCl", "worried", "mid", cheeks="blush")
|
||||
gen "Sacre-- what?" ("base", xpos="far_left", ypos="head")
|
||||
gen "Sorry, I don't speak French." ("base", xpos="far_left", ypos="head")
|
||||
sus "I-- I am not a Priestess, [sus_genie_name]." ("soft", "happy", "sad", "down", cheeks="blush")
|
||||
gen "What does that have to do with wearing a dress?" ("base", xpos="far_left", ypos="head")
|
||||
sus "S-- Sorry, [sus_genie_name]... I think I better not."("soft", "happy", "sad", "right", cheeks="blush")
|
||||
gen "Sacrebleu..." ("base", xpos="far_left", ypos="head")
|
||||
|
||||
gen "Or squishes them, rather..."
|
||||
sus "Alright, if you say so..." ("base", "narrow", "base", "down", cheeks="blush")
|
||||
else:
|
||||
sus "I--{w=0.2} I..." ("angry", "happy", "sad", "mid")
|
||||
gen "You don't like it?" ("base", xpos="far_left", ypos="head")
|
||||
|
@ -848,6 +848,22 @@ label purchase_outfit(item):
|
||||
maf "Very well then, I'll have your latex underwear ready for you shortly."
|
||||
gen "Tight." ("base", xpos="far_left", ypos="head")
|
||||
|
||||
elif item == sus_outfit_priestess:
|
||||
gen "Would you be able to provide me with a priestess outfit?" ("base", xpos="far_left", ypos="head")
|
||||
maf "A priestess outfit, sir?"
|
||||
gen "That's right! And make it sexy!" ("base", xpos="far_left", ypos="head")
|
||||
maf "Sexy, sir?"
|
||||
maf "Surely that would hardly be appropriate for a priestess."
|
||||
gen "Why wouldn't it?" ("base", xpos="far_left", ypos="head")
|
||||
maf "As far as I'm aware, priestesses are known for practising celibacy."
|
||||
gen "Truly?" ("base", xpos="far_left", ypos="head")
|
||||
maf "I believe so, sir."
|
||||
gen "*Hmm*... That doesn't sound like any priestess I've ever met." ("base", xpos="far_left", ypos="head")
|
||||
gen "..." ("base", xpos="far_left", ypos="head")
|
||||
maf "..."
|
||||
maf "I can still make it though, if you'd like."
|
||||
gen "Great!" ("base", xpos="far_left", ypos="head")
|
||||
|
||||
|
||||
#
|
||||
# Universal
|
||||
|
Loading…
Reference in New Issue
Block a user