* Added Tonks Pullover Outfit.
This commit is contained in:
Johnny28 2022-12-19 19:12:00 +01:00
parent 2f5b4b0a83
commit 1b40bf2165
11 changed files with 58 additions and 0 deletions

BIN
game/characters/tonks/clothes/stockings/long_ribbed/0.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/characters/tonks/clothes/stockings/long_ribbed/1.webp (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
game/characters/tonks/clothes/top/pullover/0.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/characters/tonks/clothes/top/pullover/extra.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/characters/tonks/clothes/top/pullover/outline.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/characters/tonks/clothes/top/pullover/skin.webp (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -203,6 +203,15 @@ default ton_top_cavegirl = DollCloth("tonks", ("upper body", "dresses"), "top",
default ton_outfit_cavegirl = DollOutfit([ton_hair_base_new, 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.")
#####################
## Pullover Outfit ##
#####################
default ton_top_pullover = DollCloth("tonks", ("upper body", "shirts"), "top", "pullover",[[253, 240, 230, 250]], armfix=True)
default ton_stockings_long_ribbed = DollCloth("tonks", ("legwear", "stockings"), "stockings", "long_ribbed",[[253, 240, 230, 255], [255, 79, 186, 255]])
default ton_outfit_pullover = DollOutfit([ton_hair_base_new, 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.")
################# ~*~Ä~*~*~*~*~ #################
## Xmas Stuff ### /%\ ___$__ ### Elf Outfit ##
################# /% \ |=I~I=| #################

View File

@ -449,6 +449,19 @@ label ton_reaction_equip_outfit(item):
gen "Pretty much..." ("base", xpos="far_left", ypos="head")
ton "Alright then..." ("horny", "narrow", "base", "mid")
#####################
## Pullover Outfit ##
#####################
elif item == ton_outfit_pullover:
gen "Could you put on your pullover outfit for me?" ("base", xpos="far_left", ypos="head")
ton "A pullover?" ("soft", "base", "raised", "mid")
ton "But what if some handsome vampire turned up?" ("annoyed", "narrow", "base", "R")
gen "What?" ("base", xpos="far_left", ypos="head")
ton "My neck would be totally covered!" ("disgust", "narrow", "base", "mid")
gen "..." ("base", xpos="far_left", ypos="head")
gen "Some of your thighs should still be visible if that's a concern..." ("base", xpos="far_left", ypos="head")
ton "*Hmm*... I suppose... It's not ideal, but I guess it will have to do." ("base", "narrow", "base", "mid")
#################
### Elf Outfit ##
#################
@ -638,6 +651,11 @@ label ton_reaction_equip_outfit_fail(item):
#####################
# elif item == ton_outfit_cavegirl:
#####################
## Pullover Outfit ##
#####################
#elif item == ton_outfit_pullover:
#################
### Elf Outfit ##
#################

View File

@ -821,6 +821,13 @@ label purchase_outfit(item):
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."
elif item == ton_outfit_pullover:
gen "I'm looking to get something warm and snug for a lady friend to wear during cold weather." ("base", xpos="far_left", ypos="head")
gen "Could you make me a pullover?" ("base", xpos="far_left", ypos="head")
maf "Of course, I can make anything you'd like."
gen "In that case, how about condoms that doesn't diminish sexual stimuli?" ("base", xpos="far_left", ypos="head")
maf "I'm sorry, but I believe dark arts are forbidden within these halls, so you'd have to go to Knockturn Alley for that."
gen "Then a pullover outfit it is." ("base", xpos="far_left", ypos="head")
#
# Susan Bones