From ac62b9c8f96799ff038fe9257f51545834002632 Mon Sep 17 00:00:00 2001 From: Johnny28 Date: Thu, 6 Jun 2024 17:36:26 +0200 Subject: [PATCH] Kinetic text * More kinetic text additions. --- game/scripts/characters/astoria/chitchats.rpy | 2 +- game/scripts/characters/astoria/gifts.rpy | 12 +- .../characters/hermione/events/forest.rpy | 6 +- .../characters/hermione/events/intro.rpy | 34 ++-- .../hermione/events/items/butt_plugs.rpy | 72 ++++---- .../hermione/events/items/collars.rpy | 44 ++--- .../hermione/events/items/vibrators.rpy | 172 +++++++++--------- .../characters/hermione/events/tentacles.rpy | 20 +- game/scripts/events/ending.rpy | 132 +++++++------- game/scripts/events/ending_after.rpy | 16 +- game/scripts/events/final_events.rpy | 48 ++--- game/scripts/events/map.rpy | 2 +- .../minigames/cardgame/_snape_card_game_.rpy | 2 +- 13 files changed, 281 insertions(+), 281 deletions(-) diff --git a/game/scripts/characters/astoria/chitchats.rpy b/game/scripts/characters/astoria/chitchats.rpy index a0a2a7a6..65caca3f 100644 --- a/game/scripts/characters/astoria/chitchats.rpy +++ b/game/scripts/characters/astoria/chitchats.rpy @@ -51,7 +51,7 @@ label astoria_chitchat: block: ast "Why can't we learn something more useful, like how to make stink pellets or Dung bombs?" ("upset", "narrow", "base", "R") ast "When am I ever going to use something as stupid as a Hiccoughing Potion!?" ("annoyed", "base", "base", "mid") - ast "*Hick*...{w=0.8}...{w=0.8} *Hick!*{w=0.6} Damnit..." ("open", "narrow", "worried", "down") + ast "{shudder}*Hick*...{w=0.8}...{w=0.8} *Hick!*{/shudder}{w=0.6} Damnit..." ("open", "narrow", "worried", "down") block: ast "I found the perfect use for the Wingardium leviosa charm today..." ("smile", "base", "base", "mid") diff --git a/game/scripts/characters/astoria/gifts.rpy b/game/scripts/characters/astoria/gifts.rpy index 8d7b6a52..000c1ef8 100644 --- a/game/scripts/characters/astoria/gifts.rpy +++ b/game/scripts/characters/astoria/gifts.rpy @@ -123,7 +123,7 @@ label give_ast_gift(gift_item): ast "You want me to do more school work?" ("annoyed", "base", "angry", "mid") call ast_mood(1) else: - ast "magazines?" ("open", "narrow", "base", "mid") + ast "Magazines?" ("open", "narrow", "base", "mid") call give_gift(_("You give an assortment of educational magazines to Astoria..."), gift_item) ast "I was hoping for something a bit more risqué..." ("annoyed", "narrow", "base", "mid") call ast_mood(0) @@ -344,7 +344,7 @@ label give_ast_gift(gift_item): ast "Handcuffs? And a Ball gag?" ("annoyed", "narrow", "base", "mid") call give_gift(_("You give the handcuffs to Astoria..."), gift_item) ast "I can break these cuffs!" ("upset", "base", "angry", "mid") - ast "*HNNNNNGH!" ("upset", "base", "angry", "mid") + ast "{shake}*HNNNNNGH!{/shake}" ("upset", "base", "angry", "mid") ast "I can't break those cuffs..." ("annoyed", "narrow", "base", "mid") ast "Do you have a key?" ("annoyed", "narrow", "base", "mid") call ast_mood(0) @@ -357,22 +357,22 @@ label give_ast_gift(gift_item): elif gift_item == anal_plugs_ITEM: if states.ast.level < 6: - ast "anal plugs?" ("base", "narrow", "angry", "mid") + ast "Anal plugs?" ("base", "narrow", "angry", "mid") ast "Yuck, what the hell is wrong with you... do you know where these go?" ("upset", "base", "angry", "mid") ast "Of course you do... you detestable dingbat." ("upset", "base", "angry", "mid") call ast_mood(2) elif states.ast.level > 5 and states.ast.level < 12: - ast "anal plugs?" ("base", "narrow", "angry", "mid") + ast "Anal plugs?" ("base", "narrow", "angry", "mid") ast "Why don't you try and sit on one yourself..." ("upset", "base", "angry", "mid") call ast_mood(1) elif states.ast.level > 11 and states.ast.level < 18: - ast "anal plugs?" ("base", "narrow", "angry", "mid") + ast "Anal plugs?" ("base", "narrow", "angry", "mid") call give_gift(_("You give the anal plugs to Astoria..."), gift_item) ast "Why are you giving me this?" ("annoyed", "narrow", "base", "mid") ast "I'll take it I guess..." ("annoyed", "narrow", "base", "mid") call ast_mood(0) else: - ast "anal plugs?" ("base", "base", "base", "mid") + ast "Anal plugs?" ("base", "base", "base", "mid") call give_gift(_("You give the anal plugs to Astoria..."), gift_item) ast "You do know these hurts a bit if you're not used to them?" ("annoyed", "narrow", "base", "mid") nar "Astoria absent-mindedly pockets the anal plug." diff --git a/game/scripts/characters/hermione/events/forest.rpy b/game/scripts/characters/hermione/events/forest.rpy index 551b2737..0a36cef1 100644 --- a/game/scripts/characters/hermione/events/forest.rpy +++ b/game/scripts/characters/hermione/events/forest.rpy @@ -136,7 +136,7 @@ label forest_BJ_1: #BJ in the forest interrupted by moaning myrtle her "This isn't what it looks like!" myr "Isn't it?" myr "I think it looks lovely..." - her "{shake}Please don't tell anyone!!!{/shake}" + her "Please don't tell anyone!!!" show screen blkfade with d3 @@ -526,11 +526,11 @@ label forest_BJ_3: #Complete BJ with Myrtle appearing after the cumshot show her_forest bj h41 m3 as cg call cum_block - her "{shake}"*Gulp* *Gargggglelggg* *Gobble*{/shake}" + her "{shake}*Gulp* *Gargggglelggg* *Gobble*{/shake}" show her_forest bj h42 m3 as cg call cum_block - myr "More, Dumbledore, more!" + myr "{shake}More, Dumbledore, more!{/shake}" show her_forest bj h41 m3 as cg call cum_block gen "{size=+15}*ARGH*!!!!{/size}" diff --git a/game/scripts/characters/hermione/events/intro.rpy b/game/scripts/characters/hermione/events/intro.rpy index 09535f8a..92853e65 100644 --- a/game/scripts/characters/hermione/events/intro.rpy +++ b/game/scripts/characters/hermione/events/intro.rpy @@ -121,7 +121,7 @@ label hermione_intro_E1: her "Are you sure, professor? I can call for madam Pomfrey to examine you..." ("open", "base", "worried", "mid") play sound "sounds/punch01.ogg" with hpunch - gen "{size=+4}NO!{/size}" + gen "{shake}NO!{/shake}" pause 1.0 gen "*Err*...{w=0.5} I mean... No, thank you, dear child, it won't be necessary." her "If you say so, professor..." ("annoyed", "base", "worried", "L") @@ -141,7 +141,7 @@ label hermione_intro_E1: with d5 nar "Hermione turns around and puts her book down." - gen "!!!" + gen "{shake}!!!{/shake}" $ hermione.set_pose(None) @@ -191,7 +191,7 @@ label hermione_intro_E1: her "As I was saying, the whole issue is simply ridiculous, and I cannot believe that it is taking place in our day and age!" ("open", "closed", "angry", "mid") if states.gen.masturbating: - nar "*Fap-fap-fap*" + nar "{bounce}*Fap-fap-fap*{/bounce}" nar "You keep on stroking your cock..." else: gen "I see..." @@ -232,7 +232,7 @@ label hermione_intro_E1: her "Of course you agree with me on this, professor, do you not?" if states.gen.masturbating: - gen "{size=-4}*Panting heavily*{/size}" + gen "{shudder}*Panting heavily*{/shudder}" her "Professor...?" ("normal", "squint", "angry", "mid") gen "{size=-4}(Crap. What does she want now?){/size}" gen "Yes, it's all true. Please keep going..." @@ -274,7 +274,7 @@ label hermione_intro_E1: her "Being a top student is hard on me as well, sometimes..." if states.gen.masturbating: - gen "{size=-4}(She said \"hard-on\"!) *Panting*{/size}" + gen "(She said \"hard-on\"!) {shudder}*Panting*{/shudder}" her "But you could delegate that task to me--" @@ -308,10 +308,10 @@ label hermione_intro_E1: her "Professor?! What is going on...?" ("angry", "wide", "base", "mid", trans=d3, xpos="mid") - gen "*Ah*... YESSSSS.....!" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Ah*... YESSSSS.....!{/shudder}" ("angry", xpos="far_left", ypos="head") call cum_block her "...???" - gen "*breathing heavily* Yes! yes..." ("angry", xpos="far_left", ypos="head") + gen "{shake}*breathing heavily*{/shake} Yes! yes..." ("angry", xpos="far_left", ypos="head") call gen_chibi("cum_behind_desk_done") with d3 @@ -385,7 +385,7 @@ label ss_he_hermione_E1: sna "................" ("snape_31") sna "............" ("snape_08") with hpunch - sna "{size=+7}I hate that fucking witch!!!{/size}" ("snape_33") + sna "{shake}I hate that fucking witch!!!{/shake}" ("snape_33") gen "{size=-4}(What the...?){/size}" ("angry", xpos="far_left", ypos="head") sna ".............." ("snape_31") sna "She used to be just an annoyance, but these days..." ("snape_31") @@ -540,7 +540,7 @@ label hermione_intro_E2: gen "Oh boy, this is just so typical!" ("angry", xpos="far_left", ypos="head") gen "Blame everything on--" ("angry", xpos="far_left", ypos="head") stop music fadeout 1.0 - gen "Wait, did you say {size=+5}MEN'S{/size} rights movement?" ("base", xpos="far_left", ypos="head") + gen "Wait, did you say {shake}MEN'S{/shake} rights movement?" ("base", xpos="far_left", ypos="head") play music "music/Chipper Doodle v2.ogg" fadein 1 if_changed her "You have no idea how hard it is to be a boy in our school these days..." ("open", "base", "worried", "mid") menu: @@ -574,7 +574,7 @@ label hermione_intro_E2: pause 1.0 $ renpy.music.set_pause(True, channel="music") with hpunch - gen "{size=+7}You did what?!{/size}" ("angry", xpos="far_left", ypos="head") + gen "{shudder}You did what?!{/shudder}" ("angry", xpos="far_left", ypos="head") gen "{size=-4}(Wait, do I really give a damn about that?){/size}" ("base", xpos="far_left", ypos="head") $ renpy.music.set_pause(False, channel="music") $ renpy.music.set_volume(1.0, 1.0) @@ -765,10 +765,10 @@ label hermione_intro_E3: her "Good evening, Professor." ("annoyed", "narrow", "angry", "R") menu: - "-stare full of hatred-": + "-Stare full of hatred-": her "You can stare at me all you want, sir." ("normal", "squint", "angry", "mid") her "It will not make the problems of this school go away." - "-sigh of exasperation-": + "-Sigh of exasperation-": her "Is this a bad time?" ("normal", "base", "base", "mid") her "Well, since I'm already here..." ("open", "base", "base", "mid") "\"....................................\"": @@ -839,7 +839,7 @@ label hermione_intro_E3: "{size=-3}\"You need to put my cock in your mouth.\"{/size}" if not d_flag_01: $ d_flag_01 = True gen "You need to put my co--" ("base", xpos="far_left", ypos="head") - her "*huh*?" ("soft", "base", "base", "mid") + her "*Huh*?" ("soft", "base", "base", "mid") gen "{size=-4}(No, I can't actually say that...){/size}" ("base", xpos="far_left", ypos="head") her "......?" ("annoyed", "squint", "base", "mid") jump hermione_intro_E3.choices @@ -964,7 +964,7 @@ label hermione_intro_E5: her "............" ("angry", "base", "angry", "mid") her "....." with hpunch - her "{size=+5}Professor Dumbledore!!!{/size}" ("scream", "closed", "angry", "mid") + her "{shake}Professor Dumbledore!!!{/shake}" ("scream", "closed", "angry", "mid") gen "{size=-5}(Well, at least I tried...){/size}" ("base", xpos="far_left", ypos="head") her "I am not some Slytherin floozy!" gen "Of course not, miss Granger." ("base", xpos="far_left", ypos="head") @@ -986,7 +986,7 @@ label hermione_intro_E5: gen "Yes?" ("base", xpos="far_left", ypos="head") her "*Ehm*... would it be alright if..." her "..............." - her "do You think you could tutor me a little, sir?" ("annoyed", "squint", "angry", "mid") + her "Do you think you could tutor me a little, sir?" ("annoyed", "squint", "angry", "mid") menu: "\"I suppose that is possible.\"": pass @@ -1002,7 +1002,7 @@ label hermione_intro_E5: her "But that's not all..." ("normal", "squint", "angry", "mid") her "The \"MRM\" shall investigate our education system much closer now..." her "I think some sort of foul play might be taking place..." - gen "*Exaggerated gasp* No way!" ("base", xpos="far_left", ypos="head") + gen "{shake}*Exaggerated gasp*{/shake} No way!" ("base", xpos="far_left", ypos="head") her "I have a list of suspects already, but I will get back to you on this later..." gen "*Ehm*... Alright..." ("base", xpos="far_left", ypos="head") her "Oh, my classes are about to start. I'd better go..." ("open", "base", "worried", "R") @@ -1388,7 +1388,7 @@ label hermione_intro_E6: gen "Alright then..." ("base", xpos="far_left", ypos="head") "\"Do you want to get spanked?\"": her "Do I want to..." ("open", "base", "worried", "mid") - her "Get s-spanked??" ("angry", "wide", "base", "stare") + her "Get s-{shake}spanked??{/shake}" ("angry", "wide", "base", "stare") her "*Tsk*!" ("angry", "base", "angry", "mid") her "Professor, I don't think I'm comfortable with--" ("open", "closed", "angry", "mid") gen "Apologies, let me rephrase the question..." ("base", xpos="far_left", ypos="head") diff --git a/game/scripts/characters/hermione/events/items/butt_plugs.rpy b/game/scripts/characters/hermione/events/items/butt_plugs.rpy index 555fdafb..4398c938 100644 --- a/game/scripts/characters/hermione/events/items/butt_plugs.rpy +++ b/game/scripts/characters/hermione/events/items/butt_plugs.rpy @@ -46,7 +46,7 @@ label hg_butt_plugs: $ her_buttplug_small1.unlock() $ ev_her_small_plug.enqueue() - her "and what is that supposed to be? Some sort of animal tail?" ("open", "squint", "base", "mid") + her "And what is that supposed to be? Some sort of animal tail?" ("open", "squint", "base", "mid") gen "Not exactly, it's a butt plug. I want you to wear it while you attend class today." ("base", xpos="far_left", ypos="head") stop music @@ -59,7 +59,7 @@ label hg_butt_plugs: her "You expect me to put that massive thing in my..." ("angry", "base", "angry", "mid") her "and then parade myself around the school!?" gen "It just looks like a fake tail, No one will be able to tell what it really is." ("base", xpos="far_left", ypos="head") - her "{size=+5}That's not the point!{/size}" ("scream", "closed", "angry", "mid") + her "{shake}That's not the point!{/shake}" ("scream", "closed", "angry", "mid") her "I'm not going to put that ridiculous thing anywhere near my butt!" her "We are done here, [name_genie_hermione]!" ("angry", "base", "angry", "mid",emote="angry") gen "Alright, alright, calm down..." ("base", xpos="far_left", ypos="head") @@ -101,7 +101,7 @@ label hg_butt_plugs: gen "Excellent... Go have fun then!" ("base", xpos="far_left", ypos="head") nar "You pull out the small-sized butt plug and hand it to her." nar "Hermione turns around and lifts her skirt giving you a full view as she inserts it." - her "{heart}*Ah*{heart}..." ("grin", "narrow", "annoyed", "up") + her "{hearts}*Ah*{hearts}..." ("grin", "narrow", "annoyed", "up") her "I will, [name_genie_hermione]. Thank you." ("base", "happyCl", "base", "mid") elif states.her.level >= 19: @@ -130,7 +130,7 @@ label hg_butt_plugs: play sound "sounds/gltch.ogg" with kissiris - her "{heart}*Ah*{heart}..." ("grin", "narrow", "annoyed", "up") + her "{hearts}*Ah*{hearts}..." ("grin", "narrow", "annoyed", "up") her "I better head to class..." ("soft", "happy", "base", "R") gen "See you tonight [name_hermione_genie]." ("base", xpos="far_left", ypos="head") her "{size=-5}({heart}it feels so good{heart}){/size}" ("grin", "narrow", "annoyed", "up") @@ -139,7 +139,7 @@ label hg_butt_plugs: gen "Today's favour shall be..." ("base", xpos="far_left", ypos="head") her "........." ("angry", "base", "base", "mid",xpos="right",ypos="base") gen "Wearing your favourite little butt plug to class!" ("base", xpos="far_left", ypos="head") - her "... again?" ("angry", "narrow", "base", "down") + her "... Again?" ("angry", "narrow", "base", "down") gen "Sure, why not?" ("base", xpos="far_left", ypos="head") gen "And another fifty-five house points for the Gryffindor house, of course." ("base", xpos="far_left", ypos="head") her ".........." ("annoyed", "base", "worried", "R") @@ -290,7 +290,7 @@ label hg_butt_plugs: nar "Hermione lifts her skirt, and pushes it in gently, taking her time." her "{heart}{heart}{heart}*Ah*{heart}{heart}{heart}..." ("grin", "narrow", "annoyed", "up") - her "I better...{w=0.4}*Ah*...{w=0.4} Head to class..." ("soft", "happy", "base", "R") + her "I better...{w=0.4}{bounce}*Ah*...{/bounce}{w=0.4} Head to class..." ("soft", "happy", "base", "R") gen "See you tonight, [name_hermione_genie]." ("base", xpos="far_left", ypos="head") her "{size=-5}({heart}So...{w=0.4} Good...{heart}){/size}" ("grin", "narrow", "annoyed", "up") @@ -305,7 +305,7 @@ label hg_butt_plugs: gen "Well, seeing as how you asked so nicely..." ("base", xpos="far_left", ypos="head") nar "You hand her the butt plug." nar "Hermione lifts her skirt giving you a full view as she inserts it." - her "{heart}*Ah*{heart}..." ("grin", "narrow", "annoyed", "up") + her "{hearts}*Ah*{hearts}..." ("grin", "narrow", "annoyed", "up") her "Thank you [name_genie_hermione]!" ("open", "base", "base", "R") her "{size=-5}({heart}it feels so good... I might have to buy my own...{heart}){/size}" ("grin", "narrow", "annoyed", "up") @@ -327,7 +327,7 @@ label hg_butt_plugs: her "Please..." ("soft", "happy", "base", "R") gen "Well, seeing as how you did ask for the big one..." ("base", xpos="far_left", ypos="head") nar "You hand her the large-sized butt plug." - her "!!!" ("angry", "narrow", "base", "down") + her "{shake}!!!{/shake}" ("angry", "narrow", "base", "down") her "This isn't the one I meant [name_genie_hermione]..." ("angry", "narrow", "base", "down") gen "Didn't you ask for the big one?" ("base", xpos="far_left", ypos="head") her "I did--" ("grin", "narrow", "annoyed", "up") @@ -396,7 +396,7 @@ label hg_butt_plugs: her "............." ("disgust", "narrow", "annoyed", "up") gen "Are you alright, [name_hermione_genie]?" ("base", xpos="far_left", ypos="head") her ".........................." ("soft", "narrow", "base", "up") - her "*Ah*... Y--{w=0.2} yes..." ("open", "narrow", "base", "mid_soft") + her "{bounce}*Ah*...{/bounce} Y--{w=0.2} yes..." ("open", "narrow", "base", "mid_soft") gen "Fantastic! I'll see you after class then." ("base", xpos="far_left", ypos="head") her @ cheeks blush "............." ("disgust", "narrow", "worried", "down") nar "Hermione slowly leaves your office, barely able to walk in a straight line." @@ -419,7 +419,7 @@ label hg_butt_plugs: gen "It's smaller in comparison..." ("grin", xpos="far_left", ypos="head") her @ cheeks blush "True...{w=0.4} Here I go then..." ("soft", "narrow", "base", "mid") - her @ cheeks blush "{heart}*Ah*{heart}..." ("silly", "narrow", "annoyed", "up") + her @ cheeks blush "{hearts}*Ah*...{hearts}" ("silly", "narrow", "annoyed", "up") her @ cheeks blush "Thank you, [name_genie_hermione]." ("base", "narrow", "base", "mid_soft") her @ cheeks blush "{size=-5}({heart}it feels so good... I might have to buy my own...{heart}){/size}" ("soft", "narrow", "annoyed", "up") hide hermione_main @@ -446,7 +446,7 @@ label hg_butt_plugs: nar "You hand her the butt plug." nar "You watch it magically wriggle its way inside her eager butthole." - her "{heart}*Ah*{heart}..." ("grin", "narrow", "annoyed", "up") + her "{hearts}*Ah*...{hearts}" ("grin", "narrow", "annoyed", "up") gen "(Didn't even need any lube...)" ("base", xpos="far_left", ypos="head") her "Thank you, [name_genie_hermione]!" ("base", "narrow", "base", "mid_soft") her "{size=-5}({heart}it feels so good... I might have to buy my own...{heart}){/size}" ("soft", "narrow", "annoyed", "up") @@ -472,7 +472,7 @@ label hg_butt_plugs_small_return: gen "Why's that?" ("base", xpos="far_left", ypos="head") her "Whenever I was sitting down in class it just kept prodding me..." ("annoyed", "narrow", "angry", "R") her "So naturally I had to adjust the way I was sitting, [name_genie_hermione]..." - her "but that just made it worse..." ("annoyed", "narrow", "angry", "R") + her "But that just made it worse..." ("annoyed", "narrow", "angry", "R") gen "Do you think anyone else noticed you?" ("base", xpos="far_left", ypos="head") her "I've got no idea..." ("annoyed", "narrow", "annoyed", "mid") her "I could hardly think straight... Let alone pay attention to anyone around me." ("annoyed", "narrow", "annoyed", "mid") @@ -531,26 +531,26 @@ label hg_butt_plugs_small_return: gen "Excellent... So, did anyone notice?" ("base", xpos="far_left", ypos="head") her "*Ehm*... Well..." ("base", "narrow", "worried", "down") her "I might've shown someone..." ("base", "narrow", "base", "mid_soft") - her "I was in the library fetching some books when Luna started talking at me..." - her "I didn't see her at first, but she had been reading at one of the desks." + her "I was in the library fetching some books when Luna started talking at me..." ("base", "narrow", "base", "mid_soft") + her "I didn't see her at first, but she had been reading at one of the desks." ("base", "narrow", "base", "mid_soft") her "She just started chatting at me like without even a hello like she usually does." ("open", "base", "base", "R") her "Talking about something nonsensical as always..." ("soft", "base", "base", "R") her "Well, during her blabbering she suddenly went quiet and when I looked over, she was staring at my butt." ("soft", "base", "base", "mid") gen "Buttsted!" ("base", xpos="far_left", ypos="head") her "Yes... Well, at first I was hoping that I got away with it... Until... Well..." ("base", "narrow", "base", "R") gen "Well?" ("base", xpos="far_left", ypos="head") - her "Well, I figured that even if she saw it..." - her "It wouldn't matter, as no one would believe her..." + her "Well, I figured that even if she saw it..." ("base", "narrow", "base", "R") + her "It wouldn't matter, as no one would believe her..." ("base", "narrow", "base", "R") gen "Right..." ("base", xpos="far_left", ypos="head") her "So I thought I might as well give her a proper look... And I feigned dropping my quill..." ("grin", "base", "base", "R") gen "Go on..." ("base", xpos="far_left", ypos="head") her "Then I turned around in front of her..." ("base", "narrow", "worried", "down") - her "And bent over..." + her "And bent over..." ("base", "narrow", "worried", "down") her "Giving her a full view..." ("base", "narrow", "base", "up") gen "I see..." ("base", xpos="far_left", ypos="head") gen "So she saw how the tail was attached?" ("base", xpos="far_left", ypos="head") her "*Hmm*... Maybe, [name_genie_hermione]..." ("soft", "happy", "base", "R") - her "She was too stunned to say anything." + her "She was too stunned to say anything." ("soft", "happy", "base", "R") gen "*Hmm*..." ("base", xpos="far_left", ypos="head") her "Knowing her, she might've just thought I grew a tail or something..." ("base", "narrow", "base", "mid_soft") gen "Either way, it sounds like you've earned your points and then some." ("base", xpos="far_left", ypos="head") @@ -567,7 +567,7 @@ label hg_butt_plugs_small_return: her "Not learning in class." ("angry", "narrow", "base", "down") gen "You could always try relieving yourself in between lessons." ("base", xpos="far_left", ypos="head") her "Oh, I've tried that... But it doesn't work..." ("angry", "base", "base", "mid") - her "It just makes the next class even more difficult..." + her "It just makes the next class even more difficult..." ("angry", "base", "base", "mid") her "After potions finished, I went to my room to... calm myself..." ("open", "base", "base", "R") her "But it just made Herbology worse..." ("open", "narrow", "worried", "down") her "I just had to touch myself during the later half of the class..." ("clench", "narrow", "base", "down") @@ -578,7 +578,7 @@ label hg_butt_plugs_small_return: "\"Noticed? Of course not, [name_hermione_genie]!\"": her @ cheeks blush ".............." ("base", "base", "base", "R") her "Hopefully you're right, [name_genie_hermione]..." ("base", "narrow", "worried", "down") - her "I did try to be as discreet as possible..." + her "I did try to be as discreet as possible..." ("base", "narrow", "worried", "down") her "I don't think..." ("soft", "narrow", "annoyed", "up") her "Well, I {b}hope{/b} I wasn't making too much noise..." ("grin", "base", "base", "R") her "[name_genie_hermione], can I get paid now, please?" ("base", "narrow", "base", "mid_soft",xpos="right",ypos="base",trans=fade) @@ -601,9 +601,9 @@ label hg_butt_plugs_small_return: gen "Great. Tell me more." ("base", xpos="far_left", ypos="head") play music "music/(Orchestral) Playful Tension by Shadow16nh.ogg" fadein 1 if_changed her "Well, there's not much to tell..." ("open", "base", "base", "mid") - her "I attended classes..." - her "Tried to take notes." - her "All in all it was a fairly regular day..." + her "I attended classes..." ("open", "base", "base", "mid") + her "Tried to take notes." ("open", "base", "base", "mid") + her "All in all it was a fairly regular day..." ("open", "base", "base", "mid") her "Well as regular as it could have been with a plug up my butt." ("annoyed", "narrow", "angry", "R") gen "And nobody noticed?" ("base", xpos="far_left", ypos="head") her "I don't think so, [name_genie_hermione]." ("annoyed", "narrow", "annoyed", "mid") @@ -663,12 +663,12 @@ label hg_butt_plugs_small_return: her "And I sort of forgot I had the plug in and everything." her "As it was on the bottom shelf, I quickly kneeled down to grab it..." ("annoyed", "base", "base", "mid") her "When all of a sudden I heard the flash of a camera!" ("annoyed", "narrow", "angry", "R") - her "I turned around and there was Colin Creevey..." - her "With the biggest grin on his face!" + her "I turned around and there was Colin Creevey..." ("annoyed", "narrow", "angry", "R") + her "With the biggest grin on his face!" ("annoyed", "narrow", "angry", "R") gen "You let your photo be taken?!" ("base", xpos="far_left", ypos="head") her "I didn't let it happen! He did it without my consent!" ("scream", "base", "angry", "mid", emote="angry") her "Luckily I managed to grab him and made him promise not to show anyone the photo..." ("open", "narrow", "worried", "down") - her "... In exchange, I did have to let him take a few more though..." + her "... In exchange, I did have to let him take a few more though..." ("open", "narrow", "worried", "down") gen "You... Let him take more pictures? Wouldn't that make it worse?" ("base", xpos="far_left", ypos="head") her "Of course not [name_genie_hermione], Gryffindors are always true to their word!" ("annoyed", "closed", "base", "mid") her "Although the thought did cross my mind...." ("open", "narrow", "worried", "down") @@ -685,8 +685,8 @@ label hg_butt_plugs_small_return: gen "[name_hermione_genie], did you complete your task?" ("base", xpos="far_left", ypos="head") her "Yes, I did [name_genie_hermione]..." ("base", "squint", "base", "mid", xpos="right", ypos="base") gen "Did anyone notice?" ("base", xpos="far_left", ypos="head") - her "*Hmm*...{w=0.4} Maybe..." - her "I may have gotten a little too confident..." + her "*Hmm*...{w=0.4} Maybe..." ("base", "squint", "base", "mid") + her "I may have gotten a little too confident..." ("base", "squint", "base", "mid") gen "Do tell..." ("base", xpos="far_left", ypos="head") her "Well, I was walking to divination class and ended up in front of a group of students..." ("open", "closed", "base", "mid") her "And seeing as how they were behind me on the stairs, they may have been able to... See it." ("base", "narrow", "base", "mid_soft") @@ -748,7 +748,7 @@ label hg_butt_plugs_medium_return: gen "[name_hermione_genie], how did it go?" ("base", xpos="far_left", ypos="head") her "It went well, [name_genie_hermione]..." ("open", "base", "base", "mid",xpos="right",ypos="base") play music "music/(Orchestral) Playful Tension by Shadow16nh.ogg" fadein 1 if_changed - her "A group of students from Hufflepuff even complimented me on it..." + her "A group of students from Hufflepuff even complimented me on it..." ("base", "squint", "base", "mid") her "... They said that it looked cute..." ("grin", "base", "base", "R") gen "Did anything else happen?" ("base", xpos="far_left", ypos="head") her "Well, seeing as how they were so nice..." ("base", "narrow", "worried", "down") @@ -812,7 +812,7 @@ label hg_butt_plugs_medium_return: her "I don't think she realised and how it made me feel..." ("soft", "narrow", "annoyed", "up") her "It felt so good that it was hard to keep it in." ("soft", "narrow", "annoyed", "up") gen "Keep what in?" ("base", xpos="far_left", ypos="head") - her "My voice..." + her "My voice..." ("soft", "narrow", "annoyed", "up") gen "Right..." ("base", xpos="far_left", ypos="head") gen "Well, it sounds like you've earned your points and then some." ("base", xpos="far_left", ypos="head") @@ -831,22 +831,22 @@ label hg_butt_plugs_medium_return: play music "music/(Orchestral) Playful Tension by Shadow16nh.ogg" fadein 1 if_changed her "And then she sort of grabbed it..." ("grin", "narrow", "annoyed", "up") her "And she just played with it aggressively..." ("grin", "narrow", "base", "dead") - her "I was a mess afterwards..." + her "I was a mess afterwards..." ("grin", "narrow", "base", "dead") gen "And did you return the favour?" ("grin", xpos="far_left", ypos="head") if states.her.status.public_kissing: her @ cheeks blush "*Err*... maybe..." ("open", "happy", "base", "mid") gen "What did you do?" ("base", xpos="far_left", ypos="head") her @ cheeks blush "Well, I don't want to say too much [name_genie_hermione]." ("base", "base", "base", "R") - her "But after she saw what it was doing to me..." - her "She insisted that I let her have a go..." + her "But after she saw what it was doing to me..." ("base", "base", "base", "R") + her "She insisted that I let her have a go..." ("base", "base", "base", "R") her "And that's all I'll say..." ("base", "narrow", "worried", "down") gen "*Hmm*... I suppose you've earned your points [name_hermione_genie], even if you are secretive about it..." ("base", xpos="far_left", ypos="head") else: her "... No." ("open", "narrow", "worried", "down") gen "Why not?" ("base", xpos="far_left", ypos="head") her "Well, I don't mind letting her touch the tail [name_genie_hermione]." ("annoyed", "base", "base", "mid") - her "But anything else..." + her "But anything else..." ("annoyed", "base", "base", "mid") gen "Very good [name_hermione_genie]..." ("base", xpos="far_left", ypos="head") block: @@ -856,8 +856,8 @@ label hg_butt_plugs_medium_return: gen "Great. Tell me more." ("base", xpos="far_left", ypos="head") play music "music/(Orchestral) Playful Tension by Shadow16nh.ogg" fadein 1 if_changed her "Well, there's not much to tell..." ("open", "narrow", "worried", "down") - her "I attended classes..." - her "Studied for the upcoming potions test..." + her "I attended classes..." ("open", "narrow", "worried", "down") + her "Studied for the upcoming potions test..." ("open", "narrow", "worried", "down") her "It was a normal day except for coming across a group of nasty Slytherin tramps..." ("annoyed", "narrow", "angry", "R") her "I was minding my business on the way to class when they called me a \"butt slut\"." ("angry", "narrow", "base", "down") gen "I see... So, you gave them a piece of your mind?" ("base", xpos="far_left", ypos="head") diff --git a/game/scripts/characters/hermione/events/items/collars.rpy b/game/scripts/characters/hermione/events/items/collars.rpy index ba8fb57d..9b8d16c9 100644 --- a/game/scripts/characters/hermione/events/items/collars.rpy +++ b/game/scripts/characters/hermione/events/items/collars.rpy @@ -340,7 +340,7 @@ label slut_scene: call her_chibi_scene("bj") with d3 - her @ cheeks blush "!!!" ("shock", "happyCl", "annoyed", "stare") + her @ cheeks blush "{shake}!!!{/shake}" ("shock", "happyCl", "annoyed", "stare") nar "You feel her push back against your legs." gen "Now, now [name_hermione_genie]... Good sluts know how to relax their throat..." ("base", xpos="far_left", ypos="head") her @ cheeks blush "*eeettss-hhooooo-hhhhggggg*!" ("open_wide_tongue", "narrow", "base", "up") @@ -348,12 +348,12 @@ label slut_scene: gen "Yeah, let's go!" ("base", xpos="far_left", ypos="head") her "..." ("open_wide_tongue", "closed", "angry", "mid") nar "Hermione's throat relaxes and allows you to enter." - gen "*Ughhh*! Your throat feels so good..." ("base", xpos="far_left", ypos="head") + gen "{shudder}*Ughhh*!{/shudder} Your throat feels so good..." ("base", xpos="far_left", ypos="head") gen "But that's to be expected from a hungry hole like yours... Isn't that right, [name_hermione_genie]?" ("base", xpos="far_left", ypos="head") nar "Rolling her eyes, Hermione continues taking your cock deep into her throat." her @ cheeks blush "*Slurp*! *Gltch*! *Gulp*!" ("open_wide_tongue", "narrow", "base", "stare_soft") gen "I asked you a question." ("base", xpos="far_left", ypos="head") - her "*Cough*" ("open_wide_tongue", "wide", "worried", "up") + her "{shudder}*Cough*{/shudder}" ("open_wide_tongue", "wide", "worried", "up") her "*hhyyym-aaaa-hhhhtttt*" ("open_wide_tongue", "wide", "worried", "up") gen "What was that [name_hermione_genie]? I couldn't hear you over the sounds of you swallowing my cock." ("base", xpos="far_left", ypos="head") her @ cheeks blush "*hhhhyyyyyym-aaaaaaa-hhhhhhhhttttttt*!" ("open_wide_tongue", "happyCl", "annoyed", "stare") @@ -406,7 +406,7 @@ label slut_scene: call her_chibi_scene("bj") with d3 - gen "*Ughhh*, I'm getting close, girl." ("base", xpos="far_left", ypos="head") + gen "{shudder}*Ughhh*{/shudder} I'm getting close, girl." ("base", xpos="far_left", ypos="head") gen "Get ready." ("base", xpos="far_left", ypos="head") call her_chibi_scene("bj_pause") nar "Hermione pulls your cock out of her mouth hastily, ready to receive her reward." @@ -418,7 +418,7 @@ label slut_scene: her "!!!" ("angry", "wide", "base", "up") gen "Your reward, you Filthy...{w=0.4} Cumslut!" ("angry", xpos="far_left", ypos="head") - gen "{size=+4}Aaaah!!{/size}" ("angry", xpos="far_left", ypos="head") + gen "{shake}Aaaah!!{/shake}" ("angry", xpos="far_left", ypos="head") nar "You explode across her face, covering her in your cum." call cum_block @@ -433,7 +433,7 @@ label slut_scene: $ hermione.set_cum(face="heavy") her "..." ("angry", "wide", "base", "up") - gen "Ah..." ("angry", xpos="far_left", ypos="head") + gen "{bounce}*Ah*...{/bounce}" ("angry", xpos="far_left", ypos="head") gen "Who's a good slut?" ("grin", xpos="far_left", ypos="head") her @ cheeks blush "I am..." ("open", "narrow", "worried", "R") @@ -442,7 +442,7 @@ label slut_scene: if not her_neckwear_slut_collar.unlocked: $ her_neckwear_slut_collar.unlock() - gen "Well now that we've established who you really are... I've got a present for you!" ("base", xpos="far_left", ypos="head") + gen "Well, now that we've established who you really are... I've got a present for you!" ("base", xpos="far_left", ypos="head") her @ cheeks blush "A present? What is it?" ("soft", "happy", "base", "up") gen "That lovely collar on your neck, I'm giving it to you as a reminder of who you are." ("base", xpos="far_left", ypos="head") her @ cheeks blush "You're expecting me to keep it?" ("angry", "narrow", "base", "stare") @@ -507,7 +507,7 @@ label whore_scene: #(locked behind public reputation and last sex event) gen "The collar doesn't say that you're a slut..." ("base", xpos="far_left", ypos="head") her @ tears soft "Oh, thank heavens..." ("grin", "base", "worried", "mid") gen "You're worse than a slut...{w=0.4} You're a whore!" ("grin", xpos="far_left", ypos="head") - her "What? A whore?!" ("angry", "wide", "worried", "stare") + her "What? {shake}A whore?!{/shake}" ("angry", "wide", "worried", "stare") gen "Why indeed!" ("grin", xpos="far_left", ypos="head") gen "A slut is someone who enjoys sex... A whore is someone who's selling themselves for materialistic gains!" ("base", xpos="far_left", ypos="head") gen "As long as someone pays you one way or the other, you couldn't care less, could you?" ("base", xpos="far_left", ypos="head") @@ -517,7 +517,7 @@ label whore_scene: #(locked behind public reputation and last sex event) gen "I wouldn't be worried about your friends finding out what you're doing in here. They're probably just waiting for a turn themselves..." ("base", xpos="far_left", ypos="head") her "[name_genie_hermione] please...{w=0.4} You're being mean." ("shock", "happyCl", "worried", "mid") gen "Oh, is the little whore getting upset? Don't worry, I'll make you feel all better." ("base", xpos="far_left", ypos="head") - her "...How can you say that after--" ("angry", "happyCl", "worried", "mid") + her "... How can you say that after--" ("angry", "happyCl", "worried", "mid") gen "Come over here and bend over." ("base", xpos="far_left", ypos="head") her "You can't be serious! After what you just said?!" ("angry", "squint", "worried", "stare") gen "I am serious... A good little whore should present her naked body for the client whenever he requires it..." ("base", xpos="far_left", ypos="head") @@ -567,7 +567,7 @@ label whore_scene: #(locked behind public reputation and last sex event) play background "sounds/slickloop.ogg" fadein 2 her @ cheeks blush "{heart}*Ah*...{heart}" ("open_tongue", "happyCl", "worried", "mid") - gen "*Argh*...{w=0.4} How is your pussy still so tight?" ("base", xpos="far_left", ypos="head") + gen "{shudder}*Argh*{/shudder}{w=0.4} How is your pussy still so tight?" ("base", xpos="far_left", ypos="head") gen "I thought that you would have loosened up after all the guys you've fucked." ("base", xpos="far_left", ypos="head") her @ cheeks blush "[name_genie_hermione]..." ("disgust", "happyCl", "worried", "mid") gen "Don't try and act coy with me [name_hermione_genie]... We both know what you're up to when the lights go out." ("base", xpos="far_left", ypos="head") @@ -594,7 +594,7 @@ label whore_scene: #(locked behind public reputation and last sex event) play background "sounds/sexloopfast.ogg" nar "You spit on your shaft to lube it up even further and then thrust your hips hard into Hermione's pussy." - her @ cheeks blush "I-- {w=0.2} I'm...{w=0.4} *Ah*...{w=0.4} I'm cumming!" ("open_wide_tongue", "base", "worried", "ahegao") + her @ cheeks blush "I-- {w=0.2} I'm...{w=0.4} {bounce}*Ah*...{/bounce}{w=0.4} I'm cumming!" ("open_wide_tongue", "base", "worried", "ahegao") gen "Well I think I might join you then." ("base", xpos="far_left", ypos="head") play background "sounds/sexloopveryfast.ogg" @@ -611,7 +611,7 @@ label whore_scene: #(locked behind public reputation and last sex event) play sound "sounds/slick_01.ogg" with kissiris - her @ cheeks blush "!!!" ("grin", "wide", "worried", "stare") + her @ cheeks blush "{shake}!!!{/shake}" ("grin", "wide", "worried", "stare") gen "That's it, take it all you fucking whore!" ("angry", xpos="far_left", ypos="head") call cum_block @@ -619,7 +619,7 @@ label whore_scene: #(locked behind public reputation and last sex event) call her_chibi_scene("sex_cum_in_done") - gen "Ah..." ("grin", xpos="far_left", ypos="head") + gen "{bounce}*Ah*...{/bounce}" ("grin", xpos="far_left", ypos="head") her @ cheeks blush tears crying "..." ("grin", "narrow", "base", "dead") gen "Well?" ("base", xpos="far_left", ypos="head") gen "Show some gratitude, [name_hermione_genie]!" ("base", xpos="far_left", ypos="head") @@ -773,7 +773,7 @@ label slave_scene: play sound "sounds/gltch.ogg" with kissiris - her @ cheeks blush "{heart}*Ah*...{heart}" ("open_tongue", "happy", "base", "ahegao") + her @ cheeks blush "{hearts}*Ah*...{hearts}" ("open_tongue", "happy", "base", "ahegao") nar "Hermione's ass gripping tightly around your cock, you begin pushing in and out of her." call her_chibi_scene("sex") @@ -846,7 +846,7 @@ label slave_scene: gen "Cum for your master, slut! Cum your brains out!" ("angry", xpos="far_left", ypos="head") play sound "sounds/slick_01.ogg" with kissiris - her @ cheeks blush "{heart}*Ah*!!{heart}" ("smile", "narrow", "base", "up") + her @ cheeks blush "{hearts}*Ah*!!{hearts}" ("smile", "narrow", "base", "up") gen "That's right, take it all you dirty girl!" ("base", xpos="far_left", ypos="head") @@ -964,12 +964,12 @@ label flasher_scene: her @ cheeks blush "What are these strings?" ("angry", "narrow", "base", "down") gen "I would be careful with those if I were you--" ("base", xpos="far_left", ypos="head") nar "Hermione tugs at the strings hanging from the collar." - her @ cheeks blush tears soft_blink "Ow-ow-ow!!" ("angry", "happyCl", "base", "mid") + her @ cheeks blush tears soft_blink "{shake}Ow-ow-ow!!{/shake}" ("angry", "happyCl", "base", "mid") if states.her.level < 16: #Before she'd wear piercings her @ cheeks blush "They're... They're attached to my nipples!" ("mad", "narrow", "base", "mid") gen "Indeed they are." ("base", xpos="far_left", ypos="head") - her @ cheeks blush "B-- But..." ("clench", "narrow", "worried", "down") + her @ cheeks blush "B--{w=0.2} But..." ("clench", "narrow", "worried", "down") else: gen "Told you..." ("base", xpos="far_left", ypos="head") @@ -991,7 +991,7 @@ label flasher_scene: gen "The collar must be broken..." ("base", xpos="far_left", ypos="head") gen "I guess exhibitionist wouldn't fit on it." ("base", xpos="far_left", ypos="head") nar "As if on command, the collar tugs the strings slightly, causing Hermione to jerk up." - her @ cheeks blush "Ow!" ("angry", "wide", "base", "stare") + her @ cheeks blush "{shake}Ow!{/shake}" ("angry", "wide", "base", "stare") gen "I'll take that as a confirmation..." ("grin", xpos="far_left", ypos="head") her @ cheeks blush "Where...{w=0.4} Where did you get this thing from?" ("angry", "base", "base", "mid") gen "*Err*... Some magic shop." ("base", xpos="far_left", ypos="head") @@ -1026,12 +1026,12 @@ label flasher_scene: gen "Tell me how much you're enjoying flaunting your naked body." ("base", xpos="far_left", ypos="head") her @ cheeks blush "I...{w=0.4} I am just doing it for the points, [name_genie_hermione]!" ("angry", "happyCl", "worried", "R") nar "The collar once more tugs on the strings, making Hermione gasp." - her @ cheeks blush "*Ah*..." ("soft", "happyCl", "base", "mid") #Horny + her @ cheeks blush "{bounce}*Ah*...{/bounce}" ("soft", "happyCl", "base", "mid") #Horny her @ cheeks blush "..." ("disgust", "narrow", "base", "stare") #embarrased gen "Really?" ("base", xpos="far_left", ypos="head") her @ cheeks blush "Yes, I--" ("angry", "narrow", "base", "down") nar "The collar tugs even harder, Hermione seemingly fighting conflicting emotions." - her @ cheeks blush "Ow!" ("angry", "happyCl", "base", "stare") + her @ cheeks blush "{shake}Ow!{/shake}" ("angry", "happyCl", "base", "stare") gen "Come on [name_hermione_genie]... Even the collar knows that you're lying..." ("base", xpos="far_left", ypos="head") her @ cheeks blush "S--{w=0.2} Sorry [name_genie_hermione]... But I cannot." ("disgust", "narrow", "worried", "stare") nar "As if trying to teach her a lesson, the collar pulls its strings with all its might, making Hermione yelp with pain." @@ -1248,14 +1248,14 @@ label good_girl_scene: gen "That's right! Must be because of all the things you've been doing to help your friends." ("base", xpos="far_left", ypos="head") her "Thank heavens... I was so worried..." ("soft", "happyCl", "worried", "mid") gen "Of course! Not everyone would have been able to achieve what you have..." ("base", xpos="far_left", ypos="head") - her @ tears soft "*sob*... I guess not..." ("angry", "base", "base", "mid") + her @ tears soft "{bounce}*Sob*..{/bounce}. I guess not..." ("angry", "base", "base", "mid") gen "It takes some real strength and determination!" ("base", xpos="far_left", ypos="head") her "You really think so [name_genie_hermione]?" ("soft", "narrow", "base", "down") gen "I do! you're a good girl, Miss Granger..." ("base", xpos="far_left", ypos="head") her "Thank you, [name_genie_hermione]." ("base", "base", "base", "mid") gen "Once Gryffindor wins the house cup, everyone will be so happy." ("base", xpos="far_left", ypos="head") her "Yes, [name_genie_hermione]... I can't wait!" ("base", "happyCl", "base", "mid") - gen "*Sigh*" ("base", xpos="far_left", ypos="head") # Genie sighs because he was hoping that Hermione would present herself or something because the collar did nothing. + gen "{bounce}*Sigh*{/bounce}" ("base", xpos="far_left", ypos="head") # Genie sighs because he was hoping that Hermione would present herself or something because the collar did nothing. her "Is something the matter, [name_genie_hermione]?" ("base", "happyCl", "base", "mid") gen "It's nothing. Don't worry about it." ("base", xpos="far_left", ypos="head") diff --git a/game/scripts/characters/hermione/events/items/vibrators.rpy b/game/scripts/characters/hermione/events/items/vibrators.rpy index 5ce1ecc9..398ded45 100644 --- a/game/scripts/characters/hermione/events/items/vibrators.rpy +++ b/game/scripts/characters/hermione/events/items/vibrators.rpy @@ -359,7 +359,7 @@ label her_vibrators_nevermind: jump end_hermione_event label hg_vibrators_fail: - her "What on earth is this?!" ("angry", "base", "base", "mid") + her "{shake}What on earth is this?!{/shake}" ("angry", "base", "base", "mid") gen "Oh. I guess you haven't seen one of these before." ("base", xpos="far_left", ypos="head") gen "Press the button, the one located on the side." ("base", xpos="far_left", ypos="head") nar "Hermione examines the device, locates the button and presses it." @@ -369,7 +369,7 @@ label hg_vibrators_fail: if states.her.tier < 3: - her "!!!" ("clench", "wide", "base", "stare") #Wide eyed + her "{shake}!!!{/shake}" ("clench", "wide", "base", "stare") #Wide eyed play sound "sounds/drop_plastic.ogg" show vibrators_floor at Transform(xpos=436, ypos=413, zoom=0.5) @@ -455,7 +455,7 @@ label hg_vibrators_fail_repeat: show vibrators_floor at Transform(xpos=436, ypos=413, zoom=0.5) with d5 - gen "And who said I wanted you to use it in front of me?" ("base", xpos="far_left", ypos="head") + gen "And who said I wanted you to use them in front of me?" ("base", xpos="far_left", ypos="head") her "... Tell me with a straight face that you weren't going to ask me that." ("open", "narrow", "angry", "mid") gen "..." ("base", xpos="far_left", ypos="head") her "I knew it!" ("open", "narrow", "angry", "R") @@ -591,7 +591,7 @@ label hg_vibrators_public: her @ cheeks blush "..." ("annoyed", "narrow", "base", "mid") # slight shock gen "I mean, I'm sure it's loud enough--{w=0.2} I mean, the class is--" ("angry", xpos="far_left", ypos="head") gen "Fuck, I give up. You know what I mean anyway..." ("base", xpos="far_left", ypos="head") - her @ cheeks blush "*Sigh*... I'll figure it out. As long as I'm getting paid, of course." ("angry", "narrow", "base", "mid") + her @ cheeks blush "{bounce}*Sigh*{/bounce} I'll figure it out. As long as I'm getting paid, of course." ("angry", "narrow", "base", "mid") gen "Sure! Wouldn't have it any other way." ("grin", xpos="far_left", ypos="head") gen "See you later then." ("base", xpos="far_left", ypos="head") her @ cheeks blush "Right..." ("open", "narrow", "base", "R") @@ -651,7 +651,7 @@ label hg_vibrators_public: stop background her @ cheeks blush "..." ("angry", "narrow", "base", "mid") - gen "Heh-heh..." ("base", xpos="far_left", ypos="head") + gen "*Heh-heh*..." ("base", xpos="far_left", ypos="head") gen "So, are you ready to learn something new today?" ("base", xpos="far_left", ypos="head") her @ cheeks blush "..." ("disgust", "narrow", "base", "down") gen "Why the hesitance [name_hermione_genie], you have already worn them once, so you know what to expect." ("grin", xpos="far_left", ypos="head") @@ -737,7 +737,7 @@ label hg_vibrators_personal: $ _temp_premature_finish = False gen "Let's turn these things on then, shall we." ("base", xpos="far_left", ypos="head") - her @ cheeks blush "Hold on I'm not--" ("mad", "base", "base", "stare") + her @ cheeks blush "Hold on, I'm not--" ("mad", "base", "base", "stare") play sound "sounds/click4.ogg" play background "sounds/vibrator_medium.ogg" @@ -748,14 +748,14 @@ label hg_vibrators_personal: label .high_tier: - her @ cheeks blush "{heart}*Ah*!!!{heart}" ("grin", "wide", "worried", "stare") + her @ cheeks blush "{hearts}*Ah*!!!{hearts}" ("grin", "wide", "worried", "stare") gen "There it goes." ("base", xpos="far_left", ypos="head") - her @ cheeks blush "Did--{w=0.2} *Ah*...{w=0.4} Did you really need to do it so suddenly?" ("angry", "happyCl", "base", "mid") + her @ cheeks blush "Did--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} Did you really need to do it so suddenly?" ("angry", "happyCl", "base", "mid") gen "Of course, the universe depended on it... It was always destined to happen." ("base", xpos="far_left", ypos="head") - her @ cheeks blush "*Ah*...{w=0.4} I can't--{w=0.2} *Ah*...{w=0.4} I think Professor Trelawney would've told me if that was the case--" ("annoyed", "happyCl", "base", "mid") - her @ cheeks blush "*Ah-Ah*! {w=0.5}Why is this thing so intense?" ("clench", "narrow", "worried", "down") + her @ cheeks blush "{bounce}*Ah*...{/bounce}{w=0.4} I can't--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} I think Professor Trelawney would've told me if that was the case--" ("annoyed", "happyCl", "base", "mid") + her @ cheeks blush "{shudder}*Ah-Ah*!{/shudder} {w=0.5}Why is this thing so intense?" ("clench", "narrow", "worried", "down") gen "Intense? That's just the medium setting." ("base", xpos="far_left", ypos="head") - her @ cheeks blush "Medium?! *Ngh*...{w=0.4} No wonder it's--" ("angry", "narrow", "base", "stare") + her @ cheeks blush "{shake}Medium?!{/shake} {shudder}*Ngh*...{/shudder}{w=0.4} No wonder it's--" ("angry", "narrow", "base", "stare") menu: "-Lower the intensity-": @@ -763,7 +763,7 @@ label hg_vibrators_personal: play sound "sounds/click4.ogg" play background "sounds/vibrator_low.ogg" - her @ cheeks blush "*Ah*...{w=0.4} That's better... Just a little more--" ("base", "closed", "worried", "mid") + her @ cheeks blush "{bounce}*Ah*...{/bounce}{w=0.4} That's better... Just a little more--" ("base", "closed", "worried", "mid") gen "Now-now, let's not get hasty." ("base", xpos="far_left", ypos="head") "-Raise the intensity-": @@ -782,7 +782,7 @@ label hg_vibrators_personal: gen "Now, why don't you do me a favour, and lie down on the desk for me?" ("base", xpos="far_left", ypos="head") her @ cheeks blush "You...{w=0.4} You want me to do what?!" ("angry", "wide", "base", "mid") gen "Get your butt...{w=0.4} On the desk!" ("grin", xpos="far_left", ypos="head") - her @ cheeks blush "*Ah* W-Why?" ("angry", "squint", "worried", "mid") + her @ cheeks blush "{bounce}*Ah*...{/bounce} W-Why?" ("angry", "squint", "worried", "mid") gen "You already know why..." ("base", xpos="far_left", ypos="head") her @ cheeks blush "..." ("disgust", "narrow", "worried", "down") gen "I want to see it up close. Can you do that for me, [name_hermione_genie]?" ("base", xpos="far_left", ypos="head") @@ -833,7 +833,7 @@ label hg_vibrators_personal: #Hermione legs closed show her_vibrators_personal hermione1 eyebrows_upset eyes_wide_crossed mouth_open -noshake as cg with d5 - her "*Ah*!" + her "{shake}*Ah*!{/shake}" show her_vibrators_personal eyebrows_worried eyes_open_right as cg with d5 @@ -843,13 +843,13 @@ label hg_vibrators_personal: show her_vibrators_personal eyes_squint_forward mouth_shocked as cg with d5 - her "I--{w=0.2} *Ah*...{w=0.4} I'm being graded for this?" + her "I--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} I'm being graded for this?" gen "Of course... You should know that you get graded for every school activity by now, [name_hermione_genie]." ("base", xpos="far_left", ypos="head") show her_vibrators_personal eyebrows_upset eyes_squint_right mouth_horny as cg with d5 - her "I--{w=0.2} *Ah*...{w=0.4} Of course, I know that." + her "I--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} Of course, I know that." show her_vibrators_personal eyes_narrow_right mouth_worried as cg with d5 @@ -939,7 +939,7 @@ label hg_vibrators_personal: show her_vibrators_personal hermione1 mouth_open as cg with d5 - her "*Ah*...{w=0.2} *Ah*...{w=0.2} But--" + her "{bounce}*Ah*...{w=0.2} *Ah*...{/bounce}{w=0.2} But--" gen "[name_hermione_genie]." ("base", xpos="far_left", ypos="head") #Hermione legs open @@ -950,17 +950,17 @@ label hg_vibrators_personal: show her_vibrators_personal mouth_worried as cg with d5 - her "Yes, but--{w=0.2} *Ah*...{w=0.4} I just--{w=0.2} *Ah*..." + her "Yes, but--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} I just--{w=0.2} {bounce}*Ah*...{/bounce}" gen "Just what? Out with it already..." ("base", xpos="far_left", ypos="head") show her_vibrators_personal mouth_angry as cg with d5 - her "*Ah*...{w=0.2} Please, [name_genie_hermione]! It's too strong...!" + her "{bounce}*Ah*...{/bounce}{w=0.2} Please, [name_genie_hermione]! It's too strong...!" gen "Alright, I can turn it down, but who's to say you won't change your mind again?" ("base", xpos="far_left", ypos="head") show her_vibrators_personal eyebrows_worried mouth_worried as cg with d5 - her "*Ah*...{w=0.2} *Ah*...{w=0.2} I'm gonna--" + her "{bounce}*Ah*...{w=0.2} *Ah*...{/bounce}{w=0.2} I'm gonna--" gen "Change your mind?" ("base", xpos="far_left", ypos="head") show her_vibrators_personal eyes_squint_crossed mouth_angry as cg with d5 @@ -976,7 +976,7 @@ label hg_vibrators_personal: #legs are closed show her_vibrators_personal eyebrows_neutral eyes_closed as cg with d5 - her "*Ah*...{w=0.4} *Ah*...{w=0.4} *Ah*..." + her "{bounce}*Ah*...{w=0.4} *Ah*...{w=0.4} *Ah*...{/bounce}" gen "I didn't think you were into edging, it's a quality not every woman knows how to appreciate. I'm glad you do, though." ("base", xpos="far_left", ypos="head") show her_vibrators_personal eyes_wide_forward mouth_angry as cg with d5 @@ -1026,12 +1026,12 @@ label hg_vibrators_personal: show her_vibrators_personal eyebrows_neutral eyes_wide_forward as cg with d5 - her "P--{w=0.2} Punished?!" + her "P--{w=0.2} {shake}Punished?!{/shake}" gen "Yes, punished!" ("grin", xpos="far_left", ypos="head") show her_vibrators_personal eyebrows_neutral eyes_narrow_forward mouth_angry as cg with d5 - her "!!!" + her "{shake}!!!{/shake}" show her_vibrators_personal eyes_narrow_right as cg with d5 @@ -1067,7 +1067,7 @@ label hg_vibrators_personal: show her_vibrators_personal eyes_squint_crossed mouth_angry as cg with d5 - her "*Ah*!" with hpunch + her "{shake}*Ah*!{/shake}" with hpunch gen "*Heh-Heh*..." ("grin", xpos="far_left", ypos="head") show her_vibrators_personal eyes_closed as cg with d5 @@ -1119,7 +1119,7 @@ label hg_vibrators_personal: show her_vibrators_personal eyes_closed mouth_open as cg with d5 #If we could, then her hips could shudder here - her "*Ah*...{w=0.4} *Ah*...{w=0.4} *Ah*..." + her "{bounce}*Ah*...{w=0.4} *Ah*...{w=0.4} *Ah*...{/bounce}" jump .end @@ -1212,7 +1212,7 @@ label hg_vibrators_personal: # Hermione legs open show her_vibrators_personal hermione2 eyes_squint_right mouth_open as cg with d5 - her "Just--{w=0.2} *Ah*...{w=0.4} Just do w-whatever you want..." + her "Just--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} Just do w-whatever you want..." gen "In that case, I think I'll leave it like this for a bit." ("base", xpos="far_left", ypos="head") show her_vibrators_personal mouth_horny as cg with d5 @@ -1227,7 +1227,7 @@ label hg_vibrators_personal: show her_vibrators_personal mouth_open as cg with d5 - her "*Ah*..." #Horny + her "{bounce}*Ah*...{/bounce}" #Horny show her_vibrators_personal eyes_squint_right as cg with d5 call ctc @@ -1242,7 +1242,7 @@ label hg_vibrators_personal: show her_vibrators_personal eyes_narrow_right mouth_open as cg with d5 - her "That's--{w=0.2} *Ah*...{w=0.4} That's fine by me..." + her "That's--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} That's fine by me..." show her_vibrators_personal eyes_open_right mouth_worried as cg with d5 pause .8 @@ -1261,12 +1261,12 @@ label hg_vibrators_personal: show her_vibrators_personal eyebrows_upset mouth_open as cg with d5 - her "That's not--{w=0.2} *ah*...{w=0.4} True..." + her "That's not--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} True..." gen "Quit lying, you cannot fool me." ("base", xpos="far_left", ypos="head") show her_vibrators_personal mouth_horny as cg with d5 - her "*Ah*...{w=0.4} How do you--" + her "{bounce}*Ah*...{/bounce}{w=0.4} How do you--" gen "How do I know?" ("base", xpos="far_left", ypos="head") gen "Experience, [name_hermione_genie], experience...{w=0.4} You won't ever find anyone with as much experience as I have..." ("base", xpos="far_left", ypos="head") @@ -1299,7 +1299,7 @@ label hg_vibrators_personal: show her_vibrators_personal mouth_open as cg with d5 - her "*Ah*...{w=0.4} [name_genie_hermione], I don't know if--" + her "{bounce}*Ah*...{/bounce}{w=0.4} [name_genie_hermione], I don't know if--" play sound "sounds/click4.ogg" play background "sounds/vibrator_high.ogg" @@ -1314,7 +1314,7 @@ label hg_vibrators_personal: # Hermione legs open show her_vibrators_personal hermione2 eyebrows_worried eyes_closed mouth_open as cg with d5 - her "*Ah*...{w=0.4} *Ah*...{w=0.4} *Ah*..." + her "{bounce}*Ah*...{w=0.4} *Ah*...{w=0.4} *Ah*...{/bounce}" show her_vibrators_personal eyes_squint_forward mouth_shocked as cg @@ -1335,14 +1335,14 @@ label hg_vibrators_personal: show her_vibrators_personal eyebrows_neutral as cg with d5 - her "*Ah*...{w=0.4} *Ah*...{w=0.4} And how...{w=0.4} How do I make sure that you're--{w=0.2} *Ah*...{w=0.4} Satisfied..." + her "{bounce}*Ah*...{w=0.4} *Ah*...{/bounce}{w=0.4} And how...{w=0.4} How do I make sure that you're--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} Satisfied..." gen "By doing what I ask of you..." ("base", xpos="far_left", ypos="head") gen "Although, I must say..." ("base", xpos="far_left", ypos="head") gen "Watching you squirm about, and trying to hold it in, is quite satisfying by itself..." ("base", xpos="far_left", ypos="head") show her_vibrators_personal eyebrows_worried as cg with d5 - her "You're--{w=0.2} *Ah*...{w=0.4} You find it satisfying, watching me--{w=0.2} *Ah*..." + her "You're--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} You find it satisfying, watching me--{w=0.2} {bounce}*Ah*...{/bounce}" gen "I have full control of your fate, of course I'm enjoying it..." ("base", xpos="far_left", ypos="head") gen "I haven't had this much power at my fingertips for a long time..." ("base", xpos="far_left", ypos="head") her "..." @@ -1350,7 +1350,7 @@ label hg_vibrators_personal: show her_vibrators_personal mouth_open as cg with d5 - her "I--{w=0.2} *Ah*...{w=0.4} If deciding my--{w=0.2}Ah*...{w=0.4} My fate would satisfy you..." + her "I--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} If deciding my--{w=0.2} {bounce}Ah*...{/bounce}{w=0.4} My fate would satisfy you..." gen "You really are willing to grant me this much control over you?" ("base", xpos="far_left", ypos="head") gen "This kind of...{w=0.2} power...{w=0.2} was already taken away from me before, do you think it's wise to allow me to have another taste?" ("base", xpos="far_left", ypos="head") @@ -1360,7 +1360,7 @@ label hg_vibrators_personal: show her_vibrators_personal eyebrows_upset as cg with d5 - her "I already said you can--{w=0.2} *Ngh*...{w=0.4} Do whatever you want...{w=0.4} I am not the kind of person to break my word." + her "I already said you can--{w=0.2} {shudder}*Ngh*...{/shudder}{w=0.4} Do whatever you want...{w=0.4} I am not the kind of person to break my word." gen "You say that, but the frustration on your face says otherwise..." ("base", xpos="far_left", ypos="head") show her_vibrators_personal eyebrows_worried as cg with d5 @@ -1474,7 +1474,7 @@ label hg_vibrators_personal: "-Fail her on her performance-": gen "Now cum!" ("base", xpos="far_left", ypos="head") - her @ cheeks blush "*Nnnngh*..." ("angry", "happyCl", "worried", "mid") # whimpers + her @ cheeks blush "{shudder}*Nnnngh*{/shudder}" ("angry", "happyCl", "worried", "mid") # whimpers her @ cheeks blush "(Why did I react like this just now...?)" ("angry", "wide", "base", "stare") her @ cheeks blush "I--{w=0.2} I can't..." ("disgust", "happyCl", "base", "mid") gen "Oh, too bad, looks like you failed." ("base", xpos="far_left", ypos="head") @@ -1569,29 +1569,29 @@ label hg_vibrators_personal: show her_vibrators_personal mouth_horny as cg with d5 - her "*Aaaaah*....{w=0.4} Yeeeeesss....." + her "{shake}*Aaaaah*....{w=0.4} Yeeeeesss.....{/shake}" show her_vibrators_personal mouth_shocked as cg with d5 - her "*Ah*...{w=0.2} *Ah*...{w=0.2} *Ah*..." + her "{shudder}*Ah*...{w=0.2} *Ah*...{w=0.2} *Ah*...{/shudder}" gen "Now, now. Hold it in, you aren't allowed to get off just yet." ("base", xpos="far_left", ypos="head") show her_vibrators_personal mouth_open as cg with d5 - her "But--{w=0.2} *Ah*...{w=0.2} I thought this meant I could--" + her "But--{w=0.2} {shudder}*Ah*...{/shudder}{w=0.2} I thought this meant I could--" gen "I said hold it!" ("base", xpos="far_left", ypos="head") - her "*Ah*...{w=0.2} *Ah*...{w=0.2}{nw}" + her "{shudder}*Ah*...{w=0.2} *Ah*...{w=0.2}{/shudder}{nw}" show her_vibrators_personal eyes_squint_crossed as cg - her "*Ah*... *Ah*...{fast} [name_genie_hermione],{w=0.2} I can't--" + her "{shudder}*Ah*... *Ah*...{/shudder}{fast} [name_genie_hermione],{w=0.2} I can't--" gen "Imagine what your peers would say... {i}Hermione Granger, failing a task set by her headmaster! What a disgrace!{/i}" ("base", xpos="far_left", ypos="head") gen "I thought you were better than this." ("base", xpos="far_left", ypos="head") show her_vibrators_personal eyes_narrow_crossed mouth_angry as cg with d5 - her "[name_genie_hermione]--{w=0.2} *Ah*...{w=0.4} I can't control it!" + her "[name_genie_hermione]--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} I can't control it!" gen "Yes you can, [name_hermione_genie]!" ("base", xpos="far_left", ypos="head") show her_vibrators_personal eyes_clenched as cg with d5 @@ -1607,26 +1607,26 @@ label hg_vibrators_personal: show her_vibrators_personal eyebrows_neutral eyes_wide_crossed mouth_ahegao as cg with d5 - her "{size=+4}{heart}*ohh*!{heart}*ohhhhhh*{heart}{/size}" + her "{size=+4}{heart}*Ohh*!{heart}*ohhhhhh*{heart}{/size}" gen "How about now? Is it still fine?" ("base", xpos="far_left", ypos="head") show her_vibrators_personal eyebrows_worried eyes_squint_crossed as cg with d5 - her "*Aheeeee*!! [name_genie_hermione], I can't--" + her "{shake}*Aheeeee*!! [name_genie_hermione], I can't-{/shake}-" gen "Answer me!" ("base", xpos="far_left", ypos="head") - her "*Ahhh*...{w=0.2} *Ahee*...{w=0.2} I..." + her "{shake}*Ahhh*...{w=0.2} *Ahee*...{w=0.2} I...{/shake}" gen "Tell me you want to cum!" ("base", xpos="far_left", ypos="head") gen "Say it!" ("angry", xpos="far_left", ypos="head") show her_vibrators_personal eyebrows_neutral mouth_shocked as cg with d5 - her "*Ah*...{w=0.4}{size=+4} I want to cum!{/size}{heart}" + her "{shudder}*Ah*...{/shudder}{w=0.4}{size=+4} I want to cum!{/size}{heart}" gen "How much do you want it?" ("base", xpos="far_left", ypos="head") - her "{heart}{heart}{size=+4}A lot, please, [name_genie_hermione], please let me cum!!!{/size}{heart}{heart}" + her "{heart}{heart}{shake}A lot, please, [name_genie_hermione], please let me cum!!!{/shake}{heart}{heart}" show her_vibrators_personal eyebrows_worried mouth_ahegao_wet as cg with d5 - her "{heart}{heart}{size=+4}I need it!!{/size}{heart}{heart}" + her "{heart}{heart}{shake}I need it!!{/shake}{heart}{heart}" gen "So be it." ("base", xpos="far_left", ypos="head") # Turns the switch into overdrive mode @@ -1734,7 +1734,7 @@ label hg_vibrators_personal: gen "No, you did not, you had an orgasm before I gave you the signal to finish." ("base", xpos="far_left", ypos="head") her @ cheeks blush "But that's because you--" ("angry", "base", "worried", "mid") gen "I don't want to hear your excuses. My decision is final." ("base", xpos="far_left", ypos="head") - her @ cheeks blush "*tsk* That's unfair!" ("disgust", "narrow", "annoyed", "down") + her @ cheeks blush "*Tsk* That's unfair!" ("disgust", "narrow", "annoyed", "down") else: gen "Indeed, that you did, [name_hermione_genie]." ("base", xpos="far_left", ypos="head") her @ cheeks blush "Then why are you giving me a bad grade?" ("angry", "base", "worried", "mid") @@ -1772,7 +1772,7 @@ label hg_vibrators_personal: gen "Have fun, and try to not overdo it." ("base", xpos="far_left", ypos="head") gen "Or you might end up blind." ("grin", xpos="far_left", ypos="head") - her @ cheeks blush "........ *Sigh*" ("base", "narrow", "base", "down") + her @ cheeks blush "........ {bounce}*Sigh*{/bounce}" ("base", "narrow", "base", "down") her @ cheeks blush "I won't..." ("base", "narrow", "base", "down") gen "Who said that?" ("open", xpos="far_left", ypos="head") @@ -1795,7 +1795,7 @@ label hg_vibrators_personal: label .low_tier: - her @ cheeks blush "*Ah*!" ("angry", "wide", "base", "stare") + her @ cheeks blush "{shudder}*Ah*!{/shudder}" ("angry", "wide", "base", "stare") her @ cheeks blush "I wasn't ready!! Turn it off!" ("angry", "happyCl", "worried", "stare") gen "Forfeiting the points already, [name_hermione_genie]?" ("base", xpos="far_left", ypos="head") gen "Well, if you insist." ("base", xpos="far_left", ypos="head") @@ -1816,9 +1816,9 @@ label hg_vibrators_personal: play sound "sounds/click4.ogg" play background "sounds/vibrator_low.ogg" - her @ cheeks blush "{heart}*Ngh*{heart}!" ("angry", "narrow", "base", "up") + her @ cheeks blush "{hearts}*Ngh*!{hearts}" ("angry", "narrow", "base", "up") gen "Better?" ("grin", xpos="far_left", ypos="head") - her @ cheeks blush "*Ah*...{w=0.4} Yes... {w=0.4}Much better..." ("open", "closed", "base", "up") + her @ cheeks blush "{bounce}*Ah*...{/bounce}{w=0.4} Yes... {w=0.4}Much better..." ("open", "closed", "base", "up") gen "Good, then let's continue from where we left off." ("base", xpos="far_left", ypos="head") menu: "-Ask her to get on the desk-": @@ -1838,11 +1838,11 @@ label hg_vibrators_personal: gen "Oh right!" ("base", xpos="far_left", ypos="head") gen "Tell me, how was your day?" ("base", xpos="far_left", ypos="head") her @ cheeks blush "W--{w=0.2}What?" ("angry", "base", "base", "mid") - her @ cheeks blush "How was--{w=0.2} *Ah*...{w=0.2} my day?" ("open", "wink", "base", "mid") + her @ cheeks blush "How was--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.2} my day?" ("open", "wink", "base", "mid") gen "Yes, tell me what you've been up to lately." ("base", xpos="far_left", ypos="head") her @ cheeks blush "T-This isn't the right time, [name_genie_hermione]." ("angry", "wink", "base", "mid") gen "*Hmm*?" ("base", xpos="far_left", ypos="head") - her @ cheeks blush "I--{w=0.2} *Ah*...{w=0.4} I'm a bit preoccupied..." ("clench", "closed", "worried", "mid") + her @ cheeks blush "I--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} I'm a bit preoccupied..." ("clench", "closed", "worried", "mid") gen "Surely you can multitask, I do it all the time." ("base", xpos="far_left", ypos="head") her @ cheeks blush "I--{w=0.2} I just don't want to think about my classmates right now!" ("open", "closed", "worried", "mid") gen "I see..." ("base", xpos="far_left", ypos="head") @@ -1856,7 +1856,7 @@ label hg_vibrators_personal: play sound "sounds/click4.ogg" play background "sounds/vibrator_medium.ogg" - her @ cheeks blush "{heart}*Ah*!!{heart}" ("grin", "narrow", "worried", "up") + her @ cheeks blush "{hearts}*Ah*!!{hearts}" ("grin", "narrow", "worried", "up") her @ cheeks blush "T-turn it down, {w=0.3}it's too intense!" ("clench", "happyCl", "worried", "mid") gen "Some vibrations too much for you to handle, [name_hermione_genie]?" ("base", xpos="far_left", ypos="head") her @ cheeks blush "[name_genie_hermione], turn it down this instance, {w=0.5}or I'm leaving!" ("angry", "happyCl", "angry", "stare") #mad @@ -1866,7 +1866,7 @@ label hg_vibrators_personal: stop background gen "There... {w=0.4}Better?" ("base", xpos="far_left", ypos="head") - her @ cheeks blush "*Hmph*." ("annoyed", "narrow", "angry", "R") #annoyed + her @ cheeks blush "*Hmph*" ("annoyed", "narrow", "angry", "R") #annoyed gen "There's no need to be upset, [name_hermione_genie]." ("base", xpos="far_left", ypos="head") her @ cheeks blush "There is, if you keep turning it up like that without telling me!" ("angry", "narrow", "angry", "mid") gen "I just wanted to steer your thoughts away from your classmates, and it worked!" ("base", xpos="far_left", ypos="head") @@ -1888,24 +1888,24 @@ label hg_vibrators_personal: play sound "sounds/click4.ogg" play background "sounds/vibrator_low.ogg" - her @ cheeks blush "*Ah*..." ("open", "happyCl", "worried", "mid") + her @ cheeks blush "{bounce}*Ah*...{/bounce}" ("open", "happyCl", "worried", "mid") gen "If you want your points, [name_hermione_genie]..." ("base", xpos="far_left", ypos="head") gen "You can't just stand there and do nothing." ("base", xpos="far_left", ypos="head") - her @ cheeks blush "*Ah*...{w=0.4} W--{w=0.2}What?" ("angry", "squint", "base", "stare") #looks away + her @ cheeks blush "{bounce}*Ah*...{/bounce}{w=0.4} W--{w=0.2}What?" ("angry", "squint", "base", "stare") #looks away gen "You've heard me--{w=0.4}Look at me when I'm speaking to you, [name_hermione_genie]!" ("base", xpos="far_left", ypos="head") her @ cheeks blush "..." ("soft", "squint", "worried", "mid") #Hermione looks at you, blushing gen "Well?" ("base", xpos="far_left", ypos="head") - her @ cheeks blush "Well--{w=0.2} *Ah*...{w=0.4} Well, what?" ("angry", "squint", "worried", "mid") + her @ cheeks blush "Well--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} Well, what?" ("angry", "squint", "worried", "mid") gen "You said you didn't want to think about your classmates, why is that?" ("base", xpos="far_left", ypos="head") her @ cheeks blush "Oh...{w=0.4} Right..." ("disgust", "squint", "worried", "mid") gen "Don't tell me you've been skipping class!" ("base", xpos="far_left", ypos="head") her @ cheeks blush "What?! No, of course not!" ("angry", "base", "worried", "mid") - her @ cheeks blush "I've been attending--{w=0.2} *Ah*...{w=0.4} Class...{w=0.2} As per usual." ("open", "squint", "worried", "mid") + her @ cheeks blush "I've been attending--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} Class...{w=0.2} As per usual." ("open", "squint", "worried", "mid") gen "That's good." ("base", xpos="far_left", ypos="head") - her @ cheeks blush "Although--{w=0.2} *Ah*...{w=0.4} As you already know, I've arrived late to a couple of them." ("open", "closed", "worried", "mid") + her @ cheeks blush "Although--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} As you already know, I've arrived late to a couple of them." ("open", "closed", "worried", "mid") gen "You have?" ("base", xpos="far_left", ypos="head") gen "Why are you being late to your classes?" ("base", xpos="far_left", ypos="head") - her @ cheeks blush "*Ah*...{w=0.4} That's--{w=0.2} *Ah*...{w=0.4} That's kind of your fault... [name_genie_hermione]... I mean we spend so much time in here and all--" ("angry", "narrow", "base", "R") + her @ cheeks blush "{bounce}*Ah*...{/bounce}{w=0.4} That's--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} That's kind of your fault... [name_genie_hermione]... I mean we spend so much time in here and all--" ("angry", "narrow", "base", "R") menu: # Both result in the event ending. @@ -1915,7 +1915,7 @@ label hg_vibrators_personal: gen "No need to worry, [name_hermione_genie]. You're helping out the headmaster, after all." ("base", xpos="far_left", ypos="head") her @ cheeks blush "Oh, I wasn't worried about--" ("upset", "squint", "base", "R") gen "I'm sure that such a bright girl as yourself is able to keep up with the curriculum anyway." ("base", xpos="far_left", ypos="head") - her @ cheeks blush "*Ah*...{w=0.4} Yes, so far--" ("open", "closed", "base", "R") + her @ cheeks blush "{bounce}*Ah*...{/bounce}{w=0.4} Yes, so far--" ("open", "closed", "base", "R") her @ cheeks blush "So...--{w=0.4} *Mmmm*...{w=0.4} So good..." ("base", "closed", "worried", "mid") gen "I appreciate your honesty, any other student would've kept this information from me." ("base", xpos="far_left", ypos="head") her @ cheeks blush "Oh, well..." ("grin", "closed", "worried", "mid") #blush @@ -1923,21 +1923,21 @@ label hg_vibrators_personal: play sound "sounds/click4.ogg" play background "sounds/vibrator_medium.ogg" - her @ cheeks blush "*Ah*!" ("angry", "wide", "worried", "stare") + her @ cheeks blush "{shudder}*Ah*!{/shudder}" ("angry", "wide", "worried", "stare") her @ cheeks blush "[name_genie_hermione]...!" ("angry", "happyCl", "worried", "mid") gen "Feels good, doesn't it?" ("base", xpos="far_left", ypos="head") gen "Let it be known that your headmaster rewards honesty." ("base", xpos="far_left", ypos="head") - her @ cheeks blush "*Ah*...{w=0.4} *Ah*...{w=0.4} I--" ("clench", "happyCl", "worried", "mid") + her @ cheeks blush "{bounce}*Ah*...{w=0.4} *Ah*...{/bounce}{w=0.4} I--" ("clench", "happyCl", "worried", "mid") if _vibrator_pissed: #Event end, low mood penalty - her @ cheeks blush "Didn't I tell you to not--{w=0.2} *Ngh*...{w=0.4} Turn it up without telling me!?" ("angry", "narrow", "annoyed", "stare") #Embarrased + her @ cheeks blush "Didn't I tell you to not--{w=0.2} {shudder}*Ngh*...{/shudder}{w=0.4} Turn it up without telling me!?" ("angry", "narrow", "annoyed", "stare") #Embarrased gen "*Hmm*?" ("base", xpos="far_left", ypos="head") gen "Does it not feel good?" ("base", xpos="far_left", ypos="head") her @ cheeks blush "T-That's not--{w=0.2} The problem!" ("clench", "happyCl", "angry", "mid") - her @ cheeks blush "It's--{w=0.2} *Ah*..." ("open", "happyCl", "angry", "mid") - her @ cheeks blush "I can't believe you!" ("open", "happyCl", "angry", "stare") + her @ cheeks blush "It's--{w=0.2} {shudder}*Ah*...{/shudder}" ("open", "happyCl", "angry", "mid") + her @ cheeks blush "{shake}I can't believe you!{/shake}" ("open", "happyCl", "angry", "stare") # Replaces vibrators in underwear with underwear play sound "sounds/cloth_sound3.ogg" @@ -1981,7 +1981,7 @@ label hg_vibrators_personal: #Gets wet down her legs and leaves (No mood penalty) her @ cheeks blush "Please, I--" ("angry", "happyCl", "base", "mid") - her @ cheeks blush "It's too--{w=0.2} *Ah*...{w=0.4} If you keep this up I won't--" ("open", "happyCl", "worried", "mid") + her @ cheeks blush "It's too--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} If you keep this up I won't--" ("open", "happyCl", "worried", "mid") gen "Did you not want a reward for your honesty?" ("base", xpos="far_left", ypos="head") her @ cheeks blush "It's--{w=0.2} It's not that--..." ("angry", "happyCl", "worried", "mid") gen "Don't you think it's a bit impolite to not express gratitude for my generosity?" ("base", xpos="far_left", ypos="head") @@ -1992,7 +1992,7 @@ label hg_vibrators_personal: gen "Points? Is that really the only thing you want?" ("base", xpos="far_left", ypos="head") her @ cheeks blush "O--{w=0.2} Of course! Why else would I--" ("angry", "happyCl", "worried", "mid") gen "Looks to me like you're not doing it just for points..." ("base", xpos="far_left", ypos="head") - her @ cheeks blush "What are you--{w=0.4} *Ngh*...{w=0.4} implying..." ("disgust", "happyCl", "worried", "mid") + her @ cheeks blush "What are you--{w=0.4} {shudder}*Ngh*...{/shudder}{w=0.4} implying..." ("disgust", "happyCl", "worried", "mid") her @ cheeks blush "..." ("angry", "narrow", "base", "down") #Wide eyed, looks down gen "Now then, I think it's time we reach the climax of this activity." ("grin", xpos="far_left", ypos="head") her @ cheeks blush "The climax?!" ("clench", "wide", "base", "mid") #clench @@ -2064,13 +2064,13 @@ label hg_vibrators_personal: play sound "sounds/click4.ogg" play background "sounds/vibrator_medium.ogg" - her @ cheeks blush "Ah!" ("scream", "happyCl", "worried", "mid") + her @ cheeks blush "{shake}Ah!{/shake}" ("scream", "happyCl", "worried", "mid") gen "That's not how you're supposed to speak to your headmaster, [name_hermione_genie]..." ("base", xpos="far_left", ypos="head") gen "Tell me you're sorry and won't be late to classes again." ("base", xpos="far_left", ypos="head") - her @ cheeks blush "*Ah*...{w=0.4} *Ah*...{w=0.4} Alright--" ("open", "happyCl", "worried", "mid") - her @ cheeks blush "I won't be late for classes again!" ("angry", "happyCl", "worried", "mid") + her @ cheeks blush "{shake}*Ah*...{w=0.4} *Ah*...{w=0.4} Alright--{/shake}" ("open", "happyCl", "worried", "mid") + her @ cheeks blush "{shake}I won't be late for classes again!{/shake}" ("angry", "happyCl", "worried", "mid") gen "And?" ("base", xpos="far_left", ypos="head") - her @ cheeks blush "And--{w=0.2} *Ah*...{w=0.4} I--{w=0.2} I--" ("clench", "happyCl", "worried", "mid") + her @ cheeks blush "{shake}And--{w=0.2} *Ah*...{w=0.4} I--{w=0.2} I--{/shake}" ("clench", "happyCl", "worried", "mid") if _vibrator_pissed: $ states.her.mood += 15 @@ -2097,7 +2097,7 @@ label hg_vibrators_personal: show vibrators_floor at Transform(xpos=340, ypos=355, zoom=0.5) with hpunch - her @ cheeks blush "My points! Now!" ("open", "base", "annoyed", "mid") + her @ cheeks blush "My points! {shake}Now!{/shake}" ("open", "base", "annoyed", "mid") gen "Alright, alright... Don't get your panties in a twist." ("angry", xpos="far_left", ypos="head") $ states.env.gryffindor += current_payout @@ -2134,9 +2134,9 @@ label hg_vibrators_personal: $ hermione.set_cum(pussy="vibratorp_heavy") - her @ cheeks blush "I'm--{w=0.2} *ah*...{w=0.4} I am not!" ("angry", "squint", "worried", "mid") + her @ cheeks blush "I'm--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} I am not!" ("angry", "squint", "worried", "mid") gen "Clearly you are." ("base", xpos="far_left", ypos="head") - her @ cheeks blush "I don't--{w=0.2} *Ahh*...{w=0.4} \"get off\" from being...{w=0.4} *Nhh* scolded!" ("open", "happyCl", "worried", "mid") + her @ cheeks blush "I don't--{w=0.2} {bounce}*Ahh*...{/bounce}{w=0.4} \"get off\" from being...{w=0.4} {shudder}*Nhh{/shudder} scolded!" ("open", "happyCl", "worried", "mid") play sound "sounds/cloth_sound3.ogg" $ hermione.equip([her_panties_base1, her_bra_base1]) @@ -2233,7 +2233,7 @@ label hg_vibrators_public_return: pause 1 gen "[name_hermione_genie]? What is the meaning of this?" ("base", xpos="far_left", ypos="head") - her @ cheeks blush tears soft_blink "*Nnnn*--" ("angry", "happyCl", "worried", "R") + her @ cheeks blush tears soft_blink "{shudder}*Nnnn*--{/shudder}" ("angry", "happyCl", "worried", "R") gen "Are you--" ("base", xpos="far_left", ypos="head") play sound "sounds/cloth_sound3.ogg" @@ -2276,9 +2276,9 @@ label hg_vibrators_public_return: her @ cheeks blush "{size=+2}*Ah*!!!{/size}" ("grin", "narrow", "base", "up") gen "[name_hermione_genie]!" ("base", xpos="far_left", ypos="head") - her @ cheeks blush "*Ah*...{w=0.4} *Ah*...{w=0.4} *Ah*..." ("angry", "closed", "worried", "mid") + her @ cheeks blush "{bounce}*Ah*...{w=0.4} *Ah*...{w=0.4} *Ah*...{/bounce}" ("angry", "closed", "worried", "mid") her @ cheeks blush "At last..." ("grin", "narrow", "base", "stare") - her @ cheeks blush "These things...{w=0.4} *Ah*...{w=0.4} They turned on as I was walking up the stairs to your tower..." ("angry", "closed", "worried", "stare") + her @ cheeks blush "These things...{w=0.4} {bounce}*Ah*...{/bounce}{w=0.4} They turned on as I was walking up the stairs to your tower..." ("angry", "closed", "worried", "stare") gen "They--" ("base", xpos="far_left", ypos="head") $ hermione.hide() @@ -2296,7 +2296,7 @@ label hg_vibrators_public_return: stop background gen "*Loud cough*{fast}" ("base", xpos="far_left", ypos="head") - her @ cheeks blush "*Ah*...{w=0.4} F-Finally..." ("angry", "narrow", "base", "down", xpos="base") + her @ cheeks blush "{bounce}*Ah*...{/bounce}{w=0.4} F-Finally..." ("angry", "narrow", "base", "down", xpos="base") play sound "sounds/cloth_sound3.ogg" $ hermione.wear("panties") @@ -2366,7 +2366,7 @@ label hg_vibrators_public_return: play sound "sounds/boing02.ogg" gen "Boop!" ("base", xpos="far_left", ypos="base") - her @ cheeks blush "{heart}*Ah*!!!{heart}" ("angry", "base", "base", "stare") + her @ cheeks blush "{hearts}*Ah*!!!{hearts}" ("angry", "base", "base", "stare") her @ cheeks blush "Why did you do that?" ("angry", "narrow", "base", "mid") gen "I don't know, just felt like it." ("base", xpos="far_left", ypos="base") @@ -3000,7 +3000,7 @@ label hg_vibrators_public_return: gen "You're the one eho started talking about balls and boners... I hardly have any interest in such things... {w=0.3}Unless it's my own, that is." her "..." gen "Now then, tell me more about how you, {i}DID NOT{/i} get off from your friend watching you." - her "*Sigh*..." + her "{bounce}*Sigh*{/bounce}" her "Well... At that point, the intensity changed again." gen "Oh right, I--" @@ -3475,7 +3475,7 @@ label hg_vibrators_public_return: show her_vibrators_public_proxy eyes_closed mouth_lip_bite as xray_overlay her "To keep... \"Edging\"..." - gen "*heh-heh*..." + gen "*Heh-heh*..." #Wet down legs show her_vibrators_public wetness_legs as xray_child diff --git a/game/scripts/characters/hermione/events/tentacles.rpy b/game/scripts/characters/hermione/events/tentacles.rpy index b646af71..bd4bb07c 100644 --- a/game/scripts/characters/hermione/events/tentacles.rpy +++ b/game/scripts/characters/hermione/events/tentacles.rpy @@ -50,7 +50,7 @@ label tentacle_scene_intro: pause 0.9 hide screen white with d5 - gen "*ARGH*!" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*ARGH*!{/shudder}" ("angry", xpos="far_left", ypos="head") gen "(Bloody magic...)" ("angry", xpos="far_left", ypos="head") gen "(Oh look, a rusty key just popped out from that scroll...)" ("base", xpos="far_left", ypos="head") gen "(How convenient...)" ("base", xpos="far_left", ypos="head") @@ -286,7 +286,7 @@ label tentacle_scene_intro: with vpunch pause 2.0 nar "All of a sudden, you explode outwards in a flash of thick green tentacles." - her "What's happening?!?" + her "{shake}What's happening?!?{/shake}" play sound "sounds/plant_grab.ogg" nar "You quickly bind her wrists and waist..." play sound "sounds/gasp.ogg" @@ -302,7 +302,7 @@ label tentacle_scene_intro: her "Oh no..." play sound "sounds/cloth_rip.ogg" nar "You rip her top off in a flurry of buttons and cotton..." - her "*Ahhhh*!" + her "{shake}*Ahhhh*!{/shake}" play sound "sounds/plant_slithering.ogg" nar "Sliding your tentacles up her legs and slowly pulling them apart." nar "Hermione struggles against you, but her efforts are in vain." @@ -323,7 +323,7 @@ label tentacle_scene_intro: spo "Students, stand back!" nar "Professor Sprout casts an impressive-looking spell at the mass of writhing tentacles." play sound "sounds/magic3.ogg" - spo "Confringo!" + spo "{shake}Confringo!{/shake}" play sound "sounds/plop.ogg" nar "It strikes the plant forcefully but does nothing." spo "What? That should have killed it. It must be magically protected." @@ -374,7 +374,7 @@ label tentacle_1: #Public path with d9 call ctc - her "!!!" + her "{shake}!!!{/shake}" her "What on earth is going on?" play background "sounds/slickloop.ogg" fadein 2 fadeout 2 nar "You slowly begin to move the tentacles in her vagina." @@ -400,7 +400,7 @@ label tentacle_1: #Public path gen "Are you sure? Do you think you'll be able to stifle every moan?" play sound "sounds/slick_02.ogg" nar "You push deeply into her with the three tentacles." - her "!!!" + her "{shake}!!!{/shake}" show her_tentacles_public_4 as cg gen "Do you think you'll be able to stop your hips from bucking?" nar "You give her another powerful thrust." @@ -409,7 +409,7 @@ label tentacle_1: #Public path gen "Do you really think that you'll be able to stop yourself from begging me for more?" nar "You increase the speed of the tentacles." play background "sounds/slickloopfast.ogg" fadein 2 fadeout 2 - her "{size=-3}*mmmmmmm*{/size}" + her "{size=-3}*Mmmmmmm*{/size}" gen "I don't think you will. In fact, I know that you won't." gen "Because I know what you are. A slut." gen "A slut who can only think about getting off when she's being fucked by a plant in front of her classmates." @@ -434,7 +434,7 @@ label tentacle_1: #Public path show her_tentacles_public_5 as cg nar "You thrust a ribbed tentacle deeply into her asshole in one motion." play sound "sounds/slick_02.ogg" - her "!!!" + her "{shake}!!!{/shake}" her "It's in my ass... I-I'm...{w=0.4} I-I'm cumming." nar "You take alternating turns pumping into her ass and pussy." her "I'm cumming! It's too much..." @@ -445,7 +445,7 @@ label tentacle_1: #Public path her "Please... no more... I'll faint..." nar "You start to feel a strange energy flowing through the vines, moving towards the tips." gen "This is it girl, get ready." - her "... ready?..." + her "... Ready?..." show her_tentacles_public_7 as cg stop background fadeout 2 play sound "sounds/slick_01.ogg" @@ -517,7 +517,7 @@ label tentacle_2: # Personal path play sound "sounds/slick_02.ogg" nar "You quickly force another flowered tentacle into her mouth." gen "Now, now [name_hermione_genie], you don't want anyone to find out how much you are enjoying yourself now, do you?" - her "*Hmmmhhhhhhhhh* !" + her "{shudder}*Hmmmhhhhhhhhh*!{/shudder}" gen "Well, then just do what Miss Sprout says and stay still." gen "Just act like this is some horrible accident, that you are just a victim." gen "Instead of the slut that you really are..." diff --git a/game/scripts/events/ending.rpy b/game/scripts/events/ending.rpy index ae9af900..690702de 100644 --- a/game/scripts/events/ending.rpy +++ b/game/scripts/events/ending.rpy @@ -131,7 +131,7 @@ label ball_ending_E1: sna "Alright then..." ("snape_06") sna "Have a safe trip home..." gen "Thank you. Have fun hosting the ball..." ("base", xpos="far_left", ypos="head") - sna "*Sigh*" ("snape_06") + sna "{bounce}*Sigh*{/bounce}" ("snape_06") scene onlayer dolls @@ -157,10 +157,10 @@ label ball_ending_E1: if not "public" in states.her.ev.yule_ball.variant: # Personal whore ending # Writing a letter - gen "That Means I'll probably never see the girl again..." ("base", xpos="far_left", ypos="head") + gen "That means I'll probably never see the girl again..." ("base", xpos="far_left", ypos="head") gen "..........." ("base", xpos="far_left", ypos="head") gen "When I first met her she was so annoying..." ("base", xpos="far_left", ypos="head") - gen "to be honest, all the training I put her through changed very little in that regard..." ("base", xpos="far_left", ypos="head") + gen "To be honest, all the training I put her through changed very little in that regard..." ("base", xpos="far_left", ypos="head") gen "But we did have a few special moments together..." ("base", xpos="far_left", ypos="head") gen ".............." ("base", xpos="far_left", ypos="head") gen "......................" ("base", xpos="far_left", ypos="head") @@ -439,7 +439,7 @@ label ball_ending_E2: # Students talking mal "Have you heard that rumour about Hermione Granger?" mal2 "That she is a major slut?" - mal "*huh*? No, that's not a rumour, that's a fact." + mal "*Huh*? No, that's not a rumour, that's a fact." mal "The rumour was that she is being paid in house points to whore herself out." mal2 "*Hmm*... I don't believe that. I think she is just a slut." fem "Who's a slut?" @@ -541,15 +541,15 @@ label ball_ending_E2: her @ cheeks blush "It is fine, sir. I do not mind." ("soft", "narrow", "base", "R_soft") gen "Listen to me, girl! I am not who you think--" ("base", xpos="far_left", ypos="head") her @ cheeks blush "Please, sir, let me suck on your cock a little." ("open_tongue", "narrow", "worried", "mid_soft") - gen "*Gh*--!!!" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Gh*--!!!{/shudder}" ("angry", xpos="far_left", ypos="head") her @ cheeks blush "Just a little will do. Please? I'm begging you..." ("open_tongue", "narrow", "worried", "mid_soft") gen "Damn you, you damn witch!" ("angry", xpos="far_left", ypos="head") gen "Stop this! I really need to talk to you!" ("angry", xpos="far_left", ypos="head") her @ cheeks blush "Well of course, sir." ("base", "narrow", "base", "mid_soft") her @ cheeks blush "Put your dick in my mouth and talk to me." ("open_tongue", "narrow", "worried", "mid_soft") her "Talk dirty to me..." - gen "*Growl*!" ("angry", xpos="far_left", ypos="head") - gen "*Sigh*...." ("base", xpos="far_left", ypos="head") + gen "{shake}*Growl*!{/shake}" ("angry", xpos="far_left", ypos="head") + gen "{bounce}*Sigh*{/bounce}" ("base", xpos="far_left", ypos="head") gen "Fine, have it your way..." ("base", xpos="far_left", ypos="head") gen "But you are abusing your power, girl!" ("base", xpos="far_left", ypos="head") her @ cheeks blush "*Giggle*!" ("crooked_smile", "happyCl", "worried", "mid") @@ -569,7 +569,7 @@ label ball_ending_E2: her "*Slurp*! *Gulp*! *Slurp*!" her "*Slurp*--" show her_ball blowjob h2 mouth_none blush_none eyes_none sweat_s2 as cg - her "*huh*.........." + her "*Huh*.........." her "...................." show her_ball blowjob h1 mouth_none blush_none eyes_none sweat_s1 as cg her "*Slurp*! *Gulp*! *Slurp*!" @@ -782,7 +782,7 @@ label ball_ending_E2: gen "{size=+5}What the hell is this?!{/size}" ("angry", xpos="far_left", ypos="head") show her_ball blowjob h4 sperm_none lashes_l4 mouth_smile4 eyes_up4 brows_b4 blush_b4 sweat_none as cg her "{size=+5}Cum for me, sir! I want your hot cum on me!{/size}" - gen "*Argh*! You whore!" ("angry", xpos="far_left", ypos="head") + gen "{shake}*Argh*! You whore!{/shake}" ("angry", xpos="far_left", ypos="head") show her_ball blowjob h4 sperm_none lashes_l4 mouth_none eyes_up4 brows_b4 blush_b4 sweat_none as cg her "{size=+5}Yes I am!{/size}" her "{size=+5}Nothing but a cum hungry whore, sir!{/size}" @@ -795,7 +795,7 @@ label ball_ending_E2: hide screen white with hpunch - gen "{size=+7}*ARGH*!{/size}" ("angry", xpos="far_left", ypos="head") + gen "{shake}*ARGH*!{/shake}" ("angry", xpos="far_left", ypos="head") show her_ball blowjob h4 sperm_none lashes_l4 mouth_none eyes_up4 brows_none blush_b4 sweat_none as cg her "{size=+5}*Ah*! Yes, sir! Yes! cum for me!{/size}" @@ -811,7 +811,7 @@ label ball_ending_E2: gen "{size=+7}*ARGH*!{/size}" ("angry", xpos="far_left", ypos="head") gen "{size=+7}*Argh*!!! YES!!!{/size}" ("angry", xpos="far_left", ypos="head") show her_ball blowjob h4 sperm_none lashes_l4 mouth_none eyes_none brows_none blush_b4 sweat_none as cg - her "*Ah*... yes... *Ah*..." + her "{bounce}*Ah*...{/bounce} yes... {bounce}*Ah*...{/bounce}" gen "Oh... *ght*... *panting*" ("angry", xpos="far_left", ypos="head") show her_ball blowjob h4 sperm_none lashes_l4 mouth_none eyes_up4 brows_none blush_b4 sweat_none as cg her "Thank you sir..." @@ -852,7 +852,7 @@ label ball_ending_E2: gen "................" ("base", xpos="far_left", ypos="head") gen "..." ("base", xpos="far_left", ypos="head") with hpunch - gen "{size=+9}WHAT THE HELL...?!!{/size}" ("angry", xpos="far_left", ypos="head") + gen "{shake}WHAT THE HELL...?!!{/shake}" ("angry", xpos="far_left", ypos="head") call ctc call blkfade @@ -860,7 +860,7 @@ label ball_ending_E2: else: show her_ball blowjob h3 sperm_none lashes_none mouth_none eyes_none brows_none blush_b3 sweat_none as cg with hpunch - her "{size=+5}*GOBBLE*!{/size}" + her "{shake}*GOBBLE*!{/shake}" gen "{size=+5}Yeeeeeeeeeees!{/size}" ("angry", xpos="far_left", ypos="head") sna "There! *Hmm*...?" @@ -893,7 +893,7 @@ label ball_ending_E2: show her_ball blowjob h3 sperm_none lashes_none mouth_none eyes_stare3 brows_none blush_b3 sweat_none spit_base3 as cg call ctc - her "*Gobble*??!" + her "{shake}*Gobble*??!{/shake}" gen "No, don't you stop now!" ("base", xpos="far_left", ypos="head") show her_ball blowjob h3 sperm_none lashes_none mouth_none eyes_stare3 brows_angry3 blush_b3 sweat_none spit_base3 as cg her "*Gobble-gobble-gobble*!" @@ -911,7 +911,7 @@ label ball_ending_E2: show her_ball blowjob h3 sperm_none lashes_none mouth_none eyes_stare3 brows_none blush_b3 sweat_none spit_forehead3 spit_base3 as cg call ctc - her "!!!!!!!!!!!" + her "{shake}!!!!!!!!!!!{/shake}" her "......................................?" gen "What's the matter, my little spit bucket?" ("base", xpos="far_left", ypos="head") gen "Keep sucking my cock!" ("base", xpos="far_left", ypos="head") @@ -944,7 +944,7 @@ label ball_ending_E2: gen "Maybe we should show your pretty face to everyone?" ("base", xpos="far_left", ypos="head") gen "Should I call some of your classmates over?" ("base", xpos="far_left", ypos="head") show her_ball blowjob h3 sperm_none lashes_none mouth_none eyes_stare3 brows_angry3 blush_b3 sweat_none spit_base3 spit_forehead3 spit_nose3 tears_base3 as cg - her "!!!!!!!!!!!!!!!" + her "{shake}!!!!!!!!!!!!!!!{/shake}" gen "Relax..." ("base", xpos="far_left", ypos="head") gen "I want to get caught as much as you do." ("base", xpos="far_left", ypos="head") show her_ball blowjob h3 sperm_none lashes_none mouth_none eyes_none brows_angry3 blush_b3 sweat_none spit_base3 spit_forehead3 spit_nose3 tears_base3 as cg @@ -976,7 +976,7 @@ label ball_ending_E2: her "......." show her_ball blowjob h3_alt sperm_none lashes_none mouth_none eyes_up3 brows_b3 blush_b3 sweat_none spit_base3 spit_forehead3 spit_nose3 tears_base3 as cg with hpunch - her "!!!" + her "{shake}!!!{/shake}" gen "I know, I know, you can't really breathe..." ("base", xpos="far_left", ypos="head") gen "But that's what makes this so much fun!" ("grin", xpos="far_left", ypos="head") @@ -1017,7 +1017,7 @@ label ball_ending_E2: show her_ball blowjob h3_alt sperm_none lashes_none mouth_none eyes_closed3 brows_b3 blush_b3 sweat_none spit_base3 spit_forehead3 spit_nose3 spit_eye3 tears_crying3 as cg her "...........................................................*SOB!*" with hpunch - gen "*Gght*!" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Gght*!{/shudder}" ("angry", xpos="far_left", ypos="head") gen "Here it comes!" ("angry", xpos="far_left", ypos="head") gen "I know you are fighting for air down there..." ("angry", xpos="far_left", ypos="head") show her_ball blowjob h3_alt sperm_none lashes_none mouth_none eyes_dead3 brows_b3 blush_b3 sweat_none spit_base3 spit_forehead3 spit_nose3 spit_eye3 tears_crying3 as cg @@ -1153,7 +1153,7 @@ label ball_ending_E2: mal "{size=-4}But I sure could use a slut in my life!{/size}" mal2 "{size=-4}What he said!{/size}" fem "{size=-4}you guys are...{/size}" - fem "Such idiots!!!" + fem "{shake}Such idiots!!!{/shake}" hide screen blktone show her_ball speech h1 mouth_open eyes_closed sperm_cum4 as cg @@ -1188,8 +1188,8 @@ label ball_ending_E2: show screen blktone with hpunch - gen "!!!" ("angry", xpos="far_left", ypos="head") - sna "!!!" ("snape_11") + gen "{shake}!!!{/shake}" ("angry", xpos="far_left", ypos="head") + sna "{shake}!!!{/shake}" ("snape_11") hide screen blktone play music "music/court-of-the-queen-by-kevin-macleod.ogg" fadein 1 fadeout 1 if_changed @@ -1338,13 +1338,13 @@ label ball_ending_E2: call hide_blkfade call ctc - her "*Aaah*!!!" + her "{shudder}*Aaah*!!!{/shudder}" gen "Your acceptance speech was a disgrace, girl!" ("angry", xpos="far_left", ypos="head") show her_ball sex h1 mouth_smile1 eyes_closed brows_b1 blush_b1 as cg her "I thought it went rather well..." gen "Showing off your tits like that?!" ("angry", xpos="far_left", ypos="head") show her_ball sex h1 mouth_smile1 eyes_closed brows_none blush_b1 as cg - her "Only one... *Ah*..." + her "Only one... {bounce}*Ah*...{/bounce}" gen "What?" ("angry", xpos="far_left", ypos="head") her "Only one tit, sir..." gen "Whatever happened to that idealistic and self-righteous girl you once were?!" ("angry", xpos="far_left", ypos="head") @@ -1362,7 +1362,7 @@ label ball_ending_E2: with hpunch show her_ball sex h1 mouth_none eyes_wide brows_none blush_b1 lashes_none as cg - her "Ah!!!" + her "{shudder}Ah!!!{/shudder}" gen "Quiet, whore! Someone will hear you!" ("angry", xpos="far_left", ypos="head") play sound "sounds/slap_02.ogg" @@ -1371,7 +1371,7 @@ label ball_ending_E2: hide screen white with hpunch - her "Ah! [name_genie_hermione]!" + her "{shudder}Ah! [name_genie_hermione]!{/shudder}" gen "I said be quiet!" ("angry", xpos="far_left", ypos="head") play sound "sounds/slap_02.ogg" @@ -1381,9 +1381,9 @@ label ball_ending_E2: with hpunch show her_ball sex h1 mouth_none eyes_dead brows_none blush_b1 lashes_none as cg - her "Ah! [name_genie_hermione]!" + her "{shudder}Ah! [name_genie_hermione]!{/shudder}" show her_ball sex h1 mouth_none eyes_up brows_b1 blush_b1 lashes_none as cg - her "Yes! Fuck me harder!" + her "{shake}Yes! Fuck me harder!{/shake}" gen "Are you raising your voice on purpose, whore?" ("base", xpos="far_left", ypos="head") gen "Do you want to get caught like this?" ("angry", xpos="far_left", ypos="head") gen "On your professor's cock?" ("angry", xpos="far_left", ypos="head") @@ -1439,12 +1439,12 @@ label ball_ending_E2: with hpunch show her_ball sex h1 mouth_none eyes_stare brows_none blush_b1 lashes_none tears_t2 spank_none as cg - her "*AAAAAAAhH*!" + her "{shake}*AAAAAAAhH*!{/shake}" her "Yes!!! Yeeees! Ah!" show her_ball sex h1 mouth_open_tongue1 eyes_stare brows_b1 blush_b1 lashes_none tears_t2 spank_none as cg her "Fuck me [name_genie_hermione]! Fuck me harder!!!" gen "*Grh*! Harder than this, whore?!" ("angry", xpos="far_left", ypos="head") - gen "!!!" ("angry", xpos="far_left", ypos="head") + gen "{shake}!!!{/shake}" ("angry", xpos="far_left", ypos="head") gen "Crap! Someone's coming!" ("angry", xpos="far_left", ypos="head") show her_ball sex h1 mouth_none eyes_stare brows_none blush_b1 lashes_none tears_t2 spank_none as cg her "No, sir, not yet. But if you keep spanking me--" @@ -1455,7 +1455,7 @@ label ball_ending_E2: # Students join show her_ball sex h1 mouth_open1 eyes_stare brows_none blush_b1 lashes_none tears_t1 spank_none guy2_pose1 as cg sly1 "Well, well, well... What do we have here?" - her "!!!" + her "{shake}!!!{/shake}" sly1 "I thought it could be you, Gryffindor filth..." sly1 "Moaning like a whore..." sly1 "Getting fucked by... Oh..." @@ -1502,7 +1502,7 @@ label ball_ending_E2: with hpunch show her_ball sex h1 mouth_open1 eyes_dead brows_none blush_b1 lashes_none tears_none spank_none guy2_pose1 spit_on_face -spit_guy_face as cg - her "!!!" + her "{shake}!!!{/shake}" gen "There you go!" ("base", xpos="far_left", ypos="head") sly2 "*Ha-ha-ha*! Nice one! Look at her stupid face!" show her_ball sex h1 mouth_open1 eyes_stare brows_b1 blush_b1 lashes_none tears_none spank_none guy2_pose1 spit_on_face as cg @@ -1690,7 +1690,7 @@ label ball_ending_E2: pause .1 hide screen white show her_ball sex h1 mouth_none eyes_dead brows_b1 blush_b1 lashes_none tears_none spank_none guy2_pose2 spit_on_face guy1_bj1 as cg - her "{size=+7}*gobble*?!?{/size}" + her "{size=+7}*Gobble*?!?{/size}" show her_ball sex h1 mouth_none eyes_closed brows_b1 blush_b1 lashes_none tears_none spank_none guy2_pose2 spit_on_face guy1_bj1 as cg play sound "sounds/gulp.ogg" her "{size=+5}*Gulp-gulp-gulp-gulp*!{/size}" @@ -1725,7 +1725,7 @@ label ball_ending_E2: show her_ball sex h1 mouth_open1 eyes_none brows_b1 blush_b1 lashes_l1 tears_none spank_none guy2_pose2 spit_on_body spit_on_face as cg her "You worthless... slythe--" show her_ball sex h1 mouth_none eyes_down brows_b1 blush_b1 lashes_l1 tears_none spank_none guy2_pose2 -spit_on_body spit_on_face guy1_bj3 as cg - her "!!?" + her "{shake}!!?{/shake}" show her_ball sex h1 mouth_none eyes_closed brows_b1 blush_b1 lashes_l1 tears_none spank_none guy2_pose2 spit_on_face guy1_bj3 as cg her "*Slurp*! *Slurp*! *Slurp*!" sly1 "Yes! Yes, you mudblood filth! Suck my cock! Suck it!" @@ -1787,7 +1787,7 @@ label ball_ending_E2: hide screen white with hpunch show her_ball sex h1 mouth_none eyes_dead brows_b1 blush_b1 lashes_l1 tears_none spank_none guy2_pose2 spit_on_face guy1_bj3 sperm_cum_nose as cg - her "{size=+7}*gobble*?!?{/size}" + her "{size=+7}*Gobble*?!?{/size}" sly1 "{size=+5}Yes, yes! Swallow it all!!!{/size}" # Swallowing cum @@ -1817,12 +1817,12 @@ label ball_ending_E2: her "{size=+3}No! I am already cumming... Stop!{/size}" sly1 "*Heh*... Hermione Granger... What a whore!" sly2 "Yeah! Nothing but a mudblood cunt!" - her "{size=+9}AAAAAH!!!!!{/size}" - her "{size=+3}Yes! I'm a whore! I'm a whore!{/size}" + her "{shake}AAAAAH!!!!!{/shake}" + her "{shake}}Yes! I'm a whore! I'm a whore!{/shake}" sly1 "She even admits it!" sly2 "I don't think I can last much longer!" sly1 "Me neither!" - sly2 "*ARGH*!" + sly2 "{shudder}*ARGH*!{/shudder}" show screen white pause.1 @@ -1867,11 +1867,11 @@ label ball_ending_E2: show her_ball sex h1 mouth_none eyes_closed brows_none blush_b1 lashes_l1 tears_t2 spank_none guy2_pose2 spit_on_body spit_on_face sperm_dudes_cum3 sperm_bukkake as cg call ctc - her "{size=+4}I'm cumming!{/size}" + her "{shake}I'm cumming!{/shake}" gen "Well, don't mind if I do!" ("base", xpos="far_left", ypos="head") show her_ball sex h1 mouth_none eyes_happycl brows_none blush_b1 lashes_l1 tears_t2 spank_none guy2_pose2 spit_on_body spit_on_face sperm_dudes_cum3 sperm_bukkake as cg her "{size=+3}No professor, I............!{/size}" - gen "*Argh*!" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Argh*!{/shudder}" ("angry", xpos="far_left", ypos="head") show screen white pause.1 @@ -2147,7 +2147,7 @@ label ball_ending_E2: her @ cheeks blush "Of course sir..." ("base", "narrow", "base", "mid_soft") gen "*Huh*?" ("base", xpos="far_left", ypos="head") her @ cheeks blush "Just make sure you don't hit my dress, alright?" ("open_tongue", "narrow", "worried", "mid_soft") - gen "*Growl*!" ("angry", xpos="far_left", ypos="head") + gen "{shake}*Growl*!{/shake}" ("angry", xpos="far_left", ypos="head") gen "Come here, whore!" ("angry", xpos="far_left", ypos="head") gen "Suppose I might as well fuck you one last time!" ("angry", xpos="far_left", ypos="head") her "(One last time?)" ("upset", "base", "base", "mid") @@ -2170,18 +2170,18 @@ label ball_ending_E2: gen "*Hmm*? Your pussy..." ("base", xpos="far_left", ypos="head") gen "It's dripping wet, girl." ("base", xpos="far_left", ypos="head") show her_ball sex h1 mouth_smile1 eyes_down brows_none blush_b1 lashes_none as cg - her "*Ah*...{heart} It is, sir?" + her "{bounce}*Ah*...{/bounce}{heart} It is, sir?" her "That's probably from before..." gen "From before?" ("base", xpos="far_left", ypos="head") gen "You mean when you were choking on my cock?" ("base", xpos="far_left", ypos="head") - her "*Ah*...{heart} Yes, sir..." + her "{bounce}*Ah*...{/bounce}{heart} Yes, sir..." gen "Did it make you cum?" ("base", xpos="far_left", ypos="head") show her_ball sex h1 mouth_open1 eyes_closed brows_none blush_b1 lashes_none as cg her "A little..." gen "Well, you're just precious then, aren't you?" ("base", xpos="far_left", ypos="head") - her "*Ah*......" + her "{bounce}*Ah*......{/bounce}" gen "Aren't you, whore?!" ("base", xpos="far_left", ypos="head") - her "*Ah*... Whatever you say, sir." + her "{bounce}*Ah*...{/bounce} Whatever you say, sir." gen "Yes, you are precious, you slut!" ("base", xpos="far_left", ypos="head") show her_ball sex h1 mouth_smile1 eyes_closed brows_none blush_b1 lashes_none as cg her "............." @@ -2225,7 +2225,7 @@ label ball_ending_E2: with hpunch show her_ball sex h1 mouth_none eyes_dead brows_b1 blush_b1 lashes_none tears_t1 as cg - her "*Ah*..." + her "{shudder}*Ah*...{/shudder}" gen "Yes, you're liking this, aren't you?!" ("base", xpos="far_left", ypos="head") show her_ball sex h1 mouth_smile1 eyes_happycl brows_b1 blush_b1 lashes_none tears_none as cg her ".............." @@ -2300,12 +2300,12 @@ label ball_ending_E2: call hide_blktone_top show her_ball sex h1 mouth_open1 eyes_wide brows_none blush_b1 lashes_none tears_t1 spank_s1 as cg - her "!!!" + her "{shake}!!!{/shake}" her "The dance! I completely forgot!!!" show her_ball sex h1 mouth_open1 eyes_up brows_none blush_b1 lashes_none tears_t1 spank_s1 as cg her "Sir, excuse me, but you have to let me go..." - gen "*Ah*... Your pussy is something else!" ("angry", xpos="far_left", ypos="head") - her "Sir-- *Ah*...{w=0.3} I am serious." + gen "{bounce}*Ah*...{/bounce} Your pussy is something else!" ("angry", xpos="far_left", ypos="head") + her "Sir--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.3} I am serious." her "As the queen, I am expected to lead the dance." gen "Yes... Like that, just like that... Oh, yes..." ("angry", xpos="far_left", ypos="head") show her_ball sex h1 mouth_open1 eyes_up brows_b1 blush_b1 lashes_none tears_t1 spank_s1 as cg @@ -2329,7 +2329,7 @@ label ball_ending_E2: pause.3 # Insertion - her @ cheeks blush tears soft "*Ah*..." ("open", "wide", "worried", "stare", ypos="head", flip=False) + her @ cheeks blush tears soft "{bounce}*Ah*...{/bounce}" ("open", "wide", "worried", "stare", ypos="head", flip=False) her @ cheeks blush "Sir, no. You must listen to me--" ("open_tongue", "narrow", "worried", "mid_soft") play sound "sounds/gltch.ogg" with hpunch @@ -2357,12 +2357,12 @@ label ball_ending_E2: her "!!!............" gen "That's right, you slut. Keep quiet!" ("angry", xpos="far_left", ypos="head") show her_ball sex h2 mouth_open_tongue2 eyes_none brows_none blush_b2 lashes_none tears_none as cg - her "*Ah*... *Blah*..." + her "{bounce}*Ah*...{/bounce} *Blah*..." gen "Your butthole... It's so damn tight..." ("angry", xpos="far_left", ypos="head") show her_ball sex h2 mouth_open_tongue2 eyes_none brows_none blush_b2 lashes_none tears_none spit_on_body as cg - her "*Ah*... *Blah*... *Ah*..." + her "{bounce}*Ah*...{/bounce} *Blah*... {bounce}*Ah*...{/bounce}" gen "You are drooling all over my hand, you nasty slut!" ("angry", xpos="far_left", ypos="head") - her "*Ah*... *Blah-blhah*... *Ah*... *Bla-ah*..." + her "{bounce}*Ah*...{/bounce} *Blah-blhah*... {bounce}*Ah*...{/bounce} *Bla-ah*..." call blktone_top stop music fadeout 1.0 @@ -2376,19 +2376,19 @@ label ball_ending_E2: play music "music/Brandenburg No4-1 BWV1049 Kevin-McKleod.ogg" fadein 1 fadeout 1 if_changed gen "Don't you worry about missing out on your dance, whore." ("base", xpos="far_left", ypos="head") gen "We will do a little bit of dancing of our own..." ("base", xpos="far_left", ypos="head") - her "*Ah*..." + her "{bounce}*Ah*...{/bounce}" gen "Yes, this year's ball queen is performing a complicated pirouette with a dick buried deep in her tiny asshole!" ("base", xpos="far_left", ypos="head") show her_ball sex h1 mouth_open_tongue2 eyes_stare brows_none blush_b1 lashes_l1 tears_none spit_on_body as cg - her "*Ah*... I am--{w=0.2} *Ahh*..." + her "{bounce}*Ah*...{/bounce} I am--{w=0.2} {bounce}*Ahh*...{/bounce}" gen "Did you say something, your majesty?" ("base", xpos="far_left", ypos="head") - her "*Ah*... I am the autumn ball queen... *ah*..." + her "{bounce}*Ah*...{/bounce} I am the autumn ball queen... {bounce}*Ah*...{/bounce}" gen "Well of course you are!" ("base", xpos="far_left", ypos="head") gen "But you're also a whore!" ("base", xpos="far_left", ypos="head") her "I'm a whore..." show her_ball sex h1 mouth_open_tongue2 eyes_stare brows_b1 blush_b1 lashes_l1 tears_none spit_on_body as cg her "{size=+7}I'm a whore!!!{/size}" show her_ball sex h1 mouth_open_tongue2 eyes_stare brows_none blush_b1 lashes_none tears_none spit_on_body as cg - her "{size=+10}I'm a whoooooooore!!!{/size}" + her "{shake}I'm a whoooooooore!!!{/shake}" gen "Yes you are!" ("angry", xpos="far_left", ypos="head") play sound "sounds/slap_02.ogg" @@ -2418,7 +2418,7 @@ label ball_ending_E2: her "{size=+5} I'm cumming!!!{/size}" with hpunch - gen "*Argh*! My cock!" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Argh*!{/shudder} My cock!" ("angry", xpos="far_left", ypos="head") show her_ball sex h1 mouth_none eyes_dead brows_b1 blush_b1 lashes_none tears_none spit_on_body as cg her "{size=+10}I'M CUMMING! I'm a whore!{/size}" gen "I can't fucking move it anymore!" ("angry", xpos="far_left", ypos="head") @@ -2476,7 +2476,7 @@ label ball_ending_E2: her "{size=+5}I'm a slut!!!{/size}" gen "Yes you are!" ("angry", xpos="far_left", ypos="head") gen "*Ah*... I think I am getting close myself..." ("angry", xpos="far_left", ypos="head") - gen "*Argh*!" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Argh*!{/shudder}" ("angry", xpos="far_left", ypos="head") menu: "-Cum inside Hermione's pussy-": @@ -2504,7 +2504,7 @@ label ball_ending_E2: gen "*Argh*! Yes!" ("angry", xpos="far_left", ypos="head") show her_ball sex h1 mouth_none eyes_up brows_none blush_b1 lashes_l1 tears_none spit_on_body mascara_m1 sperm_cum_pussy sperm_cum_extra as cg - her "{size=+5}It's filling me up! It's filling me up!!!{/size}" + her "{hearts}It's filling me up! It's filling me up!!!{hearts}" gen "Yes! You whore! I'll pump your witch cunt full of my cum!" ("angry", xpos="far_left", ypos="head") show her_ball sex h1 mouth_open_tongue2 eyes_wide brows_none blush_b1 lashes_l1 tears_none spit_on_body mascara_m1 sperm_cum_pussy sperm_cum_extra as cg @@ -2515,7 +2515,7 @@ label ball_ending_E2: show her_ball sex h1 mouth_none eyes_up brows_none blush_b1 lashes_l1 tears_none spit_on_body mascara_m1 sperm_cum_pussy sperm_cum_extra as cg her "{size=+5}I'm sorry! Your whore is sorry!!!!{/size}" gen "Yes! Much better!" ("angry", xpos="far_left", ypos="head") - gen "*Ah*......." ("angry", xpos="far_left", ypos="head") + gen "{bounce}*Ah*.......{/bounce}" ("angry", xpos="far_left", ypos="head") "-Cum inside Hermione's butt-": $ states.her.status.anal_creampie = True @@ -2526,13 +2526,13 @@ label ball_ending_E2: play sound "sounds/gltch.ogg" pause.5 - her "*Ah*..." + her "{shudder}*Ah*...{/shudder}" play sound "sounds/plop.ogg" with hpunch with kissiris show her_ball sex h1 mouth_open1 eyes_stare brows_b1 blush_b1 lashes_l1 tears_none spit_on_body mascara_m1 as cg - her "{size=+10}*AAaaaahhhhh*!!!{/size}" + her "{shake}*AAaaaahhhhh*!!!{/shake}" her "{size=+5}It's in my butthole again!{/size}" show her_ball sex h1 mouth_open1 eyes_up brows_b1 blush_b1 lashes_l1 tears_none spit_on_body mascara_m1 as cg her "{size=+5}No, sir, please! Don't cum in my butt!{/size}" @@ -2577,7 +2577,7 @@ label ball_ending_E2: gen "I know what you mean, girl." ("angry", xpos="far_left", ypos="head") gen "This was our most intense fucking session yet!" ("angry", xpos="far_left", ypos="head") her @ cheeks blush tears mascara_soft "Yes... I never knew I could..." ("silly", "narrow", "annoyed", "up") - her "orgasm so hard..." + her "Orgasm so hard..." her @ cheeks blush tears mascara_soft "Sir... That thing you wanted to discuss with me..." ("soft", "narrow", "annoyed", "up") gen "Yeah... You know what? I actually wrote you a little letter on the matter..." ("base", xpos="far_left", ypos="head") her @ cheeks blush tears mascara_soft "A letter?" ("open", "narrow", "worried", "mid_soft") @@ -2846,7 +2846,7 @@ Farewell, my little [word_03].{/size} stop music call ctc - dum3 "{size=+4}!!!{/size}" + dum3 "{shake}!!!{/shake}" her "Or would you rather see my pussy, sir?" ("scream", "base", "angry", "mid",emote="angry") her "" ("annoyed", "base", "angry", "mid") @@ -2854,10 +2854,10 @@ Farewell, my little [word_03].{/size} call ctc with hpunch - dum5 "{size=+7}*GHT*!!!{/size}" + dum5 "{shudder}*GHT*!!!{/shudder}" her "I am willing to do anything to get those points, sir!" - her "And I mean {size=+9}ANYTHING!!!{/size}" ("scream", "base", "angry", "mid",emote="angry", trans=hpunch) + her "And I mean {shake}ANYTHING!!!{/shake}" ("scream", "base", "angry", "mid",emote="angry", trans=hpunch) call her_walk("desk", "base", reduce=0.8) call blkfade diff --git a/game/scripts/events/ending_after.rpy b/game/scripts/events/ending_after.rpy index 288d90b0..4f90a921 100644 --- a/game/scripts/events/ending_after.rpy +++ b/game/scripts/events/ending_after.rpy @@ -21,7 +21,7 @@ label ending_after: show screen white pause .1 hide screen white - g14 "Everything!" with hpunch + g14 "{shake}Everything!{/shake}" with hpunch g14 "The...{w=0.4} The cosmic power is running through me!" g14 "I can see it...{w=0.4} The universe...{w=0.4} No...{w=0.4} Multiple universes... all around me." g14 "But...{w=0.4} Why?" @@ -31,7 +31,7 @@ label ending_after: hide screen white play sound "sounds/thunder_2.ogg" play background "sounds/pulse.ogg" - g15 "*ARGH*!" with hpunch + g15 "{shake}*ARGH*!{/shake}" with hpunch g15 "My form is being pulled in multiple directions!" g15 "If I don't get out of here I'll be torn apart!" stop background fadeout 4 @@ -147,11 +147,11 @@ label ending_after: gen "You seem a little bit tense... Just giving you a hand..." ("base", xpos="far_left", ypos="head") her @ cheeks blush "But... What if someone notices..." ("annoyed", "base", "base", "R") nar "Ignoring her pleas you begin rubbing your fingers between her thighs, not bothering to be discreet." - her @ cheeks blush "*Ah*...{w} Sir..." ("open", "happyCl", "base", "mid") + her @ cheeks blush "{bounce}*Ah*...{/bounce}{w=0.4} Sir..." ("open", "happyCl", "base", "mid") nar "As you move your hand higher up her thighs, Hermione's breathing quickens and a wetness begins to spread across the side of your hand, her legs shaking slightly as she tries to keep it together." her @ cheeks blush "Sir...{w=0.4} I..." ("open", "happyCl", "base", "down") nar "With the music soon coming to a close, you shift your hand and begin stroking against her vagina with even more vigour than before." - her @ cheeks blush "Sir...{w=0.3} *Ah*...{w=0.5} they'll...{w=0.2} they'll hear me..." ("mad", "happyCl", "base", "L") + her @ cheeks blush "Sir...{w=0.3} {bounce}*Ah*...{/bounce}{w=0.5} they'll...{w=0.2} they'll hear me..." ("mad", "happyCl", "base", "L") gen "You better \"come\" quietly then..." ("base", xpos="far_left", ypos="head") her @ cheeks blush "Sir... this isn't the time for..." ("open", "happyCl", "base", "mid") nar "As the music reaches its peak, Hermione moves one of her hands off your back and puts it against her mouth to quickly try and stifle herself." @@ -160,12 +160,12 @@ label ending_after: with kissiris stop music fadeout 6 #It's a bit sudden and quiet but not sure what to do instead nar "Hermione shudders in your arms and then quickly lets go as the music comes to an end." - her @ cheeks blush "*Ah*...{w=0.8}*Ah*...{w=0.8}*Ah*..." ("soft", "happyCl", "base", "mid") + her @ cheeks blush "{bounce}*Ah*...{w=0.8}*Ah*...{w=0.8}*Ah*...{/bounce}" ("soft", "happyCl", "base", "mid") nar "With a quick glance towards the doorway, you notice some Slytherin students have blocked it with their backs towards you." gen "You look tired girl, you'd better pull yourself together..." ("base", xpos="far_left", ypos="head") - her @ cheeks blush "Yes...{w=0.3} *Ah*...{w=0.6} I just need to...{w=0.3} catch my breath..." ("open", "squint", "worried", "L") + her @ cheeks blush "Yes...{w=0.3} {bounce}*Ah*...{/bounce}{w=0.6} I just need to...{w=0.3} catch my breath..." ("open", "squint", "worried", "L") gen "Perhaps sooner rather than later, the music has stopped..." ("base", xpos="far_left", ypos="head") - her @ cheeks blush "Oh...{w=0.3} *Ah*...{w=0.3} I didn't even notice..." ("open", "happy", "worried", "mid") + her @ cheeks blush "Oh...{w=0.3} {bounce}*Ah*...{/bounce}{w=0.3} I didn't even notice..." ("open", "happy", "worried", "mid") nar "Hermione moves to stand up but stumbles as she tries to compose herself..." nar "As she gets on her feet, she looks up and notices the backs of the Slytherins in the doorway. She spins around to look at you, a red colour quickly spreading across her cheeks." her @ cheeks blush "I...{w=0.3} I think I'd better head off to bed then..." ("mad", "squint", "base", "stare_soft") #Worried #Sheepish looking @@ -244,7 +244,7 @@ label ending_after: gen "I mean, I was leaving and all that--" ("base", xpos="far_left", ypos="head") sna "No...{w=0.4} Even that being the case... I did mean it...{w=0.4} good ones are hard to come by." ("snape_24") gen "Well... even if you didn't mean it, I bet you ain't never had a friend like me." ("grin", xpos="far_left", ypos="head") - sna "Ain't that true...{w=0.3}" ("snape_45") + sna "Ain't that true..." ("snape_45") sna "So...{w=0.4} You're staying then?" ("snape_46") gen "Can't just leave in the middle of the school year, can I? What kind of headmaster would do that?" ("grin", xpos="far_left", ypos="head") sna "Is that so..." ("snape_47") diff --git a/game/scripts/events/final_events.rpy b/game/scripts/events/final_events.rpy index 85aa831b..704dd735 100644 --- a/game/scripts/events/final_events.rpy +++ b/game/scripts/events/final_events.rpy @@ -348,15 +348,15 @@ label ball_quest_E1: pause 0.5 - her @ cheeks blush "*Ah*..." ("open", "squint", "worried", "R") + her @ cheeks blush "{bounce}*Ah*...{/bounce}" ("open", "squint", "worried", "R") gen "Ni-i-i-ce!" ("grin", xpos="far_left", ypos="head") play background "sounds/slickloop.ogg" fadein 2 - her @ cheeks blush "*mmmh*..." ("open", "happyCl", "worried", "R") + her @ cheeks blush "*Mmmh*..." ("open", "happyCl", "worried", "R") pause 0.4 her @ cheeks blush "" ("soft", "closed", "base", "R") pause 0.4 call ctc - her @ cheeks blush tears soft "*Sob*!" ("soft", "squint", "worried", "R_soft") + her @ cheeks blush tears soft "{bounce}*Sob*!{/bounce}" ("soft", "squint", "worried", "R_soft") gen "*Huh*?" ("base", xpos="far_left", ypos="head") her @ cheeks blush tears crying "Oh, please,{w=0.4} don't mind me, [name_genie_hermione]." ("open", "base", "base", "R") her @ cheeks blush tears soft "Just enjoy the... {w=0.5}The view..." ("upset", "happy", "base", "R") @@ -366,19 +366,19 @@ label ball_quest_E1: # Hand down $ hermione.set_pose(None) - her @ cheeks blush tears crying_blink "*Sob*! No, [name_genie_hermione]... *Sob*!..." ("angry", "happyCl", "worried", "mid") - her @ cheeks blush tears crying "I... I enjoy touching myself...{w=0.5} In front of my headmaster, *SOB*!" ("angry", "squint", "worried", "R_soft") + her @ cheeks blush tears crying_blink "{bounce}*Sob*!{/bounce} No, [name_genie_hermione]... {bounce}*Sob*!...{/bounce}" ("angry", "happyCl", "worried", "mid") + her @ cheeks blush tears crying "I... I enjoy touching myself...{w=0.5} In front of my headmaster, {bounce}*SOB*!{/bounce}" ("angry", "squint", "worried", "R_soft") # Hands on pussy, breast $ hermione.set_pose("hand_on_pussy_and_breast") play background "sounds/slickloop.ogg" fadein 2 - her @ cheeks blush "*Ah*..." ("open", "squint", "worried", "R") - her @ cheeks blush tears messy "These...{w=0.4} *Ah*...{w=0.5} Are happy tears, [name_genie_hermione]." ("open", "narrow", "low", "R") - her @ cheeks blush tears messy "I...{w=0.5} *Ah*...{w=0.5}... I'm sorry...{w=0.5} I can't help it! *Sob*!" ("angry", "happyCl", "worried", "mid_soft") + her @ cheeks blush "{bounce}*Ah*...{/bounce}" ("open", "squint", "worried", "R") + her @ cheeks blush tears messy "These...{w=0.4} {bounce}*Ah*...{/bounce}{w=0.5} Are happy tears, [name_genie_hermione]." ("open", "narrow", "low", "R") + her @ cheeks blush tears messy "I...{w=0.5} {bounce}*Ah*...{/bounce}{w=0.5}... I'm sorry...{w=0.5} I can't help it! {bounce}*Sob*!{/bounce}" ("angry", "happyCl", "worried", "mid_soft") gen "Are you sure that you are okay with this?" ("base", xpos="far_left", ypos="head") - her @ cheeks blush tears messy "Yes...{w=0.4} *Ah*...{w=0.5} Yes, sir, please.... *Sob*!" ("soft", "squint", "worried", "mid") - her @ cheeks blush tears messy "Please keep looking as I...{w=0.3} Pleasure myself, *Sob*!" ("open", "narrow", "base", "mid_soft") + her @ cheeks blush tears messy "Yes...{w=0.4} {bounce}*Ah*...{/bounce}{w=0.5} Yes, sir, please.... {bounce}*Sob*!{/bounce}" ("soft", "squint", "worried", "mid") + her @ cheeks blush tears messy "Please keep looking as I...{w=0.3} Pleasure myself, {bounce}*Sob*!{/bounce}" ("open", "narrow", "base", "mid_soft") her @ cheeks blush tears messy "" ("open", "narrow", "angry", "stare_soft") pause.2 @@ -387,27 +387,27 @@ label ball_quest_E1: her @ cheeks blush tears messy "[name_genie_hermione], I am begging you!" ("soft", "narrow", "angry", "mid") gen "Kind of sounds like an order--" ("base", xpos="far_left", ypos="head") play background "sounds/slickloopfast.ogg" - her @ cheeks blush tears messy "I need it!" ("open", "narrow", "worried", "up_soft") + her @ cheeks blush tears messy "{shake}I need it!{/shake}" ("open", "narrow", "worried", "up_soft") her @ cheeks blush tears messy "... I need to shamelessly present my naked body before you like this!" ("soft", "narrow", "base", "up_soft") with hpunch gen ".............?" ("base", xpos="far_left", ypos="head") - her @ cheeks blush tears messy "I need to feel this embarrassment and humiliation! *SOB*!" ("silly", "narrow", "angry", "dead") + her @ cheeks blush tears messy "I need to feel this embarrassment and humiliation! {bounce}*SOB*!{/bounce}" ("silly", "narrow", "angry", "dead") play background "sounds/slickloopveryfast.ogg" her @ cheeks blush tears messy "The fate of the \"Autumn ball\" depends on this..." ("silly", "base", "worried", "mid_soft") her "So... [name_genie_hermione], please..." her @ cheeks blush tears messy "Keep looking at my naked breasts, and my pussy..." ("silly", "narrow", "worried", "mid") her "Look at me, as I get wet for you..." - her @ cheeks blush tears messy "*mmmh*..." ("open", "happyCl", "worried", "R") #disgusted #blushing + her @ cheeks blush tears messy "*Mmmh*..." ("open", "happyCl", "worried", "R") #disgusted #blushing call ctc with hpunch - her @ cheeks blush tears messy "*Ah*...{w=0.5} Yes! Make my skin burn with shame, [name_genie_hermione]... *Sob*!" ("open", "narrow", "base", "up") + her @ cheeks blush tears messy "{bounce}*Ah*...{/bounce}{w=0.5} Yes! Make my skin burn with shame, [name_genie_hermione]... {bounce}*Sob*!{/bounce}" ("open", "narrow", "base", "up") gen "*Ehm*... Right... Okay..." ("base", xpos="far_left", ypos="head") gen "Listen, I think this will do..." ("base", xpos="far_left", ypos="head") play background "sounds/slickloop.ogg" fadein 2 - her @ cheeks blush tears messy "*Ah*...{w=0.5} Are you sure, [name_genie_hermione]?" ("open", "narrow", "base", "mid") + her @ cheeks blush tears messy "{bounce}*Ah*...{/bounce}{w=0.5} Are you sure, [name_genie_hermione]?" ("open", "narrow", "base", "mid") her @ cheeks blush tears messy "Are you sure that you've humiliated me enough, [name_genie_hermione]?" ("base", "narrow", "worried", "mid_soft") gen "...................." ("base", xpos="far_left", ypos="head") gen "(Is she getting off from this, or is she being sarcastic? I don't get it...)" ("base", xpos="far_left", ypos="head") @@ -484,7 +484,7 @@ label ball_quest_E2: sna "You appointed {b}that{/b} girl as the head of the \"Autumn Ball Organization Committee\"?!!" ("snape_01") gen "I'm guessing that's bad?" ("base", xpos="far_left", ypos="head") - sna "Bad?{w} {size=+5}BAD?!{/size}" ("snape_10") + sna "Bad?{w} {shake}}BAD?!{/shake}" ("snape_10") sna "{size=+5}That's a catastrophe!{/size}" ("snape_15") sna "Last year's ball was completely horrible!" ("snape_16") gen "Was it? I heard differently..." ("base", xpos="far_left", ypos="head") @@ -564,14 +564,14 @@ label ball_quest_E3: gen "Those inconsiderate bastards!" ("base", xpos="far_left", ypos="head") her @ tears soft "Are you making fun of me [name_genie_hermione]?" ("mad", "base", "worried", "mid") gen "Can you blame me?" ("base", xpos="far_left", ypos="head") - her @ cheeks blush tears soft "I will become the laughingstock of Hogwarts! *Sob*!" ("clench", "base", "worried", "mid") - her @ cheeks blush tears crying "My reputation is as good as ruined! *Sob*!" ("angry", "narrow", "base", "dead") + her @ cheeks blush tears soft "I will become the laughingstock of Hogwarts! {bounce}*Sob*!{/bounce}" ("clench", "base", "worried", "mid") + her @ cheeks blush tears crying "My reputation is as good as ruined! {bounce}*Sob*!{/bounce}" ("angry", "narrow", "base", "dead") gen "Seriously? After all the favours you've sold me, you care about a thing like this?" ("base", xpos="far_left", ypos="head") her @ cheeks blush tears crying "Wearing the same dress to the \"Autumn Ball\" for two years in a row would be more humiliating than any favour I sold you so far, [name_genie_hermione]." ("shock", "narrow", "base", "down") with hpunch gen "You've gotta be kidding me..." ("angry", xpos="far_left", ypos="head") her @ cheeks blush tears messy "Oh, you wouldn't understand..." ("angry", "squint", "base", "mid") - her @ cheeks blush tears messy "You're just like my father!" ("scream", "base", "angry", "mid") + her @ cheeks blush tears messy "{shake}You're just like my father!{/shake}" ("scream", "base", "angry", "mid") gen "I beg your pardon?" ("base", xpos="far_left", ypos="head") her @ cheeks blush tears messy "I mean... *Ehm*..." ("open", "wide", "worried", "stare") her "Forgive me [name_genie_hermione]..." @@ -631,7 +631,7 @@ label ball_quest_E4: her "I spent countless hours organising the event..." ("normal", "happyCl", "worried", "mid") her @ tears soft "I worked so hard... And..." ("open", "base", "worried", "mid") her @ cheeks blush tears soft "And now I will not even be able to...{w=0.3} To...{w=0.4} *Sob*!" ("shock", "base", "base", "R") - her @ cheeks blush tears crying "To... *SOB*!" ("shock", "narrow", "base", "down") + her @ cheeks blush tears crying "To... {bounce}*SOB*!{/bounce}" ("shock", "narrow", "base", "down") her @ cheeks blush tears messy "Excuse me [name_genie_hermione]!" ("angry", "squint", "base", "mid") hide hermione_main hide screen bld1 @@ -676,8 +676,8 @@ label ball_quest_E5: play music "music/Chipper Doodle v2.ogg" fadein 1 if_changed # HERMIONE'S THEME. her @ tears soft "[name_genie_hermione]!" ("angry", "base", "base", "mid") gen "What? What happened? Don't tell me it's the wrong colour or something!" ("angry", xpos="far_left", ypos="head") - her @ tears soft "It's perfect, [name_genie_hermione]...*sob*!" ("angry", "base", "base", "mid") - her "It's perfect... *Sob*!... I love it." + her @ tears soft "It's perfect, [name_genie_hermione]...{bounce}*sob*!{/bounce}" ("angry", "base", "base", "mid") + her "It's perfect... {bounce}*Sob*!...{/bounce} I love it." gen "You sure don't look like it..." ("base", xpos="far_left", ypos="head") her "I am sorry, [name_genie_hermione]... *Sob*!" her @ cheeks blush tears soft "I... I am just..." ("clench", "base", "worried", "mid") @@ -696,10 +696,10 @@ label ball_quest_E5: her @ cheeks blush tears messy "I'm sorry, [name_genie_hermione]. I'm such a mess..." ("angry", "squint", "base", "mid") her @ cheeks blush tears crying "But this is so unexpected..." ("shock", "narrow", "base", "down") her "You made me so happy, [name_genie_hermione]... *sob*!" - her @ cheeks blush tears messy "Thank you [name_genie_hermione]! *SOB*! Thank you! *SOB*!" ("angry", "squint", "base", "mid") + her @ cheeks blush tears messy "Thank you [name_genie_hermione]! {bounce}*SOB*!{/bounce} Thank you! {bounce}*SOB*!{/bounce}" ("angry", "squint", "base", "mid") gen "Well... *Err*... There, there..." ("base", xpos="far_left", ypos="head") gen "Better stop crying before you stain that new dress of yours..." ("base", xpos="far_left", ypos="head") - her @ cheeks blush tears messy "My new dress! *SOB*!" ("scream", "happyCl", "worried", "mid") + her @ cheeks blush tears messy "My new dress! {bounce}*SOB*!{/bounce}" ("scream", "happyCl", "worried", "mid") gen "Alright, you know what? Just get out of my office." ("base", xpos="far_left", ypos="head") gen "Just take your dress and leave." ("base", xpos="far_left", ypos="head") her @ cheeks blush tears messy "Of course... I am sorry, [name_genie_hermione]!" ("angry", "squint", "base", "mid") diff --git a/game/scripts/events/map.rpy b/game/scripts/events/map.rpy index dcaa3a0b..b7ae26d3 100644 --- a/game/scripts/events/map.rpy +++ b/game/scripts/events/map.rpy @@ -29,7 +29,7 @@ label map_attic: play sound "sounds/door.ogg" nar "After unlocking the door, you're presented with a dusty room filled with random junk and knick-knacks." play sound "sounds/cough_male.ogg" - gen "...*Cough* *Cough*..." ("open", xpos="far_left", ypos="head") + gen "{shake}*Cough* *Cough*{/shake}" ("open", xpos="far_left", ypos="head") gen "This room is just filled with random junk and knick-knacks!" ("angry", xpos="far_left", ypos="head") gen "(So now what... Am I supposed to take a piece of something and use with this scroll?)" ("base", xpos="far_left", ypos="head") gen "(I don't even know what the scroll is supposed to do, how am I going to find what it wants me to use!)" ("base", xpos="far_left", ypos="head") diff --git a/game/scripts/minigames/cardgame/_snape_card_game_.rpy b/game/scripts/minigames/cardgame/_snape_card_game_.rpy index cfa336d2..b2513db6 100644 --- a/game/scripts/minigames/cardgame/_snape_card_game_.rpy +++ b/game/scripts/minigames/cardgame/_snape_card_game_.rpy @@ -49,7 +49,7 @@ label snape_duel_menu: sna "..." if states.sna.level < 30: - sna "no..." ("snape_03") + sna "No..." ("snape_03") gen "Why not?" ("angry", xpos="far_left", ypos="head") gen "What if we did a game as a part of a wager?" ("base", xpos="far_left", ypos="head") sna "A wager..." ("snape_09")