diff --git a/game/characters/tonks/clothes/stockings/long_ribbed/0.webp b/game/characters/tonks/clothes/stockings/long_ribbed/0.webp new file mode 100644 index 00000000..3fc6a95f --- /dev/null +++ b/game/characters/tonks/clothes/stockings/long_ribbed/0.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f225c53fda9f3c156204ba190e00ce882beb8bd6da0dd978a533d67ae731d6c +size 14102 diff --git a/game/characters/tonks/clothes/stockings/long_ribbed/1.webp b/game/characters/tonks/clothes/stockings/long_ribbed/1.webp new file mode 100644 index 00000000..05b06311 --- /dev/null +++ b/game/characters/tonks/clothes/stockings/long_ribbed/1.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a327eac064199e85c5b45867794b5b759caea26bdce4f10ca9ede696675313e4 +size 15336 diff --git a/game/characters/tonks/clothes/stockings/long_ribbed/extra.webp b/game/characters/tonks/clothes/stockings/long_ribbed/extra.webp new file mode 100644 index 00000000..e9aaf932 --- /dev/null +++ b/game/characters/tonks/clothes/stockings/long_ribbed/extra.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0cc21308c5dfffd315192d98936dd33c70ca6059b8254b72ed1586e0aa21321 +size 23396 diff --git a/game/characters/tonks/clothes/stockings/long_ribbed/outline.webp b/game/characters/tonks/clothes/stockings/long_ribbed/outline.webp new file mode 100644 index 00000000..afdfc090 --- /dev/null +++ b/game/characters/tonks/clothes/stockings/long_ribbed/outline.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c143666b2de1518c2348e03f9247cbc65bc30507ced4bae20f205db549cc03e2 +size 8888 diff --git a/game/characters/tonks/clothes/top/pullover/0.webp b/game/characters/tonks/clothes/top/pullover/0.webp new file mode 100644 index 00000000..42eab2e6 --- /dev/null +++ b/game/characters/tonks/clothes/top/pullover/0.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27ce995b3510f8d5473a66ba0c804f495d9825973d23d03f0d54ba29d7b94dbe +size 89582 diff --git a/game/characters/tonks/clothes/top/pullover/extra.webp b/game/characters/tonks/clothes/top/pullover/extra.webp new file mode 100644 index 00000000..8a7d3847 --- /dev/null +++ b/game/characters/tonks/clothes/top/pullover/extra.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f4d2a3ae8dd6375f0417690b86370d9beed1641083f196bdcbe6e125d1cdf2c +size 52360 diff --git a/game/characters/tonks/clothes/top/pullover/outline.webp b/game/characters/tonks/clothes/top/pullover/outline.webp new file mode 100644 index 00000000..de0da515 --- /dev/null +++ b/game/characters/tonks/clothes/top/pullover/outline.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40227dc800bbb5610783b92603104097e26d51ae11873c4362d64f11aba01a8d +size 21944 diff --git a/game/characters/tonks/clothes/top/pullover/skin.webp b/game/characters/tonks/clothes/top/pullover/skin.webp new file mode 100644 index 00000000..0ac353fd --- /dev/null +++ b/game/characters/tonks/clothes/top/pullover/skin.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8ab75412a7b37a6d11f561b8ed5e729d1f95744258be9abd523c6f68642818f +size 1756 diff --git a/game/scripts/characters/tonks/wardrobe.rpy b/game/scripts/characters/tonks/wardrobe.rpy index 199d826f..0f24dab1 100644 --- a/game/scripts/characters/tonks/wardrobe.rpy +++ b/game/scripts/characters/tonks/wardrobe.rpy @@ -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=| ################# diff --git a/game/scripts/characters/tonks/wardrobe_reactions.rpy b/game/scripts/characters/tonks/wardrobe_reactions.rpy index c1e50ab5..485acb3e 100644 --- a/game/scripts/characters/tonks/wardrobe_reactions.rpy +++ b/game/scripts/characters/tonks/wardrobe_reactions.rpy @@ -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 ## ################# diff --git a/game/scripts/shops/dress/chitchats.rpy b/game/scripts/shops/dress/chitchats.rpy index 23d55d2e..7a983b39 100644 --- a/game/scripts/shops/dress/chitchats.rpy +++ b/game/scripts/shops/dress/chitchats.rpy @@ -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