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/events/intro.rpy b/game/scripts/characters/astoria/events/intro.rpy index 7894b22d..b05ee083 100644 --- a/game/scripts/characters/astoria/events/intro.rpy +++ b/game/scripts/characters/astoria/events/intro.rpy @@ -272,15 +272,15 @@ label astoria_intro_E2_hermione: gen "I-- *Uhm*...{w} She thought maybe you could be of help finding her?" ("base", xpos="far_left", ypos="head") her "Of course, Sir." ("base", "happyCl", "base", "mid") gen "Apparently a student got hit by an \"unforgivable curse\" here at the school." ("base", xpos="far_left", ypos="head") - her "AN unforgivable CURSE!!!" ("scream", "wide", "base", "stare", trans=hpunch) + her "{shake}AN unforgivable CURSE!!!{/shake}" ("scream", "wide", "base", "stare", trans=hpunch) her "AT our school?!" ("shock", "wide", "base", "mid") her "SOMEONE COULD BE DEAD!" ("scream", "wide", "base", "R") her "OR TORTURED!!" ("disgust", "happyCl", "worried", "mid") her "OR WORSE!!!" ("angry", "squint", "worried", "mid") her "Exp--" ("disgust", "base", "worried", "stare") gen "Expelled?" ("base", xpos="far_left", ypos="head") - her "Exploited!" ("angry", "squint", "worried", "mid") - gen "really?" ("base", xpos="far_left", ypos="head") + her "{shake}Exploited!{/shake}" ("angry", "squint", "worried", "mid") + gen "Really?" ("base", xpos="far_left", ypos="head") her "Those are the only things that can happen with an unforgivable curse, [name_genie_hermione]!" ("open", "base", "worried", "mid") gen "Of course... I'm just making sure you were aware of them..." ("base", xpos="far_left", ypos="head") gen "So, how does it work exactly?" ("base", xpos="far_left", ypos="head") @@ -288,7 +288,7 @@ label astoria_intro_E2_hermione: gen "Yes... I need to make sure you've done your studies." ("base", xpos="far_left", ypos="head") her "Sir, It's one of the first lessons we ever received in defence against the dark arts." ("open", "closed", "base", "mid") gen "..." ("base", xpos="far_left", ypos="head") - her "*Sigh*... The curse lowers the target's inhibitions, making them more prone to follow the command, depending on the skill of the user casting it or their own mental resolve not to abide by the command." ("open", "closed", "base", "mid") + her "{bounce}*Sigh*{/bounce} The curse lowers the target's inhibitions, making them more prone to follow the command, depending on the skill of the user casting it or their own mental resolve not to abide by the command." ("open", "closed", "base", "mid") gen "You could've just said it's like a suggestion spell." ("base", xpos="far_left", ypos="head") her "Sorry?" gen "Never played D&D?" ("base", xpos="far_left", ypos="head") @@ -303,7 +303,7 @@ label astoria_intro_E2_hermione: her "So, how do you expect me to find out who did it?" ("soft", "base", "base", "R") gen "I'm certain that it's the work of another student..." ("base", xpos="far_left", ypos="head") gen "(or Snape has finally snapped...)" ("base", xpos="far_left", ypos="head") - gen "so I'll need you to go undercover to find out who cast it." ("base", xpos="far_left", ypos="head") + gen "So I'll need you to go undercover to find out who cast it." ("base", xpos="far_left", ypos="head") her @ cheeks blush "Really? You're depending on me to find a criminal within our school?" ("soft", "narrow", "base", "down") gen "If it's not too much troub--" ("base", xpos="far_left", ypos="head") her "I'd be honoured, [name_genie_hermione]!" ("scream", "closed", "base", "mid") @@ -585,7 +585,7 @@ label astoria_intro_E3: gen "You may leave..." ("base", xpos="far_left", ypos="head") her "..." ("annoyed", "narrow", "angry", "R") - ast "*cough*... {size=-4}mudblood...{/size}" ("annoyed", "narrow", "angry", "R", xpos="mid", ypos="base", trans=dissolve) + ast "*Cough*... {size=-4}mudblood...{/size}" ("annoyed", "narrow", "angry", "R", xpos="mid", ypos="base", trans=dissolve) her "*Tzzzs!*..." ("angry", "closed", "angry", "mid") if d_flag_01: her "I'll go {i}fetch{/i} professor Snape then..." ("annoyed", "narrow", "angry", "R") @@ -867,7 +867,7 @@ label nt_he_astoria_E1: ton "Some of them are very stuck-up and spoiled, for that reason." ("upset", "base", "base", "R") ton "It's quite the norm for most pure-blood families, actually." ("open", "closed", "base", "mid") gen "Get to the point..." ("base", xpos="far_left", ypos="head") - ton "*Sigh*" ("disgust", "base", "base", "down") + ton "{bounce}*Sigh*{/bounce}" ("disgust", "base", "base", "down") ton "One of the Greengrass' ancestors was put under a blood curse, and I fear that parts of this curse have trickled down through the generations and surfaced in Astoria." ("upset", "base", "worried", "mid") ton "Its original purpose was to bring down the family and make them appear weak in the eyes of the wizarding community." ("normal", "base", "base", "R") ton "Every now and then one of the family members would become frail and live a short life." ("normal", "closed", "worried", "mid") diff --git a/game/scripts/characters/astoria/events/spells/imperio_susan.rpy b/game/scripts/characters/astoria/events/spells/imperio_susan.rpy index bd70759d..03a7d123 100644 --- a/game/scripts/characters/astoria/events/spells/imperio_susan.rpy +++ b/game/scripts/characters/astoria/events/spells/imperio_susan.rpy @@ -119,7 +119,7 @@ label ag_se_imperio_sb_E1: call ast_chibi("wand",530,"base") ast "Is so that I could put a curse on you!" ("grin", "narrow", "angry", "mid", xpos="base", ypos="base") - sus "P-Put a curse on me?!!" ("open", "wide", "shocked", "stare", xpos="right", ypos="base") + sus "{shake}P-Put a curse on me?!!{/shake}" ("open", "wide", "shocked", "stare", xpos="right", ypos="base") call ast_chibi("wand_casting",530,"base") sus "No! Professor, do someth--" ("angry", "base", "base", "mid") @@ -127,7 +127,7 @@ label ag_se_imperio_sb_E1: # Astoria casts imperio. stop music fadeout 2.0 hide susan_main - ast "IMPERIO!" ("scream", "base", "angry", "mid") + ast "{shake}IMPERIO!{/shake}" ("scream", "base", "angry", "mid") scene onlayer dolls hide screen bld1 @@ -376,7 +376,7 @@ label ag_se_imperio_sb_E2: # Astoria casts imperio. stop music fadeout 2.0 hide susan_main - ast "IMPERIO!{w=0.8}{nw}" ("scream", "base", "angry", "mid", trans=hpunch) # Screams it even louder + ast "{shake}IMPERIO!{/shake}{w=0.8}{nw}" ("scream", "base", "angry", "mid", trans=hpunch) # Screams it even louder scene onlayer dolls hide screen bld1 @@ -391,7 +391,7 @@ label ag_se_imperio_sb_E2: play music "music/Under-the-Radar by PhobyAk.ogg" fadein 1 if_changed sus "..." ("soft", "happy", "shocked", "stare") - ast "*ha-ha-ha-ha!*" ("grin", "closed", "base", "mid") + ast "*Ha-ha-ha-ha!*" ("grin", "closed", "base", "mid") ast "Her face was priceless when you said milk duds..." ("grin", "base", "base", "L") gen "You liked that?" ("base", xpos="far_left", ypos="head") ast "Of course! Anything to bring Bessy here down a peg." ("smile", "base", "base", "L") @@ -667,7 +667,7 @@ label ag_se_imperio_sb_E3: # Astoria casts imperio. stop music fadeout 2.0 hide susan_main - ast "IMPERIO!{w=0.8}{nw}" ("scream", "base", "angry", "mid", trans=hpunch) + ast "{shake}IMPERIO!{/shake}{w=0.8}{nw}" ("scream", "base", "angry", "mid", trans=hpunch) scene onlayer dolls hide screen bld1 @@ -724,7 +724,7 @@ label ag_se_imperio_sb_E3: pause.8 nar "Susan's eyes drift down to her exposed chest." - sus "WHAT?!?!?" ("angry", "wide", "shocked", "down", trans=hpunch) + sus "{shake}WHAT?!?!?{/shake}" ("angry", "wide", "shocked", "down", trans=hpunch) sus @ cheeks blush "I'm so sorry, professor Dumbledore!" ("open", "wide", "worried", "stare") sus @ cheeks blush "I don't know what's come over me!" ("angry", "happyCl", "sad", "mid") ast "Maybe it's just because you're a nasty slut!" ("annoyed", "base", "base", "L") @@ -769,7 +769,7 @@ label ag_se_imperio_sb_E3: ast "Well seeing as how you asked..." ("open", "closed", "base", "mid") ast "Suzy, are you listening?" ("open", "narrow", "base", "L") - sus "yes..." ("soft", "narrow", "base", "stare") + sus "Yes..." ("soft", "narrow", "base", "stare") ast "I want you to crawl under the headmaster's desk." ("grin", "base", "base", "L") gen "I thought you didn't want her to suck me off?" ("base", xpos="far_left", ypos="head") ast "Shut it, and stop being so disgusting!" ("scream", "closed", "angry", "mid") @@ -791,7 +791,7 @@ label ag_se_imperio_sb_E3: call ctc ast "And you're not allowed to come out until I say so." ("open", "closed", "base", "mid") - sus "yes..." + sus "Yes..." ast "And if you actually are just a slut, then I want you to let that slut out! Show us that you really love it!" ("clench", "narrow", "base", "down") sus "...{w=0.4} Love it?" sus "I love it..." @@ -827,7 +827,7 @@ label ag_se_imperio_sb_E3: sus "Where am I?" ast "Don't you remember crawling under your headmaster's desk, begging him to jerk his nasty old cock for you?" ("open", "closed", "base", "mid") with hpunch - sus "WHAT?" + sus "{shake}WHAT?{/shake}" sus "I'd never do something like that!" ast "Really? Because it sure looks like you did..." ("grin", "base", "base", "R") sus "I--{w} I don't know why..." @@ -892,14 +892,14 @@ label ag_se_imperio_sb_E3: sus "Alright..." sus "{size=-5}I'm a...{/size} {size=-3}slut...{/size}" ast "*Hmm*... I'm not sure I heard anything. What about you, sir?" ("annoyed", "base", "base", "R") - gen "*Ah*...{w=0.3} almost..." ("base", xpos="far_left", ypos="head") + gen "{bounce}*Ah*...{/bounce}{w=0.3} almost..." ("base", xpos="far_left", ypos="head") ast "Go on Suzy... one more time..." ("smile", "narrow", "base", "down") with hpunch sus "I'm a slut, OK!" - gen "*Ah*... YES..." ("angry", xpos="far_left", ypos="head") + gen "{bounce}*Ah*...{/bounce} YES..." ("angry", xpos="far_left", ypos="head") sus "I'm a nasty slut who crawled under her headmaster's desk and--" - gen "HERE IT COMES SLUT!" ("angry", xpos="far_left", ypos="head") + gen "{shake}HERE IT COMES SLUT!{/shake}" ("angry", xpos="far_left", ypos="head") hide screen bld1 call gen_chibi("cum_behind_desk") call cum_block diff --git a/game/scripts/characters/astoria/events/spells/imperio_tonks.rpy b/game/scripts/characters/astoria/events/spells/imperio_tonks.rpy index e6186153..ae9c3ace 100644 --- a/game/scripts/characters/astoria/events/spells/imperio_tonks.rpy +++ b/game/scripts/characters/astoria/events/spells/imperio_tonks.rpy @@ -170,7 +170,7 @@ label ag_st_imperio_E1: gen ".............................." ("base", xpos="far_left", ypos="head") ton "Just like we practised..." ("open", "closed", "base", "mid") ton "Do the movement with your wand, and then you say--" ("open", "base", "base", "R") - ast "Imperio!" ("angry", "narrow", "angry", "mid") # angry scream + ast "{shake}Imperio!{/shake}" ("angry", "narrow", "angry", "mid") # angry scream ast "" ("clench", "narrow", "angry", "mid") pause .8 @@ -184,7 +184,7 @@ label ag_st_imperio_E1: # Astoria casts imperio. stop music fadeout 2.0 - ast "IMPERIO!{w=0.8}{nw}" ("scream", "base", "angry", "mid", trans=hpunch) # Screams it even louder + ast "{shake}IMPERIO!{/shake}{w=0.8}{nw}" ("scream", "base", "angry", "mid", trans=hpunch) # Screams it even louder scene onlayer dolls hide screen bld1 @@ -200,7 +200,7 @@ label ag_st_imperio_E1: play music "music/Under-the-Radar by PhobyAk.ogg" fadein 1 if_changed ast "" ("clench", "base", "angry", "L", xpos="base", ypos="base") ton @ hair scared "........................." ("mad", "wide", "shocked", "ahegao", xpos="right", ypos="base") # shock - ton @ hair horny "*Aaaaaah*..." ("horny", "base", "base", "ahegao") # inhales + ton @ hair horny "{bounce}*Aaaaaah*...{/bounce}" ("horny", "base", "base", "ahegao") # inhales ast "......................" ("clench", "base", "worried", "L") # clenched teeth gen "What's happening to her?" ("base", xpos="far_left", ypos="head") ast "I just cast the spell on her..." ("open", "closed", "base", "mid") @@ -334,7 +334,7 @@ label ag_st_imperio_E2: # Astoria casts imperio. stop music fadeout 2.0 - ast "IMPERIO!{w=0.8}{nw}" ("scream", "base", "angry", "mid", trans=hpunch) # Screams it even louder + ast "{shake}IMPERIO!{/shake}{w=0.8}{nw}" ("scream", "base", "angry", "mid", trans=hpunch) # Screams it even louder scene onlayer dolls hide screen bld1 @@ -356,7 +356,7 @@ label ag_st_imperio_E2: ast "Sorry Professor!" ("smile", "base", "base", "mid") # Cute face ton ".........................." ("normal", "wide", "base", "stare") - ton "*uhhhh*... I looooooove this!" ("soft", "base", "base", "stare") + ton "*Uhhhh*... I looooooove this!" ("soft", "base", "base", "stare") ton "It's like - I'm floating..." ("open", "wide", "shocked", "stare") ton "It feels... sooooooooooooo... goooooooooooood!" ("open_wide_tongue", "base", "base", "ahegao") ton "" ("mad", "base", "base", "ahegao") @@ -421,13 +421,13 @@ label ag_st_imperio_E2: $ d_flag_01 = True ast "Do a pig noise?" ("open", "base", "worried", "mid") - ton "*oink*!" ("open_wide", "happyCl", "base", "stare") + ton "*Oink*!" ("open_wide", "happyCl", "base", "stare") ast "She did it!" ("smile", "closed", "base", "mid") ton "" ("normal", "happyCl", "base", "mid") gen "Well done!" ("grin", xpos="far_left", ypos="head") ast "Do it again!" ("smile", "base", "angry", "L") ton @ cheeks blush "*oink*!" ("open_wide", "shocked", "worried", "stare") - ast "*hi-hi-hi-hi*!" ("smile", "closed", "base", "mid") + ast "*Hi-hi-hi-hi*!" ("smile", "closed", "base", "mid") ton @ cheeks blush "" ("normal", "wide", "worried", "stare") gen "I believe that's enough--" ("base", xpos="far_left", ypos="head") ast "Do it again piggy! Ten times!" ("clench", "narrow", "angry", "L") # Angry @@ -470,7 +470,7 @@ label ag_st_imperio_E2: # Astoria casts imperio. stop music fadeout 2.0 - ast "IMPERIO!{w=0.8}{nw}" ("scream", "base", "angry", "mid", trans=hpunch) # Screams it even louder + ast "{shake}IMPERIO!{/shake}{w=0.8}{nw}" ("scream", "base", "angry", "mid", trans=hpunch) # Screams it even louder scene onlayer dolls hide screen bld1 @@ -504,10 +504,10 @@ label ag_st_imperio_E2: ton "..................................." ("horny", "wide", "base", "stare") ast "I... am... a..." ("open", "base", "worried", "L") ton "I am a--" ("soft", "wide", "base", "stare") - ast "dirty!{w} filthy!{w} pig!" ("open", "narrow", "base", "L") + ast "dirty!{w} filthy!{w} {shake}pig!{/shake}" ("open", "narrow", "base", "L") ton @ cheeks blush "..................................." ("soft", "base", "base", "stare") ast "Go on, say it!" ("clench", "narrow", "base", "L") - ast "I'm a dirty... Filthy... Pig!" ("open", "closed", "base", "mid") + ast "I'm a dirty... Filthy... {shake}Pig!{/shake}" ("open", "closed", "base", "mid") ton @ cheeks blush "*Hi-hi*!..." ("base", "happyCl", "shocked", "mid") ast "SAY IT!" ("scream", "base", "angry", "L") # Scream gen "Time-out!" ("angry", xpos="far_left", ypos="head") @@ -527,7 +527,7 @@ label ag_st_imperio_E2: play music "music/scheming-weasel-slower-version-by-kevin-macleod.ogg" fadein 1 if_changed ast "" ("annoyed", "base", "angry", "mid") - ton "*huh*..." ("disgust", "base", "base", "down", flip=False) + ton "*Huh*..." ("disgust", "base", "base", "down", flip=False) ton "Well that was something, wasn't it?" ("soft", "closed", "base", "mid") ast ".................................." ("annoyed", "narrow", "angry", "L") gen "You resisted her curse again." ("base", xpos="far_left", ypos="head") @@ -703,7 +703,7 @@ label ag_st_imperio_E3: # Astoria casts imperio. stop music fadeout 2.0 - ast "IMPERIO!{w=0.8}{nw}" ("scream", "base", "angry", "mid", trans=hpunch) # Screams it even louder + ast "{shake}IMPERIO!{/shake}{w=0.8}{nw}" ("scream", "base", "angry", "mid", trans=hpunch) # Screams it even louder scene onlayer dolls hide screen bld1 @@ -718,7 +718,7 @@ label ag_st_imperio_E3: play music "music/Under-the-Radar by PhobyAk.ogg" fadein 1 if_changed ast "" ("clench", "base", "angry", "L") - ton "*Hngh*!..." ("mad", "wide", "shocked", "ahegao") # shock + ton "{shudder}Hngh*!{/shudder}" ("mad", "wide", "shocked", "ahegao") # shock ton @ hair horny "*Hmm*..." ("base", "base", "base", "ahegao") call ast_chibi("wand",530,"base") @@ -920,7 +920,7 @@ label ag_st_imperio_E4: # Astoria casts imperio. stop music fadeout 2.0 - ast "IMPERIO!{w=0.8}{nw}" ("scream", "base", "angry", "mid", trans=hpunch) # Screams it even louder + ast "{shake}IMPERIO!{/shake}{w=0.8}{nw}" ("scream", "base", "angry", "mid", trans=hpunch) # Screams it even louder scene onlayer dolls hide screen bld1 @@ -1356,7 +1356,7 @@ label ag_st_imperio_E5: ton @ cheeks blush "" ("horny", "narrow", "raised", "L") ast "What shall I have her do now?" ("open", "base", "base", "L") - "*fap-fap-fap*" + nar "{bounce}*Fap-fap-fap*{/bounce}" ton @ cheeks blush hair horny "" ("soft", "narrow", "shocked", "L") ast "Professor?" ("annoyed", "narrow", "angry", "mid") gen "What?" ("base", xpos="far_left", ypos="head") @@ -1386,7 +1386,7 @@ label ag_st_imperio_E5: call ctc gen "(This is getting better and better...)" ("grin", xpos="far_left", ypos="head") - "*fap-fap-fap*" + nar "{bounce}*Fap* *Fap* *Fap*{/bounce}" ton "" ("horny", "base", "raised", "down", xpos="mid", ypos="base") ast "Move your hips!" ("open", "narrow", "base", "L") 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/cho/chitchats.rpy b/game/scripts/characters/cho/chitchats.rpy index 7da66e4e..4aa6b7ed 100644 --- a/game/scripts/characters/cho/chitchats.rpy +++ b/game/scripts/characters/cho/chitchats.rpy @@ -58,7 +58,7 @@ label cho_chitchat: cho "" ("base", "base", "base", "mid") block: - cho "It's a shame Brooms are so easy to spot... Even flying close to smaller muggle villages is a risk." ("open", "base", "base", "R") + cho "It's a shame brooms are so easy to spot... Even flying close to smaller muggle villages is a risk." ("open", "base", "base", "R") elif states.cho.tier == 2: #Pre Slytherin @@ -96,7 +96,7 @@ label cho_chitchat: cho @ cheeks blush "I wonder how many people saw it before Granger pointed it out..." ("soft", "narrow", "base", "down") block: - cho "People skirting the rules in Quidditch is more common than most people think." ("open", "closed", "base", "mid") + cho "Players skirting the rules in Quidditch is more common than most people think." ("open", "closed", "base", "mid") cho "Illegal broom tampering... Jinxing off the other team's robes..." ("open", "narrow", "base", "downR") cho "I'm surprised that you found there's nothing rule breaking about adjustments to your own clothing." ("smile", "narrow", "base", "mid") diff --git a/game/scripts/characters/cho/events/favors/inspect_her_body_tier2.rpy b/game/scripts/characters/cho/events/favors/inspect_her_body_tier2.rpy index 192e0ff2..f57291b7 100644 --- a/game/scripts/characters/cho/events/favors/inspect_her_body_tier2.rpy +++ b/game/scripts/characters/cho/events/favors/inspect_her_body_tier2.rpy @@ -51,7 +51,7 @@ label cc_pf_strip_T2_intro_E1: gen "Which is... how often, exactly? Twice a week?" ("base", xpos="far_left", ypos="head") cho "Three times a day, Sir!" ("base", "narrow", "base", "mid") with hpunch - gen "What?!" ("angry", xpos="far_left", ypos="head") + gen "{shudder}What?!{/shudder}" ("angry", xpos="far_left", ypos="head") gen "(I don't even jerk off that often!)" ("angry", xpos="far_left", ypos="head") gen "I find that a bit hard to believe... You're not embellishing the truth, are you?" ("base", xpos="far_left", ypos="head") cho "I'm not, Sir! It's necessary for someone in my position!" ("open", "closed", "angry", "mid") @@ -102,7 +102,7 @@ label cc_pf_strip_T2_intro_E1: return stop music fadeout 1 - cho @ cheeks blush "!!!" ("soft", "wide", "base", "mid") + cho @ cheeks blush "{shudder}!!!{/shudder}" ("soft", "wide", "base", "mid") play music "music/fuzzball-parade-by-kevin-macleod.ogg" fadein 1 if_changed gen "Go on, girl. Start with the top..." ("base", xpos="far_left", ypos="head") cho @ cheeks blush "No!" ("scream", "happyCl", "angry", "mid", trans=hpunch) @@ -235,7 +235,7 @@ label cc_pf_strip_T2_intro_E1: "\"Nope, you lose\"": $ states.cho.mood += 6 - cho "What?!" ("scream", "wide", "angry", "mid", trans=hpunch) + cho "{shudder}What?!{/shudder}" ("scream", "wide", "angry", "mid", trans=hpunch) cho "" ("angry", "narrow", "angry", "mid") gen "I'm afraid, Miss Granger is simply...{w} how shall I put it...{w} sexier!" ("base", xpos="far_left", ypos="head") cho "But she doesn't even do workouts!" ("clench", "narrow", "angry", "mid") @@ -445,7 +445,7 @@ label cc_pf_strip_T2_intro_E2: cho "No.{w} I'm already regretting climbing up here!!!" ("mad", "closed", "worried", "mid") cho @ cheeks blush "(What were you thinking, Cho?!)" ("angry", "narrow", "worried", "down") gen "You can come back down if it's too much for yo--" ("base", xpos="far_left", ypos="head") - cho "Shut up!" ("scream", "closed", "angry", "mid", trans=hpunch) # Scream + cho "{shudder}Shut up!{/shudder}" ("scream", "closed", "angry", "mid", trans=hpunch) # Scream cho "Can't you see what I'm trying to do here?" ("angry", "narrow", "angry", "mid") gen "Not really, no." ("base", xpos="far_left", ypos="head") cho @ cheeks blush "I-I'm... testing my limits, Sir." ("angry", "narrow", "worried", "down") @@ -562,7 +562,7 @@ label cc_pf_strip_T2_intro_E2: gen "That's a hundred percent more than I had hoped for!" ("grin", xpos="far_left", ypos="head") call slap_her - cho @ cheeks blush "*Ouch!*" ("angry", "wide", "base", "mid") + cho @ cheeks blush "{shudder}*Ouch*!{/shudder}" ("angry", "wide", "base", "mid") call slap_her call slap_her call slap_her @@ -573,7 +573,7 @@ label cc_pf_strip_T2_intro_E2: "\"Let me catch sight of that 'Snitch!'\"": play music "music/fuzzball-parade-by-kevin-macleod.ogg" fadein 1 if_changed cho "Don't you mean \"Snatch\", Sir?" ("annoyed", "narrow", "angry", "mid") - gen "Potato, Potato!" ("grin", xpos="far_left", ypos="head") + gen "Potato, potato!" ("grin", xpos="far_left", ypos="head") cho "Your motives were nothing but for your own perverted gains, weren't they? From the very start." ("soft", "narrow", "base", "mid") # Annoyed gen "More or less..." ("base", xpos="far_left", ypos="head") gen "However, I never lied about wanting to help you win the Quidditch cup!" ("base", xpos="far_left", ypos="head") @@ -583,12 +583,12 @@ label cc_pf_strip_T2_intro_E2: gen "Well technically I'm a geni--" ("base", xpos="far_left", ypos="head") play sound "sounds/kick.ogg" cho "" ("annoyed", "narrow", "angry", "mid", trans=vpunch) - gen "*Aaaaah*!" ("angry", xpos="far_left", ypos="head") + gen "Aaaaah!" ("angry", xpos="far_left", ypos="head") nar "Cho does a daunting stomp on your desk..." cho "Don't think for a second I wouldn't do it! After all of this!" ("scream", "narrow", "angry", "mid") cho "" ("angry", "narrow", "angry", "mid") play sound "sounds/gulp.ogg" - gen "*Gulp*" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Gulp*{/shudder}" ("angry", xpos="far_left", ypos="head") gen "Yes, Ma'am." ("base", xpos="far_left", ypos="head") cho "(...)" ("upset", "closed", "base", "mid") cho @ cheeks blush "" ("upset", "narrow", "worried", "down") @@ -678,7 +678,7 @@ label cc_pf_strip_T2_intro_E2: call ctc play sound "sounds/gulp.ogg" - gen "*Gulp!*" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Gulp*!{/shudder}" ("angry", xpos="far_left", ypos="head") gen "I don't doubt it." ("base", xpos="far_left", ypos="head") cho "Thank you, [name_genie_cho]." ("base", "closed", "base", "mid") @@ -848,7 +848,7 @@ label cc_pf_strip_T2_intro_E3: $ states.cho.ev.inspect_her_body.T2_E3_complete = True gen "She does indeed." ("base", xpos="far_left", ypos="head") - cho "Really?!{w} You got that cow to take off her clothes?" ("soft", "wide", "base", "mid") + cho "{shudder}Really?!{/shudder}{w} You got that cow to take off her clothes?" ("soft", "wide", "base", "mid") cho "Did you get any proof?" ("soft", "base", "worried", "mid") gen "What?{w} Why would I--" ("base", xpos="far_left", ypos="head") cho "To blackmail her!{w} To prove that she's in on this whole \"favour trading\" business too..." ("open", "narrow", "angry", "mid") @@ -968,7 +968,7 @@ label cc_pf_strip_T2_intro_E3: cho @ cheeks heavy_blush "Could you please summon Hermione?" ("soft", "narrow", "worried", "mid") with hpunch - gen "What?" ("angry", xpos="far_left", ypos="head") + gen "{shudder}What?{/shudder}" ("angry", xpos="far_left", ypos="head") cho "It's time someone throws \"high and mighty\" Granger off her high horse!" ("open", "narrow", "angry", "mid") cho "She's been a pain in my butt for years now..." ("angry", "narrow", "angry", "downR") cho "This is going to be my revenge!" ("soft", "narrow", "angry", "mid") @@ -1044,7 +1044,7 @@ label cc_pf_strip_T2_E3_repeat: $ cho.strip("bottom") with d3 pause .5 - gen "*Argh!* You little minx!" ("angry", xpos="far_left", ypos="head") + gen "*Argh*! You little minx!" ("angry", xpos="far_left", ypos="head") cho "Are we going to invite Granger again?" ("soft", "narrow", "raised", "down") cho "I would like to have some fun with her..." ("smile", "narrow", "angry", "mid") @@ -1196,7 +1196,7 @@ label cc_pf_strip_T2_E3_fail_repeat: with d3 pause .5 - gen "Her to do--{w=0.2} I mean, of course, Work smart, not when you're hard and all that..." ("base", xpos="far_left", ypos="head") + gen "Her to do--{w=0.2} I mean, of course! Work smart, not when you're hard and all that..." ("base", xpos="far_left", ypos="head") # Remove skirt. if cho.is_worn("bottom"): diff --git a/game/scripts/characters/cho/events/favors/inspect_her_body_tier2_hermione.rpy b/game/scripts/characters/cho/events/favors/inspect_her_body_tier2_hermione.rpy index 5ed2b322..b8673d0e 100644 --- a/game/scripts/characters/cho/events/favors/inspect_her_body_tier2_hermione.rpy +++ b/game/scripts/characters/cho/events/favors/inspect_her_body_tier2_hermione.rpy @@ -14,7 +14,7 @@ label cc_pf_strip_T2_E3_hermione: her "You wanted to see me, Sir?" ("soft", "closed", "base", "mid", xpos="base", ypos="base", flip=False, trans=d3) her "...{w=0.4}{nw}" ("soft", "base", "worried", "L") - her "...{fast}Cho?!" ("clench", "wide", "worried", "shocked") + her "...{fast}{shudder}Cho?!{/shudder}" ("clench", "wide", "worried", "shocked") play music "music/deadly-roulette-by-kevin-macleod.ogg" fadein 1 fadeout 1 if_changed @@ -30,7 +30,7 @@ label cc_pf_strip_T2_E3_hermione: cho "You know, just the usual..." ("soft", "base", "base", "L") cho "Like stripping for our dear headmaster!" ("smile", "narrow", "angry", "L") cho "I trust that you're more than familiar with it..." ("soft", "closed", "base", "L") - her "You've told her?" ("clench", "base", "angry", "mid") + her "{shake}You've told her?{/shake}" ("clench", "base", "angry", "mid") cho "So you really {b}did{/b} do it!" ("open", "wide", "base", "L") her "It's none of your business what I do at this school! You slut!" ("angry", "narrow", "angry", "R") cho "Are you sure about that?{w=0.6} I believe there are some people that would think otherwise..." ("grin", "narrow", "base", "mid") @@ -65,7 +65,7 @@ label cc_pf_strip_T2_E3_hermione_choices: menu: "\"Definitely!\"": $ states.her.mood += 10 - her "What?!" ("open", "wide", "base", "stare") + her "{shudder}What?!{/shudder}" ("open", "wide", "base", "stare") cho "See, I told you!{w=0.6} How could he pick a walking bush on legs over this!" ("smile", "narrow", "angry", "L") her "" ("angry", "base", "angry", "mid") cho "Now tell her. Tell her why my body is superior compared to hers." ("soft", "closed", "base", "mid") @@ -74,7 +74,7 @@ label cc_pf_strip_T2_E3_hermione_choices: cho "That's right, I am!" ("soft", "wide", "base", "mid") her "*Humph*..." ("annoyed", "narrow", "angry", "R") cho "And? What else?" ("smile", "narrow", "base", "L") - gen "And Cho's thighs are probably the most impressive ones I've seen in the last hund-- decade or more!" ("angry", xpos="far_left", ypos="head") + gen "And your thighs are probably the most impressive ones I've seen in the last hund-- decade or more!" ("angry", xpos="far_left", ypos="head") her "Well, in that case..." ("soft", "closed", "base", "mid") her "In that case, I'll give you a great opportunity to stare at them indefinitely." ("angry", "base", "angry", "mid") cho "What are you talking about, Granger?" ("soft", "narrow", "raised", "L") @@ -308,7 +308,7 @@ label cc_pf_strip_T2_E3_hermione_choices: cho "*Mhmm*" ("base", "closed", "base", "mid") # Self assured. her "Fine..." ("soft", "narrow", "angry", "R") her "\"Poor\", I'd say..." ("soft", "closed", "base", "mid") - cho "How dare you!{w=0.6} You snobby skunk!" ("scream", "narrow", "angry", "L", trans=hpunch) + cho "How dare you!{w=0.6} {shake}You snobby skunk!{/shake}" ("scream", "narrow", "angry", "L", trans=hpunch) her "" ("base", "base", "base", "R") gen "(Is that better or worse than \"troll?\")" ("base", xpos="far_left", ypos="head") # Snape explained school ratings during the match. cho "Our Professor asked you to rate my body truthfully!" ("mad", "narrow", "angry", "L") @@ -327,7 +327,7 @@ label cc_pf_strip_T2_E3_hermione_choices: her "Maybe once your Quidditch endeavours all fail, you can apply for a profession to model male underwear..." ("soft", "closed", "base", "mid") cho "I wonder where you're getting {b}your{/b} undergarments from..." ("soft", "closed", "base", "mid") cho "Stealing them from Madam Pomfrey, are you?" ("smile", "narrow", "angry", "mid") - her "I do not!!!" ("open", "wide", "base", "stare") + her "{shake}I do not!!!{/shake}" ("open", "wide", "base", "stare") gen "Girls, we all know what really counts is how we appear on the inside." ("base", xpos="far_left", ypos="head") her "" ("angry", "closed", "angry", "mid") cho "Oh, shut up!" ("angry", "narrow", "angry", "mid") @@ -366,7 +366,7 @@ label cc_pf_strip_T2_E3_hermione_choices: with d3 hide screen blkfade - cho "I have to say, [name_genie_cho], doing these favours is fun!" ("smile", "narrow", "base", "mid", xpos="mid", ypos="base", flip=False, trans=fade) + cho "I have to say, [name_genie_cho], this was a lot of fun!" ("smile", "narrow", "base", "mid", xpos="mid", ypos="base", flip=False, trans=fade) gen "I'm glad you're enjoying yourself." ("base", xpos="far_left", ypos="head") cho "Believe me, Sir. I am." ("smile", "narrow", "angry", "mid") cho "" ("horny", "narrow", "angry", "mid") @@ -428,7 +428,7 @@ label cc_pf_strip_T2_E3_hermione_repeat: cho "Granger, instead of spitting out insults, why don't you join me and have some fun for once?" ("soft", "base", "raised", "L") cho "Strip down for your headmaster as well, like you usually do..." ("smile", "narrow", "angry", "L") cho "Or would it bother you too much, now that I'm here?" ("horny", "narrow", "base", "L") - her "*glare*" ("angry", "base", "angry", "mid") + her "{shake}*Glare*{/shake}" ("angry", "base", "angry", "mid") cho "Maybe then you'd have a chance to win against me!{w} And earn some useless Gryffindor points while you're at it." ("soft", "base", "base", "L") her "I don't think that will be necessary..." ("soft", "closed", "base", "mid") cho "Well, we all already know how this is going to turn out don't we, [name_genie_cho]?" ("soft", "base", "base", "mid") diff --git a/game/scripts/characters/cho/events/favors/inspect_her_body_tier3.rpy b/game/scripts/characters/cho/events/favors/inspect_her_body_tier3.rpy index df865a03..a5d4edaa 100644 --- a/game/scripts/characters/cho/events/favors/inspect_her_body_tier3.rpy +++ b/game/scripts/characters/cho/events/favors/inspect_her_body_tier3.rpy @@ -216,7 +216,7 @@ label cc_pf_strip_T3_intro_E1: "\"Snape\"" if cc_strip_no_snape == False: $ cc_strip_no_snape = True # throwaway var used only in the next event. - cho @ cheeks blush "What?!" ("clench", "wide", "base", "mid") + cho @ cheeks blush "{shake}What?!{/shake}" ("clench", "wide", "base", "mid") cho "You can't be serious!" ("angry", "base", "angry", "mid") # angry cho "[name_genie_cho], thanks to him, we almost lost the match!" ("open", "narrow", "angry", "mid") cho "He gave those idiots a luck potion, remember?" ("open", "closed", "angry", "mid") @@ -612,7 +612,7 @@ label cc_pf_strip_T3_intro_E2: ton @ hair horny "There's something missing...{w=0.5} I haven't seen everything yet, have I?" ("crooked_smile", "narrow", "raised", "mid") gen "But of course!" ("grin", xpos="far_left", ypos="head") ton @ cheeks blush hair horny "If I were to do any sort of judgement, I'd first need to see that cute little Snitch of yours." ("soft", "narrow", "base", "down") - cho @ cheeks heavy_blush "!!!" ("clench", "wide", "base", "mid") # shock + cho @ cheeks heavy_blush "{shudder}!!!{/shudder}" ("clench", "wide", "base", "mid") # shock gen "Miss Chang, why don't you turn around so Professor Tonks can give you a proper assessment." ("grin", xpos="far_left", ypos="head") cho @ cheeks heavy_blush "..." ("clench", "happyCl", "worried", "mid") # blush pause .2 @@ -641,7 +641,7 @@ label cc_pf_strip_T3_intro_E2: ton @ hair horny "I assume you don't mind if I joined you on that desk, do you?" ("horny", "narrow", "angry", "L") stop music fadeout 1 - cho @ cheeks blush "What?!" ("soft", "wide", "raised", "mid") # blushing + cho @ cheeks blush "{shudder}What?!{/shudder}" ("soft", "wide", "raised", "mid") # blushing gen "!!!" ("grin", xpos="far_left", ypos="head") ton @ hair horny "*Hmm*... Or is that snitch of yours going to dart off after all?" ("soft", "narrow", "base", "down") cho @ cheeks blush "" ("angry", "happyCl", "worried", "mid") @@ -665,7 +665,7 @@ label cc_pf_strip_T3_intro_E2: $ cho.zorder = 16 # in front of Tonks. 15 is default. play music "music/scheming-weasel-slower-version-by-kevin-macleod.ogg" fadein 1 if_changed ton @ hair horny "" ("base", "narrow", "base", "L", xpos=345, ypos="base") - cho @ cheeks heavy_blush "T-Tonks!" ("clench", "happyCl", "raised", "L", xpos=280, ypos="base", flip=True) #Closed eyes, embarrassed + cho @ cheeks heavy_blush "T-{shake}Tonks!{/shake}" ("clench", "happyCl", "raised", "L", xpos=280, ypos="base", flip=True) #Closed eyes, embarrassed ton @ hair angry "That's {b}Professor Tonks{/b} to you, Miss Chang." ("open", "narrow", "angry", "L") # stern look cho @ cheeks heavy_blush "Sorry!" ("clench", "happyCl", "worried", "mid") play sound "sounds/giggle2_loud.ogg" @@ -686,7 +686,7 @@ label cc_pf_strip_T3_intro_E2: ton @ hair horny "" ("horny", "narrow", "base", "down") pause .8 - cho @ cheeks blush "!!!" ("normal", "wide", "raised", "down") + cho @ cheeks blush "{shake}!!!{/shake}" ("normal", "wide", "raised", "down") gen "Now that's what I'm talking about!" ("grin", xpos="far_left", ypos="head") cho @ cheeks heavy_blush "Professor!" ("clench", "wide", "raised", "down") ton @ hair horny "Believe me, I'm just getting started..." ("base", "narrow", "base", "mid") @@ -788,15 +788,13 @@ label cc_pf_strip_T3_intro_E2: ton "I can't recall us inviting you, Severus." ("soft", "narrow", "shocked", "L") sna "Do I require some kind of appointment to see the headmaster?" ("snape_09") sna "If there's a schedule I could look at, then perhaps I could plan my visits for when Miss Chang is not busy working on her insecurities..." ("snape_03") - #sna "If there's a schedule I could look at, then perhaps I could plan my visits for when you two aren't taking advantage of Miss Chang's insecurities..." ("snape_03") # Alternative line instead of the one above? cho @ cheeks blush "..." ("angry", "narrow", "angry", "L") #Blush #closed eyes #embarrassed - #gen "How did you--" ("base", xpos="far_left", ypos="head") ton "What do you want, Snape?" ("upset", "narrow", "annoyed", "L") "\"Severus! Please, stay and watch.\"": if cc_strip_no_snape: # Cho clearly told you she won't strip for Snape. $ states.cho.mood += 30 - cho "Are you mad?!" ("clench", "base", "angry", "mid", trans=hpunch) + cho "{shake}Are you mad?!{/shake}" ("clench", "base", "angry", "mid", trans=hpunch) cho "Sir, I clearly told you before, I won't do this in front of Professor Snape!" ("open", "base", "angry", "mid") sna "So you actually considered inviting me..." ("snape_20") cho @ cheeks blush "" ("normal", "base", "angry", "L") @@ -1054,7 +1052,7 @@ label cc_pf_strip_T3_intro_E3: cho @ cheeks blush "If you expect me to expose myself to Professor Snape again, then you're sadly mistaken!" ("clench", "base", "angry", "mid") gen "No more Snivellus... got it..." ("base", xpos="far_left", ypos="head") cho "" ("annoyed", "narrow", "angry", "mid") - gen "Wait here at my desk while I summon your Teacher." ("base", xpos="far_left", ypos="head") + gen "Wait here at my desk while I summon your teacher." ("base", xpos="far_left", ypos="head") cho @ cheeks blush "Yes, [name_genie_cho]." ("soft", "narrow", "worried", "R") scene onlayer dolls @@ -1351,7 +1349,7 @@ label cc_pf_strip_T3_intro_E3: # Slap Tonks' ass! call slap_her cho @ cheeks heavy_blush "" ("open", "wide", "base", "mid") - ton @ cheeks heavy_blush hair scared "!!!" ("clench", "shocked", "base", "stare") # shocked + ton @ cheeks heavy_blush hair scared "{shake}!!!{/shake}" ("clench", "shocked", "base", "stare") # shocked nar "You give Tonks a hard slap on her ass." cho @ cheeks heavy_blush "" ("horny", "base", "base", "down") ton @ cheeks heavy_blush hair horny "Ouch...{w=0.4} Professor!" ("crooked_smile", "narrow", "annoyed", "mid") @@ -1388,7 +1386,7 @@ label cc_pf_strip_T3_intro_E3: pause .3 call slap_her cho @ cheeks heavy_blush "" ("horny", "narrow", "worried", "mid") - ton @ cheeks heavy_blush hair horny "*Hngh*..." ("upset", "narrow", "base", "ahegao") + ton @ cheeks heavy_blush hair horny "{shudder}*Hngh*{/shudder}" ("upset", "narrow", "base", "ahegao") ton @ cheeks heavy_blush hair horny "Thank you, Professor. {heart}{heart}{heart}" ("crooked_smile", "narrow", "worried", "mid") gen "You're welcome." ("grin", xpos="far_left", ypos="head") cho @ cheeks heavy_blush "..." ("horny", "narrow", "base", "downR") @@ -1409,7 +1407,7 @@ label cc_pf_strip_T3_intro_E3: call slap_her ton @ cheeks blush "One more time..." ("soft", "narrow", "shocked", "up") call slap_her - ton @ cheeks heavy_blush hair horny "*Hngh*..." ("upset", "narrow", "shocked", "ahegao") + ton @ cheeks heavy_blush hair horny "{shudder}*Hngh*{/shudder}" ("upset", "narrow", "shocked", "ahegao") pause .2 # Tonks turns around. @@ -1439,9 +1437,6 @@ label cc_pf_strip_T3_intro_E3: ton @ cheeks blush hair horny "We'll keep it our little secret, I promise..." ("crooked_smile", "narrow", "annoyed", "down") cho @ cheeks heavy_blush "*Hmm*..." ("mad", "narrow", "worried", "down") cho @ cheeks heavy_blush "Fine...{w=0.3} I do think you're quite attractive, Professor." ("soft", "narrow", "worried", "downR") - #gen "Thanks." ("grin", xpos="far_left", ypos="head") - #cho "" ("annoyed", "narrow", "base", "mid") - #ton @ hair horny "Very funny, Professor Dumbledore... But I believe she was talking to me." ("open", "narrow", "raised", "mid") ton @ cheeks blush hair horny "..." ("base", "narrow", "annoyed", "mid") # sharp look at Genie cho @ cheeks heavy_blush "Especially for a teacher." ("clench", "narrow", "raised", "down") ton @ hair horny "For a teacher?" ("horny", "narrow", "base", "L") @@ -1453,7 +1448,7 @@ label cc_pf_strip_T3_intro_E3: gen "What?" ("base", xpos="far_left", ypos="head") gen "Oh-- I mean yes...{w=0.3} of course..." ("angry", xpos="far_left", ypos="head") play sound "sounds/giggle2_loud.ogg" - ton @ cheeks blush hair horny "*Giggles*..." ("base", "happyCl", "base", "mid") + ton @ cheeks blush hair horny "*Giggles*" ("base", "happyCl", "base", "mid") ton @ cheeks blush hair horny "Enough with the small talk -- let's get these clothes off!" ("soft", "base", "annoyed", "mid") stop music fadeout 1 @@ -1470,7 +1465,6 @@ label cc_pf_strip_T3_intro_E3: pause .5 nar "Within a blink of an eye, Tonks has removed all of her remaining clothing." - # nar "One minute her clothes were there, and then they were gone! It was like magic!" cho @ cheeks heavy_blush "..." ("clench", "narrow", "worried", "downR") ton @ hair horny "Get in front of me, Miss Chang." ("open", "narrow", "base", "L") @@ -1529,7 +1523,7 @@ label cc_pf_strip_T3_intro_E3: ton @ hair horny "..." ("grin", "narrow", "base", "L", xpos=345, ypos="base", flip=False, trans=d5) play sound "sounds/giggle2_loud.ogg" - ton @ hair horny "*Giggles*..." ("grin", "narrow", "shocked", "mid") + ton @ hair horny "*Giggles*" ("grin", "narrow", "shocked", "mid") ton @ cheeks blush hair horny "This is so much fun!" ("base", "narrow", "base", "up") if cho.is_worn("panties"): @@ -1549,7 +1543,7 @@ label cc_pf_strip_T3_intro_E3: cho @ cheeks heavy_blush "" ("horny", "narrow", "raised", "down") pause .8 - cho @ cheeks heavy_blush "Ah!" ("mad", "happyCl", "worried", "mid") # startled? + cho @ cheeks heavy_blush "{shake}Ah!{/shake}" ("mad", "happyCl", "worried", "mid") # startled else: cho @ cheeks heavy_blush "Glad you're enjoying it, Professor..." ("horny", "narrow", "worried", "L") @@ -1707,7 +1701,7 @@ label cc_pf_strip_T3_intro_E3: show cho_strip_personal_t3_e3_on_knees tonks_body_grab_spread tonks_eyes_open_look_at_tits cho_eyes_closed tonks_mouth_lip_bite cho_mouth_open as cg with d3 - cho "*Ah*..." + cho "{bounce}*Ah*...{/bounce}" show cho_strip_personal_t3_e3_on_knees cho_mouth_lip_bite as cg with d3 @@ -1818,7 +1812,7 @@ label cc_pf_strip_T3_intro_E3: show cho_strip_personal_t3_e3_on_knees cho_mouth_angry cho_eyes_wide_look_at_tonks as cg with d3 - cho "What?!" + cho "{shudder}What?!{/shudder}" show cho_strip_personal_t3_e3_on_knees tonks_mouth_base cho_eyes_wide_down as cg with d3 @@ -1862,7 +1856,7 @@ label cc_pf_strip_T3_intro_E3: with d3 ton "I'm sure your professor... Or should I say coach... Would agree." - gen "I'll agree to--{w=0.2} *Ngh*...{w=0.4} anything at this point." + gen "I'll agree to--{w=0.2} {shudder}*Ngh*...{/shudder}{w=0.4} anything at this point." play sound "sounds/giggle2_loud.ogg" ton "*Giggles*" @@ -1903,7 +1897,7 @@ label cc_pf_strip_T3_intro_E3: show cho_strip_personal_t3_e3_on_knees cho_mouth_lip_bite cho_eyes_closed_happy as cg with d3 - nar "*Fap* *Fap* *Fap*" + nar "{bounce}*Fap* *Fap* *Fap*{/bounce}" show cho_strip_personal_t3_e3_on_knees tonks_mouth_open as cg with d3 @@ -1941,7 +1935,7 @@ label cc_pf_strip_T3_intro_E3: show cho_strip_personal_t3_e3_on_knees tonks_eyes_open_look_at_cho cho_handprint cho_eyes_wide_down cho_mouth_open as cg with flash - cho "{heart}*Ah*!{heart}" + cho "{hearts}*Ah*!{hearts}" show cho_strip_personal_t3_e3_on_knees cho_mouth_angry as cg with d3 @@ -1954,7 +1948,7 @@ label cc_pf_strip_T3_intro_E3: with d3 cho "..." - nar "*Fap* *Fap* *Fap*" + nar "{bounce}*Fap* *Fap* *Fap*{/bounce}" show cho_strip_personal_t3_e3_on_knees tonks_eyes_closed tonks_mouth_base as cg with d3 @@ -1981,7 +1975,7 @@ label cc_pf_strip_T3_intro_E3: call slap_her show cho_strip_personal_t3_e3_on_knees cho_eyes_wide_down cho_mouth_open as cg - cho "{heart}*Ah*!{heart}" + cho "{hearts}*Ah*!{hearts}" show cho_strip_personal_t3_e3_on_knees cho_eyes_closed_happy cho_mouth_lip_bite tonks_mouth_smile tonks_eyes_open_look_at_tits as cg with d3 @@ -1993,9 +1987,9 @@ label cc_pf_strip_T3_intro_E3: cho "...{w=0.4} Slide?" - nar "*Fap* *Fap* *Fap*" + nar "{bounce}*Fap* *Fap* *Fap*{/bounce}" - gen "(*Ngh*... This isn't good, If they keep going like this, I'll paint their asses white!)" + gen "({shudder}*Ngh*...{/shudder} This isn't good, If they keep going like this, I'll paint their asses white!)" show cho_strip_personal_t3_e3_on_knees tonks_eyes_open_down tonks_mouth_base as cg with d3 @@ -2060,7 +2054,7 @@ label cc_pf_strip_T3_intro_E3: ton "Please... When you've got a body like mine, the only thing you need is the knowledge of how to use it..." ton "For example, if you're ever looking to get a raise, just show some skin and any man is sure to just nod and agree to anything you say." - nar "*Fap* *Fap* *Fap*" + nar "{bounce}*Fap* *Fap* *Fap*{/bounce}" show cho_strip_personal_t3_e3_on_knees tonks_mouth_open tonks_eyes_open_down as cg with d3 @@ -2072,7 +2066,7 @@ label cc_pf_strip_T3_intro_E3: ton "So, how about that raise, Professor?" - nar "*Fap* *Fap* *Fap*" + nar "{bounce}*Fap* *Fap* *Fap*{/bounce}" show cho_strip_personal_t3_e3_on_knees tonks_mouth_open as cg with d3 @@ -2107,7 +2101,7 @@ label cc_pf_strip_T3_intro_E3: call slap_her show cho_strip_personal_t3_e3_on_knees cho_eyes_closed_happy as cg - cho "{heart}*Ah*!{heart}" + cho "{hearts}*Ah*!{hearts}" show cho_strip_personal_t3_e3_on_knees cho_eyes_open_look_at_tonks as cg with d3 @@ -2117,9 +2111,9 @@ label cc_pf_strip_T3_intro_E3: show cho_strip_personal_t3_e3_on_knees cho_mouth_lip_bite as cg with d3 - cho "*Ah*...{w=0.4} Okay then..." + cho "{bounce}*Ah*...{/bounce}{w=0.4} Okay then..." - nar "*Fap* *Fap* *Fap*" + nar "{bounce}*Fap* *Fap* *Fap*{/bounce}" show cho_strip_personal_t3_e3_on_knees tonks_mouth_smile tonks_eyes_open_down cho_eyes_open_down as cg with d3 @@ -2176,7 +2170,7 @@ label cc_pf_strip_T3_intro_E3: show cho_strip_personal_t3_e3_on_knees cho_mouth_base as cg with d3 - nar "*Fap* *Fap* *Fap*" + nar "{bounce}*Fap* *Fap* *Fap*{/bounce}" gen "Very fine indeed!" show cho_strip_personal_t3_e3_on_knees cho_mouth_base cho_eyes_open_look_at_tonks as cg @@ -2287,7 +2281,7 @@ label cc_pf_strip_T3_intro_E3: show cho_strip_personal_t3_e3_on_knees tonks_eyes_open_look_at_cho as cg with d3 - nar "*Fap* *Fap* *Fap*" + nar "{bounce}*Fap* *Fap* *Fap*{/bounce}" show cho_strip_personal_t3_e3_on_knees tonks_eyes_closed tonks_mouth_open as cg with d3 @@ -2314,12 +2308,12 @@ label cc_pf_strip_T3_intro_E3: show cho_strip_personal_t3_e3_on_knees tonks_mouth_lip_bite as cg with d3 - nar "*Fap* *Fap* *Fap*" + nar "{bounce}*Fap* *Fap* *Fap*{/bounce}" show cho_strip_personal_t3_e3_on_knees cho_eyes_wide_down as cg with d3 - gen "*Ah*..." + gen "{bounce}*Ah*...{/bounce}" show cho_strip_personal_t3_e3_on_knees cho_eyes_open_look_at_tonks as cg with d3 @@ -2383,7 +2377,7 @@ label cc_pf_strip_T3_intro_E3: show cho_strip_personal_t3_e3_on_knees cho_eyes_open_down tonks_eyes_open_down cho_mouth_lip_bite as cg with d3 - nar "*Fap* *Fap* *Fap*" + nar "{bounce}*Fap* *Fap* *Fap*{/bounce}" show cho_strip_personal_t3_e3_on_knees cho_eyes_closed as cg with d3 @@ -2409,7 +2403,7 @@ label cc_pf_strip_T3_intro_E3: show cho_strip_personal_t3_e3_on_knees cho_handprint cho_eyes_closed_happy cho_mouth_lip_bite as cg with flash - cho "*Ah*!!" + cho "{shudder}*Ah*!!{/shudder}" show cho_strip_personal_t3_e3_on_knees tonks_eyes_open_look_at_cho as cg with d3 @@ -2425,7 +2419,7 @@ label cc_pf_strip_T3_intro_E3: show cho_strip_personal_t3_e3_on_knees cho_eyes_closed_happy cho_mouth_open as cg with flash - cho "{heart}*Ah*!!{heart}" + cho "{hearts}*Ah*!!{hearts}" #Tonks spreads cho's ass (cho is wet) show cho_strip_personal_t3_e3_on_knees cho_eyes_open_look_at_tonks cho_mouth_lip_bite cho_wetness as cg @@ -2453,7 +2447,7 @@ label cc_pf_strip_T3_intro_E3: cho "C-cum for me, [name_genie_cho]!" # Deliberate; Tonks will mention Cho's choice of calling him by nickname later - gen "Aaargh!!" + gen "{shudder}Aaargh!!{/shudder}" #Cho closed eyes show cho_strip_personal_t3_e3_on_knees -cho_body_grab_spread cho_eyes_closed_happy as cg @@ -2473,9 +2467,9 @@ label cc_pf_strip_T3_intro_E3: with d3 ton "..." - gen "*Ah*..." + gen "{bounce}*Ah*...{/bounce}" cho "Did--{w=0.2} Did he finish?" - ton "*chuckles*" + ton "*Chuckles*" ton "Oh, he did finish alright..." cho "..." @@ -2567,7 +2561,7 @@ label cc_pf_strip_T3_intro_E3: show cho_strip_personal_t3_e3_lying cho_mouth_base tonks_mouth_open as cg with d3 - ton "Yes, Very good Miss Chang..." + ton "Yes, very good Miss Chang..." show cho_strip_personal_t3_e3_lying cho_eyes_open_down cho_mouth_open tonks_mouth_base as cg with d3 @@ -2578,7 +2572,7 @@ label cc_pf_strip_T3_intro_E3: with d3 ton "Oh... I think you already know the answer to that question..." - nar "*Fap* *Fap* *Fap*" + nar "{bounce}*Fap* *Fap* *Fap*{/bounce}" #Cho angry mouth show cho_strip_personal_t3_e3_lying cho_eyes_open_down tonks_mouth_smile cho_mouth_angry as cg @@ -2603,7 +2597,7 @@ label cc_pf_strip_T3_intro_E3: show cho_strip_personal_t3_e3_lying cho_mouth_base cho_eyes_open_mid as cg with d3 - nar "*Fap* *Fap* *Fap*" + nar "{bounce}*Fap* *Fap* *Fap*{/bounce}" show cho_strip_personal_t3_e3_lying cho_eyes_closed cho_mouth_open as cg with d3 @@ -2640,8 +2634,8 @@ label cc_pf_strip_T3_intro_E3: ton "There you go... And such a pretty smile as well..." cho "Thank you..." - nar "*Fap* *Fap* *Fap*" - gen "*Ah*... Ladies..." + nar "{bounce}*Fap* *Fap* *Fap*{/bounce}" + gen "{bounce}*Ah*...{/bounce} Ladies..." #Tonks and Cho looks at genie show cho_strip_personal_t3_e3_lying tonks_eyes_open_mid cho_eyes_open_mid as cg @@ -2660,7 +2654,7 @@ label cc_pf_strip_T3_intro_E3: cho "Thank you coach... For being such a good mentor..." - nar "*Fap* *Fap* *Fap*" + nar "{bounce}*Fap* *Fap* *Fap*{/bounce}" show cho_strip_personal_t3_e3_lying tonks_mouth_open cho_mouth_smile as cg with d3 @@ -2672,7 +2666,7 @@ label cc_pf_strip_T3_intro_E3: cho "I'll always be in your debt... After everything that you've done for me..." - nar "*Fap* *Fap* *Fap*" + nar "{bounce}*Fap* *Fap* *Fap*{/bounce}" show cho_strip_personal_t3_e3_lying tonks_mouth_open cho_mouth_smile as cg with d3 @@ -2684,7 +2678,7 @@ label cc_pf_strip_T3_intro_E3: ton "But I hope to be able to repay you some day..." - nar "*Fap* *Fap* *Fap*" + nar "{bounce}*Fap* *Fap* *Fap*{/bounce}" show cho_strip_personal_t3_e3_lying tonks_mouth_open cho_mouth_smile as cg with d3 @@ -2725,9 +2719,9 @@ label cc_pf_strip_T3_intro_E3: show cho_strip_personal_t3_e3_lying cho_eyes_open_look_at_tonks cho_mouth_angry as cg with d3 - cho "Wait, what?!" + cho "Wait, {shudder}what?!{/shudder}" - gen "*Aaargh*!!" + gen "{shudder}*Aaargh*!!{/shudder}" show cho_strip_personal_t3_e3_lying tonks_mouth_tongue_out cho_mouth_open as cg with d3 @@ -2747,7 +2741,7 @@ label cc_pf_strip_T3_intro_E3: show cho_strip_personal_t3_e3_lying cum_tongue cho_mouth_open cho_eyes_closed_happy as cg with flash - cho "*Aaaah*!" + cho "{shake}*Aaaah*!{/shake}" gen "Yeeeees!! Take that, you sluts!" call cum_block @@ -2790,11 +2784,11 @@ label cc_pf_strip_T3_intro_E3: with d3 cho "Oooh!!" - ton "*slurp* *lick* *slurp*" + ton "*Slurp* *Lick* *Slurp*" cho "Professor!" play sound "sounds/giggle2_loud.ogg" - ton "*giggles*..." + ton "*Giggles*..." $ states.cho.status.cumshot = True @@ -2838,7 +2832,7 @@ label cc_pf_strip_T3_intro_E3: else: gen "*Cough*..." ("base", xpos="far_left", ypos="head") cho @ cheeks blush "I mean--{w=0.2} Thank you, Sir..." ("angry", "base", "base", "mid") - ton @ cheeks blush "*chuckles* So, this is what he has you call him... Well, nothing wrong with that..." ("soft", "base", "base", "mid") + ton @ cheeks blush "*Chuckles* So, this is what he has you call him... Well, nothing wrong with that..." ("soft", "base", "base", "mid") cho @ cheeks heavy_blush "..." ("base", "narrow", "base", "down") play music "music/fuzzball-parade-by-kevin-macleod.ogg" fadein 1 if_changed @@ -2855,7 +2849,7 @@ label cc_pf_strip_T3_intro_E3: cho @ cheeks heavy_blush "He's--{w=0.2} They're meant to help me with Quidditch, I swear!" ("mad", "narrow", "base", "L") play sound "sounds/giggle2_loud.ogg" - ton @ cheeks blush "*giggles*" ("crooked_smile", "closed", "base", "mid") + ton @ cheeks blush "*Giggles*" ("crooked_smile", "closed", "base", "mid") ton @ cheeks blush "Your reasons for selling favours does not concern me, Miss Chang..." ("base", "narrow", "base", "L") cho @ cheeks blush "Oh..." ("disgust", "narrow", "base", "down") @@ -2935,7 +2929,7 @@ label cc_pf_strip_T3_intro_E3: # Brown: [[152, 89, 48, 255], [195, 137, 89, 255], [230, 141, 32, 255]] her @ cheeks blush "" ("crooked_smile", "happyCl", "base", "mid") play sound "sounds/giggle2_loud.ogg" - ton "*giggles*..." + ton "*Giggles*..." $ hermione.get_equipped("hair").set_color([[152, 89, 48, 255], [195, 137, 89, 255], [230, 141, 32, 255]]) her "" ("base", "narrow", "base", "R") @@ -2943,7 +2937,7 @@ label cc_pf_strip_T3_intro_E3: cho @ cheeks heavy_blush "If I didn't know any better, I'd think you were her!" ("horny", "narrow", "raised", "down") her "" ("crooked_smile", "closed", "angry", "mid") ton "*Mhmm*... Last time I looked like this in front of you, you couldn't tell either." - cho @ cheeks heavy_blush "What?! When was that?" ("soft", "base", "worried", "L") + cho @ cheeks heavy_blush "{shudder}What?!{/shudder} When was that?" ("soft", "base", "worried", "L") gen "Right after the last game, if I recall correctly." ("base", xpos="far_left", ypos="head") her "" ("base", "narrow", "base", "mid") ton "Oh, that wasn't the only time, Professor." diff --git a/game/scripts/characters/cho/events/favors/inspect_her_body_tier3_tonks.rpy b/game/scripts/characters/cho/events/favors/inspect_her_body_tier3_tonks.rpy index ee5b0616..856db039 100644 --- a/game/scripts/characters/cho/events/favors/inspect_her_body_tier3_tonks.rpy +++ b/game/scripts/characters/cho/events/favors/inspect_her_body_tier3_tonks.rpy @@ -342,10 +342,10 @@ label .spank_cho: call slap_her ton @ hair horny "" ("crooked_smile", "narrow", "raised", "L") - cho @ cheeks heavy_blush "!!!" ("clench", "wide", "base", "mid") # shocked + cho @ cheeks heavy_blush "{shudder}!!!{/shudder}" ("clench", "wide", "base", "mid") # shocked cho @ cheeks heavy_blush "Ouch... Professor!" ("silly", "happyCl", "worried", "mid") play sound "sounds/giggle2_loud.ogg" - ton @ cheeks blush hair horny "*Giggles*... {heart}{heart}{heart}" ("silly", "happyCl", "base", "mid") + ton @ cheeks blush hair horny "*Giggles* {heart}{heart}{heart}" ("silly", "happyCl", "base", "mid") ton @ hair horny "..." ("base", "narrow", "base", "mid") menu: @@ -353,7 +353,7 @@ label .spank_cho: "-Spank her again!-": call slap_her ton @ hair horny "" ("crooked_smile", "narrow", "base", "mid") - cho @ cheeks heavy_blush "Professor!" ("clench", "wide", "raised", "mid") + cho @ cheeks heavy_blush "{shake}Professor!{/shake}" ("clench", "wide", "raised", "mid") gen "What? I know you like it." ("grin", xpos="far_left", ypos="head") cho @ cheeks heavy_blush "I do not..." ("annoyed", "narrow", "angry", "mid") @@ -361,7 +361,7 @@ label .spank_cho: "-Again!-": pass call slap_her - cho @ cheeks heavy_blush "Sir!" ("clench", "wide", "base", "mid") + cho @ cheeks heavy_blush "{shake}Sir!{/shake}" ("clench", "wide", "base", "mid") gen "I need to get these cushions ready for your next flight!" ("grin", xpos="far_left", ypos="head") gen "Spank them tender, so you're more comfortable on your broom-stick!" ("grin", xpos="far_left", ypos="head") cho @ cheeks blush "I don't think that will be necessary." ("open", "happyCl", "angry", "mid") @@ -378,14 +378,14 @@ label .spank_cho: call slap_her pause .3 call slap_her - cho @ cheeks heavy_blush "*Owww*..." ("clench", "happyCl", "worried", "mid") + cho @ cheeks heavy_blush "{shake}*Owww*...{/shake}" ("clench", "happyCl", "worried", "mid") cho @ cheeks blush "That's enough..." ("annoyed", "narrow", "angry", "mid") gen "You'd probably enjoy it more if your teacher were to spank you, wouldn't you?" ("grin", xpos="far_left", ypos="head") cho @ cheeks blush "..." ("annoyed", "narrow", "base", "L") ton @ hair horny "" ("base", "narrow", "base", "L") cho @ cheeks heavy_blush "*Ehm*..." ("annoyed", "narrow", "raised", "mid") play sound "sounds/giggle2_loud.ogg" - ton @ cheeks heavy_blush hair horny "*Giggles*... {heart}{heart}{heart}" ("base", "happyCl", "base", "mid") + ton @ cheeks heavy_blush hair horny "*Giggles* {heart}{heart}{heart}" ("base", "happyCl", "base", "mid") ton @ hair horny "I won't be gentle on you either, Miss Chang." ("soft", "narrow", "base", "L") cho @ cheeks heavy_blush "..." ("horny", "narrow", "worried", "down") @@ -432,7 +432,7 @@ label .spank_cho: call slap_her pause .4 ton @ hair horny "" ("horny", "narrow", "angry", "down") - cho @ cheeks heavy_blush "Please!" ("clench", "happyCl", "base", "mid") + cho @ cheeks heavy_blush "{shake}Please!{/shake}" ("clench", "happyCl", "base", "mid") ton @ hair horny "What's wrong, Miss Chang?" ("open", "narrow", "angry", "mid") ton @ hair horny "You never get this flustered when you get hit by a bludger..." ("open", "narrow", "angry", "down") call slap_her @@ -461,7 +461,7 @@ label .spank_cho: cho @ cheeks heavy_blush "Thank you I guess--" ("crooked_smile", "narrow", "worried", "R") ton @ hair horny "" ("horny", "narrow", "angry", "down") call slap_her - cho @ cheeks heavy_blush "!!!" ("clench", "wide", "base", "mid") + cho @ cheeks heavy_blush "{shudder}!!!{/shudder}" ("clench", "wide", "base", "mid") cho @ cheeks heavy_blush "Ouch..." ("horny", "narrow", "worried", "R") pause .2 @@ -635,7 +635,7 @@ label .spank_tonks: return call slap_her - ton @ cheeks heavy_blush hair scared "!!!" ("clench", "shocked", "base", "stare") # shocked + ton @ cheeks heavy_blush hair scared "{shudder}!!!{/shudder}" ("clench", "shocked", "base", "stare") # shocked ton @ cheeks blush hair horny "*Mmm*... You're so naughty, Professor!" ("silly", "narrow", "angry", "mid") ton @ cheeks blush hair horny "Right in front of a student and everything..." ("base", "narrow", "base", "mid") call slap_her @@ -667,7 +667,7 @@ label .spank_tonks: pause .3 call slap_her cho @ cheeks heavy_blush "" ("horny", "narrow", "worried", "mid") - ton @ cheeks heavy_blush hair horny "*Hngh*..." ("upset", "narrow", "base", "ahegao") + ton @ cheeks heavy_blush hair horny "{shudder}*Hngh*{/shudder}" ("upset", "narrow", "base", "ahegao") ton @ cheeks heavy_blush hair horny "Thank you, Professor. {heart}{heart}{heart}" ("soft", "narrow", "worried", "mid") gen "You're welcome." ("grin", xpos="far_left", ypos="head") cho @ cheeks heavy_blush "..." ("horny", "narrow", "base", "downR") @@ -692,7 +692,7 @@ label .spank_tonks: ton @ hair horny "Surely you can do better than that, Cho." ("soft", "narrow", "base", "downR") cho @ cheeks blush "" ("annoyed", "narrow", "angry", "down") call slap_her - ton @ cheeks blush hair horny "*Hngh*..." ("crooked_smile", "narrow", "base", "mid") + ton @ cheeks blush hair horny "{shudder}*Hngh*{/shudder}" ("crooked_smile", "narrow", "base", "mid") ton @ hair angry "Do I have to fetch a beaters bat, so you can hit it properly, Miss Chang?" ("open", "narrow", "annoyed", "downR") ton @ hair angry "I thought I asked you to slap it harder!" ("scream", "narrow", "angry", "downR") cho @ cheeks blush "" ("clench", "narrow", "angry", "down") @@ -706,7 +706,7 @@ label .spank_tonks: call slap_her ton @ cheeks heavy_blush hair horny "!!!" ("clench", "narrow", "base", "ahegao") cho @ cheeks blush "Good enough for you, Professor?" ("open", "narrow", "angry", "L") - ton @ hair horny "*Ah*...{w=0.4} Yes, [name_cho_tonks]... I'd say that was quite--" ("open", "narrow", "worried", "R") + ton @ hair horny "{bounce}*Ah*...{/bounce}{w=0.4} Yes, [name_cho_tonks]... I'd say that was quite--" ("open", "narrow", "worried", "R") cho @ cheeks blush "" ("annoyed", "narrow", "angry", "down") call slap_her ton @ hair scared "" ("clench", "narrow", "base", "ahegao") @@ -919,7 +919,7 @@ label cc_pf_strip_T3_tonks.doppler_E1: label cc_pf_strip_T3_tonks.succubus_E1: if states.cho.ev.inspect_her_body.tonks_succubus_encounter == False: # Intro - ton "*snort!*... For real?" ("crooked_smile", "happyCl", "shocked", "mid") + ton "{shudder}*Snort*!{/shudder} For real?" ("crooked_smile", "happyCl", "shocked", "mid") cho "Oh, I've heard of those, Professor!" ("grin", "happyCl", "base", "mid") cho "They're demons in female form, that can visit you in your dreams and murder you!" ("soft", "narrow", "angry", "mid") ton "Very good, Miss Chang..." ("crooked_smile", "base", "base", "L") @@ -950,7 +950,7 @@ label cc_pf_strip_T3_tonks.succubus_E1: gen "Do I really have to tell the two of you of what they do?" ("angry", xpos="far_left", ypos="head") gen "I won't let any demon suck the life-blood out of my penis!" ("angry", xpos="far_left", ypos="head") ton @ hair horny "" ("normal", "base", "base", "mid") - cho "What?!" ("clench", "base", "base", "mid") # bit shocked. + cho "{shudder}What?!{/shudder}" ("clench", "base", "base", "mid") # bit shocked. ton @ hair horny "Well, if I was one, I promise you I wouldn't do that..." ("mad", "narrow", "base", "mid") ton @ hair horny "Not as long as there's plenty of other essence to be gathered." ("horny", "narrow", "angry", "mid") cho "Professors?!" ("mad", "narrow", "base", "downR") # uncomfortable @@ -974,7 +974,7 @@ label cc_pf_strip_T3_tonks.succubus_E1: ton @ hair horny "It's quite the filthy story... You don't walk away from a Succubus unscarred unless you can impress her!" ("horny", "narrow", "raised", "mid") # horny cho @ cheeks heavy_blush "*Uhm*..." ("disgust", "narrow", "worried", "downR") play sound "sounds/gulp.ogg" - gen "*gulp*..." ("angry", xpos="far_left", ypos="head") # sound + gen "{shudder}*Gulp*{/shudder}" ("angry", xpos="far_left", ypos="head") # sound ton @ hair horny "Of course I could tone it down for you guys." ("base", "happyCl", "base", "mid") gen "No, please. We'd love to hear the full story!" ("grin", xpos="far_left", ypos="head") cho @ cheeks blush "..." ("horny", "narrow", "base", "mid") @@ -1158,7 +1158,7 @@ label .succubus_E2: ton @ hair horny "I had no other choice but to swallow all of it..." ("grin", "narrow", "base", "mid") cho @ cheeks heavy_blush "" ("normal", "happyCl", "worried", "mid") play sound "sounds/gulp.ogg" - gen "*gulp*" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Gulp*{/shudder}" ("angry", xpos="far_left", ypos="head") cho @ cheeks blush "" ("horny", "narrow", "worried", "L") ton @ hair horny "That little demon must've come at least twenty times that night. {heart}" ("open_wide_tongue", "narrow", "raised", "L") ton @ cheeks heavy_blush hair horny "I could give you a ride on this as well if you'd like, Miss Chang." ("open_wide_tongue2", "narrow", "angry", "L") # tongue out @@ -1280,37 +1280,37 @@ label .hermione_E1: her "*Mmmh*... So soft..." ("base", "closed", "base", "mid") her "And her nipples..." ("soft", "narrow", "base", "down") - her "*Ah*..." ("open_tongue", "narrow", "base", "stare_soft") + her "{bounce}*Ah*...{/bounce}" ("open_tongue", "narrow", "base", "stare_soft") her "So sensitive..." ("base", "narrow", "base", "up") cho @ cheeks heavy_blush "*Ehm*..." ("horny", "narrow", "worried", "down") her "*Mhmm*... And I bet her nipples aren't the only--" ("open", "narrow", "base", "down") her "" ("grin", "closed", "worried", "mid") #Hand in front of pussy pause .8 play sound "sounds/slick_02.ogg" - her "*Ah*..." ("open_tongue", "narrow", "base", "up") #Hand on pussy + her "{bounce}*Ah*...{/bounce}" ("open_tongue", "narrow", "base", "up") #Hand on pussy cho @ cheeks heavy_blush "Tonks!" ("mad", "narrow", "worried", "R") play background "sounds/slickloop.ogg" fadein 2 #Continuous masturbate loop her "*Mmmm*..." ("base", "narrow", "base", "up") pause 1 her "*Hmm?*... Not even a peek?" ("soft", "narrow", "base", "L") - her @ cheeks blush "Don't you want to see what Hermione looks like when--{w=0.2} *Ah*...{w=0.4} She masturbates?" ("grin", "narrow", "worried", "down") - her @ cheeks blush "Are you sure you--{w=0.2} *Ah*...{w=0.4} want to miss this?" ("open", "closed", "base", "mid") + her @ cheeks blush "Don't you want to see what Hermione looks like when--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} She masturbates?" ("grin", "narrow", "worried", "down") + her @ cheeks blush "Are you sure you--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} want to miss this?" ("open", "closed", "base", "mid") cho @ cheeks heavy_blush "..." ("clench", "narrow", "worried", "down") #glances at her - her "*Ah*...{w=0.3} That's it, Cho..." ("smile", "narrow", "base", "L") + her "{bounce}*Ah*...{/bounce}{w=0.3} That's it, Cho..." ("smile", "narrow", "base", "L") her "I knew you couldn't resist..." ("soft", "narrow", "base", "up") cho @ cheeks heavy_blush "" ("horny", "narrow", "worried", "down") #Horny call ctc - her @ cheeks blush "*Ah*...{w=0.3} Look at me as I rub Granger's cute little slit." ("open_wide_tongue", "narrow", "angry", "up") - her @ cheeks blush "*Ah*...{w=0.3} *Ah*...{w=0.3} *Ah*..." ("open_wide_tongue", "narrow", "worried", "up") + her @ cheeks blush "{bounce}*Ah*...{/bounce}{w=0.3} Look at me as I rub Granger's cute little slit." ("open_wide_tongue", "narrow", "angry", "up") + her @ cheeks blush "{bounce}*Ah*...{w=0.3} *Ah*...{w=0.3} *Ah*...{/bounce}" ("open_wide_tongue", "narrow", "worried", "up") cho @ cheeks heavy_blush "" ("horny", "narrow", "worried", "downR") #looks away call ctc her "No! Keep watching me!" ("annoyed", "narrow", "angry", "L") play background "sounds/slickloopfast.ogg" $ hermione.set_cum(pussy="wet") - her @ cheeks blush "*Ah*...{w=0.3} I'm getting close!" ("soft", "narrow", "base", "up") + her @ cheeks blush "{bounce}*Ah*...{/bounce}{w=0.3} I'm getting close!" ("soft", "narrow", "base", "up") play background "sounds/slickloopveryfast.ogg" cho @ cheeks heavy_blush "" ("mad", "narrow", "base", "down") #still looking away her @ cheeks blush "Watch me!" ("open_wide_tongue", "narrow", "angry", "up") @@ -1318,7 +1318,7 @@ label .hermione_E1: her @ cheeks blush "Watch as Hermione cums for you!" ("angry", "narrow", "base", "up") cho @ cheeks heavy_blush "" ("smile", "narrow", "base", "down") #embarrased #Looks at Tonks play sound "sounds/slick_01.ogg" - her @ cheeks blush "*Nngh*...{w=0.4} *Aaah*!!!" ("clench", "happy", "base", "ahegao") + her @ cheeks blush "{shudder}*Nngh*...{/shudder}{w=0.4} {shake}*Aaah*!!!{/shake}" ("clench", "happy", "base", "ahegao") with kissiris with hpunch @@ -1330,7 +1330,7 @@ label .hermione_E1: cho @ cheeks heavy_blush "" ("horny", "base", "raised", "down") #wide eyed - her @ cheeks blush "*Ah*!" ("open_wide_tongue", "happy", "angry", "ahegao") + her @ cheeks blush "{shudder}*Ah*!{/shudder}" ("open_wide_tongue", "happy", "angry", "ahegao") with kissiris with hpunch @@ -1344,7 +1344,7 @@ label .hermione_E1: stop music fadeout 1 her @ cheeks blush "*Mmmh*..." ("clench", "narrow", "base", "squint") cho @ cheeks heavy_blush "..." ("smile", "narrow", "base", "L") - her @ cheeks blush "*Ah*...{w=0.3} *Ah*...{w=0.5} *Ah*...{w=0.6} Good...{w=0.3} Good girl..." ("open_tongue", "narrow", "base", "up") + her @ cheeks blush "{bounce}*Ah*...{w=0.3} *Ah*...{w=0.5} *Ah*...{/bounce}{w=0.6} Good...{w=0.3} Good girl..." ("open_tongue", "narrow", "base", "up") # Reset pose $ hermione.set_pose(None) diff --git a/game/scripts/characters/cho/events/favors/suck_it.rpy b/game/scripts/characters/cho/events/favors/suck_it.rpy index 73303f78..fa0125da 100644 --- a/game/scripts/characters/cho/events/favors/suck_it.rpy +++ b/game/scripts/characters/cho/events/favors/suck_it.rpy @@ -39,7 +39,7 @@ label cc_pf_blowjob_T3_intro_E1: gen "[name_cho_genie], ready to reward your coach for a job well done?" ("base", xpos="far_left", ypos="head") cho "Of course... A deal's a deal." ("open", "narrow", "base", "mid") gen "Great, in that case I think a blowjob is in order!" ("base", xpos="far_left", ypos="head") - cho "A blowjob?!!" ("disgust", "wide", "base", "mid") + cho "{shudder}A blowjob?!!{/shudder}" ("disgust", "wide", "base", "mid") gen "And some hand action as well of course!" ("base", xpos="far_left", ypos="head") cho "Sir, I didn't think it'd come to this... I already showed you my naked body and everything..." ("clench", "narrow", "base", "down") gen "There are other tactics you could use that aren't just about showing off your body in public, you know..." ("base", xpos="far_left", ypos="head") @@ -297,7 +297,7 @@ label cc_pf_blowjob_1: $ camera.set_imagepath("cho_bj/kneel/") $ camera.set_image("mid_annoyed") - cho "But... it's... How is it even going to fit?!" + cho "But... it's... {shake}How is it even going to fit?!{/shake}" $ camera.set_image("mid") gen "It will fit... You're the most flexible girl in the castle." gen "If anyone could do it, it's you..." @@ -395,7 +395,7 @@ label cc_pf_blowjob_1: call ctc - gen "*Ah*...{w=0.3} That's it... You're finally getting the hang of this." + gen "{bounce}*Ah*...{/bounce}{w=0.3} That's it... You're finally getting the hang of this." gen "You should've told me Quidditch players were this good at handjobs sooner." $ camera.set_image("cho_hj up blush") @@ -445,7 +445,7 @@ label cc_pf_blowjob_1: call ctc - gen "*Ah*...{w=0.5} Good job [name_cho_genie]." + gen "{bounce}*Ah*...{/bounce}{w=0.5} Good job [name_cho_genie]." gen "I suppose that will be enough for n--" $ camera.set_image("up_annoyed", trans=d3) cho "No! I want--" @@ -464,7 +464,7 @@ label cc_pf_blowjob_1: call ctc - gen "*Ah*...{w=0.4} Not bad...{w=0.4} Not bad at all..." + gen "{bounce}*Ah*...{/bounce}{w=0.4} Not bad...{w=0.4} Not bad at all..." gen "Now... A little bit faster, [name_cho_genie]..." gen "I think you too deserve a reward..." @@ -495,7 +495,7 @@ label cc_pf_blowjob_1: menu: "-Cum on her face-": $ camera.set(zoom=0.45, pos=(150, 70), t=2.0) - gen "*ARGH*!" + gen "{shudder}*ARGH*!{/shudder}" with vpunch $ camera.set_image("cho_hj cum face") @@ -504,9 +504,9 @@ label cc_pf_blowjob_1: call ctc - gen "*Ah*..." + gen "{bounce}*Ah*...{/bounce}" cho "Are...{w=0.5} Are you done?" - gen "*Ah*...{w=0.4} Yes, you can open your eyes now..." + gen "{bounce}*Ah*...{/bounce}{w=0.4} Yes, you can open your eyes now..." $ camera.set_image("cum_eye") @@ -535,7 +535,7 @@ label cc_pf_blowjob_1: $ camera.set_image("away", trans=d3) $ camera.set(zoom=0.45, pos=(150, 70), t=1.0) - gen "*ARGH!* Here it comes, you slut!" + gen "{shudder}*ARGH*!{/shudder} Here it comes, you slut!" with vpunch $ camera.set_image("cho_hj cum tits") @@ -545,7 +545,7 @@ label cc_pf_blowjob_1: call ctc - gen "*Ah*..." + gen "{bounce}*Ah*...{/bounce}" $ camera.set_image("look_cum_tits") @@ -586,7 +586,7 @@ label cc_pf_blowjob_1: cho "[name_genie_cho], are you about to--" - gen "*ARGH*!" + gen "{shudder}*ARGH*!{/shudder}" $ camera.set_image("cho_hj mid") $ camera.set(zoom=0.45, pos=(150, 70), t=2.0) @@ -600,11 +600,11 @@ label cc_pf_blowjob_1: call ctc - gen "*Ah*..." + gen "{bounce}*Ah*...{/bounce}" cho "..." # Wide eyed cho "M--{w=0.3} My face!" #Angry cho "You just came on my face!" - gen "*Ahh*... At last..." + gen "{bounce}*Ahh*...{/bounce} At last..." $ camera.set_image("cum_face_tits_glance", trans=d3) @@ -633,8 +633,6 @@ label cc_pf_blowjob_1: else: gen "That...{w=0.4} was...{w=0.4} amazing!" cho "Why didn't you warn me?!" ("clench", "base", "angry", "down", trans=d3) #Angry - # cho "My clothes are all ruined now too..." ("angry", "closed", "angry", "mid") - # cho "There's cum all over them!" ("mad", "narrow", "angry", "down") cho @ cheeks blush "I can't believe you just came all over me like that..." ("annoyed", "base", "angry", "downR") #pout gen "Should have put it in your mouth then..." ("base", xpos="far_left", ypos="head") cho @ cheeks blush "..." ("disgust", "narrow", "base", "mid") #pout @@ -646,7 +644,7 @@ label cc_pf_blowjob_1: cho @ cheeks blush "I knew it..." ("smile", "wide", "base", "mid") if states.her.status.gokkun: gen "Miss Granger knows how to properly dispose--" ("base", xpos="far_left", ypos="head") - cho @ cheeks blush "{size=+7}She swallows?!?{/size}" ("clench", "wide", "base", "mid") + cho @ cheeks blush "{shake}She swallows?!?{/shake}" ("clench", "wide", "base", "mid") cho @ cheeks blush "I mean..." ("disgust", "base", "base", "downR") cho @ cheeks blush "{size=-4}Of course she does...{/size}" ("angry", "base", "base", "down") else: @@ -762,7 +760,7 @@ label cc_pf_blowjob_T3_E2: cho "......." cho "(I'm actually doing this...)" - cho "(I'm stroking my coach's hard cock, just so I can win the quidditch cup...)" + cho "(I'm stroking my coach's hard cock, just so I can win the Quidditch cup...)" cho "(But...{w=0.4} If this is what it takes...{w=0.3} Then so be it!)" cho "(It won't be long until I have that cup in my hands...)" @@ -796,7 +794,7 @@ label cc_pf_blowjob_T3_E2: $ camera.set_image("cho_hj topless mid smile") - gen "*Ah*... Yes, of course... It's nothing really." + gen "{bounce}*Ah*...{/bounce} Yes, of course... It's nothing really." call ctc @@ -811,7 +809,7 @@ label cc_pf_blowjob_T3_E2: $ camera.set_image("cho_hj topless mid smile fast") - gen "(*Argh*...{w=0.4} At this rate, she'll make me bust!)" + gen "({shudder}*Argh*...{/shudder}{w=0.4} At this rate, she'll make me bust!)" call ctc @@ -881,7 +879,7 @@ label cc_pf_blowjob_T3_E2: #Cho goes in again with her eyes open this time, her mouth spreading open as it slowly goes over the tip." #As her mouth continues past the tip she stops and looks up at genie for some approval but he stays silent, her eyes closes slightly as she resumes by slowly going down further - gen "*Ah*...{w=0.5} That's it...{w=0.5} Keep going, [name_cho_genie]!" #This line should auto play as she goes further down + gen "{bounce}*Ah*...{/bounce}{w=0.5} That's it...{w=0.5} Keep going, [name_cho_genie]!" #This line should auto play as she goes further down #As she continues further down, her pupils move up a bit more until she hits her gag reflex (slow zoom in effect) #Quickly retracting she moves her head back and her eyes open again (Loop going backwards fast if animated, zoom effect quickly goes back to normal) @@ -931,7 +929,7 @@ label cc_pf_blowjob_T3_E2: $ camera.set_imagepath("cho_bj/bj/") $ camera.set_image("cho_bj topless suck start") - cho "*oomph*{w=1.0}{nw}" + cho "*Oomph*{w=1.0}{nw}" $ camera.set_image("cho_bj topless suck") #Cho moves in and starts sucking genie off properly (Not as deep as she attempted) @@ -1017,7 +1015,7 @@ label cc_pf_blowjob_T3_E2: $ camera.set_image("cho_bj topless suck medium") - cho "(House points!?)" # angry #Wide eyed #Big text + cho "({shake}House points!?{/shake})" # angry #Wide eyed #Big text $ camera.set_image("cho_bj topless suck closed exit") @@ -1036,9 +1034,9 @@ label cc_pf_blowjob_T3_E2: show screen blkfade with d5 - cho "My eye!" #Big text + cho "{shake}My eye!{/shake}" #Big text cho "I got some in my eye!" #Big text - gen "*Ah*...{w=0.4} Why'd you pull back!" + gen "{bounce}*Ah*...{/bounce}{w=0.4} Why'd you pull back!" # Set cum on doll and strip her $ cho.set_cum(face="heavy", hair="light", breasts="heavy") @@ -1108,7 +1106,7 @@ label cc_pf_blowjob_T3_E2: "\"Taste that cum in your mouth!\"": $ states.cho.ev.suck_it.variant = "taste" - cho "(T-taste?! But... We never discussed this!)" + cho "(T-{shake}taste?!{/shake} But... We never discussed this!)" $ camera.set_image("cho_bj topless suck medium up") cho "*Mhmmmm Mmhmmmm*!" @@ -1116,7 +1114,7 @@ label cc_pf_blowjob_T3_E2: #Cho stops for a second to consider and then starts going again call ctc - gen "*Ngh*--{w=0.2} That's it [name_cho_genie]!" + gen "{shudder}*Ngh*--{/shudder}{w=0.2} That's it [name_cho_genie]!" $ camera.set_image("cho_bj topless suck closed") @@ -1127,7 +1125,7 @@ label cc_pf_blowjob_T3_E2: cho "(No, wait!)" cho "*Mmmmmhmmm*!!!" - gen "{size=+4}*ARGH!*{/size}" + gen "{shake}*ARGH!*{/shake}" with vpunch $ camera.set_image("cho_bj topless cum mouth") @@ -1228,7 +1226,7 @@ label cc_pf_blowjob_T3_E2: call cho_walk(action="leave") - gen "...{w=0.5}Silly girl." ("base", xpos="far_left", ypos="head") + gen "...{w=0.5} Silly girl." ("base", xpos="far_left", ypos="head") #Cho leaves #End Scene #Marks at completed @@ -1266,7 +1264,7 @@ label cc_pf_blowjob_T3_E2: cho "*Mhmhm*?!-- (Now?!--)" - gen "{size=+4}*ARGH*!{/size}" + gen "{shake}*ARGH*!{/shake}" with vpunch $ camera.set_image("cho_bj topless cum swallow") @@ -1340,7 +1338,7 @@ label cc_pf_blowjob_T3_E2: $ camera.set_image("cho_bj topless suck medium up") cho "*Hmmf*?" #looks at genie - gen "{size=+4}*ARGH*!{/size}" + gen "{shake}*ARGH*!{/shake}" with vpunch $ camera.set_image("cho_bj topless cum swallow") @@ -1349,17 +1347,17 @@ label cc_pf_blowjob_T3_E2: $ camera.set(zoom=0.45, pos=(150, 70), t=1.0) - gen "*Ahhh*... I needed that..." + gen "{bounce}*Ahhh*...{/bounce} I needed that..." $ camera.set_imagepath("cho_bj/kneel/") $ camera.set_image("topless_mid_cough_cum_swallow") - cho "*Cough*-*Cough*-...*Ah*...{w=0.4}*Ah*..." + cho "*Cough*-*Cough*-... {bounce}*Ah*...{/bounce}{w=0.4}{bounce}*Ah*...{/bounce}" gen "That was awesome... Great job--" $ camera.set_image("topless_up_angry_cum_swallow") - cho "What...{w=0.4} the hell...{w=0.4} is wrong with you?!?!" #screen shake + cho "What...{w=0.4} the hell...{w=0.4} {shake}is wrong with you?!?!{/shake}" #screen shake gen "What do you--" $ camera.set_image("topless_up_angry2_cum_swallow") @@ -1393,7 +1391,7 @@ label cc_pf_blowjob_T3_E2: gen "Deadly serious..." ("base", xpos="far_left", ypos="head") gen "Unless I fancy covering your face that is..." ("base", xpos="far_left", ypos="head") cho @ cheeks blush "Unless you--" ("soft", "wide", "angry", "mid") #disgust - cho @ cheeks blush "*Humph*!" ("upset", "base", "angry", "mid") + cho @ cheeks blush "*Hmph*!" ("upset", "base", "angry", "mid") # Gets upset $ states.cho.mood += 12 @@ -1507,7 +1505,7 @@ label cc_pf_blowjob_T3_E3: $ camera.set_image("cho_hj topless mid smile fast") - gen "*Ahh* You make me proud, [name_cho_genie]...{w=0.3} I've taught you well." + gen "{bounce}*Ahh*{/bounce} You make me proud, [name_cho_genie]...{w=0.3} I've taught you well." $ camera.set_image("cho_hj topless up blush") @@ -1515,7 +1513,7 @@ label cc_pf_blowjob_T3_E3: $ camera.set_image("cho_hj topless mid smile fast") - gen "*Ahh*...{w=0.3} Pleasure's all mine, [name_cho_genie]." + gen "{bounce}*Ahh*...{/bounce}{w=0.3} Pleasure's all mine, [name_cho_genie]." call ctc @@ -1598,7 +1596,7 @@ label cc_pf_blowjob_T3_E3: $ camera.set_image("topless_mid_dreamy") - cho "(*Ah*{heart}{heart}{heart})" + cho "({bounce}*Ah*{/bounce}{heart}{heart}{heart})" gen "Well then?" $ camera.set_image("topless_up_wide") @@ -1622,7 +1620,7 @@ label cc_pf_blowjob_T3_E3: $ camera.set_image("topless_mid_dreamy") - cho "*Ah* Thank you, [name_genie_cho]..." #Blushes + cho "{bounce}*Ah*{/bounce} Thank you, [name_genie_cho]..." #Blushes $ camera.set_image("cho_bj topless suck medium start") pause 2 @@ -1639,8 +1637,8 @@ label cc_pf_blowjob_T3_E3: $ camera.set_image("cho_bj topless suck deep") - cho "*glick* *glick* *glick*" #Looks back down on cock - gen "*Argh*! You slut, I'm almost there..." + cho "*Glick* *Glick* *Glick*" #Looks back down on cock + gen "{shudder}*Argh*!{/shudder} You slut, I'm almost there..." call ctc @@ -1674,7 +1672,7 @@ label cc_pf_blowjob_T3_E3: $ camera.set_image("cho_bj topless suck medium up") gen "Open up [name_cho_genie], here it comes!" #large text - gen "*ARGH!*" + gen "{shudder}*ARGH*!{/shudder}" with vpunch $ camera.set_image("cho_bj topless cum mouth") @@ -1686,7 +1684,7 @@ label cc_pf_blowjob_T3_E3: pause 1 - gen "*Ah*..." #Genie pulls out + gen "{bounce}*Ah*...{/bounce}" #Genie pulls out call ctc diff --git a/game/scripts/characters/cho/events/favors/talk_to_me.rpy b/game/scripts/characters/cho/events/favors/talk_to_me.rpy index 220bd71b..80a6d92a 100644 --- a/game/scripts/characters/cho/events/favors/talk_to_me.rpy +++ b/game/scripts/characters/cho/events/favors/talk_to_me.rpy @@ -73,7 +73,7 @@ label cc_pf_talk_T1_intro_E1: cho "Sir, I do not have a boyfriend at the moment." ("soft", "closed", "angry", "mid") cho "I hope that answers your question." ("annoyed", "narrow", "base", "mid") gen "So, a girlfriend then?" ("grin", xpos="far_left", ypos="head") - cho @ cheeks blush "!!!" ("angry", "wide", "raised", "mid") + cho @ cheeks blush "{shudder}!!!{/shudder}" ("angry", "wide", "raised", "mid") cho "No. Why would you even think that, [name_genie_cho]?!" ("open", "closed", "angry", "mid") cho "" ("annoyed", "narrow", "angry", "mid") gen "(She doesn't seem that keen on the subject, perhaps I could tell her...)" ("base", xpos="far_left", ypos="head") @@ -117,9 +117,9 @@ label cc_pf_talk_T1_intro_E1: gen "They were very intimate..." ("grin", xpos="far_left", ypos="head") cho "???" ("annoyed", "base", "raised", "mid") gen "Very sexual!" ("angry", xpos="far_left", ypos="head") - cho "!!!" ("annoyed", "wide", "base", "mid") + cho "{shake}!!!{/shake}" ("annoyed", "wide", "base", "mid") gen "Lots of acrobatic stuff!" ("grin", xpos="far_left", ypos="head") - cho "NO Sir, please!{w=0.5} I don't want to know any of that!" ("scream", "closed", "angry", "mid", trans=hpunch) + cho "No Sir, please!{w=0.5} I don't want to know any of that!" ("scream", "closed", "angry", "mid", trans=hpunch) cho "(Gross!{w=0.5} Keep it to yourself...)" ("angry", "narrow", "worried", "R") gen "I just wanted to expand my backstory a little bit...{w=0.5} What's so wrong with that..." ("base", xpos="far_left", ypos="head") @@ -342,7 +342,7 @@ label cc_pf_talk_T1_intro_E2: cho "If you don't have a good seeker, you have no chance of winning!" ("soft", "closed", "base", "mid") gen "No wonder you need my help so badly then..." ("base", xpos="far_left", ypos="head") cho "Our losses is neither my, nor my team's fault, [name_genie_cho]!" ("open", "base", "angry", "mid") - gen "So whose is it then?" ("base", xpos="far_left", ypos="head") + gen "So, whose is it then?" ("base", xpos="far_left", ypos="head") cho "The enemy team's, obviously!" ("soft", "narrow", "angry", "mid") cho "They are cheating! And they have done so for years!" ("mad", "narrow", "angry", "R") cho "This is my last chance! And I'm growing more and more desperate with my situation..." ("mad", "narrow", "angry", "mid") @@ -405,7 +405,7 @@ label cc_pf_talk_T1_intro_E2: # Genie cums. if states.gen.masturbating: gen "{size=-4}(You exhibitionist slut!){/size}" ("angry", xpos="far_left", ypos="head") - gen "*Argh*! {size=-4}(Here it comes!){/size}" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Argh*!{/shudder} {size=-4}(Here it comes!){/size}" ("angry", xpos="far_left", ypos="head") call cum_block call gen_chibi("cum_behind_desk") @@ -413,7 +413,7 @@ label cc_pf_talk_T1_intro_E2: pause .8 call bld - gen "*heavy breathing* {size=-4}(Take it!){/size}" ("angry", xpos="far_left", ypos="head") + gen "*Heavy breathing* {size=-4}(Take it!){/size}" ("angry", xpos="far_left", ypos="head") call cum_block cho "" ("base", "narrow", "base", "mid") @@ -443,7 +443,7 @@ label cc_pf_talk_T1_intro_E2: gen "Let me ask you a question..." ("base", xpos="far_left", ypos="head") gen "In the showers,{w=0.3} do they all have their backs turned towards you?" ("base", xpos="far_left", ypos="head") cho "I don't know. Maybe they--{w=0.2} *Uhm*..." ("open", "base", "base", "mid") - cho "!!!" ("normal", "wide", "base", "mid") # Cho remembers something?! + cho "{shudder}!!!{/shudder}" ("normal", "wide", "base", "mid") # Cho remembers something?! cho @ cheeks heavy_blush "" ("normal", "happyCl", "worried", "mid") pause .6 gen "Yes?{w=0.3} What is it?" ("grin", xpos="far_left", ypos="head") @@ -514,7 +514,7 @@ label cc_pf_talk_T1_E3: if not states.cho.ev.quidditch.hufflepuff_prepared: gen "A panties obsession? So so..." ("base", xpos="far_left", ypos="head") else: - gen "*Ha!* Called it!" ("grin", xpos="far_left", ypos="head") + gen "*Hah*! Called it!" ("grin", xpos="far_left", ypos="head") cho "It was a little bit creepy how often he tried to look up my skirt..." ("angry", "wide", "base", "mid") cho "I mean, who would do such a thing?" ("soft", "base", "base", "mid") @@ -549,11 +549,11 @@ label cc_pf_talk_T1_E3: cho "*Uhm*..." ("annoyed", "base", "base", "R") cho "I never wore panties too often..." ("angry", "narrow", "base", "downR") cho "At least not those fancy ones the other girls are wearing." ("soft", "narrow", "base", "mid") - gen "*Argh*! {size=-4}(I'd love to see those!){/size}" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Argh*!{/shudder} {size=-4}(I'd love to see those!){/size}" ("angry", xpos="far_left", ypos="head") cho "If you can even call them that..." ("annoyed", "narrow", "base", "R") cho "Most of them look like shoelaces!" ("annoyed", "narrow", "angry", "R") gen "{size=-4}(What a bunch of sluts!){/size}" ("angry", xpos="far_left", ypos="head") - nar "*Fap* *Fap* *Fap*..." + nar "{bounce}*Fap* *Fap* *Fap*{/bounce}" cho "You should see them, [name_genie_cho]!" ("annoyed", "narrow", "angry", "mid") cho "They're all a bunch of sluts!!!" ("soft", "narrow", "angry", "mid") cho "They wear their skirts so low -- you just have to wonder how they haven't fallen off yet..." ("soft", "narrow", "base", "downR") @@ -561,9 +561,9 @@ label cc_pf_talk_T1_E3: cho "And pull their panty-string up and over their hip bones..." ("soft", "narrow", "base", "mid") gen "{size=-4}(Yes! So fucking slutty!){/size}" ("angry", xpos="far_left", ypos="head") cho "They look like arrows pointing down at their \"Snitch\", if you get what I mean..." ("angry", "narrow", "angry", "mid") - gen "*Argh!* {size=-4}(Those cheap whores!){/size}" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Argh*!{/shudder} {size=-4}(Those cheap whores!){/size}" ("angry", xpos="far_left", ypos="head") cho "As if they give any boy an open invitation to lay with them..." ("soft", "narrow", "angry", "R") - gen "*Fuck!* {size=-4}(That did it!!!){/size}" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Fuck*!{/shudder} {size=-4}(That did it!!!){/size}" ("angry", xpos="far_left", ypos="head") # Genie cums. scene onlayer dolls @@ -576,7 +576,7 @@ label cc_pf_talk_T1_E3: pause .8 cho "As for me, panties have to be practical, first and foremost!" ("soft", "closed", "base", "mid") - gen "*Ahg!* {size=-4}(So you can quickly get them off, you whore!){/size}" ("angry", xpos="far_left", ypos="head") + gen "*Ahg*! {size=-4}(So you can quickly get them off, you whore!){/size}" ("angry", xpos="far_left", ypos="head") call cum_block cho "And there needs to be enough fabric to soak up all the sweat..." ("soft", "narrow", "base", "R") @@ -766,21 +766,21 @@ label cc_pf_talk_T2_intro_E1: cho "Trying to lift my skirt with first-year spells..." ("soft", "narrow", "angry", "R") cho "Stealing my underwear while I'm taking a shower after practice..." ("angry", "narrow", "angry", "downR") if states.gen.masturbating: - gen "*Argh!* {size=-4}(Dirty panty muggers!){/size}" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Argh*!{/shudder} {size=-4}(Dirty panty muggers!){/size}" ("angry", xpos="far_left", ypos="head") cho "They even had the audaciousness to write \"Cho, the Ravenclaw ho\" on the blackboard during divination class." ("open", "narrow", "angry", "mid") if states.gen.masturbating: gen "{size=-4}(They must have seen your future, you whore!){/size}" ("angry", xpos="far_left", ypos="head") cho @ cheeks blush "Half the class saw it before I could get there...{w=0.8} Not that I care much about it..." ("annoyed", "narrow", "base", "downR") cho "If I'm honest, I'm surprised they could even spell my name correctly..." ("soft", "narrow", "angry", "mid") if states.gen.masturbating: - nar "*Fap* *Fap* *Fap*..." + nar "{bounce}*Fap* *Fap* *Fap*{/bounce}" cho "They think they can intimidate me. But that's where they are mistaken!" ("angry", "narrow", "angry", "down") if states.gen.masturbating: cho "They should be scared of me, [name_genie_cho]!" ("soft", "narrow", "angry", "mid") gen "{size=-4}(Yes! Show them, you slut!){/size}" ("angry", xpos="far_left", ypos="head") cho "Of what {b}I'm{/b} capable of!" ("clench", "base", "angry", "mid") - gen "*Argh*! (I'm getting close!)" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Argh*!{/shudder} (I'm getting close!)" ("angry", xpos="far_left", ypos="head") cho "Scared of what's about to come!" ("soft", "narrow", "angry", "mid") # Genie cums. @@ -792,7 +792,7 @@ label cc_pf_talk_T2_intro_E1: with d3 pause .8 - gen "*Argh*! {size=-4}(Take it!){/size}" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Argh*!{/shudder} {size=-4}(Take it!){/size}" ("angry", xpos="far_left", ypos="head") call cum_block gen "*Panting* {size=-4}(You fucking slut!){/size}" ("angry", xpos="far_left", ypos="head") @@ -948,7 +948,7 @@ label cc_pf_talk_T2_intro_E2: gen "More sinister? Like what?" ("base", xpos="far_left", ypos="head") cho "Give her a proper kiss on the lips, perhaps?" ("soft", "narrow", "angry", "mid") with hpunch - gen "!!!" ("angry", xpos="far_left", ypos="head") + gen "{shudder}!!!{/shudder}" ("angry", xpos="far_left", ypos="head") cho @ cheeks blush "Yes! I bet a prude like her would be {b}so{/b} shocked by that!{w=0.8} I might even be her first!" ("soft", "base", "angry", "downR") # Forced to jerk off. @@ -983,7 +983,7 @@ label cc_pf_talk_T2_intro_E2: cho "I should make her choke on my tongue, whether she likes it or not..." ("clench", "narrow", "angry", "downR") gen "{size=-2}Yes! That would be so fucking hot!{/size}" ("angry", xpos="far_left", ypos="head") cho "Push her against a wall and force it into her bitch mouth!" ("angry", "narrow", "angry", "down") - gen "*Argh!* {size=-2}You fucking sluts!{/size}" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Argh*!{/shudder} {size=-2}You fucking sluts!{/size}" ("angry", xpos="far_left", ypos="head") cho "And then I pull her vest over her stupidly large breasts..." ("smile", "narrow", "angry", "L") cho "And embarrass her in front of the whole class!" ("soft", "base", "base", "up") cho "Show everyone her ridiculous {b}cow tits!{/b}" ("soft", "narrow", "angry", "up") @@ -1003,12 +1003,12 @@ label cc_pf_talk_T2_intro_E2: pause .8 call bld - gen "*Argh*! {size=-4}Take it!{/size}" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Argh*!{/shudder} {size=-4}Take it!{/size}" ("angry", xpos="far_left", ypos="head") cho "Oh, I'm so sorry, Sir." ("soft", "narrow", "base", "mid") cho "I forgot I was talking to you for a second!" ("angry", "closed", "worried", "mid") call cum_block - gen "*Argh* {size=-4}You lesbian slut!{/size}" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Argh*!{/shudder} {size=-4}You lesbian slut!{/size}" ("angry", xpos="far_left", ypos="head") cho "I hope you didn't hear any of it! I would never do--" ("soft", "narrow", "worried", "mid") call cum_block @@ -1036,7 +1036,7 @@ label cc_pf_talk_T2_intro_E2: cho "Don't lie to me, [name_genie_cho]!{w=0.6} I know exactly what you were doing!" ("clench", "narrow", "angry", "mid") cho "{size=+4}You were touching yourself!{/size}" ("scream", "closed", "angry", "mid", trans=hpunch) # Scream cho "" ("angry", "narrow", "angry", "mid") - gen "{size=-2}Not so loud! People might hear you!{/size}" ("angry", xpos="far_left", ypos="head") + gen "Not so loud! People might hear you!" ("angry", xpos="far_left", ypos="head") cho @ cheeks blush "Why would you think I care?!" ("open", "narrow", "angry", "L") cho @ cheeks blush "You were wanking off!" ("soft", "wide", "base", "mid") gen "No I wasn't..." ("base", xpos="far_left", ypos="head") @@ -1099,9 +1099,9 @@ label cc_pf_talk_T2_E3: cho "" ("base", "base", "base", "mid") gen "You don't mind if I..." ("base", xpos="far_left", ypos="head") cho "Mind what?!" ("soft", "base", "raised", "mid") - cho @ cheeks blush "!!!" ("upset", "wide", "base", "mid") # Shocked + cho @ cheeks blush "{shudder}!!!{/shudder}" ("upset", "wide", "base", "mid") # Shocked gen "I have needs, girl." ("base", xpos="far_left", ypos="head") - cho "Gross!!!" ("angry", "closed", "angry", "mid") + cho "{shake}Gross!!!{/shake}" ("angry", "closed", "angry", "mid") cho "[name_genie_cho], might I suggest that you sort out those needs on your own then?" ("soft", "narrow", "angry", "R") cho "Without me..." ("soft", "narrow", "angry", "mid") gen "What a Bummer...{w=0.6} Last time you were such a great aid..." ("base", xpos="far_left", ypos="head") @@ -1140,7 +1140,7 @@ label cc_pf_talk_T2_E3: cho "He even had the audaciousness to whistle at me, in front of everybody!" ("soft", "narrow", "base", "mid") cho "And shout about what a \"great arse\" I have, and that he couldn't wait to \"beat it\"!" ("soft", "narrow", "angry", "mid") if states.gen.masturbating: - gen "Great minds...{w=0.2} *Argh*! think alike!" ("angry", xpos="far_left", ypos="head") + gen "Great minds...{w=0.2} {shudder}*Argh*!{/shudder} think alike!" ("angry", xpos="far_left", ypos="head") else: gen "Sounds to me like he was just enjoying the view!" ("grin", xpos="far_left", ypos="head") cho "Next time he does it I'll turn him into a filthy ferret, I swear!" ("clench", "narrow", "angry", "down") @@ -1169,7 +1169,7 @@ label cc_pf_talk_T2_E3: if states.gen.masturbating: cho "It's like they use them as target practice." ("soft", "narrow", "angry", "mid") - gen "*Argh*! {size=-4}(How nasty!){/size}" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Argh*!{/shudder} {size=-4}(How nasty!){/size}" ("angry", xpos="far_left", ypos="head") cho "I dare them to try it on me, those bastards!" ("clench", "narrow", "angry", "R") gen "*Yes*! {size=-4}(You deserve a good spanking!){/size}" ("angry", xpos="far_left", ypos="head") cho "I saw them go after Katie Bell today." ("soft", "narrow", "base", "mid") @@ -1214,16 +1214,16 @@ label cc_pf_talk_T2_E3: cho "And let the entire school watch her as she's getting pounded by a horde of centaurs!!!" ("mad", "narrow", "angry", "mid") if states.gen.masturbating: - gen "*Argh*!{w=0.3} {size=-4}(What the hell?){/size}" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Argh*!{/shudder}{w=0.3} {size=-4}(What the hell?){/size}" ("angry", xpos="far_left", ypos="head") cho "While there are bludgers flying around -- hitting her disgusting udders..." ("soft", "narrow", "angry", "mid") gen "{size=-4}(That sounds really painful!){/size}" ("angry", xpos="far_left", ypos="head") - nar "*Fap* *Fap* *Fap*!" + nar "{bounce}*Fap* *Fap* *Fap*!{/bounce}" cho "Maybe another centaur takes her from the front..." ("open", "narrow", "angry", "R") gen "*Agh*!{w=0.3} {size=-4}(I won't last long if she continues like this!){/size}" ("angry", xpos="far_left", ypos="head") cho "And once those two are done breeding her, they trade places with another batch." ("clench", "narrow", "angry", "R") gen "*Ahh* {size=-4}(This is getting too crazy!){/size}" ("angry", xpos="far_left", ypos="head") cho "Or even better, let some trolls have their way with her!{w=0.8} Let them rip her apart!" ("clench", "base", "angry", "downR") - gen "*Fuck!* {size=-4}(Come on! Unload! Before it's too late!!!){/size}" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Fuck*!{/shudder} {size=-4}(Come on! Unload! Before it's too late!!!){/size}" ("angry", xpos="far_left", ypos="head") # Genie cums. scene onlayer dolls @@ -1239,7 +1239,7 @@ label cc_pf_talk_T2_E3: gen "{size=-4}(Yes! Here it comes!){/size}" ("angry", xpos="far_left", ypos="head") call cum_block - gen "*Agh*! {size=-4}(Here comes another!){/size}" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Agh*!{/shudder} {size=-4}(Here comes another!){/size}" ("angry", xpos="far_left", ypos="head") call cum_block gen "*Phew*... {size=-4}(That was close!){/size}" ("base", xpos="far_left", ypos="head") @@ -1316,7 +1316,7 @@ label cc_pf_talk_T3_intro_E1: # Cho moves to the middle cho "..." ("annoyed", "narrow", "base", "downR") - gen "*Sigh*... What is it?" ("base", xpos="far_left", ypos="head") + gen "{bounce}*Sigh*{/bounce} What is it?" ("base", xpos="far_left", ypos="head") cho "It's Granger. She's been interfering with Quidditch again." ("open", "narrow", "base", "R") gen "Of course that's it... Because there's never anything else on your mind..." ("base", xpos="far_left", ypos="head") cho "[name_genie_cho], Quidditch is important to me!" ("disgust", "narrow", "angry", "mid") @@ -1340,7 +1340,7 @@ label cc_pf_talk_T3_intro_E1: cho @ cheeks blush "Weren't you going to listen to what I had to say?" ("disgust", "narrow", "angry", "mid") gen "Yes." ("base", xpos="far_left", ypos="head") cho @ cheeks blush "Then why are you jacking off?!" ("upset", "narrow", "angry", "mid") - "*fap-fap-fap-fap*" + "{bounce}*Fap-fap-fap-fap*{/bounce}" gen "Why not? I can do both things perfectly fine if I want to..." ("base", xpos="far_left", ypos="head") cho @ cheeks blush "Unbelievable..." ("disgust", "narrow", "base", "R") @@ -1360,12 +1360,12 @@ label cc_pf_talk_T3_intro_E1: cho "Do I have to answer that?" ("open", "narrow", "base", "downR") gen "It would make things go so much quicker." ("base", xpos="far_left", ypos="head") cho @ cheeks blush "Alright then..." ("disgust", "closed", "base", "mid") - "*fap* *fap* *fap*" + "{bounce}*Fap* *Fap* *Fap*{/bounce}" cho @ cheeks blush "Well I suppose they're pretty good-looking." ("open", "narrow", "base", "downR") gen "Describe them to me." ("base", xpos="far_left", ypos="head") cho @ cheeks blush "Hmm... Well one's a redhead, lots of freckles, the other is raven-haired, and quite skinny." ("soft", "narrow", "base", "down") gen "Nice! I fucking love redheads!" ("grin", xpos="far_left", ypos="head") - "*Fap* *Fap* *Fap*..." + "{bounce}*Fap* *Fap* *Fap*{/bounce}" gen "Does the carpet match the drapes?" ("base", xpos="far_left", ypos="head") cho @ cheeks blush "I don't know, I don't exactly ask random dudes to drop trou for me." ("angry", "narrow", "base", "mid") gen "Oh, well... That's understandable--" ("base", xpos="far_left", ypos="head") @@ -1377,7 +1377,7 @@ label cc_pf_talk_T3_intro_E1: cho "Girlfriends? Well, there's Ginny--" ("soft", "narrow", "base", "R") cho "Hey! Don't think I don't know what you're trying to achieve here!" ("angry", "narrow", "angry", "mid") cho "Would you please just focus for a minute? Without interrupting me?" ("annoyed", "narrow", "angry", "mid") - "*Fap* *Fap* *Fap*..." + "{bounce}*Fap* *Fap* *Fap*{/bounce}" cho "And, by Merlin's beard, could you please stop masturbating!" ("scream", "closed", "angry", "mid") cho "" ("annoyed", "base", "angry", "mid") gen "Fine... I didn't want to finish anyway..." ("base", xpos="far_left", ypos="head") #Genie stops masturbating @@ -1417,12 +1417,12 @@ label cc_pf_talk_T3_intro_E1: cho "See? Don't be silly!" ("disgust", "narrow", "angry", "mid") gen "Good, I was worried there for a--" ("base", xpos="far_left", ypos="head") cho "I want to touch it at the very least! I'd do anything to lay my hands on that magnificent piece of wood of his..." ("open", "narrow", "angry", "mid") - gen "What!" ("angry", xpos="far_left", ypos="head") + gen "{shudder}What!?{/shudder}" ("angry", xpos="far_left", ypos="head") cho "I fondly remember the day I first laid my eyes on it..." ("base", "closed", "base", "mid") cho @ cheeks blush "How could a girl like me not fall in love with it?" ("smile", "closed", "base", "mid") gen "(Oh no!)" ("angry", xpos="far_left", ypos="head") cho @ cheeks blush "It was the most exquisite piece of wood I had ever seen..." ("grin", "closed", "base", "mid") - gen "(!!!)" ("angry", xpos="far_left", ypos="head") + gen "{shake}!!!{/shake}" ("angry", xpos="far_left", ypos="head") cho "Truly a sight to behold..." ("grin", "base", "base", "mid") gen "Certainly it can't be {b}that{/b} impressive." ("angry", xpos="far_left", ypos="head") cho @ cheeks blush "There's nothing to even compare it to, [name_genie_cho]! It's magnificent!" ("smile", "base", "base", "mid") @@ -1460,7 +1460,7 @@ label cc_pf_talk_T3_intro_E1: nar "You hand the broom to Cho." #TODO have it show the broom cho "Thank--" ("smile", "narrow", "base", "mid") - cho "Is that a dildo!?!" ("clench", "wide", "base", "down") + cho "Is that a {shake}dildo!?!{/shake}" ("clench", "wide", "base", "down") gen "Yes! I'm sure this will be perfect for our plans!" ("base", xpos="far_left", ypos="head") cho @ cheeks blush "You can't be serious..." ("disgust", "wide", "base", "mid") gen "Why wouldn't I be serious... surely you can't deny this would grab some attention." ("base", xpos="far_left", ypos="head") @@ -1564,7 +1564,7 @@ label cc_pf_talk_T3_intro_E2: gen "Anything important I should know about them?" ("base", xpos="far_left", ypos="head") cho "The three of them make up the chaser positions on their team." ("open", "base", "base", "mid") gen "A threesome of girls, very nice..." ("grin", xpos="far_left", ypos="head") - cho @ cheeks blush "A threesome?!" ("angry", "narrow", "base", "mid") + cho @ cheeks blush "{shake}A threesome?!{/shake}" ("angry", "narrow", "base", "mid") gen "A trio!{w=1.0} A trio of girl chasers, is what I said." ("angry", xpos="far_left", ypos="head") cho @ cheeks blush "That's not what I heard..." ("disgust", "narrow", "base", "mid") # suspicious gen "(I should distract her.)" ("base", xpos="far_left", ypos="head") @@ -1608,7 +1608,7 @@ label cc_pf_talk_T3_intro_E2: call cho_walk(xpos="door") gen "Three girls! Hot damn!" ("grin", xpos="far_left", ypos="head") - cho @ cheeks blush "*Sigh*..." ("base", "narrow", "base", "down", flip=True) + cho @ cheeks blush "{bounce}*Sigh*{/bounce}" ("base", "narrow", "base", "down", flip=True) # Cho leaves. call cho_walk(action="leave") diff --git a/game/scripts/characters/cho/events/intro.rpy b/game/scripts/characters/cho/events/intro.rpy index a9b5b7e2..d2c31377 100644 --- a/game/scripts/characters/cho/events/intro.rpy +++ b/game/scripts/characters/cho/events/intro.rpy @@ -27,7 +27,7 @@ label cho_intro_E1: play sound "sounds/knocking.ogg" "*Knock-knock-knock*" gen "Please, give me a moment..." ("base", xpos="far_left", ypos="head") - gen "I just need to--{w=1.0} *Urgh*!" ("angry", xpos="far_left", ypos="head") + gen "I just need to--{w=1.0} {shudder}*Urgh*!{/shudder}" ("angry", xpos="far_left", ypos="head") play sound "sounds/cloth_sound.ogg" gen "Adjust my pants...{w=1.0} There we go." ("base", xpos="far_left", ypos="head") @@ -153,7 +153,7 @@ label cho_intro_E1: cho "I know! It's absolutely ridiculous...{w=0.5} It's going to ruin the sport for all of us!" ("clench", "base", "worried", "mid") gen "Sport? Which sport?" ("base", xpos="far_left", ypos="head") - cho "Quidditch!" ("scream", "narrow", "angry", "mid") + cho "{shake}Quidditch!{/shake}" ("scream", "narrow", "angry", "mid") cho "" ("annoyed", "narrow", "angry", "mid") gen "(Quidditch? What a stupid name for a sport.)" ("base", xpos="far_left", ypos="head") cho "The movements' goal is to grant a larger portion of our female students the ability to play." ("open", "narrow", "base", "down") @@ -195,7 +195,7 @@ label cho_intro_E1: with d3 her "Professor, I'm sorry to bother you, but I wanted to..." ("open", "closed", "base", "mid", xpos="base", ypos="base", flip=False) - her "!!!" ("normal", "wide", "base", "stare", trans=hpunch) + her "{shudder}!!!{/shudder}" ("normal", "wide", "base", "stare", trans=hpunch) call her_walk(570, "base") call her_chibi("stand",570,"base") @@ -253,7 +253,7 @@ label cho_intro_E1: with hpunch cho "\"Things\"?" ("angry", "narrow", "angry", "R") cho "Oh, miss perfect Hermione Granger.{w=0.8} Too afraid to even use the word \"tits\"..." ("open", "narrow", "angry", "R") - her @ cheeks blush "Well yours hardly qualify as such..." ("annoyed", "narrow", "angry", "L") + her @ cheeks blush "Well, yours hardly qualify as such..." ("annoyed", "narrow", "angry", "L") cho "How dare you!" ("clench", "closed", "angry", "mid") cho "And so what? What's wrong with being confident about your body..." ("open", "narrow", "angry", "down") cho "You should try it sometime... You might even get a boyfriend one day..." ("soft", "narrow", "angry", "R") @@ -275,7 +275,7 @@ label cho_intro_E1: her @ cheeks blush "And I didn't need to have my breasts enlarged so that I wouldn't be confused for a boy!" ("annoyed", "narrow", "annoyed", "L") cho "Oh yeah... Like you haven't been flaunting yours around either..." ("open", "narrow", "angry", "R") cho "Don't you try and act all innocent!" ("upset", "narrow", "angry", "R") - her @ cheeks blush "As If..." ("normal", "narrow", "annoyed", "mid") + her @ cheeks blush "As if..." ("normal", "narrow", "annoyed", "mid") cho "I wouldn't doubt that's why you're here in the first place!" ("open", "closed", "base", "mid") cho "To push your stupid agendas, whilst you push your breasts together at the same time." ("clench", "narrow", "angry", "L") gen "{size=-4}You fucking sluts!{/size}" ("angry", xpos="far_left", ypos="head") @@ -289,11 +289,11 @@ label cho_intro_E1: with d3 pause .8 - gen "*heavy breathing* {size=-4}Fuck yes...{/size}" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*heavy breathing*{/shudder} {size=-4}Fuck yes...{/size}" ("angry", xpos="far_left", ypos="head") call cum_block - gen "*Argh!* {size=-4}You whores!{/size}" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Argh!*{/shudder} {size=-4}You whores!{/size}" ("angry", xpos="far_left", ypos="head") stop music fadeout 2.0 cho "Sir?" ("soft", "narrow", "base", "mid") @@ -328,7 +328,7 @@ label cho_intro_E1: cho "*Hmph*... There's no argument here..." ("open", "narrow", "angry", "L") cho "I'm sure that Hermione's reasons for interrupting are totally valid..." ("upset", "narrow", "angry", "R") her "And I'm sure Cho wasn't just coming here to flaunt her body..." ("soft", "narrow", "base", "L") - cho "What's that supposed to mean?!?" ("clench", "narrow", "angry", "R", trans=vpunch) + cho "{shake}What's that supposed to mean?!?{/shake}" ("clench", "narrow", "angry", "R", trans=vpunch) gen "(I guess I'll just have to wait this one out...)" ("base", xpos="far_left", ypos="head") # Black screen @@ -351,7 +351,7 @@ label cho_intro_E1: her "You tell her Professor!" ("open", "base", "annoyed", "mid") play sound "sounds/snore3.ogg" gen "*Sn{cps=8}oooooooreeee*{/cps}{w=2.0}{nw}" - her "Professor!" ("scream", "base", "angry", "mid", trans=hpunch) + her "{shake}Professor!{/shake}" ("scream", "base", "angry", "mid", trans=hpunch) gen "*Grunt* {size=-4}Huh, what?{/size}" ("angry", xpos="far_left", ypos="head") her "I always have a valid reason for coming here, don't I?" ("base", "base", "base", "mid") gen "Of course you--" ("base", xpos="far_left", ypos="head") @@ -432,7 +432,7 @@ label cho_intro_E2: call cho_walk("desk", "base") pause .2 - cho "I hate her!" ("scream", "closed", "angry", "mid", xpos="mid", ypos="base", trans=hpunch) + cho "{shake}I hate her!{/shake}" ("scream", "closed", "angry", "mid", xpos="mid", ypos="base", trans=hpunch) cho "" ("clench", "narrow", "angry", "mid") gen "Miss Chang! My favourite student!" ("grin", xpos="far_left", ypos="head") @@ -443,7 +443,7 @@ label cho_intro_E2: gen "{size=-4}Please don't hurt me.{/size}" ("angry", xpos="far_left", ypos="head") cho "How could you have done this?{w=0.6} Sending this dim-witted Gryffindor tramp after me?" ("open", "narrow", "angry", "mid") gen "W-who?" ("angry", xpos="far_left", ypos="head") - cho "Granger!" ("scream", "closed", "angry", "mid", trans=hpunch) + cho "{shake}Granger!{/shake}" ("scream", "closed", "angry", "mid", trans=hpunch) gen "Aaa-h!" ("angry", xpos="far_left", ypos="head") # Girly scream cho "Gryffindor's role model student..." ("angry", "narrow", "angry", "mid") cho "She's out there spreading mean rumours about me!" ("open", "narrow", "angry", "R") @@ -451,7 +451,7 @@ label cho_intro_E2: cho "The worst kind! That I'm cheating at Quidditch!" ("angry", "narrow", "angry", "down") cho "How am I cheating, Professor? Ravenclaw is always in last place?!" ("soft", "narrow", "worried", "downR") cho "Not to mention that she's told everyone that I'm whoring myself out to my other classmates, and even my teachers!" ("open", "narrow", "angry", "L") - cho "I did none of that, Professor! None!" ("scream", "closed", "angry", "mid", trans=hpunch) + cho "I did none of that, Professor! {shudder}None!{/shudder}" ("scream", "closed", "angry", "mid", trans=hpunch) cho "And she still won't lay off her stupid equality movement thing!" ("annoyed", "narrow", "angry", "mid") gen "You need to calm down, girl." ("base", xpos="far_left", ypos="head") cho "{size=-4}When I'm out of here I'm going to rip that bitch's head off...{/size}" ("clench", "narrow", "angry", "downR") @@ -909,7 +909,7 @@ label cho_intro_E3: cho "*Shhsh!* Professor!{w=0.6} I'd like to hear it from her." ("annoyed", "narrow", "angry", "mid") cho "I'm going to enjoy this!" ("horny", "narrow", "base", "L") her "..." ("annoyed", "base", "angry", "mid") - her "*Sigh*...{w=0.6} I will end my movement, and I won't interfere with Quidditch again..." ("open", "closed", "base", "mid") #[Looking bored] + her "{bounce}*Sigh*{/bounce}{w=0.6} I will end my movement, and I won't interfere with Quidditch again..." ("open", "closed", "base", "mid") #[Looking bored] cho "This is amazing! I feel as if it's my birthday!" ("smile", "base", "base", "mid") her "After all, Quidditch is a huge waste of everyone's time.{w=0.6} Including mine..." ("soft", "narrow", "base", "R_soft") #[Still looking bored] cho "You're just jealous that I'm better than you at something." ("smile", "narrow", "angry", "L") @@ -926,7 +926,7 @@ label cho_intro_E3: with d3 pause .2 - her "*glare*" ("normal", "base", "angry", "mid", ypos="head", flip=False) + her "{shake}*Glare*{/shake}" ("normal", "base", "angry", "mid", ypos="head", flip=False) # Add Cho glaring back with her 'head' image. call her_chibi("stand", "door", "base",flip=True) diff --git a/game/scripts/characters/cho/events/panties.rpy b/game/scripts/characters/cho/events/panties.rpy index 2d29a7e5..750b5c28 100644 --- a/game/scripts/characters/cho/events/panties.rpy +++ b/game/scripts/characters/cho/events/panties.rpy @@ -43,8 +43,8 @@ label cho_panties_response_T2: gen "That makes sense to me..." ("base", xpos="far_left", ypos="head") cho "So you admit that you did it?" ("soft", "narrow", "angry", "mid") gen "It's not my cum..." ("base", xpos="far_left", ypos="head") - cho "*Argh*!" ("angry", "narrow", "angry", "mid", trans=hpunch) - cho "Well whose is it then?{w} The house-elves?" ("soft", "narrow", "base", "mid") + cho "{shudder}*Argh*!{/shudder}" ("angry", "narrow", "angry", "mid", trans=hpunch) + cho "Well, whose is it then?{w} The house-elves?" ("soft", "narrow", "base", "mid") gen "*Uhm*...{w} Yes?" ("base", xpos="far_left", ypos="head") cho "It's disgusting!" ("annoyed", "narrow", "base", "down") cho "I better get them cleaned immediately..." ("angry", "narrow", "worried", "down") @@ -70,12 +70,12 @@ label cho_panties_response_T2: jump main_room_menu else: - gen "Your panties, that's right!{w} I've got them right here..." ("grin", xpos="far_left", ypos="head") + gen "Your panties, that's right!{w=0.4} I've got them right here..." ("grin", xpos="far_left", ypos="head") play sound "sounds/sniff.ogg" nar "You bring the panties to your nose and give them one last sniff." - gen "*Aaahhh*!{w} Wonderful!" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Aaahhh*!{/shudder}{w=0.4} Wonderful!" ("angry", xpos="far_left", ypos="head") cho "(...)" ("annoyed", "narrow", "base", "mid") gen "There, take them..." ("base", xpos="far_left", ypos="head") @@ -139,7 +139,7 @@ label cho_panties_response_T3: play sound "sounds/sniff.ogg" nar "You bring the panties to your nose and give them one last sniff." - gen "*Aaahhh*!{w} Wonderful!" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Aaahhh*!{/shudder}{w=0.4} Wonderful!" ("angry", xpos="far_left", ypos="head") cho "(...)" ("base", "narrow", "base", "down") gen "Here, come and take them..." ("base", xpos="far_left", ypos="head") diff --git a/game/scripts/characters/cho/events/quidditch/gryffindor_match.rpy b/game/scripts/characters/cho/events/quidditch/gryffindor_match.rpy index 281d0489..91bad5c6 100644 --- a/game/scripts/characters/cho/events/quidditch/gryffindor_match.rpy +++ b/game/scripts/characters/cho/events/quidditch/gryffindor_match.rpy @@ -174,7 +174,7 @@ label gryffindor_match: cho "(Wait, he's expecting me to drink the potion as a backup!)" cho "(I'll just tell him I came to fetch--)" - gen "I'm such an idiot!" ("angry", xpos="far_left", ypos="head") + gen "I'm such an {shake}idiot!{/shake}" ("angry", xpos="far_left", ypos="head") cho "(Is he talking to himself?)" cho "(I should say something, so he won't think I've been eavesdropping.)" @@ -216,7 +216,7 @@ label gryffindor_match: gen "(Nah, I can hear her screaming at me in my head.)" ("base", xpos="far_left", ypos="head") gen "(All she cares about is that broomstick sport of hers.)" ("base", xpos="far_left", ypos="head") - gen "I'm such an idiot!" ("angry", xpos="far_left", ypos="head") # Says out loud + gen "I'm such an {shake}idiot!{/shake}" ("angry", xpos="far_left", ypos="head") # Says out loud cho "Hey, [name_genie_cho]!" cho "The game is about to start... You're going to be late!" gen "W-What..." ("base", xpos="far_left", ypos="head") @@ -516,7 +516,7 @@ label gryffindor_match: pause 0.5 gen "But I haven't gotten to the good part yet!" ("angry", xpos="far_left", ypos="head") - ton @ hair upset "*piercing gaze*" ("normal", "narrow", "annoyed", "mid") #The look + ton @ hair upset "*Piercing gaze*" ("normal", "narrow", "annoyed", "mid") #The look gen "Fine..." ("base") call ton_chibi("stand", 250, 380, flip=True) @@ -579,7 +579,7 @@ label gryffindor_match: sna "And I don't know what you're talking about...{w=0.4} I'm just here to watch the game." ("snape_37") # Recovers himself gen "{size=+4}Don't play dumb with me. Tell me what you're planning!{/size}" ("angry", xpos="far_left", ypos="head") sna "As I said--" ("snape_01") - ton "*Sigh*...{w=0.4} You boys and your silly bets." ("open", "narrow", "shocked", "downR") + ton "{bounce}*Sigh*{/bounce}{w=0.4} You boys and your silly bets." ("open", "narrow", "shocked", "downR") label .introspection2: @@ -698,7 +698,7 @@ label gryffindor_match: $ tonks.set_body_hue(0) ton "He started it..." ("mad", "narrow", "annoyed", "mid", animation=None) sna "No, you did!" ("snape_17") - gen "*Sigh* Like children." ("base", xpos="far_left", ypos="head") + gen "{bounce}*Sigh*{/bounce} Like children." ("base", xpos="far_left", ypos="head") show screen blkfade hide tonks_main @@ -773,10 +773,10 @@ label gryffindor_match: #Spank sound play sound "sounds/slap_02.ogg" - "*Smack*!!" with hpunch + "{shudder}*Smack*!!{/shudder}" with hpunch nar "Cho smacks Katie on her shapely bum." - "Katie" "*Owww*!!" + "Katie" "{shake}*Owww*!!{/shake}" play sound "sounds/giggle2_loud.ogg" cho "*Imitates Katie's voice* \"Ohh yes Alicia, please spank me harder\"!" "Katie" "H-How--" @@ -798,10 +798,10 @@ label gryffindor_match: "Hermione" "Sir!" cho "(Finally! That's done it!)" - "Hermione" "*inaudible*" + "Hermione" "*Inaudible*" cho "(Look at her going, she's bound to distract her team for me!)" gen "*Shrugs*" - "Hermione" "*inaudible shouting*" + "Hermione" "{shake}*Inaudible shouting*{/shake}" call her_chibi("stand", 300, 400, flip=True) with d3 @@ -842,7 +842,7 @@ label gryffindor_match: nar "Moving her gaze away from her coach, Cho briefly locks eyes with Hermione." cho "(Stupid bitch!)" cho "(Stupid broom!)" - cho "(Now where's that--{w=0.4} Stupid--{w=0.4} snitch!?)" + cho "(Now where's that--{w=0.4} Stupid--{w=0.4} {shake}snitch!?{/shake})" show screen blkfade with d5 @@ -1017,7 +1017,7 @@ label gryffindor_match: #Spank sound play sound "sounds/slap_02.ogg" - "*Smack*!!" + "{shake}*Smack*!!{/shake}" her @ cheeks blush "What the--" ("soft", "wide", "base", "up") her @ cheeks blush "What is Cho doing?" ("disgust", "wide", "base", "up") @@ -1136,7 +1136,7 @@ label gryffindor_match: with d3 call gen_walk(xpos=740, ypos=470) - gen "*Ah*...{w=0.4} *Ah*...{w=0.4} Stairs...{w=0.4} Why did it have to be--" ("base", xpos="far_left", ypos="head") + gen "{shudder}*Ah*...{w=0.4} *Ah*...{w=0.4}{/shudder} Stairs...{w=0.4} Why did it have to be--" ("base", xpos="far_left", ypos="head") "Cute Redhead" "Professor Dumbledore?" call gen_chibi(flip=True) @@ -1161,7 +1161,7 @@ label gryffindor_match: gen "When I told you to cheer..." ("base", xpos="far_left", ypos="head") gen "Did you not think I meant for your own house?!" ("angry", xpos="far_left", ypos="head") lun "My own...{w=0.4}{nw}" ("open", "base", "raised", "R") - lun "My own...{fast} Oooooh!" ("soft", "base", "base", "stare") + lun "My own...{fast} {wave}Oooooh!{/wave}" ("soft", "base", "base", "stare") #Hit sound play sound "sounds/ball_hit.ogg" @@ -1206,7 +1206,7 @@ label gryffindor_match: lun "Oh, right, no problem! You could've just said so from the start, professor!" ("grin", "base", "base", "mid") - gen "*sigh*..." ("base", xpos="far_left", ypos="head") + gen "{bounce}*Sigh*{/bounce}" ("base", xpos="far_left", ypos="head") #Luna puts trousers back on $ luna.wear("bottom") @@ -1280,7 +1280,7 @@ label gryffindor_match: call gen_chibi("stand", 168, 326, flip=True) with d3 - gen "*Heavy panting*" ("base", xpos="far_left", ypos="head") + gen "{shake}*Heavy panting*{/shake}" ("base", xpos="far_left", ypos="head") ton "Thank Merlin..." ("disgust", "base", "base", "mid") gen "I'll never look at staircases the same way..." ("base", xpos="far_left", ypos="head") sna "There he is." ("snape_02") @@ -1320,7 +1320,7 @@ label gryffindor_match: pause .8 - her "Chang, what are you doing!?" ("disgust", "wide", "angry", "L", trans=d3) + her "Chang, {shake}what are you doing!?{/shake}" ("disgust", "wide", "angry", "L", trans=d3) cho "What does it look like I'm doing?" ("grin", "narrow", "base", "R") $ cho.strip("accessory") @@ -1339,7 +1339,7 @@ label gryffindor_match: her @ cheeks blush "Why are you taking your clothes off?!" ("angry", "wide", "angry", "L") cho @ cheeks heavy_blush "..." ("horny", "narrow", "base", "L") cho @ cheeks heavy_blush "Do you... like the view?" ("soft", "narrow", "base", "R") - her @ cheeks blush "Do {i}I{/i} What?!" ("angry", "happy", "base", "L") + her @ cheeks blush "Do {i}I{/i} {shake}What?!{/shake}" ("angry", "happy", "base", "L") cho @ cheeks heavy_blush "Don't be shy now, you can look as much as you want." ("base", "narrow", "base", "R") else: # If genie was clueless (generic response) @@ -1354,7 +1354,7 @@ label gryffindor_match: gen "Oh no she didn't..." ("grin", xpos="far_left", ypos="head") - "Harry" "*drools audibly*" # el yu el + "Harry" "*Drools audibly*" # el yu el "Ron" "Hubba hubba!" # el yu el bis cho @ cheeks blush "It appears looks beats brains yet again." ("base", "narrow", "base", "L") @@ -1396,7 +1396,7 @@ label gryffindor_match: ton @ cheeks heavy_blush hair horny "Oh dear..." ("soft", "base", "base", "mid") her @ cheeks blush "You boys are despicable!" ("open", "closed", "angry", "mid") her @ cheeks blush "Why would you pay any attention to that walking stick when the girls of your own house are a hundred times more appealing!" ("disgust", "squint", "angry", "L") - cho @ cheeks heavy_blush "*inaudible noise*" ("disgust", "narrow", "angry", "R") + cho @ cheeks heavy_blush "*Inaudible noise*" ("disgust", "narrow", "angry", "R") her @ cheeks blush "What was that?" ("grin", "squint", "base", "L") her @ cheeks blush "Sorry I can't hear you over the wind... You'll have to speak up." ("grin", "narrow", "base", "L") @@ -1464,14 +1464,14 @@ label gryffindor_match: her @ cheeks blush "--Cho?!" ("clench", "wide", "base", "L") her "Harry, she's going for the snitch!" ("scream", "base", "base", "L") - "Harry" "*keeps drooling*" + "Harry" "*Keeps drooling*" her @ cheeks blush "Heaven's sake!" ("disgust", "happy", "annoyed", "L") #Hermione puts clothes back on $ hermione.wear("all") with d3 - her "Go after her!" ("scream", "base", "angry", "L") + her "{shudder}Go after her!{/shudder}" ("scream", "base", "angry", "L") nar "Snapping out of it, Harry speeds off after Cho who is now darting between the towers chasing the snitch." show CG quidditch cho_sitting entry as cg zorder 16 @@ -1514,7 +1514,7 @@ label gryffindor_match: call ctc - her "Is that a dildo?!!" + her "Is that a {shake}dildo?!!{/shake}" ton "Oh my!" sna "..." @@ -1611,7 +1611,7 @@ label gryffindor_match: call ctc - her "How?!?" + her "{shake}How?!?{/shake}" #CG end here hide cg @@ -1955,12 +1955,12 @@ label gryffindor_match_return: #Thud sound play sound "sounds/kick.ogg" - gen "*Hngh*!" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Hngh*!{/shudder}" ("angry", xpos="far_left", ypos="head") gen "I mean...{w=0.4} Coming first?" ("base", xpos="far_left", ypos="head") sna "" ("snape_39") hoo "Sorry?" ("open", "shocked", "raised", "mid") - gen "Nevermind...{w=0.4} So what about Miss Chang?" ("base", xpos="far_left", ypos="head") + gen "Nevermind...{w=0.4} So, what about Miss Chang?" ("base", xpos="far_left", ypos="head") hoo "Well... Some evidence has come forward, which suggests that Miss Chang was under the influence of a luck potion." ("open", "shocked", "base", "mid") gen "Under the--" ("base", xpos="far_left", ypos="head") @@ -2012,7 +2012,7 @@ label gryffindor_match_return: with kissiris - gen "*Hngh*--" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Hngh*--{/shudder}" ("angry", xpos="far_left", ypos="head") #Cut to CG show expression "cho_under_desk_idle_snape_no_spit" as cg_doll zorder 16 @@ -2035,18 +2035,18 @@ label gryffindor_match_return: cho @ cheeks heavy_blush "*Slurp*...{w=0.4} *Gobble*...{w=0.4} *Slurp*" ("open_wide_tongue", "narrow", "base", "up", xpos="far_right", ypos="head", flip=False, trans=d3) gen "Oh, yes!{w=0.4} *Ahem*--{w=0.4} Sorry, I was just thinking how terrible that would be." ("grin", xpos="far_left", ypos="head") gen "(What the hell does she think she's doing!?)" ("angry", xpos="far_left", ypos="head") - gen "Don't--{w=0.2} *Hngh*...{w=0.4} Don't worry about me, I'll be fine. Just taken by surprise by this whole ordeal, that's...{w=0.4} That's it." ("base", xpos="far_left", ypos="head") + gen "Don't--{w=0.2} {shudder}*Hngh*...{/shudder}{w=0.4} Don't worry about me, I'll be fine. Just taken by surprise by this whole ordeal, that's...{w=0.4} That's it." ("base", xpos="far_left", ypos="head") cho @ cheeks heavy_blush "*Gobble*...{w=0.4} *Gobble*...{w=0.4} *Slurp*" ("open_wide_tongue", "closed", "base", "up") hoo "Are you sure? Your face does look a bit white, sir." ("open", "shocked", "worried", "L", ypos="head") gen "(With all my blood flow being redirected, that's not surprising.)" ("base", xpos="far_left", ypos="head") - gen "I'll...{w=0.4} *Ah*...{w=0.4} I'll be fine." ("base", xpos="far_left", ypos="head") + gen "I'll...{w=0.4} {bounce}*Ah*...{/bounce}{w=0.4} I'll be fine." ("base", xpos="far_left", ypos="head") cho @ cheeks heavy_blush "*Slurp*... {w=0.4}*Slurp*...{w=0.4} *Slurp*" ("open_wide_tongue", "closed", "base", "up") - gen "So... Regarding this--{w=0.2} *Ah*...{w=0.4}{nw}" ("base", xpos="far_left", ypos="head") - gen "So... Regarding this-- *Ah*...{fast} Fuck..." ("grin", xpos="far_left", ypos="head") + gen "So... Regarding this--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4}{nw}" ("base", xpos="far_left", ypos="head") + gen "So... Regarding this-- {bounce}*Ah*...{/bounce}{fast} Fuck..." ("grin", xpos="far_left", ypos="head") gen "Luck!{w} Regarding this Luck potion!" ("angry", xpos="far_left", ypos="head") - gen "I find it seriously hard...{w=0.4} *Ngh*...{w=0.4} To believe she'd ever gobble, *Err*...{w=0.4} Drink something like that with such a high risk of...{w=0.4} *Hngh*...{w=0.4} Getting caught." ("base", xpos="far_left", ypos="head") + gen "I find it seriously hard...{w=0.4} {shudder}*Ngh*...{/shudder}{w=0.4} To believe she'd ever gobble, *Err*...{w=0.4} Drink something like that with such a high risk of...{w=0.4} {shudder}*Hngh*...{/shudder}{w=0.4} Getting caught." ("base", xpos="far_left", ypos="head") cho @ cheeks heavy_blush "*Gobble*...{w=0.4} *Slurp*...{w=0.4} *Slurp*" ("open_wide_tongue", "closed", "base", "up") - gen "You're certain it's a luck potion and not...{w=0.4} *Ah*...{w=0.4} {i}Gatorade{/i}, or something?" ("base", xpos="far_left", ypos="head") + gen "You're certain it's a luck potion and not...{w=0.4} {bounce}*Ah*...{/bounce}{w=0.4} {i}Gatorade{/i}, or something?" ("base", xpos="far_left", ypos="head") hoo "Gator aid?" ("open", "base", "raised", "mid") hoo "That's not some performance enhancing drug is it?" ("open", "narrow", "worried", "mid") gen "Nah, it's just a sports--" ("base", xpos="far_left", ypos="head") @@ -2055,7 +2055,7 @@ label gryffindor_match_return: show expression "cho_under_desk_blowjob_fast" as cg_doll cho @ cheeks heavy_blush "*Gobble*...{w=0.2} *Slurp*...{w=0.2} *Gobble*" ("open_wide_tongue", "happyCl", "base", "mid") - gen "*Ngh*...{w=0.4} sports drink." ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Ngh*...{/shudder}{w=0.4} sports drink." ("angry", xpos="far_left", ypos="head") hoo "I see." ("open", "base", "base", "mid") gen "Electrobytes or whatchamacallit." ("base", xpos="far_left", ypos="head") hoo "Well I suppose it could be, I can't say I've seen what a Gator Aid container looks like." ("normal", "narrow", "base", "downL") @@ -2080,7 +2080,7 @@ label gryffindor_match_return: play sound "sounds/slick_pop.ogg" show expression "cho_under_desk_idle_snape" as cg_doll - cho @ cheeks heavy_blush "*Pwah*." ("open_tongue", "narrow", "base", "up") + cho @ cheeks heavy_blush "*Pwah*" ("open_tongue", "narrow", "base", "up") show expression "cho_under_desk_handjob" as cg_doll with d3 @@ -2152,7 +2152,7 @@ label gryffindor_match_return: play sound "sounds/money_thud.ogg" $ states.env.gold += 2000 - sna "Here, now shut...{w=0.2} Up!" ("snape_17", xpos=200, ypos="base", trans=d3, flip=False) + sna "Here, now shut...{w=0.2} {shudder}Up!{/shudder}" ("snape_17", xpos=200, ypos="base", trans=d3, flip=False) call sna_walk(action="leave", speed=1.5) play sound "sounds/kick.ogg" with hpunch @@ -2239,7 +2239,7 @@ label gryffindor_match_return: if _in_replay: return - gen "W--{w=0.2} What?!" ("base", xpos="far_left", ypos="head") + gen "W--{w=0.2} {shudder}What?!{/shudder}" ("base", xpos="far_left", ypos="head") play sound "sounds/giggle.ogg" cho @ cheeks heavy_blush "*Giggles*" ("smile", "narrow", "base", "R") cho @ cheeks heavy_blush "You've heard me..." ("base", "narrow", "base", "mid") @@ -2293,7 +2293,7 @@ label gryffindor_match_return: cho @ cheeks heavy_blush "Of course... I figured it'd come to this eventually..." ("open", "closed", "base", "mid") cho @ cheeks heavy_blush "Ever since I saw this thing for the first time..." ("base", "narrow", "base", "down") gen "(Why's she doing this? She already won the cup, didn't she?)" - cho @ cheeks heavy_blush "*Sigh*..." ("base", "closed", "base", "mid", trans=d3) + cho @ cheeks heavy_blush "{bounce}*Sigh*...{/bounce}" ("base", "closed", "base", "mid", trans=d3) cho @ cheeks heavy_blush "To think that I would actually agree to all of this just so that I could win that cup..." ("base", "narrow", "base", "stare") cho @ cheeks heavy_blush "I would've never imagined that I'd go so far as to take my clothes off in front of the entire school..." ("base", "closed", "worried", "mid") gen "Well, I don't think I asked you--" @@ -2343,7 +2343,7 @@ label gryffindor_match_return: show expression "cho_sex up inside" as cg_doll with d3 pause 0.25 - cho @ cheeks heavy_blush "*Nnngh--{w=0.40}{nw}" ("angry", "closed", "angry", "mid") + cho @ cheeks heavy_blush "{shudder}*Nnngh--{/shudder}{w=0.40}{nw}" ("angry", "closed", "angry", "mid") show expression "cho_sex middle" as cg_doll with d3 pause 0.25 @@ -2353,7 +2353,7 @@ label gryffindor_match_return: pause 0.25 with hpunch - cho @ cheeks heavy_blush "*Ah*..." ("open_wide_tongue", "narrow", "base", "up") + cho @ cheeks heavy_blush "{bounce}*Ah*...{/bounce}" ("open_wide_tongue", "narrow", "base", "up") gen "*Ngh*!" gen "By the great--{w=0.2} You've already almost made me bust from that blowjob, girl!" cho @ cheeks heavy_blush "Then let's finish the job this time, shall we?" ("grin", "narrow", "base", "mid", trans=d3) @@ -2363,13 +2363,13 @@ label gryffindor_match_return: show expression "cho_sex loop slow" as cg_doll with d3 - gen "*Hngh*!" - gen "So... *Ngh*-- You didn't blow me just to get out of trouble?" - cho @ cheeks heavy_blush "*Ah*...{w=0.4} No...{w=0.4} Although normally, I probably would've considered...{w=0.4} *Ah*...{w=0.4} Justifying it that way." ("soft", "closed", "base", "stare", trans=d3) - cho @ cheeks heavy_blush "But...{w=0.2} *Ah*...{w=0.4} The potion ...{w=0.2} *Ah*..." ("smile", "closed", "base", "mid") + gen "{shudder}*Hngh*!{/shudder}" + gen "So... {shudder}*Ngh*--{/shudder} You didn't blow me just to get out of trouble?" + cho @ cheeks heavy_blush "{bounce}*Ah*...{/bounce}{w=0.4} No...{w=0.4} Although normally, I probably would've considered...{w=0.4} {bounce}*Ah*...{/bounce}{w=0.4} Justifying it that way." ("soft", "closed", "base", "stare", trans=d3) + cho @ cheeks heavy_blush "But...{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} The potion ...{w=0.2} {bounce}*Ah*...{/bounce}" ("smile", "closed", "base", "mid") cho @ cheeks heavy_blush "Well, for some reason I don't feel the need to..." ("soft", "narrow", "base", "stare") - cho @ cheeks heavy_blush "And that...{w=0.2} *Ah*...{w=0.4} I shouldn't hide..." ("smile", "narrow", "base", "stare") - cho @ cheeks heavy_blush "The things I truly--{w=0.2}*Ah*...{w=0.4} Want from my coach." ("horny", "narrow", "base", "stare") + cho @ cheeks heavy_blush "And that...{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} I shouldn't hide..." ("smile", "narrow", "base", "stare") + cho @ cheeks heavy_blush "The things I truly--{w=0.2}{bounce}*Ah*...{/bounce}{w=0.4} Want from my coach." ("horny", "narrow", "base", "stare") gen "Clever little potion, that." gen "In that case, why don't you tell me..." cho @ cheeks heavy_blush "*Hmm*?" ("soft", "narrow", "base", "stare", trans=d3) @@ -2378,21 +2378,21 @@ label gryffindor_match_return: cho @ cheeks heavy_blush "That's the first thing you ask?" ("smile", "narrow", "raised", "stare", trans=d3) gen "Of course!" cho @ cheeks heavy_blush "*Giggles*..." ("grin", "closed", "base", "downR", trans=d3) #sound - cho @ cheeks heavy_blush "Well--{w=0.2} *Ah*...{w=0.4} Let me think..." ("base", "closed", "base", "mid") - cho @ cheeks heavy_blush "It--{w=0.2} *Ah*... It was probably when I first saw Hermione's naked--{w=0.2}*Ah*... Naked body in your office..." ("open", "narrow", "base", "stare") + cho @ cheeks heavy_blush "Well--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} Let me think..." ("base", "closed", "base", "mid") + cho @ cheeks heavy_blush "It--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} It was probably when I first saw Hermione's naked--{w=0.2}{bounce}*Ah*...{/bounce} Naked body in your office..." ("open", "narrow", "base", "stare") gen "*Heh-he*... I knew--" - cho @ cheeks heavy_blush "It made me extremely--{w=0.2} *Ah*...{w=0.4} Angry...{w=0.4} And confused..." ("angry", "narrow", "base", "stare") + cho @ cheeks heavy_blush "It made me extremely--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} Angry...{w=0.4} And confused..." ("angry", "narrow", "base", "stare") gen "Oh?" - cho @ cheeks heavy_blush "Yes! I had just won the game against Slytherin, and as I came--{w=0.2} *Ah*...{w=0.4} came in here to celebrate with my coach..." ("angry", "closed", "base", "mid", trans=d3) + cho @ cheeks heavy_blush "Yes! I had just won the game against Slytherin, and as I came--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} came in here to celebrate with my coach..." ("angry", "closed", "base", "mid", trans=d3) cho @ cheeks heavy_blush "Who do I see but Hermione Granger, smiling, and stark naked!" ("soft", "closed", "angry", "down") gen "Well... It wasn't--" - cho @ cheeks heavy_blush "That's when I--{w=0.2} *Ah*...{w=0.4} When I realised that maybe I wanted more than just winning the cup." ("soft", "narrow", "base", "stare") + cho @ cheeks heavy_blush "That's when I--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} When I realised that maybe I wanted more than just winning the cup." ("soft", "narrow", "base", "stare") cho @ cheeks heavy_blush "I mean, I didn't even think to go celebrate with my team. I instinctively went straight to your office." ("annoyed", "base", "base", "stare") - cho @ cheeks heavy_blush "And if there was any{w=0.2} *Ngh*...{w=0.4} Any doubt after that..." ("open", "narrow", "base", "stare") + cho @ cheeks heavy_blush "And if there was any{w=0.2} {shudder}*Ngh*...{/shudder}{w=0.4} Any doubt after that..." ("open", "narrow", "base", "stare") cho @ cheeks heavy_blush "Getting--{w=0.2} *Mmm*...{w=0.4} Getting that broom from Madam Hooch just proved it to me even more..." ("smile", "narrow", "base", "up") cho @ cheeks heavy_blush "Since I really had to try and figure out what makes me tick if I wanted to win the cup." ("smile", "narrow", "base", "up") cho @ cheeks heavy_blush "I couldn't help--{w=0.2}{nw}" ("soft", "narrow", "base", "up") - cho @ cheeks heavy_blush "I couldn't help--{fast} *Ah*..." ("smile", "narrow", "base", "stare") + cho @ cheeks heavy_blush "I couldn't help--{fast} {bounce}*Ah*...{/bounce}" ("smile", "narrow", "base", "stare") cho @ cheeks heavy_blush "The only thing I could think about was what it would be like to have you bend me over and--{w=0.2}*Ah*...{w=0.4} fuck me on the commentator's podium with everyone watching me..." ("smile", "narrow", "base", "stare") #Big moan text gen "You little exhibitionist slut!" gen "If only they could see you now." @@ -2420,19 +2420,19 @@ label gryffindor_match_return: with d1 gen "*Argh*...{w=0.4} You little--" - cho @ cheeks heavy_blush "*Ah*...{w=0.2} *Ah*...{w=0.2} *Ah*..." ("open_tongue", "narrow", "base", "up", trans=d3) - gen "Someone's--{w=0.2} *Ngh*...{w=0.4} Suddenly eager for their reward--" - cho @ cheeks heavy_blush "*Ah*...{w=0.2} *Ah*...{w=0.2} *Ah*..." ("open_tongue", "narrow", "base", "up", trans=d3) + cho @ cheeks heavy_blush "{shudder}*Ah*...{w=0.2} *Ah*...{w=0.2} *Ah*...{/shudder}" ("open_tongue", "narrow", "base", "up", trans=d3) + gen "Someone's--{w=0.2} {shudder}*Ngh*...{/shudder}{w=0.4} Suddenly eager for their reward--" + cho @ cheeks heavy_blush "{shudder}*Ah*...{w=0.2} *Ah*...{w=0.2} *Ah*...{/shudder}" ("open_tongue", "narrow", "base", "up", trans=d3) cho @ cheeks heavy_blush "Coach--" ("smile", "narrow", "base", "up") cho @ cheeks heavy_blush "I'm...{w=0.2} I'm close to--" ("smile", "narrow", "base", "up") gen "Me too!" with kissiris play sound "sounds/slick_01.ogg" - cho @ cheeks heavy_blush "Coach!" ("scream", "narrow", "base", "up", trans=d3) + cho @ cheeks heavy_blush "{shake}Coach!{/shake}" ("scream", "narrow", "base", "up", trans=d3) with kissiris play sound "sounds/slick_01.ogg" - cho @ cheeks heavy_blush "{heart}Aaaah!!!{w=0.4} Yes!!!{heart}" ("open_wide_tongue", "narrow", "base", "up", trans=d3) + cho @ cheeks heavy_blush "{hearts}Aaaah!!!{w=0.4} Yes!!!{hearts}" ("open_wide_tongue", "narrow", "base", "up", trans=d3) menu: "Take my champagne shower!!!": @@ -2450,7 +2450,7 @@ label gryffindor_match_return: with d3 pause .5 - gen "*Aaargh*!!" + gen "{shake}*Aaargh*!!{/shake}" #Genie cums play sound "sounds/slick_01.ogg" show expression "cho_sex up cum outside stage0" as cg_doll @@ -2468,7 +2468,7 @@ label gryffindor_match_return: show expression "cho_sex up cum outside stage3" as cg_doll with d3 - gen "*Ah*..." + gen "{bounce}*Ah*...{/bounce}" pause 1.0 @@ -2476,7 +2476,7 @@ label gryffindor_match_return: $ cho.set_cum(breasts="light", body="light") gen "That's...{w=0.4} That's some mad timing on that pullout game..." - cho @ cheeks heavy_blush "*Ah*...{w=0.4} *Ah*...{w=0.4} Gotta wait for just the--{w=0.2} *Ah*..." ("smile", "narrow", "base", "stare") + cho @ cheeks heavy_blush "{bounce}*Ah*...{w=0.4} *Ah*...{/bounce}{w=0.4} Gotta wait for just the--{w=0.2} {bounce}*Ah*...{/bounce}" ("smile", "narrow", "base", "stare") cho @ cheeks heavy_blush "Right moment..." ("base", "narrow", "base", "up") #Cho standing tasting cum pose, dick outside (cum on dick) @@ -2486,14 +2486,14 @@ label gryffindor_match_return: cho @ cheeks heavy_blush "*Mmm*..." ("base", "closed", "base", "stare") cho @ cheeks heavy_blush "My reward..." ("smile", "closed", "base", "stare") - cho @ cheeks heavy_blush "*Giggles*." ("smile", "closed", "base", "stare") + cho @ cheeks heavy_blush "*Giggles*" ("smile", "closed", "base", "stare") $ states.cho.status.cumshot = True "Take my seed in your golden cup!": cho @ cheeks heavy_blush "My--" ("smile", "narrow", "base", "up") - gen "*Aaaargh*!!!" + gen "{shudder}*Aaaargh*!!!{/shudder}" show expression "cho_sex middle" as cg_doll pause 0.25 @@ -2509,8 +2509,8 @@ label gryffindor_match_return: play sound "sounds/slick_02.ogg" show expression "cho_sex idle creampie" as cg_doll with d3 - gen "*Ah*...." - cho @ cheeks heavy_blush "*Ah*...{w=0.4} *Ah*...{w=0.4} *Ah*..." ("grin", "narrow", "base", "up", trans=d3) + gen "{bounce}*Ah*....{/bounce}" + cho @ cheeks heavy_blush "{bounce}*Ah*...{w=0.4} *Ah*...{w=0.4} *Ah*...{/bounce}" ("grin", "narrow", "base", "up", trans=d3) #Cho moves to stand pose (cycle images?) show expression "cho_sex middle cum inside" as cg_doll @@ -2523,7 +2523,7 @@ label gryffindor_match_return: show expression "cho_sex up cum outside" as cg_doll with d2 - cho @ cheeks heavy_blush "I think--{w=0.4} *Ah*...{w=0.4} I think I've finally found a fun activity to put into my workout routine..." ("smile", "narrow", "base", "stare") + cho @ cheeks heavy_blush "I think--{w=0.4} {bounce}*Ah*...{/bounce}{w=0.4} I think I've finally found a fun activity to put into my workout routine..." ("smile", "narrow", "base", "stare") show expression "cho_sex insert cum inside" as cg_doll with d2 @@ -2621,7 +2621,7 @@ label gryffindor_match_return: pause 1 play sound "sounds/slick_02.ogg" with kissiris - cho "{heart}{size=+4}*Ah*{/size}{heart}" + cho "{hearts}{size=+4}*Ah*{/size}{hearts}" gen "...{w} That girl sure is something else." ("base", xpos="far_left", ypos="head") if states.cho.level < 24: diff --git a/game/scripts/characters/cho/events/quidditch/gryffindor_practice.rpy b/game/scripts/characters/cho/events/quidditch/gryffindor_practice.rpy index fc86d878..0c27543c 100644 --- a/game/scripts/characters/cho/events/quidditch/gryffindor_practice.rpy +++ b/game/scripts/characters/cho/events/quidditch/gryffindor_practice.rpy @@ -78,7 +78,7 @@ label cc_gt_return: cho "[_gold]!" ("clench", "closed", "base", "mid") play sound "sounds/gulp.ogg" - gen "*Gulp*..." ("angry", xpos="far_left", ypos="head") + gen "{bounce}*Gulp*{/bounce}" ("angry", xpos="far_left", ypos="head") gen "Surely there must be some spare brooms around the castle." ("angry", xpos="far_left", ypos="head") cho "I assure you... Even the brooms provided for flying lessons are terrible." ("disgust", "narrow", "angry", "mid") gen "I'm sure they're fine..." ("base", xpos="far_left", ypos="head") diff --git a/game/scripts/characters/cho/events/quidditch/hufflepuff_match.rpy b/game/scripts/characters/cho/events/quidditch/hufflepuff_match.rpy index 8e469c96..6f0c49e0 100644 --- a/game/scripts/characters/cho/events/quidditch/hufflepuff_match.rpy +++ b/game/scripts/characters/cho/events/quidditch/hufflepuff_match.rpy @@ -278,7 +278,7 @@ label hufflepuff_match: call her_chibi("stand", 300, 400, flip=True) # Temp Bugfix pause .5 - her "Good Morning everyone, and welcome to the i-inaugural--" ("soft", "base", "worried", "mid", flip=True, xpos=290, ypos="base", trans=d3) + her "Good morning everyone, and welcome to the i-inaugural--" ("soft", "base", "worried", "mid", flip=True, xpos=290, ypos="base", trans=d3) her "" ("normal", "base", "worried", "mid") sna "Speak up girl! And would it kill you to enunciate?!" ("snape_03", ypos="head") her "*Grrr*" ("mad", "narrow", "angry", "R") @@ -495,7 +495,7 @@ label hufflepuff_match: call gen_chibi("stand", 240, 400, flip=True) with d3 - gen "But they'll never take away our freedom!" ("angry") + gen "But they'll never take away {shake}our freedom!{/shake}" ("angry") hide genie call quidditch_stands(crowd_react=[None, None, None], spotlight=False) @@ -528,7 +528,7 @@ label hufflepuff_match: with d3 nar "A confused murmur falls over the crowd." - gen "Ugh..." ("base") + gen "*Ugh*..." ("base") play sound "sounds/microphone_feedback.ogg" gen "Is this thing on?" ("base") @@ -586,7 +586,7 @@ label hufflepuff_match: with d3 pause .8 - her "Ugh... thank you for that, professor Dumbledore..." ("soft", "narrow", "base", "R_soft", flip=True, xpos=290, ypos="base", trans=d3) + her "*Ugh*... Thank you for that, professor Dumbledore..." ("soft", "narrow", "base", "R_soft", flip=True, xpos=290, ypos="base", trans=d3) her "Now, to get this game underway!" ("open", "closed", "base", "mid") # Player introduction @@ -619,7 +619,7 @@ label hufflepuff_match: with d3 pause .1 - her "*grrrrr*" + her "*Grrrrr*" call quidditch_stands(crowd_react=[None, None, None]) with d3 @@ -672,7 +672,7 @@ label hufflepuff_match: qcr "START THE GAME! START THE GAME!" nar "Hermione's voice eventually gets drowned out by the growing restlessness of the crowd." her "" ("normal", "base", "base", "mid", xpos=290, ypos="base", flip=True) - her "Ugh, fine...{w=0.3} If everyone wants us to begin play without knowing {b}a single thing{/b}...{w=0.8} then that's {b}OK!{/b}" ("annoyed", "narrow", "annoyed", "R", trans=d3) + her "*Ugh*, fine...{w=0.3} If everyone wants us to begin play without knowing {b}a single thing{/b}...{w=0.8} then that's {b}OK!{/b}" ("annoyed", "narrow", "annoyed", "R", trans=d3) her "A good commentator knows when to accommodate for a crowd's impatience!" ("soft", "closed", "base", "mid") hide hermione_main with d3 @@ -722,7 +722,7 @@ label hufflepuff_match: call ctc her @ cheeks blush "" ("open", "wide", "worried", "shocked") - qcr "!!!" # [screenshake?] + qcr "{shudder}!!!{/shudder}" play background "sounds/crowd.ogg" fadein 2 mal "..." play sound "sounds/murmur.ogg" @@ -868,7 +868,7 @@ label hufflepuff_match: with d3 her "Oh no!" ("clench", "happyCl", "worried", "mid") - sna "{size=+4}HA-HA-HA-HA!!{/size}" ("snape_28", ypos="head") + sna "{shake}HA-HA-HA-HA!!{/shake}" ("snape_28", ypos="head") her "Somebody on the Ravenclaw team just got hit by a bludger!" ("open", "base", "worried", "L") gen "What an amazing turn of events!" ("grin", xpos="far_left", ypos="head") sna "See, I told you!" ("snape_22", ypos="head") @@ -954,7 +954,7 @@ label hufflepuff_match: her "playing the game?" ("smile", "closed", "base", "mid") cho "The game is over, you dipstick!" ("scream", "narrow", "angry", "L") cho "" ("mad", "narrow", "angry", "L") - her "What? Already?" ("shock", "wide", "worried", "stare") + her "{shudder}What?{/shudder} Already?" ("shock", "wide", "worried", "stare") her "But who caught the Snitch?" ("open", "wide", "base", "stare") cho "" ("upset", "narrow", "angry", "L") @@ -983,7 +983,6 @@ label hufflepuff_match: cho "" ("annoyed", "narrow", "angry", "L") her "Cho Chang managed to catch the snitch..." ("smile", "happyCl", "base", "mid") her "With the help of her ridiculously short skirt!" ("crooked_smile", "base", "angry", "mid") - #cho "{size=+10}!!!{/size}" ("clench", "closed", "angry", "mid") hide hermione_main with d3 cho @ cheeks heavy_blush "" ("normal", "wide", "base", "L") diff --git a/game/scripts/characters/cho/events/summon.rpy b/game/scripts/characters/cho/events/summon.rpy index e801dc4f..4190a91b 100644 --- a/game/scripts/characters/cho/events/summon.rpy +++ b/game/scripts/characters/cho/events/summon.rpy @@ -26,7 +26,7 @@ label cho_summon_setup: if 5 > states.cho.mood >= 1: cho "Yes, [name_genie_cho]?" ("annoyed", "base", "base", "mid", xpos="base", ypos="base", trans=d3) elif 10 > states.cho.mood >= 5: - cho "*Sigh*... Yes, [name_genie_cho]?" ("open", "base", "base", "R", xpos="base", ypos="base", trans=d3) + cho "{bounce}*Sigh*{/bounce} Yes, [name_genie_cho]?" ("open", "base", "base", "R", xpos="base", ypos="base", trans=d3) elif 20 > states.cho.mood >= 10: cho "What is it, [name_genie_cho]?" ("annoyed", "base", "angry", "mid", xpos="base", ypos="base",trans=d3) elif 30 > states.cho.mood >= 20: diff --git a/game/scripts/characters/cho/gifts.rpy b/game/scripts/characters/cho/gifts.rpy index daaf6cde..96288177 100644 --- a/game/scripts/characters/cho/gifts.rpy +++ b/game/scripts/characters/cho/gifts.rpy @@ -193,7 +193,7 @@ label give_cho_gift(gift_item): elif gift_item == porn_mag_ITEM: if states.cho.tier <= 1: - cho "What is this!?!" ("angry", "wide", "raised", "mid") + cho "{shudder}What is this!?!{/shudder}" ("angry", "wide", "raised", "mid") cho "Porn magazines?" ("open", "wide", "angry", "mid") cho "Sir, why would you even think of giving me something like this?" ("scream", "narrow", "angry", "L") call cho_mood(3) @@ -270,7 +270,7 @@ label give_cho_gift(gift_item): cho @ cheeks blush "Lingerie?" ("soft", "narrow", "raised", "down") cho @ cheeks blush "very sexy... Did you pick them out yourself?" ("base", "wink", "base", "mid") cho @ cheeks blush "You've got good taste... I tore mine during the ball last year..." ("smile", "narrow", "base", "R") - cho @ cheeks blush "That's what I get for thinking they'd fit, even after doing so many squats, I suppose..." ("smile", "narrow", "base", "mid") + cho @ cheeks blush "That's what I get for thinking they'd fit, even after doing so many squats..." ("smile", "narrow", "base", "mid") call give_gift(_("You give the lingerie to Cho..."), gift_item) cho @ cheeks blush "Thank you, [name_genie_cho]." ("base", "base", "base", "mid") call cho_mood(-3) @@ -451,9 +451,9 @@ label give_cho_gift(gift_item): if states.cho.tier <= 1: cho "A broom! Finally, something better than my old--" ("smile", "base", "base", "down") - cho "Hold on, is that a double ended dildo sticking out of it?!?" ("angry", "wide", "base", "down") + cho "Hold on, {shake}is that a double ended dildo sticking out of it?!?{/shake}" ("angry", "wide", "base", "down") cho "What's wrong with you?" ("scream", "happyCl", "base", "mid") - cho "Get that away from my--{w=0.4} From me!" ("angry", "narrow", "base", "mid") + cho "Get that away from my--{w=0.4} {shake}From me!{/shake}" ("angry", "narrow", "base", "mid") call cho_mood(4) elif states.cho.tier == 2: cho "Is that a broom with dildos stuck to it?" ("disgust", "wide", "base", "down") @@ -476,7 +476,7 @@ label give_cho_gift(gift_item): if states.cho.tier <= 1: cho @ cheeks blush "A sex doll? What the heck... Why do you have this?" ("angry", "base", "base", "down") cho @ cheeks blush "And more importantly..." ("angry", "closed", "base", "mid") - cho @ cheeks blush "{size=+4}Why are you giving it to me?{/size}" ("disgust", "wide", "angry", "mid") + cho @ cheeks blush "{shake}Why are you giving it to me?{/shake}" ("disgust", "wide", "angry", "mid") cho @ cheeks blush "You disgust me..." ("upset", "closed", "angry", "mid") call cho_mood(4) elif states.cho.tier == 2: diff --git a/game/scripts/characters/cho/talk.rpy b/game/scripts/characters/cho/talk.rpy index 3990283e..a19254de 100644 --- a/game/scripts/characters/cho/talk.rpy +++ b/game/scripts/characters/cho/talk.rpy @@ -123,7 +123,7 @@ label name_cho_genie: cho @ cheeks blush "Fine... I guess that's fair..." ("open", "narrow", "base", "R") elif name_cho_genie == _("Boy"): if states.cho.tier <= 3: - cho "You want to call me what?!" ("angry", "base", "base", "mid") + cho "You want to call me {shake}what?!{/shake}" ("angry", "base", "base", "mid") gen "Boy!" ("base", xpos="far_left", ypos="head") cho "But [name_genie_cho]!" ("disgust", "narrow", "base", "mid") cho "I'm not a boy!" ("clench", "narrow", "base", "mid") @@ -149,7 +149,7 @@ label name_cho_genie: cho @ cheeks heavy_blush "You want to call me..." ("soft", "narrow", "base", "down") gen "A slut!" ("base", xpos="far_left", ypos="head") cho @ cheeks heavy_blush "..." ("horny", "narrow", "base", "stare") #horny - cho @ cheeks heavy_blush "*Ah*...{w=0.4} Yes, I suppose that's fine..." ("soft", "narrow", "base", "mid") + cho @ cheeks heavy_blush "{bounce}*Ah*...{/bounce}{w=0.4} Yes, I suppose that's fine..." ("soft", "narrow", "base", "mid") elif name_cho_genie == _("Princess"): #Custom choice if states.cho.tier <= 3: cho "Princess?!" ("angry", "base", "base", "mid") diff --git a/game/scripts/characters/hermione/events/cardgame_wager.rpy b/game/scripts/characters/hermione/events/cardgame_wager.rpy index 54949fc9..74663613 100644 --- a/game/scripts/characters/hermione/events/cardgame_wager.rpy +++ b/game/scripts/characters/hermione/events/cardgame_wager.rpy @@ -9,7 +9,7 @@ label hg_wager_bj: if states.her.tier < 3: her "No! what kind of girl do you take me for, [name_genie_hermione]!" ("scream", "base", "angry", "mid") gen "Fine... Twenty points, deducted from Gryffindor!" ("base", xpos="far_left", ypos="head") - her "*Hmph*!" ("angry", "base", "angry", "mid") + her "{shake}*Hmph*!{/shake}" ("angry", "base", "angry", "mid") $ states.env.gryffindor -= 20 pause.5 call her_chibi("leave","door","base") @@ -44,7 +44,7 @@ label hg_wager_bj: sna "Hello Geni--" (face="snape_09") sna "What do we have here?!?" (face="snape_20") - her "{size=+5}Professor Snape?!{/size}" ("shock", "wide", "worried", "shocked", xpos="left",ypos="base") + her "{shake}Professor Snape?!{/shake}" ("shock", "wide", "worried", "shocked", xpos="left",ypos="base") her "It's not what it looks like!" ("scream", "wide", "base", "R") hide hermione_main sna "So you're not letting your headmaster feel you up?" (face="snape_05") @@ -176,7 +176,7 @@ label hg_wager_bj: pause.5 call her_chibi_scene("bj_cum_in") call cum_block - gen "{size=+7}*ARGH*!{/size}" ("angry", xpos="far_left", ypos="head") + gen "{shake}*ARGH*!{/shake}" ("angry", xpos="far_left", ypos="head") her "..." ("full", "wide", "worried", "stare") sna "..." (face="snape_25") gen "..." ("angry", xpos="far_left", ypos="head") @@ -190,7 +190,7 @@ label hg_wager_bj: call sna_walk("door", "base") #snape walks to the door, pauses on gulp sound play sound "sounds/gulp.ogg" - her "{heart}*Gulp* {heart}" ("cum", "narrow", "annoyed", "up") + her "{hearts}*Gulp*{hearts}" ("cum", "narrow", "annoyed", "up") sna "..." (face="snape_07", flip=True) pause.2 @@ -304,7 +304,7 @@ label hg_wager_bj: gen "Good night, [name_hermione_genie]." ("base", xpos="far_left", ypos="head") "-Tell him the ghost is gone-": gen "Hold it..." ("angry", xpos="far_left", ypos="head") - her "*Glick*?" ("open_wide_tongue", "wide", "base", "R") + her "{shudder}*Glick*?{/shudder}" ("open_wide_tongue", "wide", "base", "R") gen "No, I think I should be able to exorcise these spirits myself..." ("base", xpos="far_left", ypos="head") sna "You can do that?" (face="snape_11") if states.her.level > 21: @@ -313,7 +313,7 @@ label hg_wager_bj: her @ cheeks blush "*Gltch*, *Slurp*, *Gobble*" ("open_wide_tongue", "squint", "worried", "up") gen "I've exercised--" ("angry", xpos="far_left", ypos="head") her @ cheeks blush "*Gulp*, *Gulp*, *Gobble*" ("open_wide_tongue", "squint", "worried", "up") - gen "*ARGH*...{w=0.4} Plenty!" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*ARGH*{/shudder}{w=0.4} Plenty!" ("angry", xpos="far_left", ypos="head") sna "Are you..." ("snape_05") menu: "-Try to get him to Leave-": @@ -345,7 +345,7 @@ label hg_wager_bj: her @ cheeks blush "*Mmmh*!!" ("full_cum", "wide", "base", "stare") play sound "sounds/gulp.ogg" - her "*Gulp*!" ("cum", "happyCl", "worried", "mid") + her "{shudder}*Gulp*!{/shudder}" ("cum", "happyCl", "worried", "mid") her "*Gua-ha*..." ("open_wide_tongue", "narrow", "base", "stare") gen "Who said you could continue sucking? Because it wasn't me." ("base", xpos="far_left", ypos="head") @@ -379,7 +379,7 @@ label hg_wager_bj: her "*Slurp*, *Slurp*, *Gobble*" ("open_wide_tongue", "squint", "worried", "up") sna "Is there anything I could assist you with?" ("snape_04") with hpunch - gen "{size=+7}What?!?{/size}" ("angry", xpos="far_left", ypos="head") + gen "{shake}What?!?{/shake}" ("angry", xpos="far_left", ypos="head") her @ cheeks blush "...?" ("open_wide_tongue", "wide", "worried", "stare") sna "With the exorcism..." (face="snape_05") gen "Oh..." ("base", xpos="far_left", ypos="head") @@ -392,7 +392,7 @@ label hg_wager_bj: sna "..." (face="snape_14") her "........" ("full_cum", "narrow", "base", "dead") play sound "sounds/gulp.ogg" - her "*Gulp*!" ("cum", "happyCl", "worried", "mid") + her "{shudder}*Gulp*!{/shudder}" ("cum", "happyCl", "worried", "mid") gen "..." ("base", xpos="far_left", ypos="head") sna "I had no clue exorcism would be this..." (face="snape_03") sna "Extreme..." ("snape_02") @@ -442,7 +442,7 @@ label hg_wager_bj: jump bj_duel_game else: #whoring not higher than 21. call her_chibi_scene("bj_pause") - her "*Mmphaa*..." ("open_tongue", "narrow", "annoyed", "up") + her "{bounce}*Mmphaa*{/bounce}" ("open_tongue", "narrow", "annoyed", "up") gen "Hold on...{w} Yes, I believe the ghostly presence has departed..." ("base", xpos="far_left", ypos="head") sna "Already?" (face="snape_05") gen "Yes, they must've felt how powerful my exorcism abilities were, and moved on somewhere else..." ("angry", xpos="far_left", ypos="head") @@ -458,7 +458,7 @@ label hg_wager_bj: her "..." ("open_wide_tongue", "narrow", "annoyed", "mid") call her_chibi_scene("bj") her "*Slurp*, *Slurp*, *Gobble*" ("open_wide_tongue", "narrow", "annoyed", "mid") - gen "*Gngh*..." ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Gngh*{/shudder}" ("angry", xpos="far_left", ypos="head") sna "In that case, let's begin..." (face="snape_02") # Gamestart call snape_special_duel diff --git a/game/scripts/characters/hermione/events/favors/dance_for_me.rpy b/game/scripts/characters/hermione/events/favors/dance_for_me.rpy index fb302dcd..a669acf9 100644 --- a/game/scripts/characters/hermione/events/favors/dance_for_me.rpy +++ b/game/scripts/characters/hermione/events/favors/dance_for_me.rpy @@ -116,7 +116,7 @@ label hg_pf_strip_T2_E1: # Hermione starts dancing, but it will fail anyway. call her_chibi("stand","mid","base") #Hermione stands still. with hpunch - her @ cheeks blush "??!" ("mad", "wide", "base", "stare") + her @ cheeks blush "{shudder}??!{/shudder}" ("mad", "wide", "base", "stare") gen "Take off your clothes..." ("base", xpos="far_left", ypos="head") her @ cheeks blush "You want me to...?" ("disgust", "narrow", "base", "down") @@ -187,7 +187,7 @@ label hg_pf_strip_T3_intro_E1: call her_chibi("stand","mid","base") #Hermione stands still. with hpunch - her @ cheeks blush "??!" ("mad", "wide", "base", "stare") + her @ cheeks blush "{shudder}??!{/shudder}" ("mad", "wide", "base", "stare") her "I thought all I had to do was dance?" ("angry", "base", "angry", "mid") play music "music/(Orchestral) Playful Tension by Shadow16nh.ogg" fadein 1 if_changed # SEX THEME. gen "Really? That's adorable." ("base", xpos="far_left", ypos="head") @@ -370,13 +370,13 @@ label hg_pf_strip_T3_intro_E1: her @ cheeks blush "I'm sorry, [name_genie_hermione]..." ("angry", "happyCl", "worried", "mid") her @ cheeks blush "I...{w=0.4} I'm trying..." ("angry", "happyCl", "worried", "mid") her @ cheeks blush "But my hands..." ("angry", "happyCl", "worried", "mid") - her @ cheeks blush "Why is this so hard! *Sob*" ("angry", "happyCl", "worried", "mid") - her @ cheeks blush tears messy "No, I can't do this, [name_genie_hermione]! *sob*" ("open", "wide", "worried", "stare") + her @ cheeks blush "Why is this so hard! {bounce}*Sob*{/bounce}" ("angry", "happyCl", "worried", "mid") + her @ cheeks blush tears messy "No, I can't do this, [name_genie_hermione]! {bounce}*Sob*{/bounce}" ("open", "wide", "worried", "stare") gen "What?" ("base", xpos="far_left", ypos="head") her @ cheeks blush "I thought I could, but..." ("angry", "squint", "base", "mid", trans=fade) her @ cheeks blush "Strip dancing for points, [name_genie_hermione]?" ("angry", "squint", "base", "mid") her @ cheeks blush "People look up to me in this school!" ("angry", "squint", "base", "mid") - her @ cheeks blush "I have a reputation... *Sob*" ("angry", "squint", "base", "mid") + her @ cheeks blush "I have a reputation... {bounce}*Sob*{/bounce}" ("angry", "squint", "base", "mid") her @ cheeks blush tears messy "And If I do this..." ("scream", "base", "angry", "mid") show screen blkfade with d5 @@ -388,7 +388,7 @@ label hg_pf_strip_T3_intro_E1: call her_chibi("stand","desk","base") hide screen blkfade - her @ cheeks blush tears messy "[name_genie_hermione], I think I'd better go now... *Sob!*" ("angry", "squint", "base", "mid", trans=fade) + her @ cheeks blush tears messy "[name_genie_hermione], I think I'd better go now... {bounce}*Sob!*{/bounce}" ("angry", "squint", "base", "mid", trans=fade) menu: "\"Alright. I had fun. Here are your points.\"": @@ -433,7 +433,7 @@ label hg_pf_strip_T3_intro_E2: gen "*Hmm*...? {size=-4}(Look at her, so eager all of a sudden...){/size}" ("base", xpos="far_left", ypos="head") her "After all, as a pupil I am meant to obey your every order, isn't that right, [name_genie_hermione]?!" ("scream", "closed", "angry", "mid") gen "...................." ("base", xpos="far_left", ypos="head") - her "If the Headmaster tells me to strip for him, Then I shall strip!!!" ("scream", "closed", "angry", "mid") + her "If the Headmaster tells me to strip for him, then I shall strip!!!" ("scream", "closed", "angry", "mid") her "Do I find this extremely inappropriate, disgraceful, and humiliating?" ("angry", "base", "angry", "mid") her "Of course not. What nonsense!" ("scream", "closed", "angry", "mid") gen ".............." ("base", xpos="far_left", ypos="head") @@ -461,7 +461,7 @@ label hg_pf_strip_T3_intro_E2: her "If I must degrade myself in order to protect the honour of my house..." ("scream", "closed", "angry", "mid", xpos="mid", ypos="base") - her "So be it!" ("scream", "base", "angry", "mid", emote="angry") + her "{shake}So be it!{/shake}" ("scream", "base", "angry", "mid", emote="angry") her "Just..." ("open", "narrow", "worried", "down") if hermione.is_any_worn("robe", "accessory"): play sound "sounds/cloth_sound3.ogg" @@ -513,7 +513,7 @@ label hg_pf_strip_T3_intro_E2: gen "{size=-4}(Wow, she is getting really worked up over this...){/size}" ("base", xpos="far_left", ypos="head") gen "{size=-4}(Maybe it was still too early to--){/size}" ("base", xpos="far_left", ypos="head") her "Clothes?!!" ("disgust", "narrow", "base", "mid_soft") - her "{size=+9}I don't need them!{/size}" ("scream", "base", "angry", "mid", emote="angry") + her "{shudder}I don't need them!{/shudder}" ("scream", "base", "angry", "mid", emote="angry") if hermione.is_worn("bra"): #Should be on at this level, but might as well have the check nar "Hermione keeps dancing angrily, and then..." her "" ("angry", "base", "angry", "mid") @@ -958,7 +958,7 @@ label hg_pf_strip_T3_masturbate: her "B-but..." ("angry", "wide", "base", "stare", flip=False) her "Your..." gen "Yes...{w=0.3} *Ah*... Yes... This is good." ("base", xpos="far_left", ypos="head") - her "[name_genie_hermione]!!!" ("scream", "happyCl", "worried", "mid") + her "{shake}[name_genie_hermione]!!!{/shake}" ("scream", "happyCl", "worried", "mid") her "I must insist that you put away your..." ("angry", "happyCl", "worried", "mid") her "... thing." @@ -1394,7 +1394,7 @@ label hg_pf_strip_T4_masturbate: her "I just don't want to get--" ("annoyed", "narrow", "base", "mid") gen "..." ("grin", xpos="far_left", ypos="head") her "[name_genie_hermione]... Are you even listening?" ("angry", "narrow", "worried", "mid") - gen "*Ah*... Yes... You've truly got some shapely breasts, [name_hermione_genie]..." ("grin", xpos="far_left", ypos="head") + gen "{bounce}*Ah*...{/bounce} Yes... You've truly got some shapely breasts, [name_hermione_genie]..." ("grin", xpos="far_left", ypos="head") her ".........." ("disgust", "narrow", "worried", "mid") her "Fine! Have it your way, I guess..." ("angry", "narrow", "worried", "R") her "{size=-5}(As usual...){/size}" ("annoyed", "narrow", "angry", "R") @@ -1424,7 +1424,7 @@ label hg_pf_strip_T4_masturbate: nar "Just as Hermione is about to move on to the next part of her dance, your focus shifts towards her lower lips..." nar "As if feeling your stare, Hermione finally gives in and looks down at your rock-hard cock..." - her @ cheeks blush "*Gasp*" ("soft", "squint", "base", "down") + her @ cheeks blush "{shudder}*Gasp*{/shudder}" ("soft", "squint", "base", "down") her @ cheeks blush "" ("angry", "narrow", "base", "mid") nar "Catching herself in the act, she quickly looks back up at your face..." nar "You stare into her eyes, while still furiously beating yourself off..." @@ -1440,7 +1440,7 @@ label hg_pf_strip_T4_masturbate: nar "By stroking your cock even faster!" her "........." ("angry", "narrow", "base", "dead") nar "Suddenly, Hermione breaks into a whole series of rather complex pirouettes." - gen "*Ah*... That's it!" ("base", xpos="far_left", ypos="head") + gen "{bounce}*Ah*...{/bounce} That's it!" ("base", xpos="far_left", ypos="head") pause.5 nar "She then gives her breasts a squeeze, followed by another series of rather complex, and naughty, movements." @@ -1475,7 +1475,7 @@ label hg_pf_strip_T4_masturbate: her "(Whew... I made it... And not a moment too--)" ("base", "closed", "base", "mid", ypos="head", flip=False) with hpunch - gen "*ARGH*! YOU FUCKING CUNT!" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*ARGH*! YOU FUCKING CUNT!{/shudder}" ("angry", xpos="far_left", ypos="head") call cum_block call gen_chibi("cum","behind_desk","base") @@ -1490,7 +1490,7 @@ label hg_pf_strip_T4_masturbate: call gen_chibi("cum","behind_desk","base") her "??!!!" ("shock", "wide", "base", "stare") - her "[name_genie_hermione]!!!" ("angry", "squint", "worried", "stare") + her "{shudder}[name_genie_hermione]!!!{/shudder}" ("angry", "squint", "worried", "stare") call gen_chibi("cum_done","behind_desk","base") @@ -1635,11 +1635,11 @@ label hg_pf_strip_T4_masturbate: "\"No, not even that!\"": play music "music/Chipper Doodle v2.ogg" fadein 1 if_changed # HERMIONE'S THEME. - her "!!!?" ("angry", "base", "base", "stare") + her "{shudder}!!!?{/shudder}" ("angry", "base", "base", "stare") her "So, what you're saying, is that I danced for you..." ("soft", "happy", "base", "stare") her "I degraded myself for your amusement..." ("soft", "happy", "base", "R") her "I even let you cum on me..." ("open", "base", "base", "R") - her "And I get, {size=+5}NOTHING?!{/size}" ("clench", "base", "angry", "mid", emote="angry", trans=hpunch) + her "And I get, {shudder}nothing?!{/shudder}" ("clench", "base", "angry", "mid", emote="angry", trans=hpunch) gen "You've got a shiny and glistening complexion out of it..." ("base", xpos="far_left", ypos="head") her "Oh, this is a new low... Even for you, [name_genie_hermione]!" ("soft", "base", "angry", "mid") gen "Dismissed." ("base", xpos="far_left", ypos="head") diff --git a/game/scripts/characters/hermione/events/favors/dance_for_me_masturbate.rpy b/game/scripts/characters/hermione/events/favors/dance_for_me_masturbate.rpy index b60eb4af..6f328bd5 100644 --- a/game/scripts/characters/hermione/events/favors/dance_for_me_masturbate.rpy +++ b/game/scripts/characters/hermione/events/favors/dance_for_me_masturbate.rpy @@ -47,7 +47,7 @@ label hg_pf_strip_T4_fingering: her "Of course [name_genie_hermione], but--" ("disgust", "narrow", "angry", "mid") gen "Well, the choice is literally in your hands..." ("base", xpos="far_left", ypos="head") her "......" ("annoyed", "narrow", "worried", "down") - her "*Sigh*...{w=0.4} I suppose I could...{w=0.4} Touch myself...{w=0.4} In front of you." ("open", "narrow", "worried", "down") + her "{bounce}*Sigh*{/bounce}{w=0.4} I suppose I could...{w=0.4} Touch myself...{w=0.4} In front of you." ("open", "narrow", "worried", "down") her "But you better keep your hands to yourself..." ("angry", "narrow", "worried", "mid") gen "Witcher's promise." ("base", xpos="far_left", ypos="head") her "......" ("annoyed", "squint", "base", "mid") @@ -130,28 +130,28 @@ label hg_pf_strip_T4_fingering: menu: gen "..." ("base", xpos="far_left", ypos="head") "\"That's it... Keep going, slut.\"": - her "[name_genie_hermione]!!!" ("angry", "base", "angry", "mid") + her "{shake}[name_genie_hermione]!!!{/shake}" ("angry", "base", "angry", "mid") her "How...{w=0.4} How dare you!" ("upset", "base", "angry", "mid") gen "What?" ("base", xpos="far_left", ypos="head") - her "I hardly think that kind of--{w=0.2} *Ah*...{w=0.4} Language is appropriate." ("open", "happyCl", "base", "mid") + her "I hardly think that kind of--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} Language is appropriate." ("open", "happyCl", "base", "mid") gen "And masturbating in front of your headmaster is?" ("base", xpos="far_left", ypos="head") her "Well...{w=0.4} This--{w=0.2} This is different." ("open", "narrow", "worried", "down") her "I'm doing this for the honour of Gryffindor..." - her "To help my--{w=0.2} *Ah*..." ("open", "closed", "worried", "down") + her "To help my--{w=0.2} {bounce}*Ah*...{/bounce}" ("open", "closed", "worried", "down") play background "sounds/slickloopfast.ogg" nar "You notice Hermione beginning to move her fingers a little faster." $ hermione.set_cum(pussy="wet") - her "*Ah*...{heart}{heart}{heart}" ("soft", "narrow", "annoyed", "up") + her "{bounce}*Ah*...{/bounce}{heart}{heart}{heart}" ("soft", "narrow", "annoyed", "up") her "Help my house, win the cup..." ("angry", "wink", "base", "mid") gen "Surely that can't be the only reason..." ("grin", xpos="far_left", ypos="head") - her "I--{w=0.2} *Ah*...{w=0.4} Of course it--" ("normal", "happyCl", "worried", "mid") + her "I--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} Of course it--" ("normal", "happyCl", "worried", "mid") $ hermione.set_pose("hand_on_pussy_and_breast") - her "*Ah-a*{heart}..." ("open", "happyCl", "worried", "mid") - her "What--{w=0.2} *Ah*...{w=0.4} Other reason would there be for me to--" ("angry", "happyCl", "base", "down") + her "{bounce}*Ah-a*...{/bounce}{heart}" ("open", "happyCl", "worried", "mid") + her "What--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} Other reason would there be for me to--" ("angry", "happyCl", "base", "down") gen "I don't know... From where I'm sitting, it looks as if you might be enjoying this a little too much..." ("base", xpos="far_left", ypos="head") her "I am not, [name_genie_hermione]!" ("open", "happyCl", "worried", "mid") gen "Really?" ("base", xpos="far_left", ypos="head") @@ -159,10 +159,10 @@ label hg_pf_strip_T4_fingering: gen "Then why are your fingers moving so fast, slut?" ("base", xpos="far_left", ypos="head") call ctc - her "*Ah*...{heart}" ("open", "happyCl", "worried", "mid") + her "{bounce}*Ah*...{/bounce}{heart}" ("open", "happyCl", "worried", "mid") gen "Just admit it... You do enjoy being called a slut!" ("base", xpos="far_left", ypos="head") her "I do not!" ("normal", "happyCl", "worried", "mid") - her "I'm just thinking about--{w=0.2} *Ah*...{w=0.4} How happy everyone will be when we win!" ("shock", "happyCl", "worried", "mid") + her "I'm just thinking about--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} How happy everyone will be when we win!" ("shock", "happyCl", "worried", "mid") gen "And what if they find out how you earned the points?" ("base", xpos="far_left", ypos="head") stop background her "What?!" ("shock", "wide", "base", "stare") @@ -171,15 +171,15 @@ label hg_pf_strip_T4_fingering: her "..." ("soft", "closed", "base", "R") gen "The entire school would let you know exactly what they think about your ways of gaining house points." ("base", xpos="far_left", ypos="head") play background "sounds/slickloopfast.ogg" - her @ cheeks blush "The entire-- *Ah*...{heart}" ("silly", "narrow", "base", "dead") + her @ cheeks blush "The entire-- {bounce}*Ah*...{/bounce}{heart}" ("silly", "narrow", "base", "dead") gen "That's right... Every...{w=0.4} Single...{w=0.4} Student." ("base", xpos="far_left", ypos="head") play background "sounds/slickloopveryfast.ogg" - her @ cheeks blush "*Ah*...{heart}{heart}{heart}" ("grin", "narrow", "annoyed", "up") + her @ cheeks blush "{bounce}*Ah*...{/bounce}{heart}{heart}{heart}" ("grin", "narrow", "annoyed", "up") her @ cheeks blush "[name_genie_hermione], please... {w=0.4}*Mmmh*...{w=0.4} Don't tell anyone..." ("soft", "narrow", "base", "mid_soft") nar "Hermione continues to rub herself with renewed effort..." - her @ cheeks blush "They can't--{w=0.2} *Ah*...{w=0.4} They can't find out..." ("soft", "narrow", "base", "R_soft") + her @ cheeks blush "They can't--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} They can't find out..." ("soft", "narrow", "base", "R_soft") her @ cheeks blush "If Harry and Ron knew..." ("open", "narrow", "base", "down") - her @ cheeks blush "I'd--{w=0.2} *Ah*...{heart}" ("soft", "closed", "annoyed", "up") + her @ cheeks blush "I'd--{w=0.2} {bounce}*Ah*...{/bounce}{heart}" ("soft", "closed", "annoyed", "up") gen "You'd what, [name_hermione_genie]?" ("base", xpos="far_left", ypos="head") her @ cheeks blush "I'd..." ("open", "closed", "worried", "mid") her @ cheeks blush "I'd...{heart}" ("silly", "closed", "worried", "mid") @@ -200,46 +200,46 @@ label hg_pf_strip_T4_fingering: $ hermione.set_pose("hand_on_pussy_and_breast") - her "*Ah*...{heart}" ("open", "closed", "base", "R") + her "{bounce}*Ah*...{/bounce}{heart}" ("open", "closed", "base", "R") gen "There... Isn't that better?" ("base", xpos="far_left", ypos="head") - her "*Ah*... I--{w=0.2} I don't know..." ("open", "wink", "worried", "mid") + her "{bounce}*Ah*...{/bounce} I--{w=0.2} I don't know..." ("open", "wink", "worried", "mid") her "It feels kind of weird..." ("normal", "happyCl", "base", "mid") gen "Really? I thought you'd be used to it by now..." ("base", xpos="far_left", ypos="head") - her @ cheeks blush "*Ah*...{w=0.4} Why would you think that I'd be used to it......{w=0.4} [name_genie_hermione]?" ("angry", "narrow", "base", "mid") + her @ cheeks blush "{bounce}*Ah*...{/bounce}{w=0.4} Why would you think that I'd be used to it......{w=0.4} [name_genie_hermione]?" ("angry", "narrow", "base", "mid") gen "You've already done a lot of things for me inside this office..." ("base", xpos="far_left", ypos="head") gen "If it weren't for the points, you'd be considered quite the slut." ("base", xpos="far_left", ypos="head") her @ cheeks blush "Why would you say something like--" ("soft", "narrow", "base", "L") gen "I'm just telling you how I see it..." ("base", xpos="far_left", ypos="head") her @ cheeks blush "Please [name_genie_hermione]... I'm not twisted, like those Slytherin harlots..." ("angry", "narrow", "base", "down") - her @ cheeks blush "I'm not a--{w=0.2} *Ah*..." ("open", "happyCl", "base", "mid") + her @ cheeks blush "I'm not a--{w=0.2} {bounce}*Ah*...{/bounce}" ("open", "happyCl", "base", "mid") gen "Not a what, Miss Granger?" ("base", xpos="far_left", ypos="head") her @ cheeks blush "{size=-3}A Slut...{/size}" ("soft", "narrow", "base", "down") gen "Miss Granger!" ("base", xpos="far_left", ypos="head") gen "How very unbecoming of you to use such foul language..." ("base", xpos="far_left", ypos="head") - her @ cheeks blush "But--{w=0.2} *Ah*...{w=0.4} I just repeated what you--" ("angry", "narrow", "base", "mid") + her @ cheeks blush "But--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} I just repeated what you--" ("angry", "narrow", "base", "mid") $ hermione.set_cum(pussy="wet") - her "*Ah*...{heart}{heart}" ("open", "closed", "annoyed", "mid") + her "{bounce}*Ah*...{/bounce}{heart}{heart}" ("open", "closed", "annoyed", "mid") gen "What would your parents think if they heard you?" ("base", xpos="far_left", ypos="head") her @ cheeks blush "My parents...{heart}" ("open", "narrow", "worried", "up") play background "sounds/slickloopfast.ogg" - her @ cheeks blush "*Ah*...{heart} I don't know..." ("soft", "closed", "base", "up") + her @ cheeks blush "{bounce}*Ah*...{/bounce}{heart} I don't know..." ("soft", "closed", "base", "up") her @ cheeks blush "Although, to be perfectly honest [name_genie_hermione]... I don't think I care...{heart}{heart}{heart}" ("silly", "narrow", "base", "up") gen "Really?" ("base", xpos="far_left", ypos="head") her @ cheeks blush "Yes...{heart}" ("grin", "happyCl", "base", "mid") - her @ cheeks blush "It's not for them to--{w=0.2} *Ah*...{w=0.4} Decide how I speak." ("grin", "closed", "base", "mid") + her @ cheeks blush "It's not for them to--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} Decide how I speak." ("grin", "closed", "base", "mid") gen "Is that so..." ("base", xpos="far_left", ypos="head") gen "And what if they saw you like this?..." ("base", xpos="far_left", ypos="head") her @ cheeks blush "I--{w=0.2} *Mmmh*...{w=0.4} Surely that would never--" ("angry", "closed", "worried", "mid") gen "What if they burst through that door, and saw their little girl masturbating in front of the headmaster." ("base", xpos="far_left", ypos="head") - her @ cheeks blush "*Ah*...{w=0.4} They wouldn't...{w=0.4} You'd never allow..." ("normal", "happyCl", "worried", "mid") + her @ cheeks blush "{bounce}*Ah*...{/bounce}{w=0.4} They wouldn't...{w=0.4} You'd never allow..." ("normal", "happyCl", "worried", "mid") gen "I bet if they appeared right now, you wouldn't even stop touching yourself, you filthy slut." ("base", xpos="far_left", ypos="head") - her @ cheeks blush "*Ah*...{heart}" ("open_tongue", "narrow", "base", "up") + her @ cheeks blush "{bounce}*Ah*...{/bounce}{heart}" ("open_tongue", "narrow", "base", "up") gen "Look at you... You're nothing but a disgrace to your family..." ("base", xpos="far_left", ypos="head") - her @ cheeks blush "*Ah*...{w=0.4} I'm-{heart}" ("open", "happyCl", "worried", "mid") + her @ cheeks blush "{bounce}*Ah*...{/bounce}{w=0.4} I'm-{heart}" ("open", "happyCl", "worried", "mid") her @ cheeks blush "I'm--{heart}{heart}{heart}" ("grin", "narrow", "annoyed", "up") "\"Spread em!\"": @@ -257,7 +257,7 @@ label hg_pf_strip_T4_fingering: $ hermione.set_cum(pussy="wet") her @ cheeks blush "{heart}{heart}{heart}" ("grin", "narrow", "base", "up_soft") gen "Wow... Looks like you're getting quite the work-out, [name_hermione_genie]." ("grin", xpos="far_left", ypos="head") - her @ cheeks blush "*Ah*... Yes, I--" ("angry", "narrow", "base", "up_soft") + her @ cheeks blush "{bounce}*Ah*...{/bounce} Yes, I--" ("angry", "narrow", "base", "up_soft") gen "Had I not known it was sweat, I would've thought that you enjoyed being called a slut." ("grin", xpos="far_left", ypos="head") her @ cheeks blush "[name_genie_hermione]...{w=0.4} Please..." ("open", "happyCl", "base", "stare") @@ -268,19 +268,19 @@ label hg_pf_strip_T4_fingering: nar "Hermione starts fingering herself even faster." gen "Look at those fingers go..." ("base", xpos="far_left", ypos="head") her @ cheeks blush "...{heart}" ("grin", "closed", "worried", "mid") - her @ cheeks blush "*Ah*...{heart}" ("open_tongue", "narrow", "base", "up") + her @ cheeks blush "{bounce}*Ah*...{/bounce}{heart}" ("open_tongue", "narrow", "base", "up") gen "That's it, push those fingers deep inside, just like all those other sluts..." ("base", xpos="far_left", ypos="head") her @ cheeks blush "..." ("open_tongue", "narrow", "base", "up") her @ cheeks blush "...{heart}" ("open", "happyCl", "worried", "mid") play background "sounds/slickloop.ogg" her @ cheeks blush "(Wait, what am I doing...)" ("angry", "narrow", "worried", "stare") - her @ cheeks blush "*Ah*..." ("soft", "narrow", "base", "R") + her @ cheeks blush "{bounce}*Ah*...{/bounce}" ("soft", "narrow", "base", "R") gen "Almost there [name_hermione_genie]?" ("base", xpos="far_left", ypos="head") her @ cheeks blush "A-almost..." ("annoyed", "base", "worried", "L") her "I just need a bit longer..." gen "Well, you better hurry..." ("base", xpos="far_left", ypos="head") - her "*Ah*...{w=0.3} I know, [name_genie_hermione]." ("angry", "happyCl", "worried", "mid") + her "{bounce}*Ah*...{/bounce}{w=0.3} I know, [name_genie_hermione]." ("angry", "happyCl", "worried", "mid") her @ cheeks blush "..........." ("normal", "closed", "base", "R") gen "Is everything alright?" ("base", xpos="far_left", ypos="head") play background "sounds/slickloopfast.ogg" @@ -311,7 +311,7 @@ label hg_pf_strip_T4_fingering: $ hermione.strip("clothes") stop background - her @ cheeks blush tears messy "*SOB*!{w=0.3} I can't..." ("angry", "happyCl", "base", "down") + her @ cheeks blush tears messy "{bounce}*SOB*!{/bounce}{w=0.3} I can't..." ("angry", "happyCl", "base", "down") gen "Well then... Zero points to Gryffindor." ("base", xpos="far_left", ypos="head") her @ cheeks blush tears messy "{size=-5}After everything I...{/size} Really [name_genie_hermione]?" ("open", "base", "worried", "stare") her @ cheeks blush tears messy "After I stood here and..." ("scream", "base", "angry", "mid") @@ -403,7 +403,7 @@ label hg_pf_strip_T5_fingering: play sound "sounds/slick_02.ogg" with hpunch with kissiris - her "*Ah*..." ("open", "closed", "worried", "mid") + her "{bounce}*Ah*...{/bounce}" ("open", "closed", "worried", "mid") call ctc hide screen blkfade with d5 @@ -413,37 +413,37 @@ label hg_pf_strip_T5_fingering: play background "sounds/slickloop.ogg" fadein 2 her "*Mmhh*... {heart}" ("soft", "happyCl", "worried", "mid") - her "*Ah*...{w=0.4} {heart}-aha..." ("open", "happyCl", "worried", "mid") + her "{bounce}*Ah*...{/bounce}{w=0.4} {heart}-aha..." ("open", "happyCl", "worried", "mid") gen "..." ("base", xpos="far_left", ypos="head") - her "*Ah-ah*..." ("open", "happyCl", "worried", "mid") + her "{bounce}*Ah-ah*...{/bounce}" ("open", "happyCl", "worried", "mid") gen "......................" ("base", xpos="far_left", ypos="head") - her "*Ah*...{w=0.4} *Ah*...{heart}" ("open", "happyCl", "worried", "mid") - her "*Ah*...{w=0.4} [name_genie_hermione]?" ("soft", "wink", "base", "mid") + her "{bounce}*Ah*...{w=0.4} *Ah*...{/bounce}{heart}" ("open", "happyCl", "worried", "mid") + her "{bounce}*Ah*...{/bounce}{w=0.4} [name_genie_hermione]?" ("soft", "wink", "base", "mid") gen "What is it?" ("base", xpos="far_left", ypos="head") - her "Do you....{w=0.4}*Ah*...{w=0.4} like this?" ("angry", "narrow", "base", "R") + her "Do you....{w=0.4}{bounce}*Ah*...{/bounce}{w=0.4} like this?" ("angry", "narrow", "base", "R") gen "Do I like watching \"you\" finger your cute little pussy?" ("base", xpos="far_left", ypos="head") gen "Of course, [name_hermione_genie]... How is that even a question?" ("base", xpos="far_left", ypos="head") her "{heart}{heart}{heart}" ("angry", "happyCl", "worried", "mid") - her "*Ah*... It's just... Well, you were being so quiet..." ("open", "happyCl", "worried", "mid") + her "{bounce}*Ah*...{/bounce} It's just... Well, you were being so quiet..." ("open", "happyCl", "worried", "mid") gen "Need some encouragement, do you?" ("base", xpos="far_left", ypos="head") - her @ cheeks blush "*Ah*...{w=0.4} I...{w=0.4} I suppose....{heart}" ("angry", "closed", "worried", "down") + her @ cheeks blush "{bounce}*Ah*...{/bounce}{w=0.4} I...{w=0.4} I suppose....{heart}" ("angry", "closed", "worried", "down") gen "*Tch*... Such a dirty whore..." ("base", xpos="far_left", ypos="head") play background "sounds/slickloopfast.ogg" $ hermione.set_cum(pussy="wet") - her "[name_genie_hermione], *Ah*...{heart}" ("grin", "narrow", "base", "up") - her "Please...{w=0.4} *Ah*...{heart}" ("grin", "narrow", "worried", "stare") + her "[name_genie_hermione], {bounce}*Ah*...{/bounce}{heart}" ("grin", "narrow", "base", "up") + her "Please...{w=0.4} {bounce}*Ah*...{/bounce}{heart}" ("grin", "narrow", "worried", "stare") gen "You deserve to be punished for being such a filthy slut!" ("angry", xpos="far_left", ypos="head") - her "You shouldn't--{w=0.2} *Ah*...{w=0.4} Say such--{w=0.2} *Ah*...{w=0.4} Things..." ("angry", "happyCl", "base", "mid") + her "You shouldn't--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} Say such--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} Things..." ("angry", "happyCl", "base", "mid") her "To a student..." ("angry", "happyCl", "base", "up") play background "sounds/slickloopveryfast.ogg" gen "No?" ("base", xpos="far_left", ypos="head") - her "*Ah*...{w=0.4} {heart}It's not...{w=0.4} *Ah*...{w=0.4}{heart} Appropriate..." ("soft", "happyCl", "worried", "dead") + her "{bounce}*Ah*...{/bounce}{w=0.4} {heart}It's not...{w=0.4} {bounce}*Ah*...{/bounce}{w=0.4}{heart} Appropriate..." ("soft", "happyCl", "worried", "dead") gen "Asking your headmaster to lie isn't appropriate either, [name_hermione_genie]." ("base", xpos="far_left", ypos="head") - her "*Ah-a*...{heart} Yessss..." ("silly", "narrow", "base", "up") + her "{shudder}*Ah-a*...{/shudder}{heart} Yessss..." ("silly", "narrow", "base", "up") gen "Yes, you've been a very naughty girl..." ("base", xpos="far_left", ypos="head") gen "Now cum for me, [name_hermione_genie]!" ("base", xpos="far_left", ypos="head") - her "{heart}{heart}{heart}!!!{heart}{heart}{heart}" ("grin", "narrow", "annoyed", "up") + her "{heart}{heart}{heart}{shake}!!!{/shake}{heart}{heart}{heart}" ("grin", "narrow", "annoyed", "up") with kissiris with hpunch play sound "sounds/slick_01.ogg" @@ -451,7 +451,7 @@ label hg_pf_strip_T5_fingering: pause .8 $ hermione.set_cum(pussy="squirt_post") - her @ cheeks blush "*Ah*...{heart}...{heart}" ("grin", "narrow", "annoyed", "up") + her @ cheeks blush "{bounce}*Ah*...{/bounce}{heart}...{heart}" ("grin", "narrow", "annoyed", "up") with kissiris with hpunch play sound "sounds/slick_01.ogg" @@ -459,11 +459,11 @@ label hg_pf_strip_T5_fingering: pause .8 $ hermione.set_cum(pussy="squirt_post") - her "*Ah*... *Ah*...{heart}" ("silly", "base", "base", "ahegao") + her "{bounce}*Ah*... *Ah*...{/bounce}{heart}" ("silly", "base", "base", "ahegao") play background "sounds/slickloopfast.ogg" her "..." ("open_tongue", "closed", "base", "up") her "...{heart}{heart}{heart}" ("grin", "narrow", "annoyed", "dead") - her "*Gah*...{w=0.4} *Ah*...{w=0.4} *Ah*..." ("open_tongue", "narrow", "worried", "dead") + her "{shudder}*Gah*...{/shudder}{w=0.4} {bounce}*Ah*...{w=0.4} *Ah*...{/bounce}" ("open_tongue", "narrow", "worried", "dead") play background "sounds/slickloop.ogg" her "[name_genie_hermione]...{heart}{heart}{heart}" ("angry", "narrow", "worried", "mid") her "............." ("grin", "closed", "worried", "up",cheeks=False) @@ -540,7 +540,7 @@ label hg_pf_strip_T6_fingering: play sound "sounds/slick_02.ogg" with hpunch with kissiris - her "*Ah*..." ("open", "squint", "worried", "R") + her "{shudder}*Ah*...{/shudder}" ("open", "squint", "worried", "R") call ctc hide screen blkfade with d5 @@ -557,9 +557,9 @@ label hg_pf_strip_T6_fingering: gen "When you're in a hurry, you should try going a little deeper with your fingers." ("base", xpos="far_left", ypos="head") her "Alright, [name_genie_hermione]..." ("base", "happyCl", "base", "mid") play background "sounds/slickloopfast.ogg" - her "*Ah*...{w=0.4} *Ah*...{w=0.4}{heart}" ("open", "happyCl", "worried", "mid") + her "{shudder}*Ah*...{w=0.4} *Ah*...{/shudder}{w=0.4}{heart}" ("open", "happyCl", "worried", "mid") $ hermione.set_cum(pussy="wet") - her "*Ah*...{w=0.6} [name_genie_hermione]...{heart}" ("open", "happyCl", "worried", "mid") + her "{shudder}*Ah*...{/shudder}{w=0.6} [name_genie_hermione]...{heart}" ("open", "happyCl", "worried", "mid") menu: gen "..." ("base", xpos="far_left", ypos="head") @@ -573,13 +573,13 @@ label hg_pf_strip_T6_fingering: her "Fine..." ("open", "base", "base", "R") her "If you must know...{w=0.4} I was thinking about the time I corrected professor Snape on the ingredients of a \"Hiccoughing Solution\"." ("open", "narrow", "worried", "down") gen "....." ("base", xpos="far_left", ypos="head") - her "*Ah*...{heart}" ("soft", "narrow", "annoyed", "up") - her "It was--{w=0.2} *Ah*...{w=0.4} {heart} in front of the entire class as well." ("soft", "narrow", "annoyed", "up") + her "{bounce}*Ah*...{/bounce}{heart}" ("soft", "narrow", "annoyed", "up") + her "It was--{w=0.2} /shudder}*Ah*...{/shudder}{w=0.4} {heart} in front of the entire class as well." ("soft", "narrow", "annoyed", "up") her "He refused to let me answer any questions for a week after that." ("base", "narrow", "worried", "down") her "But it was worth it..." ("soft", "happy", "base", "R") her "The look on his face when he realised he was wrong...{heart}" ("soft", "narrow", "annoyed", "up") - her "*A-ah*...{heart}" - her "It just felt so good!{heart}" ("grin", "narrow", "base", "dead") + her "{shake}*A-ah*...{/shake}{heart}" + her "It just felt so {shake}good!{/shake}{heart}" ("grin", "narrow", "base", "dead") gen "This is what you're thinking of when masturbating?" ("base", xpos="far_left", ypos="head") her "..." ("normal", "narrow", "base", "dead") her "Is that too weird?" ("upset", "narrow", "base", "mid") @@ -589,15 +589,15 @@ label hg_pf_strip_T6_fingering: nar "Hermione goes quiet for a moment to enjoy herself, now fully focused on moving her fingers." "\"You really are a shameless slut, aren't you?\"": - her "*Ah*...{w=0.4} [name_genie_hermione].{heart}" ("angry", "narrow", "base", "dead") + her "{bounce}*Ah*...{/bounce}{w=0.4} [name_genie_hermione].{heart}" ("angry", "narrow", "base", "dead") gen "Go on, [name_hermione_genie]... Time's ticking..." ("base", xpos="far_left", ypos="head") - her "*Ah*...{w=0.4} Right..." ("soft", "closed", "worried", "dead") + her "{bounce}*Ah*...{/bounce}{w=0.4} Right..." ("soft", "closed", "worried", "dead") her "Yes, maybe I am a slut after all, [name_genie_hermione]..." ("angry", "narrow", "base", "dead") her "Perhaps the time that I spent with you, made me this way...{heart}" ("angry", "narrow", "worried", "dead") her "Or perhaps I've always been like this...{heart}" ("disgust", "narrow", "base", "down") her "..." ("base", "closed", "worried", "down") gen "Very good, [name_hermione_genie]... Keep talking like that, and you'll get there a lot sooner..." ("base", xpos="far_left", ypos="head") - her "Yes... {heart} {w=0.4}*Ah*...{w=0.4} {heart}I...{w=0.4} I'm a slut, [name_genie_hermione]...{heart}" ("soft", "closed", "annoyed", "up") + her "Yes... {heart} {w=0.4}{bounce}*Ah*...{/bounce}{w=0.4} {heart}I...{w=0.4} I'm a slut, [name_genie_hermione]...{heart}" ("soft", "closed", "annoyed", "up") play background "sounds/slickloopfast.ogg" her "A shameless, naughty slut..." ("grin", "narrow", "base", "up") her "Who doesn't mind pleasuring herself...{heart} {w=0.4}*Ah*..." ("soft", "narrow", "worried", "up") @@ -605,12 +605,12 @@ label hg_pf_strip_T6_fingering: gen "Really now..." ("base", xpos="far_left", ypos="head") her "Yes, [name_genie_hermione]..." ("base", "narrow", "worried", "down") her "Please enjoy yourself while I'm--" ("soft", "narrow", "base", "down") - her "*Ah*...{heart}" ("open_wide_tongue", "narrow", "worried", "up") + her "{bounce}*Ah*...{/bounce}{heart}" ("open_wide_tongue", "narrow", "worried", "up") her "Fingering my pussy..." ("grin", "narrow", "worried", "up") - her "It makes me--{w=0.2} *Ah*...{w=0.4} Happy..." ("silly", "closed", "base", "up") - her "*Ah*...{w=0.4} *Ah*...{heart}" ("grin", "narrow", "annoyed", "up") - her "*Ah*...{w=0.4} Do you.... like this, [name_genie_hermione]?" ("shock", "happyCl", "worried", "mid") - her "Watching me--{w=0.4}*Ah*...{w=0.4}{heart} degrade myself?" ("angry", "narrow", "base", "dead") + her "It makes me--{w=0.2} {shudder}*Ah*...{/shudder}{w=0.4} Happy..." ("silly", "closed", "base", "up") + her "{bounce}*Ah*...{w=0.4} *Ah*...{/bounce}{heart}" ("grin", "narrow", "annoyed", "up") + her "{bounce}*Ah*...{/bounce}{w=0.4} Do you.... like this, [name_genie_hermione]?" ("shock", "happyCl", "worried", "mid") + her "Watching me--{w=0.4}{bounce}*Ah*...{/bounce}{w=0.4}{heart} degrade myself?" ("angry", "narrow", "base", "dead") gen "Very much, [name_hermione_genie]... Just keep going..." ("base", xpos="far_left", ypos="head") her "{heart}{heart}{heart}" ("soft", "narrow", "base", "dead") @@ -621,27 +621,27 @@ label hg_pf_strip_T6_fingering: stop background $ hermione.set_pose("hand_on_breast") - her "*Ah*...{heart}" ("grin", "narrow", "base", "dead") + her "{bounce}*Ah*...{/bounce}{heart}" ("grin", "narrow", "base", "dead") gen "Now pinch your nipple." ("base", xpos="far_left", ypos="head") her "[name_genie_hermione]..." ("angry", "narrow", "base", "down") gen "Do it, [name_hermione_genie]." ("base", xpos="far_left", ypos="head") her "..." ("base", "narrow", "base", "down") play sound "sounds/gasp2.ogg" - her "*Ah*..." ("grin", "narrow", "base", "up") + her "{shudder}*Ah*...{/shudder}" ("grin", "narrow", "base", "up") gen "..." ("grin", xpos="far_left", ypos="head") nar "You gaze at Hermione's breasts, as she runs the tips of her fingers across her nipple..." - her "*Ah*..." ("silly", "narrow", "base", "dead") + her "{shake}*Mmm*...{/shake}" ("silly", "narrow", "base", "dead") gen "So, you do like playing with those big tits of yours..." ("grin", xpos="far_left", ypos="head") - her "Well, I--{w=0.2} *Ah*...{heart}" ("soft", "narrow", "annoyed", "up") + her "Well, I--{w=0.2} {bounce}*Ah*...{/bounce}{heart}" ("soft", "narrow", "annoyed", "up") her "I don't know why..." ("base", "narrow", "base", "dead") her "But it feels really good...{heart}{heart}" ("open", "closed", "worried", "down") gen "You nasty slut!" ("base", xpos="far_left", ypos="head") - her "*Ah*...{w=0.4}{heart} *Ah-a*...{heart}" ("open_tongue", "narrow", "annoyed", "up") + her "{bounce}*Ah*...{/bounce}{w=0.4}{heart} {shudder}*Ah-a*...{/shudder}{heart}" ("open_tongue", "narrow", "annoyed", "up") gen "Go on, [name_hermione_genie]... Say it!" ("base", xpos="far_left", ypos="head") her "I... I am..." ("angry", "narrow", "annoyed", "up") - her "A slut...{w=0.4} *Ah*...{heart}" ("grin", "narrow", "base", "dead") + her "A slut...{w=0.4} {bounce}*Ah*...{/bounce}{heart}" ("grin", "narrow", "base", "dead") gen "You are a disgrace, [name_hermione_genie]!" ("base", xpos="far_left", ypos="head") - her "*Ah-ah*...{heart}{heart}{heart}" ("open_wide_tongue", "narrow", "worried", "up") + her "{bounce}*Ah-ah*...{/bounce}{heart}{heart}{heart}" ("open_wide_tongue", "narrow", "worried", "up") gen "Why don't you come down, and I'll help you finish?" ("base", xpos="far_left", ypos="head") her "..." ("base", "narrow", "base", "stare") @@ -679,31 +679,31 @@ label hg_pf_strip_T6_fingering: her "I was almost there..." ("annoyed", "narrow", "worried", "R") gen "Would you rather not trade speed for a stronger orgasm, [name_hermione_genie]?" ("base", xpos="far_left", ypos="head") gen "This way, you won't need to do it as many times today..." ("base", xpos="far_left", ypos="head") - her "*Ah*...{w=0.4} Truly? Well, I suppose--{w=0.2} *Ngh*...{w=0.4} I suppose you're the expert..." ("open", "closed", "base", "up") - her "But it--{w=0.2} *Ah*...{w=0.4}{heart} better work..." ("open", "narrow", "base", "up") + her "{bounce}*Ah*...{/bounce}{w=0.4} Truly? Well, I suppose--{w=0.2} *Ngh*...{w=0.4} I suppose you're the expert..." ("open", "closed", "base", "up") + her "But it--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4}{heart} better work..." ("open", "narrow", "base", "up") nar "You give her tits a couple of firm squeezes..." gen "Now tell me how much you love this." ("base", xpos="far_left", ypos="head") - her "*Ah*...{w=0.4} Fine...{heart}" ("open", "happyCl", "worried", "mid") + her "{bounce}*Ah*...{/bounce}{w=0.4} Fine...{heart}" ("open", "happyCl", "worried", "mid") her "{size=-5}I like it...{/size}" ("soft", "narrow", "worried", "down") gen "What was that, [name_hermione_genie]?" ("base", xpos="far_left", ypos="head") her "......." ("normal", "narrow", "annoyed", "up") her "I love it..." ("annoyed", "closed", "worried", "dead") gen "What do you love?" ("base", xpos="far_left", ypos="head") her "Standing here... All exposed..." ("base", "narrow", "worried", "down_soft") - her "*Ah*...{w=0.4} While you play with me...{heart}" ("soft", "closed", "worried", "up") + her "{bounce}*Ah*...{/bounce}{w=0.4} While you play with me...{heart}" ("soft", "closed", "worried", "up") gen "*Heh*... Nice." ("base", xpos="far_left", ypos="head") - her "*Ah*...{heart}" ("open", "narrow", "base", "up") + her "{bounce}*Ah*...{/bounce}{heart}" ("open", "narrow", "base", "up") her "I sometimes wish I could spend all day in here..." ("open", "narrow", "worried", "dead") gen "Perhaps we could arrange that some time..." ("base", xpos="far_left", ypos="head") nar "You keep on massaging the girl's breasts..." her "......." ("grin", "narrow", "angry", "dead") her "[name_genie_hermione]... I...{w=0.4} Please...{w=0.4} I was so close..." ("open", "narrow", "worried", "up") - her "*Ah*...{heart}" ("angry", "narrow", "worried", "up") + her "{bounce}*Ah*...{/bounce}{heart}" ("angry", "narrow", "worried", "up") her "Please...{w=0.4} You're just teasing me..." ("angry", "narrow", "base", "up") gen "What was that, [name_hermione_genie]? You'll have to speak up." ("base", xpos="far_left", ypos="head") her "Please, [name_genie_hermione]...{w=0.4} Let me finish..." ("open", "narrow", "base", "up") gen "Why, I believe I'm the one in control at this current time, [name_hermione_genie]." ("base", xpos="far_left", ypos="head") - her "*Ah*...{heart} {size=+5}Then, please finger my pussy!{/size}" ("scream", "happyCl", "base", "up") + her "{bounce}*Ah*...{/bounce}{heart} {size=+5}Then, please finger my pussy!{/size}" ("scream", "happyCl", "base", "up") gen "As you wish..." ("base", xpos="far_left", ypos="head") call her_chibi_scene("grope_ass_front") with vpunch @@ -737,10 +737,10 @@ label hg_pf_strip_T6_fingering: her "....................." ("angry", "narrow", "base", "dead") her "... I...{w=0.4} {size=-5}... I need you...{w=0.4} inside of me...{/size}" ("angry", "narrow", "base", "up") gen "You'll have to speak up if you expect me to hear you..." ("base", xpos="far_left", ypos="head") - her "I...{w=0.4} *Ah*...{w=0.4}{heart} need..." ("open", "narrow", "base", "up") + her "I...{w=0.4} {bounce}*Ah*...{/bounce}{w=0.4}{heart} need..." ("open", "narrow", "base", "up") nar "You swiftly plunge two fingers into her drenched pussy." play sound "sounds/slick_02.ogg" - her "!!!{heart}{heart}" ("grin", "narrow", "worried", "up") + her "{shudder}!!!{/shudder}{heart}{heart}" ("grin", "narrow", "worried", "up") nar "You start pumping your fingers inside her before she can do more than gasp." play background "sounds/slickloop.ogg" her "{size=+10}{heart}{heart}!!!{heart}{heart}{/size}" ("silly", "narrow", "base", "dead") @@ -759,24 +759,24 @@ label hg_pf_strip_T6_fingering: play background "sounds/slickloopfast.ogg" nar "As you put your fingers back against Hermione's slit, she suddenly pounds herself down to the base of your fingers." - her "*Ah*...{heart}{w=0.4} please...{w=0.4}{heart} keep...{heart}" ("silly", "narrow", "base", "dead") - her "Fingering my pussy!{heart}{heart}" ("silly", "narrow", "annoyed", "up") + her "{bounce}*Ah*...{/bounce}{heart}{w=0.4} please...{w=0.4}{heart} keep...{heart}" ("silly", "narrow", "base", "dead") + her "{shake}Fingering my pussy!{/shake}{heart}{heart}" ("silly", "narrow", "annoyed", "up") gen "You naughty girl!" ("grin", xpos="far_left", ypos="head") nar "You begin fingering Hermione with renewed effort..." play sound "sounds/slick_02.ogg" play background "sounds/slickloopveryfast.ogg" - her "*Ah*...{w=0.4} yes! {heart}iloveitiloveitiloveit!{heart}" ("scream", "wide", "worried", "dead") + her "{bounce}*Ah*...{/bounce}{w=0.4} yes! {heart}iloveitiloveitiloveit!{heart}" ("scream", "wide", "worried", "dead") gen "What do you love, [name_hermione_genie]?" ("base", xpos="far_left", ypos="head") her "Ah!!{heart} I love your fingers inside my pussy, [name_genie_hermione]!{heart}" ("open_wide_tongue", "narrow", "worried", "up") nar "Hermione's legs begin to shake slightly as you push your fingers down to the hilt." gen "Are you about to--" ("base", xpos="far_left", ypos="head") - her "*Ah*...{heart} Yes!!" ("mad", "narrow", "annoyed", "dead") - her "I'm gonna cum, [name_genie_hermione]!!{heart}" ("grin", "narrow", "base", "dead") - her "From being fucked by your fingers!!{heart}{heart}" ("open_tongue", "base", "base", "ahegao") - her "*Ah*...{w=0.4} Yes...{w=0.4}*Ah*..." ("smile", "narrow", "base", "up") + her "{shake}*Ah*... Yes!!{/shake}{heart}" ("mad", "narrow", "annoyed", "dead") + her "{shake}I'm gonna cum, [name_genie_hermione]!!!{/shake}{heart}" ("grin", "narrow", "base", "dead") + her "{shake}From being fucked by your fingers!!{/shake}{heart}{heart}" ("open_tongue", "base", "base", "ahegao") + her "{shudder}*Ah*...{/shudder}{w=0.4} Yes...{w=0.4}{shudder}*Ah*...{/shudder}" ("smile", "narrow", "base", "up") her "[name_genie_hermione]{heart}... I'm--{w=0.2} *Ah*...{w=0.4} I'm cumming!{heart}" ("silly", "narrow", "annoyed", "dead") - her @ cheeks blush "{heart}{heart}{heart}!!!{heart}{heart}{heart}" ("silly", "narrow", "base", "dead") + her @ cheeks blush "{heart}{heart}{heart}{shake}!!!{/shake}{heart}{heart}{heart}" ("silly", "narrow", "base", "dead") with kissiris with hpunch play sound "sounds/slick_01.ogg" @@ -785,7 +785,7 @@ label hg_pf_strip_T6_fingering: $ hermione.set_cum(pussy="squirt_post") - her @ cheeks blush "*Ah*...{w=0.4}{heart}...{heart}" ("grin", "squint", "worried", "ahegao") + her @ cheeks blush "{shudder}*Ah*...{/shudder}{w=0.4}{heart}...{heart}" ("grin", "squint", "worried", "ahegao") with kissiris with hpunch play sound "sounds/slick_01.ogg" @@ -794,7 +794,7 @@ label hg_pf_strip_T6_fingering: $ hermione.set_cum(pussy="squirt_post") - her @ cheeks blush "*Ah*...{w=0.4} *Ah*...{heart}" ("silly", "narrow", "annoyed", "dead") + her @ cheeks blush "{shudder}*Ah*...{w=0.4} *Ah*...{/shudder}{heart}" ("silly", "narrow", "annoyed", "dead") $ hermione.set_cum(pussy="squirt_transition") with kissiris with hpunch @@ -803,7 +803,7 @@ label hg_pf_strip_T6_fingering: $ hermione.set_cum(pussy="squirt_post") - her @ cheeks blush "*Mmmmmmh*!!!" ("grin", "narrow", "annoyed", "up") + her @ cheeks blush "{shake}*Mmmmmmh*!!!{/shake}" ("grin", "narrow", "annoyed", "up") her @ cheeks blush "........................" ("grin", "narrow", "worried", "up") stop background @@ -816,30 +816,30 @@ label hg_pf_strip_T6_fingering: if _time_difference < 60: gen "I'm not sure how you did it, but you finished in less than a minute." ("grin", xpos="far_left", ypos="head") - her @ cheeks blush "*Ah*...{w=0.4} *Ah*...{w=0.4} Really?" ("grin", "narrow", "base", "mid") + her @ cheeks blush "{bounce}*Ah*...{w=0.4} *Ah*...{/bounce}{w=0.4} Really?" ("grin", "narrow", "base", "mid") gen "Yes... If I didn't see it happen myself, I would've thought you cheated somehow..." ("base", xpos="far_left", ypos="head") elif _time_difference < 360: gen "You finished in under six minutes... Very impressive." ("base", xpos="far_left", ypos="head") - her @ cheeks blush "*Ah*...{w=0.4} *Ah*...{w=0.4} Thank you..." ("base", "narrow", "base", "down") + her @ cheeks blush "{bounce}*Ah*...{w=0.4} *Ah*...{/bounce}{w=0.4} Thank you..." ("base", "narrow", "base", "down") elif _time_difference < 720: gen "Looks like you finished under your average time... Congratulations." ("base", xpos="far_left", ypos="head") - her @ cheeks blush "*Ah*...{w=0.4} *Ah*...{w=0.4} Thank you..." ("base", "narrow", "base", "down") + her @ cheeks blush "{bounce}*Ah*...{w=0.4} *Ah*...{/bounce}{w=0.4} Thank you..." ("base", "narrow", "base", "down") elif _time_difference < 3600: gen "Good girl..." ("base", xpos="far_left", ypos="head") - her @ cheeks blush "*Ah*...{w=0.4} *Ah*...{w=0.4} Thank you, [name_genie_hermione]..." ("base", "narrow", "base", "mid") + her @ cheeks blush "{bounce}*Ah*...{w=0.4} *Ah*...{/bounce}{w=0.4} Thank you, [name_genie_hermione]..." ("base", "narrow", "base", "mid") gen "That said... it appears you didn't beat your average time..." ("base", xpos="far_left", ypos="head") her @ cheeks blush "Oh..." ("base", "narrow", "base", "down") gen "No worries...{w=0.4} There's always next time." ("base", xpos="far_left", ypos="head") else: gen "I'm not exactly sure how this happened..." ("base", xpos="far_left", ypos="head") gen "But you were masturbating for over an hour..." ("base", xpos="far_left", ypos="head") - her @ cheeks blush "*Ah*...{w=0.4} But--{w=0.2} *Ah*...{w=0.4} How is that even possible?" ("base", "narrow", "base", "mid") + her @ cheeks blush "{bounce}*Ah*...{/bounce}{w=0.4} But--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} How is that even possible?" ("base", "narrow", "base", "mid") gen "I'm not sure... Maybe the player just left for a bit..." ("base", xpos="far_left", ypos="head") - her @ cheeks blush "*Ah*...{w=0.4} Who--{w=0.2} Who are you talking about, [name_genie_hermione]?" ("soft", "narrow", "base", "mid") + her @ cheeks blush "{bounce}*Ah*...{/bounce}{w=0.4} Who--{w=0.2} Who are you talking about, [name_genie_hermione]?" ("soft", "narrow", "base", "mid") gen "Don't worry about it..." ("base", xpos="far_left", ypos="head") gen "Alright then, [name_hermione_genie]... If you're finished..." ("base", xpos="far_left", ypos="head") - her @ cheeks blush "*Ah*...{w=0.4} *Ah*...{heart}" ("grin", "narrow", "worried", "dead") + her @ cheeks blush "{bounce}*Ah*...{w=0.4} *Ah*...{/bounce}{heart}" ("grin", "narrow", "worried", "dead") her @ cheeks blush "Yes...{w=0.4} yes, [name_genie_hermione]...{w=0.4} Just give me a moment...{heart}" ("base", "narrow", "base", "up") her @ cheeks blush "(How will I ever be able to achieve this... on my own...{heart})" ("soft", "narrow", "base", "down") her "" ("soft", "narrow", "base", "down",cheeks=False) diff --git a/game/scripts/characters/hermione/events/favors/dance_for_me_snape.rpy b/game/scripts/characters/hermione/events/favors/dance_for_me_snape.rpy index 56d598d6..b1cbf2f1 100644 --- a/game/scripts/characters/hermione/events/favors/dance_for_me_snape.rpy +++ b/game/scripts/characters/hermione/events/favors/dance_for_me_snape.rpy @@ -15,10 +15,10 @@ label hg_pf_strip_T3_snape: # Fails her "... Professor Snape?" ("annoyed", "squint", "base", "mid") her "May I ask why, [name_genie_hermione]?" ("annoyed", "squint", "base", "mid") gen "Oh, I just think you could use a bigger audience for your striptease performance." ("base", xpos="far_left", ypos="head") - her "My striptease performance...?!!" ("shock", "wide", "base", "stare") + her "{shake}My striptease performance...?!!{/shake}" ("shock", "wide", "base", "stare") her "Are you completely out of your mind, [name_genie_hermione]?" ("angry", "base", "angry", "mid") her "Wasn't it enough that I've had to embarrass myself in front my teacher once before?" ("open", "base", "angry", "mid") - her "And now you expect me to do it again... But willingly?!" ("scream", "closed", "angry", "mid") + her "And now you expect me to do it again... {shudder}But willingly?!{/shudder}" ("scream", "closed", "angry", "mid") gen "I wouldn't put it that way, I just figured--" ("base", xpos="far_left", ypos="head") her "I'm leaving!" ("angry", "base", "angry", "mid") @@ -59,10 +59,10 @@ label hg_pf_strip_T4_snape: if hermione.is_any_worn("top", "bottom", "panties", "bra"): #Other items may not fit the category of "clothes" $ _wearing_clothes = True gen "Yes, I figured that you might want to include him in the audience for your striptease performance." ("base", xpos="far_left", ypos="head") - her "I'd want to include--{w=0.2} During my striptease performance...?!!" ("shock", "wide", "base", "stare") + her "I'd want to include--{w=0.2} {shudder}During my striptease performance...?!!{/shudder}" ("shock", "wide", "base", "stare") else: gen "Yes, I figured that you might want to include him in the audience for your performance." ("base", xpos="far_left", ypos="head") - her "I'd want him to--{w=0.2} During my performance...?!!" ("shock", "wide", "base", "stare") + her "I'd want him to--{w=0.2} {shudder}During my performance...?!!{/shudder}" ("shock", "wide", "base", "stare") her @ cheeks blush "With all due respect, [name_genie_hermione]..." ("angry", "base", "angry", "mid") her "{size=-5}(Which I currently have little left for you...){/size}" ("normal", "squint", "angry", "mid") her "I refuse to degrade myself for professor Snape's amusement!" ("scream", "closed", "angry", "mid") @@ -279,7 +279,7 @@ label hg_pf_strip_T4_snape: gen "Both of you..." ("base", xpos="far_left", ypos="head") stop music with hpunch - gen "Shut the fuck up!!!" ("angry", xpos="far_left", ypos="head") + gen "{shudder}Shut the fuck up!!!{/shudder}" ("angry", xpos="far_left", ypos="head") gen "You!... You, good for nothing, dungeon-dwelling, crooked-nosed-wannabe-wizard!" ("angry", xpos="far_left", ypos="head") with hpunch sna "(...)" ("snape_11") @@ -288,12 +288,12 @@ label hg_pf_strip_T4_snape: gen "Shut your stupid mouth, or I will send you flying out that bloody window!" ("angry", xpos="far_left", ypos="head") if hermione.is_worn("bottom"): gen "That bitch is already stripping for you, so what more do you want?!" ("angry", xpos="far_left", ypos="head") - her "That B--{w=0.2} Bitch?!" ("shock", "wide", "base", "stare") + her "That B--{w=0.2} {shake}Bitch?!{/shake}" ("shock", "wide", "base", "stare") gen "And you... Stripper-whore!" ("angry", xpos="far_left", ypos="head") gen "Do what you are paid to do, and start stripping already!!!" ("angry", xpos="far_left", ypos="head") else: gen "That bitch is already butt-naked, so what more do you want?!" ("angry", xpos="far_left", ypos="head") - her "That B--{w=0.2} Bitch?!" ("shock", "wide", "base", "stare") + her "That B--{w=0.2} {shake}Bitch?!{/shake}" ("shock", "wide", "base", "stare") gen "And you... Stripper-whore!" ("angry", xpos="far_left", ypos="head") gen "Do what you are paid to do!" ("angry", xpos="far_left", ypos="head") her "......" ("angry", "closed", "angry", "mid", emote="angry") @@ -438,7 +438,7 @@ label hg_pf_strip_T4_snape_masturbate: play sound "sounds/cloth_sound3.ogg" pause .8 - her "!!!" ("open", "wide", "base", "stare") + her "{shudder}!!!{/shudder}" ("open", "wide", "base", "stare") call gen_chibi("jerk_off","behind_desk","base") call her_chibi("dance_pause","on_desk","on_desk") @@ -525,7 +525,7 @@ label hg_pf_strip_T4_snape_masturbate: play sound "sounds/MaleClearThroat.ogg" gen "*clears throat*" - her @ cheeks blush "*Ahem*...{w=0.2} Please...{w=0.2} Allow me to--{w=0.2} assist you..." ("open", "squint", "worried", "stare", emote="sweat") + her @ cheeks blush "{bounce}*Ahem*{/bounce}{w=0.2} Please...{w=0.2} Allow me to--{w=0.2} assist you..." ("open", "squint", "worried", "stare", emote="sweat") call her_chibi("dance","on_desk","on_desk") @@ -595,7 +595,7 @@ label hg_pf_strip_T4_snape_masturbate: her "Whew... This was--" ("base", "closed", "worried", "mid") with hpunch - gen "*ARGH*! YOU FUCKING WHORE!" ("angry", xpos="far_left", ypos="base") + gen "{shudder}*ARGH*! YOU FUCKING WHORE!{/shudder}" ("angry", xpos="far_left", ypos="base") call her_chibi("sit_naked_shocked","on_desk","on_desk") @@ -609,7 +609,7 @@ label hg_pf_strip_T4_snape_masturbate: pause 1 $ hermione.set_cum(hair="light") - her "??!!!" ("shock", "wide", "base", "stare") + her "{shake}??!!!{/shake}" ("shock", "wide", "base", "stare") her "" ("angry", "happyCl", "worried", "mid") call ctc @@ -626,7 +626,7 @@ label hg_pf_strip_T4_snape_masturbate: pause 1 $ hermione.set_cum(crotch="light") - her "!!!!!!!!!!!" ("shock", "wide", "base", "stare") + her "{shake}!!!!!!!!!!!{/shake}" ("shock", "wide", "base", "stare") call ctc sna "..." ("snape_22") @@ -642,7 +642,7 @@ label hg_pf_strip_T4_snape_masturbate: sna "Yes... We should do this more often." ("snape_22") her @ cheeks blush "................." ("soft", "narrow", "worried", "down") - sna "*Ahem*... I mean, I deem this performance acceptable..." ("snape_20") + sna "{bounce}*Ahem*{/bounce} I mean, I deem this performance acceptable..." ("snape_20") her @ cheeks blush "*Ugh*... Thank you......... Professor." ("soft", "narrow", "base", "R") sna "No Miss Granger, you don't understand..." ("snape_20") her @ cheeks blush "...........?" ("soft", "narrow", "base", "R") @@ -650,7 +650,7 @@ label hg_pf_strip_T4_snape_masturbate: sna "\"Acceptable\"..." ("snape_10") stop music - her @ cheeks blush "{size=+5}Wait, what?!!!{/size}" ("angry", "squint", "base", "stare") + her @ cheeks blush "{shudder}Wait, what?!!!{/shudder}" ("angry", "squint", "base", "stare") sna "Indeed... Quite a few things could use some improvement..." ("snape_09") play music "music/Chipper Doodle v2.ogg" fadein 1 if_changed @@ -689,7 +689,7 @@ label hg_pf_strip_T4_snape_masturbate: with d5 nar "You watch Snape, who's still got his dick hanging out, argue with the cum-covered Hermione about her imaginary grade." - nar "After a while, he agrees to change Hermione's grade from \"acceptable\" to \"Exceeds expectations\"." + nar "After a while, he agrees to change Hermione's grade from \"Acceptable\" to \"Exceeds expectations\"." nar "He then tucks his dick back into his robes, and beats a hasty retreat before Hermione has a chance to start another argument." pause 1 diff --git a/game/scripts/characters/hermione/events/favors/give_me_a_handy.rpy b/game/scripts/characters/hermione/events/favors/give_me_a_handy.rpy index 86f3db8d..19595361 100644 --- a/game/scripts/characters/hermione/events/favors/give_me_a_handy.rpy +++ b/game/scripts/characters/hermione/events/favors/give_me_a_handy.rpy @@ -74,7 +74,7 @@ label hg_pf_handjob_T1_E1: her "Yes, [name_genie_hermione]?" ("base", "base", "base", "mid") gen "How about you put your dainty little hands on my cock..." ("base", xpos="far_left", ypos="head") gen "And give it a rub." ("base", xpos="far_left", ypos="head") - her "!!!" ("shock", "wide", "base", "stare") + her "{shudder}!!!{/shudder}" ("shock", "wide", "base", "stare") gen "[name_genie_hermione]?" ("base", xpos="far_left", ypos="head") gen "Hello?" her "*Gulp*" ("angry", "closed", "base", "mid") @@ -83,7 +83,7 @@ label hg_pf_handjob_T1_E1: her "If you could please repeat your request, I'm sure we can work something out." ("base", "base", "base", "mid") gen "Oh, of course..." ("base", xpos="far_left", ypos="head") gen "One handjob please." ("base", xpos="far_left", ypos="head") - her "!!!" ("shock", "wide", "base", "stare") + her "{shake}!!!{/shake}" ("shock", "wide", "base", "stare") her "I think I better leave." ("angry", "happyCl", "worried", "mid") call her_walk(action="leave") @@ -126,7 +126,7 @@ label hg_pf_handjob_T3_E1: her "" ("base", "base", "base", "mid", xpos="mid", ypos="base", trans=fade) gen "[name_hermione_genie]." ("base", xpos="far_left", ypos="head") gen "For today's favour... I need you to rub my cock." ("base", xpos="far_left", ypos="head") - her "Your...{w=0.4} Cock!?!" ("angry", "base", "worried", "mid") + her "Your...{w=0.4} {shake}Cock!?!{/shake}" ("angry", "base", "worried", "mid") gen "That's right..." ("base", xpos="far_left", ypos="head") her "You must be referring to your Phoenix, right?" ("angry", "base", "base", "mid") gen "If that's what you want to call my penis, sure!" ("base", xpos="far_left", ypos="head") @@ -198,7 +198,7 @@ label hg_pf_handjob_T4_intro_E1: "\"You will get one hundred house points.\"": play music "music/Chipper Doodle v2.ogg" fadein 1 if_changed # HERMIONE'S THEME. $ current_payout = 100 - her "{number=current_payout} points?!" ("scream", "wide", "base", "mid") + her "{shudder}{number=current_payout} points?!{/shudder}" ("scream", "wide", "base", "mid") her "This will definitely put Gryffindor in the lead!" gen "Is that a \"yes\" then?" ("base", xpos="far_left", ypos="head") her "Of course!" ("smile", "happyCl", "base", "mid") @@ -389,7 +389,7 @@ label hg_pf_handjob_1: menu: gen "..." ("base", xpos="far_left", ypos="head") "\"Tell me how much of a whore you are!\"": - her "{size=+4}What?!?{/size}" ("clench", "base", "worried", "stare") + her "{shudder}What?!?{/shudder}" ("clench", "base", "worried", "stare") her "I am not a whore!" ("angry", "base", "angry", "mid") menu: "\"That is not what I said.\"": @@ -435,7 +435,7 @@ label hg_pf_handjob_1: her "I crave cock...{w=0.4} {size=-4}All the time!{/size}" ("angry", "closed", "worried", "mid") gen "Very nice!" ("base", xpos="far_left", ypos="head") gen "But you don't have to be truthful, you can make things up." ("base", xpos="far_left", ypos="head") - her "What?" ("shock", "wide", "base", "stare") + her "{shudder}What?{/shudder}" ("shock", "wide", "base", "stare") her "[name_genie_hermione], those things I said aren't true!" ("disgust", "squint", "annoyed", "mid") her "You--{w=0.2} You promised you wouldn't--" ("disgust", "squint", "angry", "mid") gen "*He-Heh*... Don't worry [name_hermione_genie], I'm just messing with you." ("grin", xpos="far_left", ypos="head") @@ -473,7 +473,7 @@ label hg_pf_handjob_1: her "..." ("annoyed", "narrow", "angry", "down") #Looks at Genie as if saying "fine" gen "Good...{w=0.4} Now, open your mouth, and let me see that tongue..." ("base", xpos="far_left", ypos="head") her "............" ("normal", "narrow", "worried", "mid") - her "A-ha..." ("open_wide_tongue", "narrow", "worried", "mid") + her "*A-ha*..." ("open_wide_tongue", "narrow", "worried", "mid") gen "Excellent..." ("base", xpos="far_left", ypos="head") her ".............." ("open_wide_tongue", "happy", "base", "mid") gen "Yes... Keep stroking, and drool over my cock." ("base", xpos="far_left", ypos="head") @@ -485,7 +485,7 @@ label hg_pf_handjob_1: her @ cheeks blush ".....................{fast}" ("open_wide_tongue", "base", "worried", "mid") gen "That's it, you little slut!" ("base", xpos="far_left", ypos="head") her @ cheeks blush "......................" ("open_wide_tongue", "base", "angry", "stare") - gen "Let me just--{w=0.2} *Ngh*...{w=0.4} Pump that gaping hole full of cum...{w=0.4} Until it overflows, and slides--{w=0.2} Down your neck!" ("base", xpos="far_left", ypos="head") + gen "Let me just--{w=0.2} {shudder}*Ngh*...{/shudder}{w=0.4} Pump that gaping hole full of cum...{w=0.4} Until it overflows, and slides--{w=0.2} Down your neck!" ("base", xpos="far_left", ypos="head") her @ cheeks blush "................" ("open_wide_tongue", "narrow", "angry", "mid") gen "But first, give my cock a kiss!" ("base", xpos="far_left", ypos="head") @@ -584,7 +584,7 @@ label hg_pf_handjob_1: nar "You feel Hermione warily rub the tip of her tongue against the head of your cock..." - gen "Yes...{w=0.4} Just--{w=0.2} *Ngh*...{w=0.4} Just like that..." ("base", xpos="far_left", ypos="head") + gen "Yes...{w=0.4} Just--{w=0.2} {shudder}*Ngh*...{/shudder}{w=0.4} Just like that..." ("base", xpos="far_left", ypos="head") nar "Looking as if she has no clue what to do in this situation, Hermione starts wiggling her tongue a little bit..." her "(*Hmm*... It tastes a bit weird...)" ("open_wide_tongue", "closed", "worried", "down") her "(Wait, why did I try to taste it?!)" ("open_tongue", "happyCl", "worried", "down") @@ -606,9 +606,9 @@ label hg_pf_handjob_1: gen "{size=+5}You little whore!!!{/size}" ("angry", xpos="far_left", ypos="head") her "No, [name_genie_hermione], wait, I--" ("angry", "base", "base", "stare") gen "{size=+5}Too late for that, slut!{/size}" ("angry", xpos="far_left", ypos="head") - her "*Whimper*" ("angry", "happyCl", "base", "stare") + her "{shake}*Whimper*{/shake}" ("angry", "happyCl", "base", "stare") gen "{size=+5}*ARGH*! YES!!!{/size}" ("angry", xpos="far_left", ypos="head") - her "!!!!!!!!!!!" ("shock", "happyCl", "base", "stare") + her "{shudder}!!!!!!!!!!!{/shudder}" ("shock", "happyCl", "base", "stare") stop music fadeout 1.0 call her_chibi_scene("hj_cum_in_done", trans=d5) @@ -687,7 +687,7 @@ label hg_pf_handjob_1: "-Just start cumming-": $ states.her.status.cumshot = True with hpunch - gen "{size=+3}*Argh*!{/size}" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Argh*!{/shudder}" ("angry", xpos="far_left", ypos="head") her "{size=+3}What?!{/size}" ("shock", "wide", "base", "stare") gen "Take this!" ("angry", xpos="far_left", ypos="head") @@ -911,7 +911,7 @@ label hg_pf_handjob_2: her "Oh... Well, I suppose..." ("soft", "narrow", "annoyed", "R") her "From what I can vaguely remember... You would just need to adjust your grip slightly, like this..." ("open", "narrow", "angry", "down") her "And then you--" ("soft", "narrow", "annoyed", "down") - gen "*Ngh*--{w=0.2} Holy mother of--{w=0.2} That feels incredible!" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Ngh*--{/shudder}{w=0.2} Holy mother of--{w=0.2} That feels incredible!" ("angry", xpos="far_left", ypos="head") her "Really? It actually works?!" ("mad", "base", "worried", "down") her "*Hmph*... I suppose if anyone has practised giving handjobs enough, it'd be those Slytherin--" ("angry", "narrow", "annoyed", "down") gen "What did you just say?" ("base", xpos="far_left", ypos="head") @@ -942,11 +942,11 @@ label hg_pf_handjob_2: gen "[name_hermione_genie], you are killing me!" ("angry", xpos="far_left", ypos="head") her @ cheeks blush "Really? Really?!" ("smile", "happyCl", "base", "mid", emote="happy") her @ cheeks blush "(I guess I'm better at this than I thought!)" ("smile", "happyCl", "base", "mid", emote="happy") - gen "*Ah*... Yes... You just keep massaging that spot..." ("grin", xpos="far_left", ypos="head") + gen "{bounce}*Ah*...{/bounce} Yes... You just keep massaging that spot..." ("grin", xpos="far_left", ypos="head") gen "Make your house proud..." ("grin", xpos="far_left", ypos="head") her @ cheeks blush "Oh, yes! For my house, of course!" ("smile", "happyCl", "worried", "down") - gen "Keep stroking it--{w=0.2} *Ngh*...{w=0.4} Just like that, [name_hermione_genie]..." ("base", xpos="far_left", ypos="head") + gen "Keep stroking it--{w=0.2} {shudder}*Ngh*...{/shudder}{w=0.4} Just like that, [name_hermione_genie]..." ("base", xpos="far_left", ypos="head") her @ cheeks blush ".............." ("base", "narrow", "base", "down") if not _events_completed_any: @@ -1007,7 +1007,7 @@ label hg_pf_handjob_2_continue: gen "Right." ("base", xpos="far_left", ypos="head") "{size=-4}\"Sometimes I get lonely and let my dog mount me.\"{/size}": - her "What?!" ("angry", "wide", "base", "stare") + her "{shudder}What?!{/shudder}" ("angry", "wide", "base", "stare") her "That's disgusting!" ("annoyed", "squint", "annoyed", "mid") her "Dogs carry {size=+5}STD{/size}s, [name_genie_hermione]." ("open", "closed", "base", "mid") gen "Actually, human and canine {size=+5}STD{/size}s are species-specific..." ("base", xpos="far_left", ypos="head") @@ -1139,7 +1139,7 @@ label hg_pf_handjob_2_cumming: gen "{size=+5}*ARGH*! YES!!!{/size}" ("angry", xpos="far_left", ypos="head") play music "music/Chipper Doodle v2.ogg" fadein 1 if_changed # HERMIONE'S THEME. - her "!!!!!!!!!!!" ("grin", "happyCl", "base", "stare", xpos="right", ypos="base", cheeks="blush", flip=False) + her "{shudder}!!!!!!!!!!!{/shudder}" ("grin", "happyCl", "base", "stare", xpos="right", ypos="base", cheeks="blush", flip=False) call ctc call cum_block @@ -1156,7 +1156,7 @@ label hg_pf_handjob_2_cumming: her "Ah!! It's so hot!" ("soft", "closed", "base", "mid_soft") her "And it's getting everywhere! There's so much of it!" ("soft", "closed", "worried", "up") - gen "*Argh*!!!" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Argh*!!!{/shudder}" ("angry", xpos="far_left", ypos="head") call cum_block call her_chibi_scene("hj_cum_in", trans=d5) @@ -1166,9 +1166,9 @@ label hg_pf_handjob_2_cumming: call her_chibi_scene("hj_cum_in_done", trans=d5) pause.8 - gen "*Ah*... That... That was great..." ("base", xpos="far_left", ypos="head") + gen "{bounce}*Ah*...{/bounce} That... That was great..." ("base", xpos="far_left", ypos="head") her "You've finished, [name_genie_hermione]?" ("soft", "wink", "base", "mid") - gen "Yes...{w=0.4} *Ngh*--{w=0.2} Yes, I believe so..." ("base", xpos="far_left", ypos="head") + gen "Yes...{w=0.4} {shudder}*Ngh*--{/shudder}{w=0.2} Yes, I believe so..." ("base", xpos="far_left", ypos="head") her "Alright..." ("base", "squint", "worried", "R") her ".............." ("base", "narrow", "worried", "down") call ctc @@ -1219,7 +1219,7 @@ label hg_pf_handjob_2_cumming: $ hermione.set_cum(face="light") call her_chibi_scene("hj_cum_on", trans=d5) pause.8 - gen "*ARGH*!" ("angry", xpos="far_left", ypos="head") + gen "{shake}*ARGH*!{/shake}" ("angry", xpos="far_left", ypos="head") $ hermione.set_cum(breasts="light", body="light") her "WHAT?!" ("shock", "wide", "base", "stare", xpos="right", ypos="base", cheeks="blush", flip=False) @@ -1230,7 +1230,7 @@ label hg_pf_handjob_2_cumming: gen "{size=+5}*ARGH*! YES!!!{/size}" ("angry", xpos="far_left", ypos="head") play music "music/Chipper Doodle v2.ogg" fadein 1 if_changed # HERMIONE'S THEME. - her "!!!!!!!!!!!" ("angry", "happyCl", "base", "stare") + her "{shudder}!!!!!!!!!!!{/shudder}" ("angry", "happyCl", "base", "stare") hide screen bld1 call ctc @@ -1239,7 +1239,7 @@ label hg_pf_handjob_2_cumming: call her_chibi_scene("hj_cum_on_done", trans=d5) pause.8 - gen "*Ah*... Much better..." ("base", xpos="far_left", ypos="head") + gen "{bounce}*Ah*...{/bounce} Much better..." ("base", xpos="far_left", ypos="head") her @ cheeks blush ".............." ("base", "narrow", "worried", "down") call ctc @@ -1276,7 +1276,7 @@ label hg_pf_handjob_2_cumming: "-Cum in her mouth!-" if states.her.status.gokkun: # Has swallowed cum before. gen "Open your mouth, [name_hermione_genie]!" ("base", xpos="far_left", ypos="head") - her "What?!" ("open", "wide", "base", "stare", ypos="head", cheeks="blush", flip=False) + her "{shudder}What?!{/shudder}" ("open", "wide", "base", "stare", ypos="head", cheeks="blush", flip=False) if hermione.is_worn("top"): gen "Open your mouth, or I'll coat your clothes!" ("angry", xpos="far_left", ypos="head") else: @@ -1294,13 +1294,13 @@ label hg_pf_handjob_2_cumming: her @ cheeks blush "*Gulp!-Gulp!-Gulp*!" ("full", "happyCl", "base", "stare") call cum_block - gen "*Argh*! You little whore!" ("angry", xpos="far_left", ypos="head") + gen "{shake}*Argh*! You little whore!{/shake}" ("angry", xpos="far_left", ypos="head") gen "Yes, you slut! Drink my cum! Drink all of it!" ("angry", xpos="far_left", ypos="head") her "*Gulp!-Gulp!-Gulp*!" ("full_cum", "narrow", "worried", "up") - gen "*Argh*... Yes!" ("angry", xpos="far_left", ypos="head") + gen "*Argh*... {shake}Yes!{/shake}" ("angry", xpos="far_left", ypos="head") nar "You notice Hermione's eyes rolling back, as she can barely keep up with the sheer amount of cum that your cock is pumping into her mouth." her "*Gulp!-Gulp!-Gulp*!" ("full_cum", "narrow", "worried", "up") - gen "*Ah-ah*..." ("angry", xpos="far_left", ypos="head") + gen "{bounce}*Ah-ah*...{/bounce}" ("angry", xpos="far_left", ypos="head") gen "This feels great..." ("angry", xpos="far_left", ypos="head") her "*Gulp*! *Gulp*! *Gulp*!" ("full_cum", "squint", "worried", "ahegao") gen "I think that's it, [name_hermione_genie]..." ("base", xpos="far_left", ypos="head") @@ -1315,7 +1315,7 @@ label hg_pf_handjob_2_cumming: her "........................................." ("full_cum", "closed", "annoyed", "dead") play sound "sounds/gulp.ogg" - her "*GULP*!!!" ("cum", "happyCl", "worried", "mid") + her "{shudder}*GULP*!!!{/shudder}" ("cum", "happyCl", "worried", "mid") her "*Gu-ah-a*..." ("open_wide_tongue", "narrow", "base", "dead") her "I swallowed it all, [name_genie_hermione]!" ("grin", "narrow", "base", "dead") gen "Good girl..." ("base", xpos="far_left", ypos="head") diff --git a/game/scripts/characters/hermione/events/favors/give_me_a_tittyjob.rpy b/game/scripts/characters/hermione/events/favors/give_me_a_tittyjob.rpy index a75b3c68..fe4caabc 100644 --- a/game/scripts/characters/hermione/events/favors/give_me_a_tittyjob.rpy +++ b/game/scripts/characters/hermione/events/favors/give_me_a_tittyjob.rpy @@ -85,7 +85,7 @@ label hg_pf_titjob_T1_E1: gen "[name_hermione_genie]..." ("base", xpos="far_left", ypos="head") her "Yes, [name_genie_hermione]?" ("base", "base", "base", "mid") gen "I noticed how much your tits jiggle when you walk, so I figured they'd be a perfect fit for my cock!" ("base", xpos="far_left", ypos="head") - her "They'd be, what?!" ("angry", "wide", "worried", "mid") + her "They'd be, {shudder}what?!{/shudder}" ("angry", "wide", "worried", "mid") gen "A perfect--" ("base", xpos="far_left", ypos="head") her "I'm out of here!" ("angry", "happyCl", "angry", "mid") @@ -126,13 +126,13 @@ label hg_pf_titjob_T3_E1: gen "[name_hermione_genie]..." ("base", xpos="far_left", ypos="head") her "Yes, [name_genie_hermione]?" ("base", "base", "base", "mid") gen "How about you get your tits out, and wrap them around my cock?" ("base", xpos="far_left", ypos="head") - her "You want me to--{w=0.2} What?!" ("angry", "base", "worried", "mid") + her "You want me to--{w=0.2} {shudder}What?!{/shudder}" ("angry", "base", "worried", "mid") gen "Wrap those titties of yours, around my cock!" ("base", xpos="far_left", ypos="head") her "I'm leaving!" ("angry", "happyCl", "angry", "mid") call her_walk(action="leave") - gen "(*Hmm*... Perhaps she's not confident enough that she'll do a good enough job...)" ("base", xpos="far_left", ypos="head") + gen "(*Hmm*... Perhaps she's not confident enough that she'll do a good job...)" ("base", xpos="far_left", ypos="head") gen "(Yes...{w=0.4} That must be it.)" ("base", xpos="far_left", ypos="head") $ states.her.mood += 8 @@ -147,7 +147,7 @@ label hg_pf_titjob_T4_E1: gen "[name_hermione_genie]..." ("base", xpos="far_left", ypos="head") her "Yes, [name_genie_hermione]?" ("base", "base", "base", "mid") gen "How do you feel about giving someone a titjob?" ("base", xpos="far_left", ypos="head") - her "A what?!" ("angry", "wide", "base", "mid") + her "{shudder}A what?!{/shudder}" ("angry", "wide", "base", "mid") gen "A titjob...{w=0.4} It's when you--" ("base", xpos="far_left", ypos="head") her "I'm leaving..." ("angry", "happyCl", "worried", "mid") gen "No wait, I was talking about myself, not--" ("base", xpos="far_left", ypos="head") @@ -536,7 +536,7 @@ label hg_pf_titjob_1: her "......." ("base", "narrow", "base", "up") gen "Try to get it as close to the tip of my cock as you can..." ("base", xpos="far_left", ypos="head") her "............" ("normal", "happyCl", "worried", "mid") - her "A-ha..." ("open_wide_tongue", "base", "base", "mid") + her "{bounce}*A-ha*...{/bounce}" ("open_wide_tongue", "base", "base", "mid") gen "Good, [name_hermione_genie]." ("base", xpos="far_left", ypos="head") her ".............." ("open_wide_tongue", "base", "base", "mid") gen "Yes, and keep stroking my cock with your tits!" ("base", xpos="far_left", ypos="head") @@ -586,7 +586,7 @@ label hg_pf_titjob_1: call her_chibi_scene("tj_cum_in", trans=d5) pause.8 - her "!!!" ("open_wide_tongue", "wide", "base", "stare") + her "{shake}!!!{/shake}" ("open_wide_tongue", "wide", "base", "stare") call cum_block $ hermione.set_cum(breasts="light") @@ -611,7 +611,7 @@ label hg_pf_titjob_1: play music "music/Chipper Doodle v2.ogg" fadein 1 if_changed # HERMIONE'S THEME. show her_titjob_personal h15 as cg - her "*Ptui*..." ("open_wide_tongue_cum", "base", "angry", "mid", trans=hpunch) + her "{shudder}*Ptui*...{/shudder}" ("open_wide_tongue_cum", "base", "angry", "mid", trans=hpunch) $ hermione.set_cum(face="light") @@ -671,12 +671,12 @@ label hg_pf_titjob_1: "-Cover her tits!-": with hpunch call bld - gen "{size=+2}*Argh*!{/size}" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Argh*!{/shudder}" ("angry", xpos="far_left", ypos="head") show her_titjob_personal h13 as cg call her_chibi_scene("tj_pause", trans=d5) - her "{size=+2}What?!{/size}" ("shock", "wide", "base", "stare") + her "{shake}What?!{/shake}" ("shock", "wide", "base", "stare") gen "Take this, slut!" ("angry", xpos="far_left", ypos="head") stop music fadeout 1.0 @@ -753,7 +753,7 @@ label hg_pf_titjob_2: call her_chibi_scene("tj", trans=fade) call ctc - nar "She then starts moving her breasts, alternating her speed every now and then." + nar "She then starts moving her breasts, alternating her speed every now and then." her "Do you enjoy it when I move them like this, [name_genie_hermione]?" ("grin", "base", "base", "R", ypos="head", flip=False) gen "Oh, yes... Very much!" ("grin", xpos="far_left", ypos="head") @@ -865,7 +865,7 @@ label hg_pf_titjob_2: gen "*Gasp*!" ("base", xpos="far_left", ypos="head") her "I know! I couldn't believe it!" ("soft", "base", "base", "R") her "Of course, I pretended not to notice, but then they started making fun of mine, and I had to say something about it." ("annoyed", "base", "base", "R") - gen "*Even louder gasp*" ("base", xpos="far_left", ypos="head") + gen "{shake}*Even louder gasp*{/shake}" ("base", xpos="far_left", ypos="head") her "Yes, They were calling them small! Can you believe that?" ("annoyed", "base", "base", "R") gen "One side of me wants to lie, just to hear your reaction... But I don't think I'd be able to make it sound convincing." ("base", xpos="far_left", ypos="head") her "Yes, their words didn't sound very convincing either... But still... The fact that they even dared to utter them is astounding." ("base", "narrow", "base", "R") @@ -1069,7 +1069,7 @@ label hg_pf_titjob_2_cumming: nar "You pull Hermione's head onto your cock, and the sensation of her wet mouth drives you over the edge." call cum_block - gen "{size=+5}*ARGH*! YES!!!{/size}" ("angry", xpos="far_left", ypos="head") + gen "{shake}*ARGH*! YES!!!{/shake}" ("angry", xpos="far_left", ypos="head") play music "music/Chipper Doodle v2.ogg" fadein 1 if_changed # HERMIONE'S THEME. show her_titjob_personal h26 as cg @@ -1077,8 +1077,8 @@ label hg_pf_titjob_2_cumming: call her_chibi_scene("tj_cum_in", trans=d5) pause.8 - her "!!!!!!!!!!!" ("full", "wide", "base", "stare") - gen "*Argh*! You whore!" ("angry", xpos="far_left", ypos="head") + her "{shudder}!!!!!!!!!!!{/shudder}" ("full", "wide", "base", "stare") + gen "{shake}*Argh*! You whore!{/shake}" ("angry", xpos="far_left", ypos="head") her "{heart}{heart}{heart}" ("full_cum", "narrow", "base", "dead") call cum_block @@ -1096,7 +1096,7 @@ label hg_pf_titjob_2_cumming: play sound "sounds/gulp.ogg" #Sound of gulping down a liquid. show her_titjob_personal h27 as cg - her "*GULP*" ("cum", "happyCl", "worried", "mid") #play noise here + her "{shudder}*GULP*{/shudder}" ("cum", "happyCl", "worried", "mid") #play noise here call her_chibi_scene("tj_idle", trans=d5) pause.8 @@ -1131,7 +1131,7 @@ label hg_pf_titjob_2_cumming: gen "Take this, you big-titted whore!" ("angry", xpos="far_left", ypos="head") with hpunch - gen "*ARGH*!" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*ARGH*!{/shudder}" ("angry", xpos="far_left", ypos="head") show her_titjob_personal h25 as cg her "What? Already?!" ("angry", "wide", "base", "stare", ypos="head", flip=False) gen "Aaah, yes!" ("angry", xpos="far_left", ypos="head") @@ -1144,11 +1144,11 @@ label hg_pf_titjob_2_cumming: $ hermione.set_cum(breasts="light") call bld - gen "{size=+5}*ARGH*! YES!!!{/size}" ("angry", xpos="far_left", ypos="head") + gen "{shake}*ARGH*! YES!!!{/shake}" ("angry", xpos="far_left", ypos="head") $ hermione.set_cum(breasts="heavy") - her "!!!!!!!!!!!" ("shock", "wide", "base", "stare") + her "{shudder}!!!!!!!!!!!{/shudder}" ("shock", "wide", "base", "stare") show her_titjob_personal h31 as cg her "......................." ("angry", "wide", "base", "stare") @@ -1157,7 +1157,7 @@ label hg_pf_titjob_2_cumming: call her_chibi_scene("tj_cum_on_done", trans=d9) pause.8 - gen "*Ah*... I feel like I've lost five pounds..." ("base", xpos="far_left", ypos="head") + gen "{bounce}*Ah*...{/bounce} I feel like I've lost five pounds..." ("base", xpos="far_left", ypos="head") show her_titjob_personal h33 as cg her "......................." ("base", "narrow", "base", "down") diff --git a/game/scripts/characters/hermione/events/favors/grope_her.rpy b/game/scripts/characters/hermione/events/favors/grope_her.rpy index 2c734993..06b6a7af 100644 --- a/game/scripts/characters/hermione/events/favors/grope_her.rpy +++ b/game/scripts/characters/hermione/events/favors/grope_her.rpy @@ -106,7 +106,7 @@ label hg_pf_grope_T1_E1: if not _event_completed_failed: gen "[name_hermione_genie], would you mind if I play with your tits a little?" ("base", xpos="far_left", ypos="head") her "Play with...?" ("shock", "wide", "base", "stare") - her "My tits?!" ("angry", "wide", "base", "mid") + her "{shake}My tits?!{/shake}" ("angry", "wide", "base", "mid") gen "Or your butt! I haven't fully decided yet!" ("grin", xpos="far_left", ypos="head") her "[name_genie_hermione]??!" ("shock", "wide", "base", "stare") her "How could you ask for such a thing!?" ("angry", "wide", "base", "stare") diff --git a/game/scripts/characters/hermione/events/favors/grope_her_ass.rpy b/game/scripts/characters/hermione/events/favors/grope_her_ass.rpy index 3e3547f2..6ee656bb 100644 --- a/game/scripts/characters/hermione/events/favors/grope_her_ass.rpy +++ b/game/scripts/characters/hermione/events/favors/grope_her_ass.rpy @@ -62,7 +62,7 @@ label hg_pf_grope_ass_T2_front: gen "What's the problem [name_hermione_genie]?" ("base", xpos="far_left", ypos="head") her @ cheeks blush "It's demeaning!" ("angry", "closed", "angry", "mid") gen "Wouldn't it be worse if I didn't want to look at you?" ("base", xpos="far_left", ypos="head") - her @ cheeks blush "*ARGH* Whatever!!!" ("scream", "base", "angry", "mid") + her @ cheeks blush "{shake}*ARGH*{/shake} Whatever!!!" ("scream", "base", "angry", "mid") her @ cheeks blush "Good day, Sir." ("disgust", "narrow", "angry", "R") @@ -97,7 +97,7 @@ label hg_pf_grope_ass_T2_back: # Slap her! call slap_her #Calls slapping sound and visual. - her @ cheeks blush "!!!!!!!!!!!!!" ("scream", "wide", "base", "stare") + her @ cheeks blush "{shudder}!!!!!!!!!!!!{/shudder}" ("scream", "wide", "base", "stare") her @ cheeks blush "[name_genie_hermione]!!?" ("scream", "wide", "base", "stare") menu: @@ -112,7 +112,7 @@ label hg_pf_grope_ass_T2_back: # Slap her! call slap_her #Calls slapping sound and visual. - her @ cheeks blush "!!!!!!!!!!!!!" ("scream", "wide", "base", "stare") + her @ cheeks blush "{shudder}!!!!!!!!!!!!!{/shudder}" ("scream", "wide", "base", "stare") her @ cheeks blush "[name_genie_hermione], what are you doing!?" ("angry", "closed", "angry", "mid") her @ cheeks blush "You said all you were going to do is touch!" ("angry", "base", "angry", "mid") @@ -128,7 +128,7 @@ label hg_pf_grope_ass_T2_back: # Slap her! call slap_her #Calls slapping sound and visual. - her @ cheeks blush "Ouch! It hurts!" ("angry", "closed", "angry", "mid") + her @ cheeks blush "{shake}Ouch!{/shake} It hurts!" ("angry", "closed", "angry", "mid") her @ cheeks blush "This is so demeaning!" ("angry", "base", "angry", "mid") her @ cheeks blush "You said all you were going to do is touch..." ("angry", "base", "angry", "mid") gen "Just stand still, [name_hermione_genie]!" ("angry", xpos="far_left", ypos="head") @@ -208,7 +208,7 @@ label hg_pf_grope_ass_T2_continue: call ctc her @ cheeks blush ".............." ("annoyed", "narrow", "angry", "R") - nar "*Squeeze* *Squeeze* *Squeeze*..." + nar "{pulse}*Squeeze* *Squeeze* *Squeeze*{/pulse}" her @ cheeks blush "........................." ("annoyed", "base", "angry", "mid") her @ cheeks blush "(I can't believe this is really happening...)" ("disgust", "happyCl", "worried", "mid") @@ -261,14 +261,14 @@ label hg_pf_grope_ass_T3_front: call her_chibi_scene("grope_ass_front") with d7 - her @ cheeks blush "!!!" ("mad", "wide", "base", "stare") + her @ cheeks blush "{shudder}!!!{/shudder}" ("mad", "wide", "base", "stare") gen "What is it?" ("base", xpos="far_left", ypos="head") her @ cheeks blush "N-nothing, [name_genie_hermione]. Your hands are cold, that's all..." ("open", "base", "base", "R") nar "You run your hands up and down Hermione's legs..." her @ cheeks blush "........................." ("annoyed", "narrow", "angry", "R") - nar "And give her Ass a good squeeze..." + nar "And give her ass a good squeeze..." her @ cheeks blush "................." ("angry", "happyCl", "worried", "mid") gen "Don't look away, girl. I want you to look into my eyes." ("base", xpos="far_left", ypos="head") her @ cheeks blush "I would rather not, [name_genie_hermione]..." ("angry", "happyCl", "worried", "mid") @@ -310,7 +310,7 @@ label hg_pf_grope_ass_T3_front: nar "You keep enjoying the sensation of her soft buttocks under your fingertips..." her "....................." ("angry", "base", "angry", "mid") - nar "Then You give Hermione's butt one last squeeze." + nar "Then you give Hermione's butt one last squeeze." her @ cheeks blush "....................." ("annoyed", "base", "angry", "mid") jump end_hg_pf_grope @@ -328,7 +328,7 @@ label hg_pf_grope_ass_T3_back: "-Give her butt a slap-": call slap_her - her @ cheeks blush "!!!!!!!!!!!!!" ("scream", "wide", "base", "stare") + her @ cheeks blush "{shudder}!!!!!!!!!!!!!{/shudder}" ("scream", "wide", "base", "stare") her @ cheeks blush "[name_genie_hermione]....?" ("angry", "base", "base", "R") pass @@ -341,7 +341,7 @@ label hg_pf_grope_ass_T3_back: "-Give her butt another slap-": call slap_her - her @ cheeks blush "!!!!!!!!!!!!!" ("scream", "wide", "base", "stare") + her @ cheeks blush "{shudder}!!!!!!!!!!!!!{/shudder}" ("scream", "wide", "base", "stare") her @ cheeks blush "[name_genie_hermione], what are you doing!?" ("angry", "base", "base", "R") her @ cheeks blush "You said that all you were going to do is touch!" ("open", "narrow", "base", "R") @@ -469,7 +469,7 @@ label hg_pf_grope_ass_T3_continue: "-Force your thumb into her butthole-": nar "You force one of your thumbs into her little butthole..." with hpunch - her "!!?" ("angry", "wide", "base", "stare") + her "{shudder}!!?{/shudder}" ("angry", "wide", "base", "stare") nar "It's very tight and warm inside..." jump hg_pf_grope_ass_T3_mad @@ -489,7 +489,7 @@ label hg_pf_grope_ass_T3_mad: her @ cheeks blush "This is not what we agreed on, [name_genie_hermione]..." ("angry", "happyCl", "worried", "mid") gen "More points is it?" ("base", xpos="far_left", ypos="head") her @ cheeks blush "More..." ("angry", "happyCl", "worried", "mid") - her @ cheeks blush "{size=+7}Points?!{/size}" ("scream", "happyCl", "worried", "mid", trans=hpunch) + her @ cheeks blush "{shudder}Points?!{/shudder}" ("scream", "happyCl", "worried", "mid", trans=hpunch) gen "That's not it?" ("angry", xpos="far_left", ypos="head") her @ cheeks blush "No, it's definitely not because of the points!" ("scream", "happyCl", "worried", "mid") gen "I see..." ("base", xpos="far_left", ypos="head") @@ -508,10 +508,10 @@ label hg_pf_grope_ass_T3_mad: gen "One hundred points to Gryffindor!" ("base", xpos="far_left", ypos="head") gen "There, it is done..." ("base", xpos="far_left", ypos="head") gen "Not about the points, you say... You make me--" ("base", xpos="far_left", ypos="head") - her @ cheeks blush "Shut up!" ("scream", "happyCl", "worried", "mid", ypos="head") + her @ cheeks blush "{shake}Shut up!{/shake}" ("scream", "happyCl", "worried", "mid", ypos="head") her @ cheeks blush "{size=+7}The terms should've been stated before commencing the--{/size}" ("scream", "happyCl", "worried", "mid", trans=hpunch) gen "Commencing--" ("base", xpos="far_left", ypos="head") - gen "Oh, snap out of it [name_hermione_genie], You got paid didn't you?" ("base", xpos="far_left", ypos="head") + gen "Oh, snap out of it [name_hermione_genie]... You got paid didn't you?" ("base", xpos="far_left", ypos="head") her @ cheeks blush "..." ("mad", "happyCl", "worried", "mid") gen "Don't act like you're not benefiting from this..." ("base", xpos="far_left", ypos="head") her @ cheeks blush "Whatever..." ("angry", "base", "base", "R") @@ -519,7 +519,7 @@ label hg_pf_grope_ass_T3_mad: "\"Surely you can't be serious, [name_hermione_genie]!\"": $ states.her.mood += 27 - her @ cheeks blush "Yes... I Am!" ("scream", "happyCl", "worried", "mid", ypos="head") + her @ cheeks blush "Yes... I am!" ("scream", "happyCl", "worried", "mid", ypos="head") gen "By the great desert..." ("angry", xpos="far_left", ypos="head") gen "You get no points!" ("angry", xpos="far_left", ypos="head") her @ cheeks blush "*Grr*... Fine!" ("scream", "happyCl", "worried", "mid") @@ -570,7 +570,7 @@ label hg_pf_grope_ass_T4_front: call her_chibi_scene("grope_ass_front", trans=d7) pause.8 - her @ cheeks blush "!!!" ("mad", "wide", "base", "stare") + her @ cheeks blush "{shudder}!!!{/shudder}" ("mad", "wide", "base", "stare") gen "..." ("grin", xpos="far_left", ypos="head") her @ cheeks blush "........" ("annoyed", "base", "angry", "mid") @@ -589,7 +589,7 @@ label hg_pf_grope_ass_T4_front: nar "You continue to massage her inner thigh and occasionally gently brush against her panties..." else: nar "You continue to massage her inner thigh and occasionally gently brush against her pussy..." - her @ cheeks blush "*Ah*..." ("soft", "narrow", "annoyed", "up") + her @ cheeks blush "{bounce}*Ah*...{/bounce}" ("soft", "narrow", "annoyed", "up") her @ cheeks blush "..." ("clench", "narrow", "annoyed", "up") gen "..." ("grin", xpos="far_left", ypos="head") @@ -613,7 +613,7 @@ label hg_pf_grope_ass_T4_front: nar "Hermione embarrassingly looks at you, as you present her with a sticky substance gleaming across your upper hand..." her @ cheeks blush "Oh..." ("disgust", "narrow", "base", "down") - her @ cheeks blush "Well, your hands were moving so close and--" ("soft", "narrow", "worried", "down") + her @ cheeks blush "Well, your hands were moving so close, and--" ("soft", "narrow", "worried", "down") call her_chibi_scene("grope_ass_front", trans=d7) pause.8 @@ -658,7 +658,7 @@ label hg_pf_grope_ass_T4_back: call her_chibi_scene("grope_ass_back", trans=d7) pause.8 - her @ cheeks blush "!!!" ("mad", "wide", "base", "stare") + her @ cheeks blush "{shudder}!!!{/shudder}" ("mad", "wide", "base", "stare") her @ cheeks blush "[name_genie_hermione]!" ("clench", "base", "angry", "mid") gen "Sorry..." ("base", xpos="far_left", ypos="head") her @ cheeks blush "..." ("annoyed", "narrow", "angry", "R") @@ -688,7 +688,7 @@ label hg_pf_grope_ass_T4_back: "-Give her butt a slap-": call slap_her - her @ cheeks blush "!!!!!!!!!!!!!" ("angry", "wide", "base", "stare") + her @ cheeks blush "{shudder}!!!!!!!!!!!!!{/shudder}" ("angry", "wide", "base", "stare") her @ cheeks blush "[name_genie_hermione]!" ("clench", "narrow", "base", "R") gen "Did you not just say that it didn't matter to you how I wanted it?" ("base", xpos="far_left", ypos="head") @@ -717,7 +717,7 @@ label hg_pf_grope_ass_T4_back: nar "Moving your hands gently up and down, Hermione begins to relax as they occasionally brush against her panties..." else: nar "Moving your hands gently up and down, Hermione begins to relax as they occasionally brush against her pussy..." - her @ cheeks blush "*Ah*..." ("open", "narrow", "annoyed", "up") + her @ cheeks blush "{bounce}*Ah*...{/bounce}" ("open", "narrow", "annoyed", "up") her @ cheeks blush "..." ("base", "narrow", "annoyed", "up") gen "..." ("grin", xpos="far_left", ypos="head") @@ -763,7 +763,7 @@ label hg_pf_grope_ass_T4_continue: nar "It's very tight and warm..." nar "It's quite wet as well... Seems like Hermione's taking pleasure in this..." - her @ cheeks blush "*Ah*..." ("silly", "narrow", "base", "mid_soft") + her @ cheeks blush "{bounce}*Ah*...{/bounce}" ("silly", "narrow", "base", "mid_soft") her @ cheeks blush "It's inside of me..." ("disgust", "narrow", "worried", "down") her @ cheeks blush "No, [name_genie_hermione], you must stop now..." ("disgust", "base", "base", "mid_soft") gen "Why? You don't like it?" ("base", xpos="far_left", ypos="head") @@ -778,12 +778,12 @@ label hg_pf_grope_ass_T4_continue: "-Continue rubbing her-": nar "As you continue rubbing her, Hermione closes her eyes and goes silent..." her @ cheeks blush "......" ("clench", "happyCl", "worried", "mid") - her @ cheeks blush "*Ah*..." ("silly", "happyCl", "worried", "mid") + her @ cheeks blush "{bounce}*Ah*...{/bounce}" ("silly", "happyCl", "worried", "mid") nar "With no more objections, you move your index finger across her clit and begin rubbing it gently..." her @ cheeks blush "..." ("soft", "closed", "base", "mid") nar "Completely lost in the moment, Hermione's body reacts, and she grinds on your fingers slightly, as you massage her." nar "In response to her movement, you start rubbing her faster, and as you do so, she squeals and lets out a gentle moan." - her @ cheeks blush "*Hnnngh*" ("clench", "happyCl", "worried", "mid") #still has eyes closed + her @ cheeks blush "{shudder}*Hnnngh*{/shudder}" ("clench", "happyCl", "worried", "mid") #still has eyes closed her @ cheeks blush "...." ("disgust", "wide", "base", "stare") #Opens her eyes wide gen "Did you just--" ("base", xpos="far_left", ypos="head") if states.her.tier <= 5: @@ -816,9 +816,9 @@ label hg_pf_grope_ass_T4_continue: nar "You force one of your thumbs into her little butthole..." with hpunch - her @ cheeks blush tears soft "*Ah*... Your finger is up my..." ("silly", "base", "worried", "stare") + her @ cheeks blush tears soft "{bounce}*Ah*...{/bounce} Your finger is up my..." ("silly", "base", "worried", "stare") nar "It's very tight and warm inside..." - her @ cheeks blush "*Ah*..." ("silly", "narrow", "base", "mid_soft") + her @ cheeks blush "{bounce}*Ah*...{/bounce}" ("silly", "narrow", "base", "mid_soft") her @ cheeks blush "It's inside of me..." ("angry", "narrow", "base", "mid_soft") her @ cheeks blush "No, [name_genie_hermione], you must stop now..." ("base", "narrow", "base", "mid_soft") gen "Why? You don't like it?" ("base", xpos="far_left", ypos="head") diff --git a/game/scripts/characters/hermione/events/favors/grope_her_breasts.rpy b/game/scripts/characters/hermione/events/favors/grope_her_breasts.rpy index b53e3138..e73d57af 100644 --- a/game/scripts/characters/hermione/events/favors/grope_her_breasts.rpy +++ b/game/scripts/characters/hermione/events/favors/grope_her_breasts.rpy @@ -10,7 +10,7 @@ label hg_pf_grope_breasts_T2: her "!!!" ("normal", "wide", "worried", "shocked") nar "Hermione takes a hesitant step back..." - her @ cheeks blush "!!!?" ("mad", "wide", "base", "stare", ypos="head", trans=hpunch) + her @ cheeks blush "{shudder}!!!?{/shudder}" ("mad", "wide", "base", "stare", ypos="head", trans=hpunch) call ctc nar "Hermione tries to pull away from you, but you hold her firmly by her breasts..." @@ -43,7 +43,7 @@ label hg_pf_grope_breasts_T2: gen "Be quiet [name_hermione_genie]..." ("base", xpos="far_left", ypos="head") her @ cheeks blush "Ouch........." ("disgust", "narrow", "base", "down") nar "You squeeze her ample tits with all your strength." - her @ cheeks blush "Ah! It hurts!" ("angry", "squint", "base", "mid") + her @ cheeks blush "{shake}Ah! It hurts!{/shake}" ("angry", "squint", "base", "mid") her @ cheeks blush "They're gonna burst! Please stop it!" ("angry", "squint", "base", "mid") gen "They are not going to burst, you silly girl..." ("base", xpos="far_left", ypos="head") nar "You loosen your grip slightly..." @@ -60,7 +60,7 @@ label hg_pf_grope_breasts_T2: gen "The points, [name_hermione_genie]... You need the points. Concentrate on that." ("base", xpos="far_left", ypos="head") her @ cheeks blush "Yes..." ("annoyed", "narrow", "angry", "R") her @ cheeks blush "Yes, for the honour of the Gryffindor house..." ("angry", "happyCl", "worried", "mid") - "*Squeeze-squeeze*" + "{pulse}*Squeeze-squeeze*{/pulse}" nar "You keep massaging her tits..." nar "You give one of her breasts a few pinches trying to locate the nipple..." her "[name_genie_hermione]... You're pinching me...?" ("shock", "happyCl", "worried", "mid") @@ -179,14 +179,14 @@ label hg_pf_grope_breasts_T3_continue: nar "You squeeze one of the girl's tits tightly and give the other a couple of firm tugs." - her "*Ah*..." ("open", "happyCl", "worried", "mid") + her "{bounce}*Ah*...{/bounce}" ("open", "happyCl", "worried", "mid") gen "Enjoying yourself, [name_hermione_genie]?" ("base", xpos="far_left", ypos="head") her "[name_genie_hermione], I am only doing this--" ("upset", "closed", "base", "mid") nar "You squeeze both of her tits with force..." - her "*Ah*..." ("shock", "happyCl", "worried", "mid") + her "{bounce}*Ah*...{/bounce}" ("shock", "happyCl", "worried", "mid") gen "Tell me you like this, [name_hermione_genie]!" ("base", xpos="far_left", ypos="head") her "[name_genie_hermione], I am only letting you do this to me because--" ("open", "happyCl", "worried", "mid") gen "I know, I know..." ("base", xpos="far_left", ypos="head") @@ -259,9 +259,8 @@ label hg_pf_grope_breasts_T4_naked: nar "You give Hermione's tits a loud slap!" call slap_her - her @ cheeks blush "!!!" ("scream", "wide", "base", "stare") - her @ cheeks blush "Ouch!" ("angry", "base", "worried", "mid") - her "[name_genie_hermione], what did you do that for?" + her @ cheeks blush "{shudder}Ouch!!!{/shudder}" ("scream", "wide", "base", "stare") + her "[name_genie_hermione], what did you do that for?" ("angry", "base", "worried", "mid") gen "Dunno... Seemed like a good idea..." ("base", xpos="far_left", ypos="head") gen "Did you like it?" ("base", xpos="far_left", ypos="head") her "... Of course not, [name_genie_hermione]." ("annoyed", "closed", "base", "mid") @@ -269,7 +268,7 @@ label hg_pf_grope_breasts_T4_naked: her "What?" ("annoyed", "base", "base", "mid") call slap_her - her @ cheeks blush "!!!" ("scream", "wide", "base", "stare") + her @ cheeks blush "{shudder}!!!{/shudder}" ("scream", "wide", "base", "stare") her "Ouch! Stop hurting me!" gen "Admit that you enjoy it, and I will." ("base", xpos="far_left", ypos="head") her "But I don't..." ("disgust", "narrow", "base", "down") @@ -287,7 +286,7 @@ label hg_pf_grope_breasts_T4_clothed: #">You reach out for her ample breasts..." #">And start massaging them firmly..." - "*squeeze-squeeze-squeeze*" + "{pulse}*squeeze-squeeze-squeeze*{/pulse}" her @ cheeks blush "................" ("base", "narrow", "base", "up", xpos="mid", ypos="base") @@ -295,7 +294,7 @@ label hg_pf_grope_breasts_T4_clothed: "\"Do you enjoy this, [name_hermione_genie]?\"": her @ cheeks blush "What...?" ("base", "base", "base", "R") her @ cheeks blush "Oh, I don't mind it..." ("base", "base", "base", "R") - "*squeeze-squeeze-squeeze*" + "{pulse}*squeeze-squeeze-squeeze*{/pulse}" nar "You keep massaging her soft tits..." if states.her.tier <= 5: @@ -318,7 +317,7 @@ label hg_pf_grope_breasts_T4_clothed: her @ cheeks blush "Ouch..." ("angry", "happyCl", "worried", "mid",emote="sweat") nar "You pull on her tits again. This time much stronger." with vpunch - her @ cheeks blush "Ouch! [name_genie_hermione], what are you trying to do...?" ("angry", "happyCl", "worried", "mid",emote="sweat") + her @ cheeks blush "{shudder}Ouch!{/shudder} [name_genie_hermione], what are you trying to do...?" ("angry", "happyCl", "worried", "mid",emote="sweat") nar "You jerk the girl down by her tits with all your strength..." with vpunch with vpunch @@ -332,25 +331,25 @@ label hg_pf_grope_breasts_T4_continue: call her_chibi_scene("grope_tits", trans=d7) call ctc - her "*Ah*..." ("open", "narrow", "worried", "down") + her "{bounce}*Ah*...{/bounce}" ("open", "narrow", "worried", "down") nar "You squeeze her tits a few more times, then give them a firm tug..." - her "*Ah*... [name_genie_hermione]..." ("open", "base", "base", "mid") + her "{bounce}*Ah*...{/bounce} [name_genie_hermione]..." ("open", "base", "base", "mid") gen "What? You enjoy this, don't you?" ("base", xpos="far_left", ypos="head") her "No... I..." ("angry", "base", "base", "mid") gen "Don't you lie to your headmaster, [name_hermione_genie]!" ("base", xpos="far_left", ypos="head") nar "You squeeze her tits again..." - her "*Ah*..." ("open", "narrow", "worried", "down") + her "{bounce}*Ah*...{/bounce}" ("open", "narrow", "worried", "down") her "I am not lying, [name_genie_hermione]..." ("open", "narrow", "worried", "down") her "Why would I enjoy this?" ("open", "base", "base", "mid") gen "I don't know [name_hermione_genie]. You tell me." ("base", xpos="far_left", ypos="head") nar "You keep massaging her breasts..." - her "*Ah*... I..." ("open", "base", "base", "mid") + her "{bounce}*Ah*...{/bounce} I..." ("open", "base", "base", "mid") gen "Yes, what is it?" ("base", xpos="far_left", ypos="head") her "It's... It's nothing, [name_genie_hermione]..." ("angry", "base", "base", "mid") gen "Oh, I think it's something." ("base", xpos="far_left", ypos="head") diff --git a/game/scripts/characters/hermione/events/favors/lets_have_sex.rpy b/game/scripts/characters/hermione/events/favors/lets_have_sex.rpy index b14cd327..366c1663 100644 --- a/game/scripts/characters/hermione/events/favors/lets_have_sex.rpy +++ b/game/scripts/characters/hermione/events/favors/lets_have_sex.rpy @@ -147,7 +147,7 @@ label hg_pf_sex_T3_E1: if states.env.daytime: gen "Let's fuck until sunrise!" ("base", xpos="far_left", ypos="head") else: - gen "Let's fucking until the sun sets!" ("base", xpos="far_left", ypos="head") + gen "Let's fuck until the sun sets!" ("base", xpos="far_left", ypos="head") her "[name_genie_hermione]??!" ("shock", "wide", "base", "stare") her "I think I better leave." ("angry", "happyCl", "worried", "mid") diff --git a/game/scripts/characters/hermione/events/favors/show_me_your_panties.rpy b/game/scripts/characters/hermione/events/favors/show_me_your_panties.rpy index 2532b6c2..cfb9fffa 100644 --- a/game/scripts/characters/hermione/events/favors/show_me_your_panties.rpy +++ b/game/scripts/characters/hermione/events/favors/show_me_your_panties.rpy @@ -112,7 +112,7 @@ label hg_pf_admire_panties_T1_intro_E1: her "My... Panties...?" ("open", "base", "base", "mid") her "[name_genie_hermione]!" ("angry", "base", "angry", "mid") gen "I know, I know, this is a little weird..." ("base", xpos="far_left", ypos="head") - her "{size=+7}A little !?{/size}" ("shock", "wide", "base", "stare") + her "{shake}A little !?{/shake}" ("shock", "wide", "base", "stare") her "This is completely inappropriate!" gen "Listen, we need to go through this phase before we get to the good stuff, alright?" ("base", xpos="far_left", ypos="head") her "The \"good stuff\"? [name_genie_hermione], I don't understand..." ("angry", "base", "base", "mid") @@ -201,7 +201,7 @@ label hg_pf_admire_panties_T2_intro_E1: gen "I just want you to show me your panties." ("base", xpos="far_left", ypos="head") if not _events_completed_any: - her "My Panties?!" ("clench", "base", "worried", "mid") + her "{shake}My Panties?!{/shake}" ("clench", "base", "worried", "mid") else: her "Oh... again?" ("annoyed", "base", "worried", "R") @@ -555,7 +555,7 @@ label hg_pf_admire_panties_T4_intro_E1: pause.8 her @ cheeks blush ".........................." ("base", "base", "base", "R", xpos="mid", ypos="base") - gen "!!?" ("angry", xpos="far_left", ypos="head") + gen "{shudder}!!?{/shudder}" ("angry", xpos="far_left", ypos="head") her @ cheeks blush "" ("base", "narrow", "base", "mid_soft") call ctc diff --git a/game/scripts/characters/hermione/events/favors/show_me_your_tits.rpy b/game/scripts/characters/hermione/events/favors/show_me_your_tits.rpy index 17faf984..f18cabf3 100644 --- a/game/scripts/characters/hermione/events/favors/show_me_your_tits.rpy +++ b/game/scripts/characters/hermione/events/favors/show_me_your_tits.rpy @@ -113,9 +113,9 @@ label hg_pf_admire_breasts_T1_intro_E1: her "Yes, [name_genie_hermione]..." ("normal", "base", "base", "mid") gen "Has anyone ever told you what sweet-looking breasts you have?" ("base", xpos="far_left", ypos="head") stop music fadeout 1.0 - her "!!!" ("shock", "wide", "base", "stare") + her "{shudder}!!!{/shudder}" ("shock", "wide", "base", "stare") gen "How much would it cost me for you to lift up your top?" ("grin", xpos="far_left", ypos="head") - her "My top?!" ("shock", "wide", "base", "stare") + her "{shake}My top?!{/shake}" ("shock", "wide", "base", "stare") gen "And show me what's underneath..." ("grin", xpos="far_left", ypos="head") her "Why would I--?!" ("angry", "wide", "base", "mid") @@ -237,7 +237,7 @@ label hg_pf_admire_breasts_T1_intro_E2: "\"Your tits!\"": her "W-what?" ("shock", "wide", "base", "stare") gen "Your breasts, Miss Granger. I would very much like to see them!" ("grin", xpos="far_left", ypos="head") - her "M-My--... my breasts?!" ("angry", "base", "angry", "mid") + her "M-My--... {shake}my breasts?!{/shake}" ("angry", "base", "angry", "mid") # Hermione gets angry her "*Tztzzz*!..." ("angry", "closed", "angry", "mid", emote="angry") @@ -363,7 +363,7 @@ label hg_pf_admire_breasts_T2_intro_E1: pass "\"I will give you five points to see your tits.\"": - her "Five?!" ("scream", "wide", "base", "mid") + her "{shake}Five?!{/shake}" ("scream", "wide", "base", "mid") her "[name_genie_hermione], I am not going to expose myself for a meagre five points!" ("angry", "base", "angry", "mid",emote="angry") gen "Well, your tits sure aren't worth two hundred, [name_hermione_genie]!" ("base", xpos="far_left", ypos="head") her "(They aren't?)" ("annoyed", "narrow", "worried", "down") diff --git a/game/scripts/characters/hermione/events/favors/show_me_your_tits_branches.rpy b/game/scripts/characters/hermione/events/favors/show_me_your_tits_branches.rpy index ab85cd8e..77d05878 100644 --- a/game/scripts/characters/hermione/events/favors/show_me_your_tits_branches.rpy +++ b/game/scripts/characters/hermione/events/favors/show_me_your_tits_branches.rpy @@ -139,7 +139,7 @@ label hg_pf_admire_breasts_T2_touch: # Not a Call label gen "This won't take long, just stand still." ("base", xpos="far_left", ypos="head") her @ cheeks blush "[name_genie_hermione], I didn't agree to this!" ("angry", "base", "angry", "mid") with hpunch - her @ cheeks blush "You must unhand me now!!!" ("scream", "base", "angry", "mid",emote="angry") + her @ cheeks blush "{shake}You must unhand me now!!!{/shake}" ("scream", "base", "angry", "mid",emote="angry") # End Groping show screen blkfade @@ -181,7 +181,7 @@ label hg_pf_admire_breasts_T2_masturbate: # Not a Call label with d3 play music "music/Chipper Doodle v2.ogg" fadein 1 if_changed # HERMIONE'S THEME. - her "[name_genie_hermione]?!!" ("angry", "wide", "base", "stare") + her "{shake}[name_genie_hermione]?!!{/shake}" ("angry", "wide", "base", "stare") gen "Just stand still, [name_hermione_genie]..." # Start Jerking Off. @@ -209,7 +209,7 @@ label hg_pf_admire_breasts_T2_masturbate: # Not a Call label "\"Leave now, and you'll get no points!\"": $ states.her.mood += 30 - her @ cheeks blush "After {size=+5}this{/size}? Are you kidding me, [name_genie_hermione]?" ("scream", "wide", "base", "stare") + her @ cheeks blush "After {shake}this{/shake}? Are you kidding me, [name_genie_hermione]?" ("scream", "wide", "base", "stare") her @ cheeks blush "I showed you my--" ("scream", "wide", "base", "stare") her @ cheeks blush ".........." ("annoyed", "narrow", "angry", "R") her @ cheeks blush "I am not going to sell you a single favour anymore, [name_genie_hermione]!" ("angry", "base", "angry", "mid") @@ -434,7 +434,7 @@ label hg_pf_admire_breasts_T3_masturbate: gen "Yes, you do! Yes!" ("angry", xpos="far_left", ypos="head") her @ cheeks blush "................" ("angry", "happyCl", "worried", "mid") - gen "*Ngh*--" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Ngh*--{/shudder}" ("angry", xpos="far_left", ypos="head") menu: "-Hold it as promised-": gen "Oh, alright..." ("base", xpos="far_left", ypos="head") @@ -455,7 +455,7 @@ label hg_pf_admire_breasts_T3_masturbate: gen "*Argh*! You whore!" ("angry", xpos="far_left", ypos="head") her @ cheeks blush "Proff--?" ("scream", "wide", "base", "stare") call cum_block - gen "*Argh*! YES!" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Argh*! YES!{/shudder}" ("angry", xpos="far_left", ypos="head") hide screen bld1 with d1 @@ -473,7 +473,7 @@ label hg_pf_admire_breasts_T3_masturbate: her @ cheeks blush "[name_genie_hermione], you promised!" ("scream", "base", "angry", "mid",emote="angry") - gen "*Ah*... That was amazing!" ("angry", xpos="far_left", ypos="head") + gen "{bounce}*Ah*...{/bounce} That was amazing!" ("angry", xpos="far_left", ypos="head") call her_chibi_scene("grope_tits_cum_done") @@ -585,7 +585,7 @@ label hg_pf_admire_breasts_T4_touch: # Call label call bld gen "Relax, [name_hermione_genie]. Just stand still!" ("base", xpos="far_left", ypos="head") her @ cheeks blush "But..." ("disgust", "narrow", "base", "down") - her "*Ah*...{heart}" ("shock", "happyCl", "worried", "mid") + her "{bounce}*Ah*...{/bounce}{heart}" ("shock", "happyCl", "worried", "mid") her @ cheeks blush "I didn't agree to this..." ("disgust", "narrow", "base", "down") gen "But you like it, don't you?" ("base", xpos="far_left", ypos="head") @@ -605,7 +605,7 @@ label hg_pf_admire_breasts_T4_touch: # Call label gen "I know, I know... But it's hard to resist..." ("base", xpos="far_left", ypos="head") her @ cheeks blush "................." ("angry", "base", "angry", "mid") - her @ cheeks blush ".................... *Ah*...{heart}" ("base", "narrow", "base", "up") + her @ cheeks blush ".................... {bounce}*Ah*...{/bounce}{heart}" ("base", "narrow", "base", "up") her @ cheeks blush "[name_genie_hermione], you need to stop now..." ("base", "narrow", "base", "up") gen "Just a bit longer..." ("base", xpos="far_left", ypos="head") @@ -620,7 +620,7 @@ label hg_pf_admire_breasts_T4_touch: # Call label nar "You pull her breasts in opposite directions, and then squish them together..." - her @ cheeks blush "*Ah*...{heart} [name_genie_hermione]... I really need to go." ("angry", "narrow", "base", "up") + her @ cheeks blush "{bounce}*Ah*...{/bounce}{heart} [name_genie_hermione]... I really need to go." ("angry", "narrow", "base", "up") if states.env.daytime: her @ cheeks blush "Classes are about to start..." ("angry", "narrow", "base", "R") else: @@ -687,7 +687,7 @@ label hg_pf_admire_breasts_T4_masturbate: # Call label her @ cheeks blush "................" ("disgust", "narrow", "base", "down") else: # Different posing than above. - her @ cheeks blush "*Ah*..." ("base", "narrow", "base", "up") + her @ cheeks blush "{bounce}*Ah*...{/bounce}" ("base", "narrow", "base", "up") her @ cheeks blush "It's so big..." ("open", "base", "base", "R") her @ cheeks blush "You just couldn't help yourself, could you [name_genie_hermione]?" ("base", "base", "base", "R") her @ cheeks blush ".................." ("base", "narrow", "base", "up") @@ -719,9 +719,9 @@ label hg_pf_admire_breasts_T4_masturbate: # Call label her @ cheeks blush "It is bad for your health to just hold it in like this..." ("angry", "closed", "worried", "mid") her @ cheeks blush "*Ehm*..." ("disgust", "narrow", "base", "down") her @ cheeks blush "If you want to you could just aim it--" ("open", "closed", "base", "R") - gen "*Argh*! You whore!" ("angry", xpos="far_left", ypos="head") - her @ cheeks blush "???" ("mad", "wide", "base", "stare") - gen "*Argh*! YES!" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Argh*! You whore!{/shudder}" ("angry", xpos="far_left", ypos="head") + her @ cheeks blush "{shake}???{/shake}" ("mad", "wide", "base", "stare") + gen "{shudder}*Argh*! YES!{/shudder}" ("angry", xpos="far_left", ypos="head") call cum_block $ hermione.set_cum(breasts="light") @@ -769,9 +769,9 @@ label hg_pf_admire_breasts_T4_masturbate: # Call label return "-Just start cumming-": - gen "*Argh*! You whore!" ("angry", xpos="far_left", ypos="head") - her @ cheeks blush "???" ("mad", "wide", "base", "stare") - gen "*Argh*! YES!" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Argh*! You whore!{/shudder}" ("angry", xpos="far_left", ypos="head") + her @ cheeks blush "{shake}???{/shake}" ("mad", "wide", "base", "stare") + gen "{shudder}*Argh*! YES!{/shudder}" ("angry", xpos="far_left", ypos="head") call cum_block $ hermione.set_cum(breasts="light") @@ -785,9 +785,9 @@ label hg_pf_admire_breasts_T4_masturbate: # Call label call ctc - her @ cheeks blush "*Ah*...{heart} It's so warm...{heart}" ("clench", "happyCl", "worried", "mid") + her @ cheeks blush "{bounce}*Ah*...{/bounce}{heart} It's so warm...{heart}" ("clench", "happyCl", "worried", "mid") her @ cheeks blush "[name_genie_hermione], you promised..." ("angry", "happyCl", "worried", "mid", emote="sweat") - gen "Ah yes... All covered in semen..." ("angry", xpos="far_left", ypos="head") + gen "Ah, yes... All covered in semen..." ("angry", xpos="far_left", ypos="head") call her_chibi_scene("grope_tits_cum_done") diff --git a/game/scripts/characters/hermione/events/favors/suck_it.rpy b/game/scripts/characters/hermione/events/favors/suck_it.rpy index 375b627d..54addf65 100644 --- a/game/scripts/characters/hermione/events/favors/suck_it.rpy +++ b/game/scripts/characters/hermione/events/favors/suck_it.rpy @@ -88,7 +88,7 @@ label hg_pf_blowjob_T1_E1: #Fail her "Yes, [name_genie_hermione]?" ("base", "base", "base", "mid") gen "We're done playing games..." ("base", xpos="far_left", ypos="head") gen "Get over here, and suck my cock!" ("base", xpos="far_left", ypos="head") - her "[name_genie_hermione]??!" ("shock", "wide", "base", "stare") + her "{shudder}[name_genie_hermione]??!{/shudder}" ("shock", "wide", "base", "stare") her "How could you ask for such a thing!?" her "I think I better leave." ("angry", "happyCl", "worried", "mid") @@ -109,7 +109,7 @@ label hg_pf_blowjob_T2_E1: #Fail her "Yes, [name_genie_hermione]?" ("base", "base", "base", "mid") gen "Why don't you open that pretty little mouth of yours... And then put it around my cock?" ("base", xpos="far_left", ypos="head") her "Put my mouth--" ("shock", "wide", "base", "stare") - her "[name_genie_hermione]!" ("angry", "base", "worried", "mid") + her "{shudder}[name_genie_hermione]!{/shudder}" ("angry", "base", "worried", "mid") her "Why would you think asking me for something like that is a good idea?" ("angry", "base", "worried", "mid") gen "I figured there'd be less talking if your mouth was busy--" ("base", xpos="far_left", ypos="head") her "I'm leaving!" ("angry", "happyCl", "angry", "mid") @@ -157,7 +157,7 @@ label hg_pf_blowjob_T4_E1: #Fail gen "I plan to grant Gryffindor {number=current_payout} house points today..." ("base", xpos="far_left", ypos="head") gen "If you suck me off..." ("base", xpos="far_left", ypos="head") her "Suck you...{w=0.3} off?" ("disgust", "wide", "base", "mid") - her "With my mouth?!" ("disgust", "wide", "base", "stare") + her "{shudder}With my mouth?!{/shudder}" ("disgust", "wide", "base", "stare") if states.her.ev.give_me_a_handy.cock_kiss: gen "Wouldn't even be the first time you've done it!" ("grin", xpos="far_left", ypos="head") @@ -343,7 +343,7 @@ label hg_pf_blowjob_T6_intro_E1: her "Why are you--" ("soft", "wide", "worried", "mid") gen "I got you." ("grin", xpos="far_left", ypos="head") her "........" ("annoyed", "base", "angry", "R") - her "*Sigh*" ("soft", "closed", "base", "mid") + her "{bounce}*Sigh*{/bounce}" ("soft", "closed", "base", "mid") her "Was I really being that obvious?" ("soft", "closed", "base", "mid") gen "Very much so." ("base", xpos="far_left", ypos="head") gen "That said... I didn't expect this from you, [name_hermione_genie]." ("base", xpos="far_left", ypos="head") @@ -426,7 +426,7 @@ label hg_pf_blowjob_1: call ctc her "*Slurp*! *Gulp*! *Slurp*!" ("open_wide_tongue", "narrow", "base", "mid_soft", ypos="head", flip=False) - gen "*Ah*... Very good, [name_hermione_genie]..." ("base", xpos="far_left", ypos="head") + gen "{bounce}*Ah*...{/bounce} Very good, [name_hermione_genie]..." ("base", xpos="far_left", ypos="head") gen "But try to take it a bit deeper..." ("base", xpos="far_left", ypos="head") her "*Gulp*! *Gobble*! *Gobble*!" ("open_wide_tongue", "narrow", "base", "stare") gen "Yes... Just like that..." ("base", xpos="far_left", ypos="head") @@ -498,7 +498,7 @@ label hg_pf_blowjob_1: pause.8 her "*Slurp*! *Gulp*! *Gltch*!" ("open_wide_tongue", "narrow", "base", "up") - gen "*Ah*... Yes... Work that tongue, [name_hermione_genie]..." ("base", xpos="far_left", ypos="head") + gen "{bounce}*Ah*...{/bounce} Yes... Work that tongue, [name_hermione_genie]..." ("base", xpos="far_left", ypos="head") her "*Slurp*! *Gulp*! *Gltch*!" ("open_wide_tongue", "narrow", "worried", "down") her "*Slurp*--" ("open_wide_tongue", "closed", "worried", "up") @@ -682,7 +682,7 @@ label hg_pf_blowjob_1: her "Yes, I love to please--" ("soft", "narrow", "annoyed", "up") gen "Heads up, [name_hermione_genie]! Here it comes!" ("angry", xpos="far_left", ypos="head") - her "!!!" ("angry", "wide", "base", "stare") + her "{shudder}!!!{/shudder}" ("angry", "wide", "base", "stare") call her_chibi_scene("bj", trans=d5) pause.8 @@ -738,7 +738,7 @@ label hg_pf_blowjob_1: call cum_block gen "{size=+7}Whore!{/size}" ("angry", xpos="far_left", ypos="head") - her "!!?" ("shock", "wide", "base", "stare") + her "{shudder}!!?{/shudder}" ("shock", "wide", "base", "stare") call her_chibi_scene("bj_cum_out", trans=d5) call ctc @@ -876,7 +876,7 @@ label hg_hidden_blowjob_snape: her "{size=-2}[name_genie_hermione], no!{/size}" ("angry", "squint", "worried", "mid", emote="angry") nar "Hermione gives your balls a firm twist full of frustration." - gen "Ouch!" ("angry", xpos="far_left", ypos="head") + gen "{shudder}Ouch!{/shudder}" ("angry", xpos="far_left", ypos="head") play sound "sounds/door.ogg" call sna_chibi("stand","door","base") @@ -918,9 +918,9 @@ label hg_hidden_blowjob_snape: nar "You feel Hermione's grip, tighten around your cock slightly." - gen "*Ngh*--{w=0.2} I see..." ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Ngh*--{/shudder}{w=0.2} I see..." ("angry", xpos="far_left", ypos="head") sna "That girl is driving me crazy!" ("snape_10") - gen "Yeah, she is--{w=0.2} *Ah*...{w=0.2} Driving me crazy as well..." ("angry", xpos="far_left", ypos="head") + gen "Yeah, she is--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.2} Driving me crazy as well..." ("angry", xpos="far_left", ypos="head") gen "But I'm sure she'll come around, if she knows what's best for her..." ("angry", xpos="far_left", ypos="head") nar "Hermione lessens her grip once more." @@ -1003,7 +1003,7 @@ label hg_hidden_blowjob_luna: #TODO Once Luna X Hermione sex scenes are added, a pause.8 her "{size=-4}(*Slurp*... *Slurp*... *Gulp*...){/size}" ("open_wide_tongue", "happyCl", "annoyed", "up") - gen "*Ngh*!" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Ngh*!{/shudder}" ("angry", xpos="far_left", ypos="head") lun "Sir? Why are you yelling?" ("soft", "base", "raised", "mid") gen "Oh, *Ahem*... Why, I was just so excited to see you, Miss Lovegood! How can I help you?" ("grin", xpos="far_left", ypos="head") lun "Oh! Excited to see you too!" ("grin", "base", "base", "mid") @@ -1017,7 +1017,7 @@ label hg_hidden_blowjob_luna: #TODO Once Luna X Hermione sex scenes are added, a lun "Such feisty little plants." ("angry", "base", "annoyed", "mid") her "*Slurp*! *Gobble*! *Slurp*!" ("open_wide_tongue", "narrow", "annoyed", "up") - gen "*Ah*...{w=0.4} Plants..." ("base", xpos="far_left", ypos="head") + gen "{bounce}*Ah*...{/bounce}{w=0.4} Plants..." ("base", xpos="far_left", ypos="head") lun "Yes, we've been learning how to care for them properly..." ("grin", "base", "low", "mid") gen "So, why tell me?" ("base", xpos="far_left", ypos="head") lun "Professor Sprout wanted me to inform you that they've just started sucking!" ("smile", "base", "raised", "mid") @@ -1039,7 +1039,7 @@ label hg_hidden_blowjob_luna: #TODO Once Luna X Hermione sex scenes are added, a gen "As a matter of fact, I'm quite familiar with the process." ("base", xpos="far_left", ypos="head") lun "You are?" ("soft", "base", "raised", "mid") gen "Indeed! I've got one right here, actually!" ("grin", xpos="far_left", ypos="head") - gen "A troublemaker this one...{w=0.4} But she's sucking--{w=0.4} *Ugh*...{w=0.2} Real good though!" ("grin", xpos="far_left", ypos="head") + gen "A troublemaker this one...{w=0.4} But she's sucking--{w=0.4} {shudder}*Ugh*...{/shudder}{w=0.2} Real good though!" ("grin", xpos="far_left", ypos="head") her "{size=-4}(*Slurp*... *Slurp*...* *Gulp*...){/size}" ("open_wide_tongue", "narrow", "base", "mid") lun "Oh! Can I see it, sir?" ("smile", "base", "base", "up") her "..." ("open_wide_tongue", "squint", "annoyed", "up") @@ -1277,7 +1277,7 @@ label hg_hidden_blowjob_tonks: ton "*Oh?* I could've sworn I just saw her in the library fluttering her eyelashes to some Slytherin boy..." ("open", "base", "raised", "mid") her "(What!!?)" ("angry", "narrow", "annoyed", "up") with hpunch - gen "Ouch, I felt that..." ("base", xpos="far_left", ypos="head") + gen "{shudder}Ouch,{/shudder} I felt that..." ("base", xpos="far_left", ypos="head") if states.ton.level < 50: ton "So, she has her lips wrapped around you? {w=0.5}Right now???" ("soft", "base", "shocked", "L") @@ -1288,7 +1288,7 @@ label hg_hidden_blowjob_tonks: gen "Although I'm sure she knows what it best for her and will get back to it, any moment--" ("base", xpos="far_left", ypos="head") call her_chibi_scene("bj", trans=d5) - gen "*Ngh*--{w=0.2} There she goes!" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Ngh*--{/shudder}{w=0.2} There she goes!" ("angry", xpos="far_left", ypos="head") ton "Oh, I've got to see this..." ("horny", "base", "base", "down") ton "" ("horny", "base", "base", "down", xpos="mid", trans=d3) pause.2 @@ -1559,20 +1559,20 @@ label hg_hidden_blowjob_cumming: gen "Yes! Faster!" ("angry", xpos="far_left", ypos="head") her "{size=+5}*Gobble-gobble-slurp-gobble*!{/size}" ("open_wide_tongue", "narrow", "base", "up") gen "{size=+5}Yes! Yes! Yes! Yes!{/size}" ("angry", xpos="far_left", ypos="head") - gen "*Ngh*!!!" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Ngh*!!!{/shudder}" ("angry", xpos="far_left", ypos="head") menu: gen "!!!" ("angry", xpos="far_left", ypos="head") "-Cum in her mouth-": $ states.her.status.gokkun = True gen "Here it comes, [name_hermione_genie]! get ready to swallow, and fast!" ("angry", xpos="far_left", ypos="head") - her "!!!" ("open_wide_tongue", "narrow", "base", "up") + her "{shudder}!!!{/shudder}" ("open_wide_tongue", "narrow", "base", "up") call cum_block call her_chibi_scene("bj_cum_in", trans=d5) pause.8 - gen "{size=+7}*ARGH*!{/size}" ("angry", xpos="far_left", ypos="head") + gen "{shake}*ARGH*!{/shake}" ("angry", xpos="far_left", ypos="head") gen "Do it! Swallow my cum, [name_hermione_genie]!" ("angry", xpos="far_left", ypos="head") her "*Gulp!-Gulp!-Gulp*!" ("open_wide_tongue_cum", "narrow", "annoyed", "up") with hpunch @@ -1582,7 +1582,7 @@ label hg_hidden_blowjob_cumming: stop music fadeout 1.0 call ctc - gen "*Ah*... I think that's all of it." ("base", xpos="far_left", ypos="head") + gen "{bounce}*Ah*...{/bounce} I think that's all of it." ("base", xpos="far_left", ypos="head") gen "You can let go now..." ("base", xpos="far_left", ypos="head") call her_chibi_scene("bj_pause", trans=d5) @@ -1590,7 +1590,7 @@ label hg_hidden_blowjob_cumming: her "................" ("full_cum", "narrow", "base", "dead") her "........" ("full_cum", "narrow", "base", "dead") play sound "sounds/gulp.ogg" - her "*Gulp*!" ("cum", "happyCl", "worried", "mid") + her "{shudder}*Gulp*!{/shudder}" ("cum", "happyCl", "worried", "mid") her "*Gua-ha*..." ("open_wide_tongue", "narrow", "base", "stare") gen "... Are you alright, [name_hermione_genie]?" ("base", xpos="far_left", ypos="head") play music "music/Chipper Doodle v2.ogg" fadein 1 if_changed # HERMIONE'S THEME. @@ -1641,7 +1641,7 @@ label hg_hidden_blowjob_cumming: her @ cheeks blush "[name_genie_hermione]..." ("grin", "happyCl", "base", "stare") gen "All over your fucking face!" ("angry", xpos="far_left", ypos="head") - her @ cheeks blush "*Aaah*!" ("grin", "narrow", "base", "dead") + her @ cheeks blush "{shake}*Aaah*!{/shake}" ("grin", "narrow", "base", "dead") call her_chibi_scene("bj_cum_out_done", trans=d5) @@ -1796,7 +1796,7 @@ label hg_pf_blowjob_2: gen "Yes... Make me--" ("angry", xpos="far_left", ypos="head") her "{size=+5}*Gobble-gobble-slurp-gobble*!{/size}" ("open_wide_tongue", "narrow", "base", "dead") gen "{size=+5}Yes! Yes! Yes! Yes!{/size}" ("angry", xpos="far_left", ypos="head") - gen "*Ngh*!!!" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Ngh*!!!{/shudder}" ("angry", xpos="far_left", ypos="head") menu: gen "!!!" ("angry", xpos="far_left", ypos="head") @@ -1809,7 +1809,7 @@ label hg_pf_blowjob_2: call her_chibi_scene("bj_cum_in", trans=d5) pause.8 - gen "{size=+7}*ARGH*!{/size}" ("angry", xpos="far_left", ypos="head") + gen "{shake}*ARGH*!{/shake}" ("angry", xpos="far_left", ypos="head") gen "Drown in my cum, whore!" ("angry", xpos="far_left", ypos="head") her "*Gulp!-Gulp!-Gulp*!" ("open_wide_tongue_cum", "narrow", "annoyed", "up") @@ -1822,14 +1822,14 @@ label hg_pf_blowjob_2: call her_chibi_scene("bj_pause", trans=d5) pause.8 - gen "*Ah*... Now that was some blowjob..." ("base", xpos="far_left", ypos="head") + gen "{bounce}*Ah*...{/bounce} Now that was some blowjob..." ("base", xpos="far_left", ypos="head") gen "You can let it go now... Princess..." ("base", xpos="far_left", ypos="head") her "..........................." ("full_cum", "narrow", "base", "dead") her "................" her "........" play sound "sounds/gulp.ogg" #Sound of gulping down a liquid. - her "*GULP*!" ("cum", "happyCl", "worried", "mid") + her "{shudder}*GULP*!{/shudder}" ("cum", "happyCl", "worried", "mid") her "*Gua-ha*..." ("open_wide_tongue", "narrow", "base", "stare") play music "music/Chipper Doodle v2.ogg" fadein 1 if_changed # HERMIONE'S THEME. @@ -1866,12 +1866,12 @@ label hg_pf_blowjob_2: her "Daddy..." ("angry", "narrow", "base", "stare") gen "That's it, princess! Take daddy's load!" ("angry", xpos="far_left", ypos="head") - her "*Aaah*!" ("grin", "narrow", "base", "dead") + her "{bounce}*Aaah*!{/bounce}" ("grin", "narrow", "base", "dead") call her_chibi_scene("bj_cum_out_done", trans=d5) pause.8 - gen "*Ah*... Finally..." ("base", xpos="far_left", ypos="head") + gen "{bounce}*Ah*...{/bounce} Finally..." ("base", xpos="far_left", ypos="head") gen "Alright, I'm done..." ("base", xpos="far_left", ypos="head") her "...................................." ("grin", "narrow", "base", "dead") gen "I said it's over, [name_hermione_genie]." ("base", xpos="far_left", ypos="head") @@ -2007,11 +2007,11 @@ label hg_pf_blowjob_2: gen "A bit deeper!" ("angry", xpos="far_left", ypos="head") her "!!! *Gobble-gobble-slurp-gobble*! !!!" ("open_wide_tongue", "narrow", "annoyed", "up") gen "Yes, just like that!" ("angry", xpos="far_left", ypos="head") - her "{size=+5}!!! *Gobble-gobble-slurp-gobble!* !!!{/size}" ("open_wide_tongue", "narrow", "annoyed", "up") + her "{shake}!!! *Gobble-gobble-slurp-gobble* !!!{/shake}" ("open_wide_tongue", "narrow", "annoyed", "up") gen "{size=+5}Yes! Yes! Yes! Yes!{/size}" ("angry", xpos="far_left", ypos="head") - gen "*Ngh*!!!" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Ngh*!!!{/shudder}" ("angry", xpos="far_left", ypos="head") gen "Here it comes, [name_hermione_genie]! Here's your reward!" ("angry", xpos="far_left", ypos="head") - her "!!!" ("open_wide_tongue", "narrow", "worried", "down") + her "{shake}!!!{/shake}" ("open_wide_tongue", "narrow", "worried", "down") call cum_block call her_chibi_scene("bj_cum_in", trans=d5) @@ -2029,7 +2029,7 @@ label hg_pf_blowjob_2: call her_chibi_scene("bj", trans=d5) call ctc - gen "*Ah*... I think that's all of it." ("base", xpos="far_left", ypos="head") + gen "{bounce}*Ah*...{/bounce} I think that's all of it." ("base", xpos="far_left", ypos="head") gen "You can let it go now..." ("base", xpos="far_left", ypos="head") call her_chibi_scene("bj_pause", trans=d5) diff --git a/game/scripts/characters/hermione/events/favors/talk_to_me.rpy b/game/scripts/characters/hermione/events/favors/talk_to_me.rpy index cc44272d..b1e2a0f8 100644 --- a/game/scripts/characters/hermione/events/favors/talk_to_me.rpy +++ b/game/scripts/characters/hermione/events/favors/talk_to_me.rpy @@ -52,7 +52,7 @@ label end_hg_pf_talk: call her_walk("door", "base") if states.her.tier == 1 and not _events_completed_any: - her "Another {number=current_payout} points... The Guys will be so happy!" ("base", "happyCl", "base", "mid") + her "Another {number=current_payout} points... The guys will be so happy!" ("base", "happyCl", "base", "mid") call her_chibi("leave") @@ -103,7 +103,7 @@ label hg_pf_talk_T1_E1: pause.8 gen "Yes?" ("base", xpos="far_left", ypos="head") - her "*Ehm*... very well..." ("open", "base", "worried", "mid") + her "*Ehm*... Very well..." ("open", "base", "worried", "mid") call hg_pf_talk_T1 @@ -312,7 +312,7 @@ label hg_pf_talk_T2: gen "What?!" ("angry", xpos="far_left", ypos="head") her "I just want to suck a cock..." ("soft", "narrow", "base", "mid_soft") her "I want men to cum on my face like in those magazines I saw!" ("open_tongue", "narrow", "base", "mid_soft") - gen "{size=-4}(You little slut! That did it!) *Argh!*{/size}" ("angry", xpos="far_left", ypos="head") + gen "{size=-4}(You little slut! That did it!){/size} {shudder}*Argh!*{/shudder}" ("angry", xpos="far_left", ypos="head") call cum_block call gen_chibi("cum_behind_desk") @@ -320,7 +320,7 @@ label hg_pf_talk_T2: pause.8 call cum_block - gen "*Argh*! YES!" ("angry", xpos="far_left", ypos="head") + gen "{shake}*Argh*! YES!{/shake}" ("angry", xpos="far_left", ypos="head") her "You were touching yourself, [name_genie_hermione]!" ("angry", "base", "angry", "mid") gen "What? No, I was just... Ah, shit, this feels good..." ("angry", xpos="far_left", ypos="head") @@ -394,14 +394,14 @@ label hg_pf_talk_T2_repeat: her "And there she was!" ("scream", "base", "base", "mid") her "[name_genie_hermione]! I actually caught her this time! Now you have to do something about it!" ("angry", "squint", "base", "mid") if states.gen.masturbating: - gen "*Ah*... Caught her... Doing what?" ("base", xpos="far_left", ypos="head") + gen "{bounce}*Ah*...{/bounce} Caught her... Doing what?" ("base", xpos="far_left", ypos="head") her "Taking pictures, while she was touching herself!" ("scream", "base", "annoyed", "mid") - gen "*Ah*... Really?" ("base", xpos="far_left", ypos="head") + gen "{bounce}*Ah*...{/bounce} Really?" ("base", xpos="far_left", ypos="head") her "Yes!" ("angry", "narrow", "annoyed", "mid") her "And it can't have been the first time, seeing how she was effortlessly focusing her magic while also keeping the camera steady..." ("open", "narrow", "annoyed", "R") - gen "*Ngh*--{w=0.2} Jealous, are you?" ("base", xpos="far_left", ypos="head") + gen "{shudder}*Ngh*--{/shudder}{w=0.2} Jealous, are you?" ("base", xpos="far_left", ypos="head") her "Jealous? Of a Slytherin? Surely, you must be joking..." ("angry", "squint", "base", "mid") - gen "She sure--{w=0.2} *Ngh*... She's found a pretty easy way to earn points, don't you think?" ("base", xpos="far_left", ypos="head") + gen "She sure--{w=0.2} {shudder}*Ngh*...{/shudder} She's found a pretty easy way to earn points, don't you think?" ("base", xpos="far_left", ypos="head") her "*Hmph*...{w=0.4} As if she even cares about the points...." ("annoyed", "narrow", "annoyed", "R") gen "She doesn't?" ("base", xpos="far_left", ypos="head") her "Of course she doesn't! None of them do! They're all just doing it to fullfil their own twisted desires!" ("angry", "happy", "annoyed", "mid") @@ -417,11 +417,11 @@ label hg_pf_talk_T2_repeat: call cum_block - gen "*Argh*! YES!" ("angry", xpos="far_left", ypos="head") + gen "{shake}*Argh*! YES!{/shake}" ("angry", xpos="far_left", ypos="head") her @ cheeks blush "I can't believe it, [name_genie_hermione]!" ("angry", "base", "worried", "stare") her "You were touching yourself!{w} Again!" ("angry", "base", "angry", "mid") - gen "What? No, I was just... *Ngh*..." ("angry", xpos="far_left", ypos="head") + gen "What? No, I was just... {shudder}*Ngh*...{/shudder}" ("angry", xpos="far_left", ypos="head") scene onlayer dolls call gen_chibi("cum_behind_desk_done") @@ -549,7 +549,7 @@ label hg_pf_talk_T3: gen "Just keep talking, [name_hermione_genie]..." ("base", xpos="far_left", ypos="head") her @ cheeks blush "Fine..." ("annoyed", "narrow", "angry", "R") her "So, I probably would've found her lessons quite enjoyable if it wasn't for the Slytherins always trying to disrupt it..." ("annoyed", "narrow", "base", "mid") - gen "*Ah*...{w=0.4} Yes...{w=0.4} Those naughty Slytherins...{w=0.4} What were they up to this time?" ("base", xpos="far_left", ypos="head") + gen "{bounce}*Ah*...{/bounce}{w=0.4} Yes...{w=0.4} Those naughty Slytherins...{w=0.4} What were they up to this time?" ("base", xpos="far_left", ypos="head") else: gen "So, what you're saying is that even though you're not learning anything, you're still enjoying it?" ("base", xpos="far_left", ypos="head") her "Well, I would, if the Slytherins weren't making it their mission to disrupt every single lesson..." ("annoyed", "narrow", "base", "mid") @@ -617,7 +617,7 @@ label hg_pf_talk_T3: call cum_block call bld - gen "*Argh*! YES!" ("angry", xpos="far_left", ypos="head") + gen "{shake}*Argh*! YES!{/shake}" ("angry", xpos="far_left", ypos="head") play music "music/(Orchestral) Playful Tension by Shadow16nh.ogg" fadein 1 if_changed if states.her.tier <= 4: @@ -997,7 +997,7 @@ label hg_pf_talk_tonks: ton "I'm sure your house would be even more ecstatic about a sudden spike in house points." ("soft", "wide", "raised", "L") if states.gen.masturbating: gen "(And they're not the only ones who'd be ecstatic!)" ("angry", xpos="far_left", ypos="head") - nar "*fap-fap-fap*" + nar "{bounce}*fap-fap-fap*{/bounce}" gen "(I'm getting close. Maybe I should ask her about something else...)" ("base", xpos="far_left", ypos="head") $ tmp_name = name_hermione_genie[:3] gen "[tmp_name]-...{w=0.3} *Ugh*... Miss Granger..." ("angry", xpos="far_left", ypos="head") @@ -1029,7 +1029,7 @@ label hg_pf_talk_tonks: her "There are plenty of filthy tactics being used - all over the school." ("open", "base", "angry", "mid") if states.gen.masturbating: gen "(Filthy, *huh*?)" ("angry", xpos="far_left", ypos="head") - nar "*fap-fap-fap*" + nar "{bounce}*fap-fap-fap*{/bounce}" else: gen "Such-{w=0.5}{nw}" ("base", xpos="far_left", ypos="head") ton "Such as?" ("horny", "base", "raised", "L") @@ -1072,7 +1072,7 @@ label hg_pf_talk_tonks: ton "Would you like to tell me what she did?" ("horny", "base", "base", "L") if states.gen.masturbating: gen "(Stripped right in front us is what she did!)" ("angry", xpos="far_left", ypos="head") - "*fap-fap-fap*" + nar "{bounce}*fap-fap-fap*{/bounce}" else: gen "I can tell you all about Miss Chang's little--" ("grin", xpos="far_left", ypos="head") her "She was dancing! Right here!" ("open", "closed", "base", "mid") @@ -1320,7 +1320,7 @@ label hg_pf_talk_tonks: with d3 pause.2 - gen "*Ah-Ah*..." ("angry", xpos="far_left", ypos="head") + gen "{bounce}*Ah-Ah*...{/bounce}" ("angry", xpos="far_left", ypos="head") ton @ hair horny "What have you been doing back there?" ("soft", "narrow", "raised", "mid") gen "I--" ("base", xpos="far_left", ypos="head") her @ cheeks blush "Just \"scratching his leg\"... As always." ("open", "base", "worried", "mid") diff --git a/game/scripts/characters/hermione/events/forest.rpy b/game/scripts/characters/hermione/events/forest.rpy index 5e49b232..0a36cef1 100644 --- a/game/scripts/characters/hermione/events/forest.rpy +++ b/game/scripts/characters/hermione/events/forest.rpy @@ -77,7 +77,7 @@ label forest_BJ_1: #BJ in the forest interrupted by moaning myrtle show her_forest bj h1 as cg with fade - her "*Mmmm*...{w=0.4} Don't you ever get sick of me sucking your cock?" + her "*Mmm*...{w=0.4} Don't you ever get sick of me sucking your cock?" gen "The only thing I'll get sick of is having to wait for you to put it in your mouth." show her_forest bj h2 as cg her "*Hmph*...{w=0.4} Now, now, [name_genie_hermione]...{w=0.4} Patience is a virtue." @@ -89,7 +89,7 @@ label forest_BJ_1: #BJ in the forest interrupted by moaning myrtle nar "Hermione leans forward and engulfs the head of your cock in her mouth." anon "{size=-4}Wow...{/size}" show her_forest bj h5 as cg - her "!!!" + her "{shake}!!!{/shake}" her "Did you hear something?" gen "I don't believe so..." gen "Not unless you count the sounds of you putting your headmaster's dick in your mouth..." @@ -105,7 +105,7 @@ label forest_BJ_1: #BJ in the forest interrupted by moaning myrtle play sound "sounds/giggle2_loud.ogg" anon "{size=-8}*Te-he-he-he*...{/size}" show her_forest bj h5 as cg - her "!!!" + her "{shake}!!!{/shake}" show her_forest bj h9 as cg her "Please tell me you heard something that time, [name_genie_hermione]!" @@ -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 "*Argh*! Please don't tell anyone!!!" + her "Please don't tell anyone!!!" show screen blkfade with d3 @@ -252,20 +252,20 @@ label forest_BJ_2: her "*Slurp* *Schkk* *Shlrp*" show her_forest bj h21 as cg her "-- Is sucking such copious amounts of cum out her headmaster's fat, {size=+2}juicy,{/size} {size=+2}cock...{/size}{heart}" - gen "*Argh*!! That's it girl!" + gen "{shake}*Argh*!! That's it girl!{/shake}" gen "Here it comes!" show her_forest bj h22 as cg nar "You grab a hold of the back of Hermione's head and thrust forward, planting your cock firmly down her throat." show her_forest bj h22 m1 as cg myr "Wow...{w=0.4} I never thought you'd fit all of it..." show her_forest bj h23 m1 as cg - her "!!!" + her "{shake}!!!{/shake}" nar "Not even the sudden appearance of a ghost could stop your colossal orgasm at this point--" nar "--and you start firing off a thick deluge of cum down Hermione's tender throat, the presence of someone else only serving to coax more out of your balls..." - gen "*ARGH*!!!" + gen "{shake}*ARGH*!!!{/shake}" show her_forest bj h24 m1 as cg call cum_block - her "!!!!!!" + her "{shake}!!!!!!{/shake}" show her_forest bj h25 m1 as cg call cum_block gen "Gods, I needed this!" @@ -294,7 +294,7 @@ label forest_BJ_2: her "{size=+10}You just came down my throat, in front of moaning Myrtle!{/size}" ("scream", "closed", "angry", "mid") her "She's going to tell everyone about this now!" ("annoyed", "base", "angry", "mid") gen "So?" ("base", xpos="far_left", ypos="base") - her "*Argh*!" ("disgust", "squint", "angry", "R") + her "*Ugh*!" ("disgust", "squint", "angry", "R") her "You can't keep treating me like some {heart}dirty{heart} little--" ("angry", "closed", "annoyed", "mid") gen "Cum dump?" ("grin", xpos="far_left", ypos="base") her "Yes! You can't just keep using me as you please!" ("angry", "squint", "base", "mid") @@ -369,7 +369,7 @@ label forest_BJ_3: #Complete BJ with Myrtle appearing after the cumshot pause her "*Glck* *Shlrp* *Gluck*" show her_forest bj h17 as cg - her "*Ah*....{heart}{heart}{heart}" + her {bounce}"*Ah*....{/bounce}{heart}{heart}{heart}" her "I'm surprised how often we bump into each other out here, [name_genie_hermione]..." show her_forest bj h16 as cg her "*Glck* *Shlrp* *Gluck*" @@ -392,7 +392,7 @@ label forest_BJ_3: #Complete BJ with Myrtle appearing after the cumshot gen "That's true..." nar "You lower your hand and rest it on the back of the little sluts head..." show her_forest bj h30 as cg - gen "THIS--" + gen "This--" pause show her_forest bj h31 as cg gen "-can't be taught!" @@ -418,7 +418,7 @@ label forest_BJ_3: #Complete BJ with Myrtle appearing after the cumshot play sound "sounds/giggle2_loud.ogg" pause .3 show her_forest bj h32 as cg - gen "!!!" + gen "{shake}!!!{/shake}" show her_forest bj h33 as cg nar "Before you even have time to scream, the ghost, raises her finger to her lips, shushing you." show her_forest bj h32 as cg @@ -493,7 +493,7 @@ label forest_BJ_3: #Complete BJ with Myrtle appearing after the cumshot show her_forest bj h36 as cg call cum_block - gen "{size=+7}*ARGH*!{/size}" + gen "{shake}*ARGH*!{/shake}" show her_forest bj h37 as cg gen "{size=+7}Eat my cum, slut!{/size}" show her_forest bj h34 as cg @@ -503,7 +503,7 @@ label forest_BJ_3: #Complete BJ with Myrtle appearing after the cumshot nar "Your cock starts firing off a huge load against the back of the poor girl's throat, quickly overflowing all the way up through her nostrils and back at you." - her "{size=+14}!!!{/size}" + her "{shake}!!!{/shake}" myr "{size=+3}Oh{/size} {size=+3}my{/size} {size=+3}God!{/size}" show her_forest bj h39 as cg call cum_block @@ -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 "*Gulp* *Gargggglelggg* *Gobble*...." + 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}" @@ -681,7 +681,7 @@ label forest_BJ_4: #Moaning myrtle dirty talk (Repeatable) (Threaten to expose) show her_forest bj h28 m2 as cg nar "You place your hand on the back of Hermione's head, and pull it hard onto your waiting cock, impaling the poor girl's throat..." show her_forest bj h29 m2 as cg - her "{size=+10}!!!{/size}" + her "{shudder}!!!{/shudder}" show her_forest bj h30 m2 as cg gen "*Ugh*...{w=0.4} Fuck yes..." show her_forest bj h31 m2 as cg 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..bc3bf5d1 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 @@ -3520,7 +3520,6 @@ label hg_vibrators_public_return: play sound "sounds/click4.ogg" stop background - stop background stop music fadeout 1.0 hide vibrator_interface hide cg diff --git a/game/scripts/characters/hermione/events/odd_jobs/maid.rpy b/game/scripts/characters/hermione/events/odd_jobs/maid.rpy index 06fed0e6..68eb3fbc 100644 --- a/game/scripts/characters/hermione/events/odd_jobs/maid.rpy +++ b/game/scripts/characters/hermione/events/odd_jobs/maid.rpy @@ -13,7 +13,7 @@ label her_maid_job: her "Of course I'll help!" ("base", "base", "base", "mid") gen "Great, then I've got this maid's outfit for you!" ("base", xpos="far_left", ypos="head") her "..." ("angry", "narrow", "base", "down") - her "What is this?!" ("clench", "squint", "base", "down") + her "{shake}What is this?!{/shake}" ("clench", "squint", "base", "down") gen "A maid's outfit!" ("base", xpos="far_left", ypos="head") gen "You'll need it for the cleaning you're about to do." ("base", xpos="far_left", ypos="head") her "[name_genie_hermione], this isn't what I thought you meant..." ("disgust", "squint", "base", "mid") @@ -121,7 +121,7 @@ label her_maid_job: if states.her.level < 4: if not is_in_lead(states.env.gryffindor): - her "*Hmph!*..." ("upset", "base", "annoyed", "mid", xpos="right", ypos="base") + her "*Hmph*!..." ("upset", "base", "annoyed", "mid", xpos="right", ypos="base") else: her "No, thank you, [name_genie_hermione]." ("open", "squint", "base", "mid", xpos="right", ypos="base") gen "What do you mean, no?" ("angry", xpos="far_left", ypos="head") diff --git a/game/scripts/characters/hermione/events/odd_jobs/panty_thief.rpy b/game/scripts/characters/hermione/events/odd_jobs/panty_thief.rpy index 8eb44a19..8b176d8c 100644 --- a/game/scripts/characters/hermione/events/odd_jobs/panty_thief.rpy +++ b/game/scripts/characters/hermione/events/odd_jobs/panty_thief.rpy @@ -25,7 +25,7 @@ label hg_pr_panty_thief_T1_E1: her "Yes, [name_genie_hermione]?" ("base", "base", "base", "mid") gen "Give me your panties!" ("base", xpos="far_left", ypos="head") her "Give you--" ("angry", "wide", "base", "stare") - her "My panties!?!" ("angry", "wide", "worried", "mid") + her "{shake}My panties!?!{/shake}" ("angry", "wide", "worried", "mid") gen "That's right, I could really use a pair to--" her "I refuse!" ("open", "happyCl", "worried", "mid") gen "What? Why not?" ("base", xpos="far_left", ypos="head") @@ -75,7 +75,7 @@ label hg_pr_panty_thief_e1: gen "I will need your panties..." ("base", xpos="far_left", ypos="head") if not states.her.status.stripping: - her "My panties?!" ("open", "base", "worried", "mid") + her "{shake}My panties?!{/shake}" ("open", "base", "worried", "mid") gen "That's right..." ("base", xpos="far_left", ypos="head") her "But then... I won't have anything to--" ("angry", "base", "worried", "R") her "And you..." ("open", "base", "worried", "mid") @@ -430,7 +430,7 @@ label hg_pr_panty_thief_e1_reactions: her "*Mmmhhhmmm*" ("full_panties", "narrow", "base", "dead") gen "Open your mouth, [name_hermione_genie]." ("base", xpos="far_left", ypos="head") play sound "sounds/gltch.ogg" - her "*Ahhhhh*" ("open_wide_tongue_panties", "narrow", "annoyed", "up") + her "{wave}Aaaaah...{/wave}" ("open_wide_tongue_panties", "narrow", "annoyed", "up") gen "That's a good girl... Nice and clean." ("base", xpos="far_left", ypos="head") gen "You can take them out now." ("base", xpos="far_left", ypos="head") her "........" ("angry", "happyCl", "worried", "up") diff --git a/game/scripts/characters/hermione/events/odd_jobs/promoter.rpy b/game/scripts/characters/hermione/events/odd_jobs/promoter.rpy index 4afac01d..fcc0d319 100644 --- a/game/scripts/characters/hermione/events/odd_jobs/promoter.rpy +++ b/game/scripts/characters/hermione/events/odd_jobs/promoter.rpy @@ -205,7 +205,7 @@ label her_promoter_job_return: gen "You most likely ended up making that guy's night." ("grin", xpos="far_left", ypos="head") her @ cheeks blush "More like month... seeing how much he..." ("open", "narrow", "worried", "down") her "Anyway..." ("normal", "base", "base", "mid") - her "glad you agree." ("base", "happy", "base", "mid_soft") + her "Glad you agree." ("base", "happy", "base", "mid_soft") her "Here's your payment." ("open", "base", "base", "mid") call give_reward(_("You have received twenty gold"), "interface/icons/gold.webp") @@ -233,7 +233,7 @@ label her_promoter_job_return: gen "Didn't think you'd be interested in such... unorthodox sales tactics..." ("grin", xpos="far_left", ypos="head") her @ cheeks blush "I was curious to see if it would work more than anything else." ("base", "closed", "base", "mid") her "I tried it out to test the legitimacy of the claims in that book of theirs..." ("open", "base", "base", "mid") - gen "of course..." ("base", xpos="far_left", ypos="head") + gen "Of course..." ("base", xpos="far_left", ypos="head") gen "And how many times did you test this... theory of yours." ("base", xpos="far_left", ypos="head") her "There's no conclusion to be made by just testing a theory once [name_genie_hermione]." ("normal", "closed", "angry", "mid") her "Anyway..." ("open", "base", "base", "mid") diff --git a/game/scripts/characters/hermione/events/potions/ass_expand.rpy b/game/scripts/characters/hermione/events/potions/ass_expand.rpy index 28a34777..a0b1d4f6 100644 --- a/game/scripts/characters/hermione/events/potions/ass_expand.rpy +++ b/game/scripts/characters/hermione/events/potions/ass_expand.rpy @@ -107,7 +107,7 @@ label her_potion_ass_give: her "That didn't taste so bad!" ("base", "squint", "base", "mid") her "What was it?" ("base", "base", "base", "mid") else: #19+ - her "*Ahhh*... That was tasted great! What was it?" ("base", "squint", "base", "mid") + her "{bounce}*Ahhh*...{/bounce} That was tasted great! What was it?" ("base", "squint", "base", "mid") gen "The effects should become apparent soon enough." ("base", xpos="far_left", ypos="head") her "Alright." ("open", "base", "base", "R") @@ -124,14 +124,14 @@ label her_potion_ass_give: gen "You should probably head back to class for now..." ("base", xpos="far_left", ypos="head") her "To class, but what about the--" ("angry", "squint", "base", "mid") nar "Hermione goes white as she starts to feel her body churn." - her "*Hngh*!" ("disgust", "wide", "worried", "stare") + her "{shudder}*Hngh*!{/shudder}" ("disgust", "wide", "worried", "stare") gen "Something wrong?" ("base", xpos="far_left", ypos="head") her "What-- What's the intended effect of this potion [name_genie_hermione]?" ("angry", "squint", "base", "mid") gen "Let's just say it's meant to distribute your assets a little bit differently." ("base", xpos="far_left", ypos="head") her "My--" ("angry", "squint", "worried", "mid") play sound "sounds/slap.ogg" nar "Hermione's body suddenly jolts forward as if someone slapped her from behind." - her "Ouch!" ("scream", "happy", "base", "stare") + her "{shudder}Ouch!{/shudder}" ("scream", "happy", "base", "stare") her "Something slapped me!" ("mad", "base", "base", "mid") her "Is it supposed to do this?" ("angry", "happy", "base", "mid") gen "I'm sure it's fine, just go back to class for now." ("base", xpos="far_left", ypos="head") @@ -143,7 +143,7 @@ label her_potion_ass_give: gen "Not today [name_hermione_genie]..." ("base", xpos="far_left", ypos="head") her "Then what--" ("clench", "base", "base", "mid") nar "Hermione jumps on the spot slightly as the potion begins taking effect." - her "Ouch!" ("angry", "happyCl", "worried", "mid") + her "{shudder}Ouch!{/shudder}" ("angry", "happyCl", "worried", "mid") gen "No... I think this time I'd rather you head back to class." ("base", xpos="far_left", ypos="head") else: #Drank but failed public variant before gen "I'd like you to go to class this time..." ("base", xpos="far_left", ypos="head") @@ -191,7 +191,7 @@ label her_potion_ass_give: her "I-- I'm sorry [name_genie_hermione]..." ("angry", "happyCl", "worried", "mid") her @ cheeks blush "If this potion is doing what I think it's--" ("open", "happyCl", "worried", "mid") play sound "sounds/slap.ogg" - her @ cheeks blush "Ow!" ("angry", "wide", "worried", "stare") + her @ cheeks blush "{shudder}Ow!{/shudder}" ("angry", "wide", "worried", "stare") gen "Alright fine... You don't have to go to class for today..." ("base", xpos="far_left", ypos="head") gen "{number=current_payout} points to Gryffindor." ("base", xpos="far_left", ypos="head") @@ -224,12 +224,12 @@ label her_potion_ass_give: her @ cheeks blush "You want me to go to class when--" ("angry", "narrow", "base", "down") nar "Hermione's body jolts once more." play sound "sounds/slap.ogg" - her @ cheeks blush "*Ah*..." ("soft", "narrow", "base", "up") + her @ cheeks blush "{shudder}*Ah*...{/shudder}" ("soft", "narrow", "base", "up") her @ cheeks blush "" ("angry", "narrow", "base", "mid") #blush gen "I think your classmates would appreciate the view." ("base", xpos="far_left", ypos="head") her @ cheeks blush "I..." ("disgust", "narrow", "base", "down") play sound "sounds/slap.ogg" - her @ cheeks blush "*Ah*..." ("open", "happyCl", "base", "mid") + her @ cheeks blush "{shudder}*Ah*...{/shudder}" ("open", "happyCl", "base", "mid") her @ cheeks blush "No... I'm sorry but I'm not going to let them see me like that..." ("angry", "narrow", "base", "mid") gen "*Hmm*..." ("base", xpos="far_left", ypos="head") @@ -260,7 +260,7 @@ label her_potion_ass_give: "-Wait and see what happens-" if not hermione.is_any_worn("top", "bra", "bottom", "panties"): gen "Just stand right there for a moment will you?" ("base", xpos="far_left", ypos="head") - her "Doing this again are we?" ("open", "closed", "base", "mid") + her "Doing this again, are we?" ("open", "closed", "base", "mid") gen "Just waiting for the potion to kick in..." ("base", xpos="far_left", ypos="head") her "Right..." ("soft", "squint", "base", "R") @@ -317,7 +317,7 @@ label her_potion_ass_give: play sound "sounds/slap.ogg" - her @ cheeks blush "{size=+4}OW!!!{/size}" ("angry", "happyCl", "base", "mid") + her @ cheeks blush "{size=+4}Ow!!!{/size}" ("angry", "happyCl", "base", "mid") her @ cheeks blush "Where is that coming from??" ("angry", "squint", "base", "mid") $ hermione.strip("clothes") @@ -363,7 +363,7 @@ label her_potion_ass_give: nar "You start to notice Hermione's ass jiggling slightly." her @ cheeks blush "Something is happening with my body, [name_genie_hermione]!" ("grin", "narrow", "base", "down") play sound "sounds/slap.ogg" - her @ cheeks blush "*Ah*..." ("open_tongue", "narrow", "base", "up") + her @ cheeks blush "{shudder}*Ah*...{/shudder}" ("open_tongue", "narrow", "base", "up") nar "Hermione jolts forward as if her ass were spanked by an invisible force." gen "*Heh-Heh*..." ("grin", xpos="far_left", ypos="head") if hermione.is_any_worn("top", "bottom", "panties"): @@ -392,10 +392,10 @@ label her_potion_ass_give: else: #Not wearing top, bottom or panties gen "That means the potion is working..." ("base", xpos="far_left", ypos="head") her @ cheeks blush "It's--" ("soft", "squint", "base", "stare") - her @ cheeks blush "oooooh!!" ("open", "base", "base", "stare") #Realization + her @ cheeks blush "Oooooh!!" ("open", "base", "base", "stare") #Realization gen "Now you're getting it." ("base", xpos="far_left", ypos="head") play sound "sounds/slap.ogg" - her @ cheeks blush "Ouch!" ("angry", "happyCl", "base", "mid") + her @ cheeks blush "{shudder}Ouch!{/shudder}" ("angry", "happyCl", "base", "mid") her @ cheeks blush "Why's it doing that?!" ("annoyed", "happyCl", "worried", "mid") if hermione.is_any_worn("clothes"): @@ -408,7 +408,7 @@ label her_potion_ass_give: play sound "sounds/slap.ogg" - her @ cheeks blush "{size=+4}*Ah*....{/size}" ("open_tongue", "narrow", "base", "up") + her @ cheeks blush "{shudder}*Ah*....{/shudder}" ("open_tongue", "narrow", "base", "up") her @ cheeks blush "What's doing this to me?" ("grin", "narrow", "base", "down") $ hermione.strip("clothes") @@ -423,7 +423,7 @@ label her_potion_ass_give: her @ cheeks blush "Grow..." ("open", "base", "base", "down") gen "..." ("grin", xpos="far_left", ypos="head") her @ cheeks blush "You're almost too predictable sometimes..." ("base", "narrow", "base", "R") - gen "*Heh-heh*." ("grin", xpos="far_left", ypos="head") + gen "*Heh-heh*..." ("grin", xpos="far_left", ypos="head") her @ cheeks blush "Although... I would've thought that you'd make the potion more powerful than this..." ("open", "narrow", "base", "down") her @ cheeks blush "Did I not drink enough of it?" ("open", "squint", "base", "mid") gen "You underestimate me, girl..." ("base", xpos="far_left", ypos="head") @@ -504,7 +504,7 @@ label her_potion_ass_give: nar "Hermione suddenly jolts forward once more as if she were hit hard on her butt." play sound "sounds/slap.ogg" if states.her.level < 19: - her @ cheeks blush "Ouch!" ("clench", "happyCl", "worried", "mid") + her @ cheeks blush "{shudder}Ouch!{/shudder}" ("clench", "happyCl", "worried", "mid") her @ cheeks blush "Why is this potion so aggressive?" ("disgust", "narrow", "annoyed", "down") gen "Beats me...{w}..." ("base", xpos="far_left", ypos="head") her @ cheeks blush "..." ("annoyed", "narrow", "base", "mid") #pout @@ -541,7 +541,7 @@ label her_potion_ass_give: nar "Hermione shifts her posture a little bit as she regains her balance." her @ cheeks blush "Ow-ow-ow!" ("angry", "happyCl", "worried", "mid") else: # 19+ - her @ cheeks blush "*Ah*!" ("scream", "squint", "base", "stare") + her @ cheeks blush "{shake}*Ah*!{/shake}" ("scream", "squint", "base", "stare") gen "*Heh-heh*..." ("base", xpos="far_left", ypos="head") her @ cheeks blush "It hit me again... Did you mean to make the potion do this?" ("clench", "base", "base", "stare") gen "Perhaps." ("base", xpos="far_left", ypos="head") @@ -593,7 +593,7 @@ label her_potion_ass_give: $ current_payout += 20 #40 total - her @ cheeks blush "*hmph*..." ("annoyed", "narrow", "annoyed", "L") + her @ cheeks blush "*Hmph*..." ("annoyed", "narrow", "annoyed", "L") gen "Come on now, surely you must be a little bit curious..." ("base", xpos="far_left", ypos="head") her @ cheeks blush "I--" ("angry", "narrow", "base", "L") if states.her.level < 15: @@ -645,7 +645,7 @@ label her_potion_ass_give: call her_chibi_scene("behind_desk_back") with d3 - her @ cheeks blush "*Ah*..." ("open", "happyCl", "base", "stare") + her @ cheeks blush "{bounce}*Ah*...{/bounce}" ("open", "happyCl", "base", "stare") her @ cheeks blush "..." ("disgust", "squint", "worried", "stare") #Wide gen "Was that a moan, [name_hermione_genie]?" ("base", xpos="far_left", ypos="head") her @ cheeks blush "N-- No...{w=0.4} It's...{w=0.4} Your hands are cold!" ("disgust", "narrow", "worried", "R") #annoyed #glance @@ -708,9 +708,9 @@ label her_potion_ass_give: nar "Continuing the massage, you begin kneading her soft cheeks with your thumbs..." her @ cheeks blush "[name_genie_hermione]..." ("base", "narrow", "base", "stare") nar "Grabbing the sides of her waist, you move your thumbs in a circular motion, giving her a squeeze each time you close your palm." - her @ cheeks blush "*Ah*..." ("open", "closed", "base", "mid") + her @ cheeks blush "{bounce}*Ah*...{/bounce}" ("open", "closed", "base", "mid") nar "Lightening your grip, you slowly slide your hands alongside the sides of her figure and move them underneath her cheeks." - her @ cheeks blush "*Ah*...{w=0.3} *Ah*...{w=0.3} You...{w=0.3} You're..." ("soft", "closed", "worried", "mid") + her @ cheeks blush "{bounce}*Ah*...{w=0.3} *Ah*...{/bounce}{w=0.3} You...{w=0.3} You're..." ("soft", "closed", "worried", "mid") nar "Hermione begins to breathe heavily as you grab her cheeks firmly with your thumbs." nar "You pull them apart to reveal her butthole and then proceed to watch them jiggle as you let go." her @ cheeks blush "" ("soft", "narrow", "worried", "stare") #pleasure @@ -730,7 +730,7 @@ label her_potion_ass_give: play sound "sounds/gltch.ogg" - her @ cheeks blush "!!!" ("clench", "wide", "base", "stare") #wide eyed + her @ cheeks blush "{shudder}!!!{/shudder}" ("clench", "wide", "base", "stare") #wide eyed nar "You feel Hermione clench up around your finger as you insert it into her butthole." her @ cheeks blush "What are you doing?!?" ("scream", "happyCl", "worried", "R") gen "What does it feel like I'm doing?" ("base", xpos="far_left", ypos="head") @@ -751,7 +751,7 @@ label her_potion_ass_give: play sound "sounds/gltch.ogg" - her @ cheeks blush "!!!" ("clench", "happyCl", "annoyed", "mid") #wide eyed + her @ cheeks blush "{shudder}!!!{/shudder}" ("clench", "happyCl", "annoyed", "mid") #wide eyed nar "You feel Hermione clench up around your finger as you insert it into her butthole." her @ cheeks blush "[name_genie_hermione], what are you doing!" ("scream", "happyCl", "annoyed", "mid") gen "I stuck my finger in your butthole, feels good doesn't it?" ("base", xpos="far_left", ypos="head") @@ -843,7 +843,7 @@ label her_potion_ass_give: play background "sounds/slickloop.ogg" fadein 2 - her @ cheeks blush "!!!" ("open_tongue", "base", "base", "ahegao") + her @ cheeks blush "{shudder}!!!{/shudder}" ("open_tongue", "base", "base", "ahegao") nar "As you continue your barrage on the girl's hole, you feel her shaking, desperately trying to keep her composure." her @ cheeks blush "Please [name_genie_hermione]..." ("grin", "happyCl", "base", "mid") her @ cheeks blush "I can't take it any longer..." ("angry", "narrow", "base", "dead") @@ -851,7 +851,7 @@ label her_potion_ass_give: her @ cheeks blush "Please [name_genie_hermione]... Not again... I can't take it..." ("angry", "narrow", "base", "stare") gen "You shouldn't put yourself down so much [name_hermione_genie]..." ("base", xpos="far_left", ypos="head") nar "You poke Hermione's asshole with your finger, sticking the tip in just slightly." - her @ cheeks blush "*Ngh*... [name_genie_hermione]..." ("clench", "narrow", "base", "up") + her @ cheeks blush "{shudder}*Ngh*{/shudder} [name_genie_hermione]..." ("clench", "narrow", "base", "up") gen "What was that?" ("base", xpos="far_left", ypos="head") nar "You take the tip of your finger out again and start teasing the entrance of her butthole..." gen "That's odd... I thought you said you couldn't take it, but the tip of my finger sure found it easy to penetrate you, [name_hermione_genie]..." ("base", xpos="far_left", ypos="head") @@ -862,27 +862,27 @@ label her_potion_ass_give: play sound "sounds/gltch.ogg" - her @ cheeks blush "[name_genie_hermione]!" ("grin", "narrow", "base", "up") + her @ cheeks blush "{shake}[name_genie_hermione]!{/shake}" ("grin", "narrow", "base", "up") gen "Look who suddenly woke up for the event." ("base", xpos="far_left", ypos="head") nar "You begin pumping your finger in and out of Hermione's ass with increasing ease." play background "sounds/slickloop.ogg" fadein 2 - her @ cheeks blush "oooh...." ("grin", "squint", "base", "stare") + her @ cheeks blush "Oooh...." ("grin", "squint", "base", "stare") gen "You sure are taking it pretty well [name_hermione_genie]..." ("base", xpos="far_left", ypos="head") - her @ cheeks blush "*Ah*...{w=0.4} Maybe I--{w=0.2} *Ah*..." ("soft", "happyCl", "base", "mid") - her @ cheeks blush "Maybe I've finally gotten used to--{w=0.2} *Ah*..." ("soft", "happyCl", "base", "stare") + her @ cheeks blush "{shudder}*Ah*...{/shudder}{w=0.4} Maybe I--{w=0.2} {shudder}*Ah*..{/shudder}." ("soft", "happyCl", "base", "mid") + her @ cheeks blush "Maybe I've finally gotten used to--{w=0.2} {shudder}*Ah*...{/shudder}" ("soft", "happyCl", "base", "stare") gen "Gotten used to having your ass filled?" ("base", xpos="far_left", ypos="head") - her @ cheeks blush "*Ah*...{w=0.4} *Ah*...{w=0.4} *Ah*..." ("soft", "closed", "worried", "stare") + her @ cheeks blush "{shudder}*Ah*...{w=0.4} *Ah*...{w=0.4} *Ah*...{/shudder}" ("soft", "closed", "worried", "stare") gen "*Hmm*..." ("base", xpos="far_left", ypos="head") nar "Not missing a beat, you stick your finger down to the hilt inside Hermione's ass." play sound "sounds/gltch.ogg" pause .4 - her @ cheeks blush "[name_genie_hermione]!!!" ("angry", "happyCl", "base", "stare") - her @ cheeks blush "[name_genie_hermione], it's too much!!!" ("clench", "happyCl", "worried", "stare") - her @ cheeks blush "Please!" ("soft", "narrow", "worried", "up") + her @ cheeks blush "{shake}[name_genie_hermione]!!!{/shake}" ("angry", "happyCl", "base", "stare") + her @ cheeks blush "{shake}[name_genie_hermione], it's too much!!!{/shake}" ("clench", "happyCl", "worried", "stare") + her @ cheeks blush "{shake}Please!{/shake}" ("soft", "narrow", "worried", "up") menu: @@ -904,16 +904,16 @@ label her_potion_ass_give: play sound "sounds/gltch.ogg" nar "You insert a second finger." - her @ cheeks blush "*Ah*...{w} Please...{w} Stop...{w} You'll break me!" ("smile", "narrow", "base", "dead") + her @ cheeks blush "{shudder}*Ah*...{/shudder}{w=0.4} Please...{w=0.4} Stop...{w=0.4} {shake}You'll break me!{/shake}" ("smile", "narrow", "base", "dead") call her_chibi_scene("lie_on_desk_fingering_slow") play background "sounds/slickloopveryfast.ogg" nar "Grabbing her hip with your other hand, you relentlessly finger-fuck her asshole." - her @ cheeks blush "...{w=0.03}{nw}" ("open_tongue", "base", "base", "up") + her @ cheeks blush "...{w=0.1}{nw}" ("open_tongue", "base", "base", "up") her @ cheeks blush "...{fast}" ("open_wide_tongue", "base", "base", "ahegao") nar "And suddenly, you feel her body go limp as her asshole relentlessly quivers around your fingers." - her @ cheeks blush "*Ah*!" ("smile", "base", "worried", "ahegao") + her @ cheeks blush "{shudder}*Ah*!{/shudder}" ("smile", "base", "worried", "ahegao") stop background fadeout 2 call her_chibi_scene("lie_on_desk_fingering_cumming") @@ -952,15 +952,15 @@ label her_potion_ass_give: gen "Well, If that's the case!" ("base", xpos="far_left", ypos="head") stop background fadeout 2 - her @ cheeks blush "*Ah*...{w=0.4} Be careful--" ("mad", "narrow", "worried", "R") + her @ cheeks blush "{bounce}*Ah*...{/bounce}{w=0.4} Be careful--" ("mad", "narrow", "worried", "R") nar "With a small yelp and popping sound, you quickly pull your finger out of her asshole." play sound "sounds/pop01.ogg" with kissiris - her @ cheeks blush "*Ngh*!!!" ("grin", "narrow", "base", "up") #wide #blush + her @ cheeks blush "{shudder}*Ngh*!!!{/shudder}" ("grin", "narrow", "base", "up") #wide #blush gen "What was that, [name_hermione_genie]?" ("base", xpos="far_left", ypos="head") - her @ cheeks blush "*Ah*...{w=0.4} Nevermind." ("disgust", "narrow", "worried", "up") + her @ cheeks blush "{bounce}*Ah*...{/bounce}{w=0.4} Nevermind." ("disgust", "narrow", "worried", "up") #End section @@ -1033,7 +1033,7 @@ label her_potion_ass_give: call music_block #End section - gen "Well you best be off to class." ("base", xpos="far_left", ypos="head") + gen "Well, you best be off to class." ("base", xpos="far_left", ypos="head") if states.her.status.public_stripping: her @ cheeks blush "Alright..." ("open", "narrow", "base", "down") #surprised else: diff --git a/game/scripts/characters/hermione/events/potions/breast_expand.rpy b/game/scripts/characters/hermione/events/potions/breast_expand.rpy index a945c8e5..1f588699 100644 --- a/game/scripts/characters/hermione/events/potions/breast_expand.rpy +++ b/game/scripts/characters/hermione/events/potions/breast_expand.rpy @@ -67,16 +67,16 @@ label her_potion_breasts_give: her @ cheeks blush "..." ("annoyed", "narrow", "annoyed", "mid") gen "You had your teeth shrunk?" ("base", xpos="far_left", ypos="head") gen "Now that's too much even for me..." ("base", xpos="far_left", ypos="head") - her @ cheeks blush "What!?! Why!" ("disgust", "squint", "annoyed", "mid") + her @ cheeks blush "{shake}What!?!{/shake} Why!" ("disgust", "squint", "annoyed", "mid") gen "..." ("base", xpos="far_left", ypos="head") her @ cheeks blush "You're teasing me again aren't you?" ("annoyed", "narrow", "annoyed", "R") gen "..." ("grin", xpos="far_left", ypos="head") her @ cheeks blush "Very funny, [name_genie_hermione]..." ("soft", "narrow", "base", "mid") her @ cheeks blush "..." ("angry", "narrow", "base", "R") - her @ cheeks blush "So you want me to drink it or--" ("open", "narrow", "base", "mid") + her @ cheeks blush "So, you want me to drink it or--" ("open", "narrow", "base", "mid") gen "Yes!" ("base", xpos="far_left", ypos="head") "\"Does the Pope shit in the woods?\"": - her "Huh?" ("disgust", "base", "base", "mid") + her "*Huh*?" ("disgust", "base", "base", "mid") gen "Figuratively speaking." ("base", xpos="far_left", ypos="head") her "..." ("annoyed", "squint", "base", "mid") # Still confused gen "... It means yes, I want you to drink the potion." ("base", xpos="far_left", ypos="head") @@ -101,7 +101,7 @@ label her_potion_breasts_give: her "(My breast ached so much I couldn't even sleep...)" ("angry", "narrow", "base", "down") her "(I can't give him the satisfaction!)" ("angry", "closed", "base", "mid") else: - her "*Sigh*..." ("base", "narrow", "base", "down") + her "{bounce}*Sigh*{/bounce}" ("base", "narrow", "base", "down") her @ cheeks blush "(My breasts ached so much...{w=0.4} I can't believe even the smallest touch almost made me cum on the spot...)" ("base", "narrow", "base", "down") her @ cheeks blush "(If I spend another night relieving myself I'll start running out of excuses for why I'm missing the morning class...)" ("normal", "narrow", "base", "down") @@ -112,7 +112,7 @@ label her_potion_breasts_give: with d3 gen "Something wrong, [name_hermione_genie]?" ("base", xpos="far_left", ypos="head") - her @ cheeks blush "N-- No, it's nothing." ("angry", "narrow", "base", "mid") + her @ cheeks blush "N--{w=0.2} No, it's nothing." ("angry", "narrow", "base", "mid") gen "If you say so." ("base", xpos="far_left", ypos="head") nar "Hermione takes one last look at the potion and then brings it up to her mouth." @@ -127,11 +127,11 @@ label her_potion_breasts_give: nar "Hermione swallows the potion in a series of gulps." - her "*Ahhh*..." ("open", "closed", "base", "mid") + her "{bounce}*Ahhh*...{/bounce}" ("open", "closed", "base", "mid") call her_chibi("stand", "mid", "base") if not states.her.ev.potions.breast_expand_drank: - her "*shakes head*" ("angry", "happyCl", "base", "mid") + her "{shudder}*Shakes head*{/shudder}" ("angry", "happyCl", "base", "mid") her "*Ugh*, the smell wasn't so bad, but the taste..." ("disgust", "squint", "base", "mid") her "It's like sour milk." ("disgust", "narrow", "base", "mid") gen "You'll be fine." ("base", xpos="far_left", ypos="head") @@ -165,9 +165,9 @@ label her_potion_breasts_give: nar "You notice Hermione's breasts bounce slightly as the potion begins to take effect." - her @ cheeks blush "*Ah*... I-- I think my breasts are--" ("angry", "narrow", "base", "down") # Slightly panting + her @ cheeks blush "{bounce}*Ah*...{/bounce} I-- I think my breasts are--" ("angry", "narrow", "base", "down") # Slightly panting gen "Itchy?" ("base", xpos="far_left", ypos="head") - her @ cheeks blush "No, that's not,{w=0.2} *Ah*...{w=0.4} it... It's hard to describe." ("open", "happyCl", "worried", "mid") + her @ cheeks blush "No, that's not--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} it... It's hard to describe." ("open", "happyCl", "worried", "mid") gen "In any case, you are free to leave and get back to class." ("base", xpos="far_left", ypos="head") gen "Report back to me when you're done." ("base", xpos="far_left", ypos="head") her @ cheeks blush "Y-- Yes [name_genie_hermione]..." ("angry", "squint", "base", "mid") @@ -256,12 +256,12 @@ label her_potion_breasts_give: "\"It's a secret.\"": her "I see..." ("open", "squint", "base", "R") gen "Yeah, too bad it didn't work." ("base", xpos="far_left", ypos="head") - her "*Ah*...{w=0.4} Right..." ("angry", "narrow", "base", "mid") + her "{bounce}*Ah*...{/bounce}{w=0.4} Right..." ("angry", "narrow", "base", "mid") nar "You watch as Hermione shifts around uncomfortably." her "I think I better head off then." ("angry", "narrow", "base", "mid") gen "Certainly." ("base", xpos="far_left", ypos="head") gen "Let me know if there's any... developments." ("base", xpos="far_left", ypos="head") - her "*Huh*?." ("angry", "squint", "base", "mid") + her "*Huh*?" ("angry", "squint", "base", "mid") gen "Nevermind, just get back to class [name_hermione_genie]." ("base", xpos="far_left", ypos="head") her "Alright." ("open", "base", "base", "R") @@ -276,13 +276,13 @@ label her_potion_breasts_give: gen "Have fun in class." ("grin", xpos="far_left", ypos="head") if states.her.level < 19: - her @ cheeks blush "*Ah* You know I'm not doing it for fun--" ("open", "narrow", "base", "R") + her @ cheeks blush "{bounce}*Ah*...{/bounce} You know I'm not doing it for fun--" ("open", "narrow", "base", "R") nar "You watch as Hermione's breasts bounce again." gen "*Heh*, sure. Whatever you say, [name_hermione_genie]." ("base", xpos="far_left", ypos="head") else: # 19+ - her @ cheeks blush "*Ah* Maybe I will, [name_genie_hermione], maybe I will." ("soft", "narrow", "base", "R") + her @ cheeks blush "{bounce}*Ah*...{/bounce} Maybe I will, [name_genie_hermione], maybe I will." ("soft", "narrow", "base", "R") gen "That's my girl." ("base", xpos="far_left", ypos="head") gen "Let me know how it went." ("base", xpos="far_left", ypos="head") @@ -290,7 +290,7 @@ label her_potion_breasts_give: gen "Dismissed!" ("base", xpos="far_left", ypos="head") else: gen "Make sure to note if there's any... Developments, got it?" ("base", xpos="far_left", ypos="head") - her "*Ah* Yes, [name_genie_hermione]." ("soft", "squint", "base", "R") + her "{bounce}*Ah*...{/bounce} Yes, [name_genie_hermione]." ("soft", "squint", "base", "R") nar "You watch as Hermione's breasts bounce again." @@ -328,17 +328,17 @@ label her_potion_breasts_give: else: if states.her.level < 19: her "(Not this again...)" ("angry", "narrow", "base", "down") - her "(*Ah*... My breasts are starting to get sensitive.)" ("angry", "happyCl", "base", "mid") + her "({bounce}*Ah*...{/bounce} My breasts are starting to get sensitive.)" ("angry", "happyCl", "base", "mid") her "(I can't go to classes like this, it would ruin my reputation...)" ("angry", "narrow", "base", "down") else: - her "(By merlin's beard! It's happening again!)" ("angry", "narrow", "base", "down") + her "(By Merlin's beard! It's happening again!)" ("angry", "narrow", "base", "down") her @ cheeks blush "(What am I thinking... I can't go to classes like this, not if I get as horny as last time...)" ("angry", "narrow", "base", "down") her "(Not to mention, it would affect my reputation...)" ("disgust", "closed", "base", "mid") her "*Ehm*..." ("angry", "narrow", "base", "mid") - her "You know, *Ah*...{w=0.4} I don't feel that great, so I think I'll just head to my dorm for today." ("angry", "closed", "base", "mid") + her "You know, {bounce}*Ah*...{/bounce}{w=0.4} I don't feel that great, so I think I'll just head to my dorm for today." ("angry", "closed", "base", "mid") gen "Are you sure? It's not very like you to miss class, [name_hermione_genie]." ("base", xpos="far_left", ypos="head") - her @ cheeks blush "*Ah*...{w=0.4} Yes, I--{w=0.2} I'm sure..." ("open", "closed", "worried", "mid") + her @ cheeks blush "{bounce}*Ah*...{/bounce}{w=0.4} Yes, I--{w=0.2} I'm sure..." ("open", "closed", "worried", "mid") gen "Very well [name_hermione_genie]..." ("base", xpos="far_left", ypos="head") her @ cheeks blush "B-- Bye then!" ("angry", "squint", "base", "mid") @@ -397,7 +397,7 @@ label her_potion_breasts_give: nar "Hermione looks down as her breast suddenly bounces on its own accord..." - her "!!!" ("clench", "narrow", "base", "down") + her "{bounce}!!!{/bounce}" ("clench", "narrow", "base", "down") her "What's happening to my breasts?!" ("clench", "squint", "base", "mid") gen "About time you noticed..." ("base", xpos="far_left", ypos="head") her "Hold on... This means you have..." ("angry", "base", "base", "mid") @@ -490,7 +490,7 @@ label her_potion_breasts_give: nar "Hermione fondles her newly expanded breasts..." - her @ cheeks blush "*Ah*... {w=0.4} And so sensitive too!" ("open", "closed", "worried", "mid") + her @ cheeks blush "{bounce}*Ah*...{/bounce}{w=0.4} And so sensitive too!" ("open", "closed", "worried", "mid") gen "*He-heh*..." ("grin", xpos="far_left", ypos="head") gen "Now then... Since the effects are already visible..." ("base", xpos="far_left", ypos="head") @@ -595,7 +595,7 @@ label her_potion_breasts_give: call kiss_her - her @ cheeks blush "*Ah*...." ("grin", "narrow", "base", "up") #pleasure + her @ cheeks blush "{bounce}*Ah*....{/bounce}" ("grin", "narrow", "base", "up") #pleasure nar "Hermione shivers as the potion begins to take effect." @@ -619,7 +619,7 @@ label her_potion_breasts_give: play sound "sounds/boing02.ogg" with d3 - her @ cheeks blush "*Ah*..." ("grin", "narrow", "base", "up") + her @ cheeks blush "{bounce}*Ah*...{/bounce}" ("grin", "narrow", "base", "up") gen "There they go!" ("grin", xpos="far_left", ypos="head") gen "They don't call me the potions master for nothing..." ("grin", xpos="far_left", ypos="head") gen "Now then..." ("base", xpos="far_left", ypos="head") @@ -700,7 +700,7 @@ label her_potion_breasts_give: hide screen blkfade if not states.her.ev.potions.breast_expand_groped: - her @ cheeks blush "!!!" ("angry", "narrow", "worried", "down", xpos="mid", ypos="base", trans=d3) + her @ cheeks blush "{shudder}!!!{/shudder}" ("angry", "narrow", "worried", "down", xpos="mid", ypos="base", trans=d3) her @ cheeks blush "Please be gentle [name_genie_hermione]... The potion made them even more sensitive than usual." ("angry", "squint", "base", "mid") gen "{i}Even more{/i}?" ("base", xpos="far_left", ypos="head") her @ cheeks blush "I mean--" ("clench", "squint", "base", "R") @@ -725,12 +725,12 @@ label her_potion_breasts_give: if states.her.level < 19: #Under blowjob level - her @ cheeks blush "*Ahhhh*!!!" ("scream", "wide", "base", "down") + her @ cheeks blush "{shake}*Ahhhh*!!!{/shake}" ("scream", "wide", "base", "down") her @ cheeks blush "They've grown even bigger!" ("angry", "base", "base", "down") gen "Don't worry about it [name_hermione_genie], think about how you're helping your precious {i}Gryffindeer{/i}." ("base", xpos="far_left", ypos="head") her @ cheeks blush "It's Gryffindor, [name_genie_hermione]!" ("open", "happyCl", "base", "mid") - her @ cheeks blush "*Ah*..." ("soft", "happyCl", "base", "mid") + her @ cheeks blush "{bounce}*Ah*...{/bounce}" ("soft", "happyCl", "base", "mid") her @ cheeks blush "J-- Just hurry up..." ("annoyed", "happyCl", "base", "mid") @@ -744,11 +744,11 @@ label her_potion_breasts_give: nar "You take both nipples between your thumb and index finger and tug on them." - her @ cheeks blush "*Ouch!*" ("angry", "wide", "base", "mid") + her @ cheeks blush "{shudder}*Ouch*!{/shudder}" ("angry", "wide", "base", "mid") gen "Yes... They do appear to be even more sensitive than before..." ("base", xpos="far_left", ypos="head") else: - her @ cheeks blush "*Ah*..." ("open", "closed", "worried", "mid", xpos="mid", ypos="base", trans=d3) + her @ cheeks blush "{bounce}*Ah*...{/bounce}" ("open", "closed", "worried", "mid", xpos="mid", ypos="base", trans=d3) her @ cheeks blush "*Hnngh*..." ("clench", "closed", "base", "mid") #blushes @@ -756,7 +756,7 @@ label her_potion_breasts_give: with vpunch $ hermione.equip(her_chest_breasts3) - her @ cheeks blush "Aaaah!!!" ("scream", "wide", "base", "stare") + her @ cheeks blush "{shake}Aaaah!!!{/shake}" ("scream", "wide", "base", "stare") with d3 gen "Now that's more like it!" ("base", xpos="far_left", ypos="head") @@ -772,7 +772,7 @@ label her_potion_breasts_give: nar "You tug on Hermione's nipples once more, making her yelp in surprise." - her @ cheeks blush "*Ouch!!*" ("angry", "happyCl", "base", "mid") + her @ cheeks blush "{shake}*Ouch*!!{/shake}" ("angry", "happyCl", "base", "mid") her @ cheeks blush "..." ("disgust", "narrow", "base", "down") #blush gen "I suppose that answers that question..." ("base", xpos="far_left", ypos="head") @@ -794,7 +794,7 @@ label her_potion_breasts_give: nar "You pinch Hermione's nipples, making her yelp in surprise." - her @ cheeks blush "*Oohh*..." ("angry", "closed", "worried", "mid") #pleasure #still eyes closed + her @ cheeks blush "{shake}*Oohh*...{/shake}" ("angry", "closed", "worried", "mid") #pleasure #still eyes closed gen "..." ("grin", xpos="far_left", ypos="head") her @ cheeks blush "..." ("disgust", "narrow", "base", "down") #Wide eyed her @ cheeks blush "Don't pinch them, [name_genie_hermione]!" ("angry", "narrow", "base", "mid") @@ -857,7 +857,7 @@ label her_potion_breasts_give: gen "Now then... Back to being productive." ("base", xpos="far_left", ypos="head") else: gen "As far as I remember we've already done {i}butts{/i}." ("grin", xpos="far_left", ypos="head") - her "*tsk*" ("normal", "narrow", "base", "R") + her "*Tsk*" ("normal", "narrow", "base", "R") her "I'd rather leave than listen to your ass-jokes any longer." ("open", "narrow", "base", "mid") gen "Jokes? I'm not sure why you're making such {i}ass{/i}-umptions all of a sudden--" ("base", xpos="far_left", ypos="head") @@ -872,7 +872,7 @@ label her_potion_breasts_give: else: # 19+ gen "No buts." ("base", xpos="far_left", ypos="head") gen "Not this time at least." ("grin", xpos="far_left", ypos="head") - her "*Sigh*... It's as if you are obsessed with all things sexual." ("base", "narrow", "base", "R") + her "{bounce}*Sigh*{/bounce} It's as if you are obsessed with all things sexual." ("base", "narrow", "base", "R") gen "Only when it's about you, my dear [name_hermione_genie]." ("base", xpos="far_left", ypos="head") her @ cheeks blush "*Hmm*..." ("base", "narrow", "base", "R") # Blushes her @ cheeks blush "I'll get going then..." ("open", "base", "base", "mid") @@ -916,7 +916,7 @@ label her_potion_breasts_give: nar "You take both nipples between your thumb and index finger and tug on them." - her @ cheeks blush "!!!" ("grin", "narrow", "base", "stare") + her @ cheeks blush "{shudder}!!!{/shudder}" ("grin", "narrow", "base", "stare") her @ cheeks blush "Please...{w=0.4} It's as if my nipples are on fire!" ("soft", "narrow", "base", "stare") nar "You start rolling Hermione's nipples in-between your fingers." @@ -929,7 +929,7 @@ label her_potion_breasts_give: nar "You pinch Hermione's nipples, making her yelp in surprise." - her @ cheeks blush "*Oohh*..." ("grin", "narrow", "base", "stare") + her @ cheeks blush "{shake}*Oohh*...{/shake}" ("grin", "narrow", "base", "stare") gen "(I wonder how far I could take this...)" ("base", xpos="far_left", ypos="head") nar "You resume running your fingers across her bountiful bosom." @@ -943,7 +943,7 @@ label her_potion_breasts_give: nar "You start alternating, pinching and pulling her nipples out as far as you can, then letting them go before grabbing them again." - her @ cheeks blush "*Ah*..." ("open", "closed", "base", "mid") + her @ cheeks blush "{bounce}*Ah*...{/bounce}" ("open", "closed", "base", "mid") nar "Hermione lets out an involuntary moan, as the feeling of her increasingly sensitive nipples overwhelm her." @@ -952,16 +952,16 @@ label her_potion_breasts_give: nar "You resume pulling on her nipples, Hermione closes her eyes and starts breathing heavily..." - her @ cheeks blush "*Ah*...{w=0.3} *Ah*...{w=0.3} *Ah*..." ("open", "closed", "worried", "mid") + her @ cheeks blush "{bounce}*Ah*...{w=0.3} *Ah*...{w=0.3} *Ah*...{/bounce}" ("open", "closed", "worried", "mid") nar "Suddenly you feel Hermione begin to tense up, and you grab her breasts and squeeze her nipples hard between your fingers." - her @ cheeks blush "*Ngh*--" ("angry", "happyCl", "base", "mid") + her @ cheeks blush "{shudder}*Ngh*--{/shudder}" ("angry", "happyCl", "base", "mid") play sound "sounds/slick_01.ogg" with kissiris - her @ cheeks blush "*Ahhhh*!!!" ("grin", "narrow", "base", "stare") + her @ cheeks blush "{shake}*Ahhhh*!!!{/shake}" ("grin", "narrow", "base", "stare") gen "Such a naughty girl..." ("base", xpos="far_left", ypos="head") show screen blkfade diff --git a/game/scripts/characters/hermione/events/potions/polyjuice_cat.rpy b/game/scripts/characters/hermione/events/potions/polyjuice_cat.rpy index 6de0fe04..dd398d3f 100644 --- a/game/scripts/characters/hermione/events/potions/polyjuice_cat.rpy +++ b/game/scripts/characters/hermione/events/potions/polyjuice_cat.rpy @@ -65,7 +65,7 @@ label her_potion_cat_give: gen "Ready to try another potion?" ("base", xpos="far_left", ypos="head") nar "You bring out the thick potion and swirl it in front of Hermione." her "Is this another Polyjuice potion?" ("open", "squint", "base", "mid") - gen "...{w=0.5}no?" ("base", xpos="far_left", ypos="head") + gen "...{w=0.5}No?" ("base", xpos="far_left", ypos="head") her "You're lying..." ("open", "closed", "base", "mid") if states.her.level < 16: @@ -91,7 +91,7 @@ label her_potion_cat_give: nar "Hermione downs the thick potion." - her "*Bleugh*." ("open_tongue", "happyCl", "base", "mid") + her "{shake}*Bleugh*{/shake}" ("open_tongue", "happyCl", "base", "mid") gen "Well done." ("base", xpos="far_left", ypos="head") if not states.her.ev.potions.polyjuice_cat_drank: @@ -312,7 +312,7 @@ label her_potion_cat_return: play sound "sounds/hiss_girl.ogg" her "..." ("mad", "base", "angry", "mid") #Hissing her @ cheeks blush "..." ("disgust", "wide", "base", "down") #Wide eyed - gen "{size=+5}*Pwah-Ha-Ha-Hah*!{/size}" ("grin", xpos="far_left", ypos="head") + gen "{shake}*Pwah-Ha-Ha-Hah*!{/shake}" ("grin", xpos="far_left", ypos="head") her @ cheeks blush "I can't believe you!" ("scream", "base", "annoyed", "mid") call her_walk(action="leave") @@ -355,7 +355,7 @@ label her_potion_cat_return: pause 0.8 call her_chibi("stand","mid","base") - her "*Ah*..." ("open_tongue", "happyCl", "base", "mid") + her "{bounce}*Ah*...{/bounce}" ("open_tongue", "happyCl", "base", "mid") gen "You did it!" ("grin", xpos="far_left", ypos="head") her @ cheeks blush "Did you not want me to?" ("annoyed", "squint", "base", "mid") @@ -593,7 +593,7 @@ label her_potion_cat_return: her @ cheeks blush "*Purr* *Purr* *Purr*" ("open_wide_tongue", "narrow", "base", "mid_soft") nar "Hermione pushes forward and the tip of your cock rests on her purring throat." gen "{size=+10}*ARGH*!!!!!!!!!!!!!!!!{/size}" ("angry", xpos="far_left", ypos="head") - her "*Purr* *Purr* *Purr*" ("open_wide_tongue", "narrow", "base", "up_soft") + her "{shake}*Purr* *Purr* *Purr*{/shake}" ("open_wide_tongue", "narrow", "base", "up_soft") nar "The vibrations prove too much, and you shoot your load directly down her throat." @@ -615,7 +615,7 @@ label her_potion_cat_return: pause.8 nar "Hermione pulls your cock out of her purring mouth." - gen "*Ah*... That was amazing..." ("base", xpos="far_left", ypos="head") + gen "{bounce}*Ah*...{/bounce} That was amazing..." ("base", xpos="far_left", ypos="head") her "...{w=0.6}{nw}" ("full_cum", "happy", "base", "mid_soft") play sound "sounds/gulp.ogg" diff --git a/game/scripts/characters/hermione/events/potions/polyjuice_luna.rpy b/game/scripts/characters/hermione/events/potions/polyjuice_luna.rpy index ffa79e1f..e32eda94 100644 --- a/game/scripts/characters/hermione/events/potions/polyjuice_luna.rpy +++ b/game/scripts/characters/hermione/events/potions/polyjuice_luna.rpy @@ -168,7 +168,7 @@ label her_potion_luna_give: her @ cheeks blush "What do you mean whose face you will be--" ("clench", "base", "base", "mid") play sound "sounds/burp.ogg" - her "*Burp*" ("full", "happyCl", "worried", "mid") + her "{shudder}*Burp*{/shudder}" ("full", "happyCl", "worried", "mid") her "...{w=0.5}{nw}" ("mad", "happyCl", "base", "mid") her "...{fast}" ("mad", "base", "base", "mid") her @ cheeks blush "I beg your pardon, I'm not sure where that came from--" ("mad", "squint", "base", "mid") @@ -264,7 +264,7 @@ label her_potion_luna_give: lun "You turned me into Loony--{w=0.4} I mean Luna Lovegood?!" ("clench", "wide", "base", "mid") gen "Very astute, [name_hermione_genie]." ("base", xpos="far_left", ypos="head") gen "And now if you don't mind, I'd like you to bare your--, her chest for me..." ("base", xpos="far_left", ypos="head") - lun "What?!" ("disgust", "wide", "base", "mid") + lun "{shake}What?!{/shake}" ("disgust", "wide", "base", "mid") if states.her.level < 16: lun @ cheeks blush "I can't believe what you're suggesting, you're asking me to show off another student's breasts?" ("disgust", "base", "annoyed", "mid") @@ -413,7 +413,7 @@ label her_potion_luna_give: lun @ cheeks blush "I want fifty points." ("scream", "happyCl", "base", "mid") gen "That's a bit much, don't you think?" ("base", xpos="far_left", ypos="head") lun @ cheeks blush "You're asking me to take the clothes off another student without their permission..." ("mad", "narrow", "base", "mid") - gen "Well technically--" ("base", xpos="far_left", ypos="head") + gen "Well, technically--" ("base", xpos="far_left", ypos="head") lun @ cheeks blush "..." ("angry", "narrow", "annoyed", "mid") menu: diff --git a/game/scripts/characters/hermione/events/requests/flash_your_tits.rpy b/game/scripts/characters/hermione/events/requests/flash_your_tits.rpy index bc975410..f1262e11 100644 --- a/game/scripts/characters/hermione/events/requests/flash_your_tits.rpy +++ b/game/scripts/characters/hermione/events/requests/flash_your_tits.rpy @@ -36,7 +36,7 @@ label hg_pr_flash: her "...?" ("open", "base", "base", "mid") gen "You know, flash your breasts to some boys..." ("base", xpos="far_left", ypos="head") - her "?!!" ("shock", "wide", "base", "stare") + her "{shudder}?!!{/shudder}" ("shock", "wide", "base", "stare") if states.her.public_level < 6: $ _event.cancel() @@ -132,7 +132,7 @@ label end_hg_pr_flash: if states.her.tier <= 3 and not _events_completed_any: her "(Stupid Slytherins...)" ("angry", "narrow", "angry", "mid", xpos="far_right", flip=True, trans=d3) - her "(I {b}HATE{/b} them!)" ("angry", "closed", "worried", "mid") + her "(I {shake}HATE{/shake} them!)" ("angry", "closed", "worried", "mid") if states.her.ev.admire_breasts.monologue: $ states.her.ev.admire_breasts.monologue = False @@ -392,7 +392,7 @@ label hg_pr_flash_T4_E2: her "Right..." ("angry", "base", "base", "mid") her "Well... *Ehm*..." ("angry", "narrow", "base", "down") her "Well, alright, here it goes..." - her "{size=+4}I flashed my tits to that Slytherin boy!{/size}" ("scream", "happyCl", "worried", "mid") + her "{shake}I flashed my tits to that Slytherin boy!{/shake}" ("scream", "happyCl", "worried", "mid") gen "..." ("angry", xpos="far_left", ypos="head") her "But I made a mistake... I was standing way too close to him..." ("angry", "narrow", "worried", "mid") her "So he... He--" ("angry", "closed", "worried", "mid") diff --git a/game/scripts/characters/hermione/events/requests/flirt_with_students.rpy b/game/scripts/characters/hermione/events/requests/flirt_with_students.rpy index 59486725..caf18b08 100644 --- a/game/scripts/characters/hermione/events/requests/flirt_with_students.rpy +++ b/game/scripts/characters/hermione/events/requests/flirt_with_students.rpy @@ -29,7 +29,7 @@ label hg_pr_flirt: her "Yes, I think I can manage to be civil with them for one day." gen "Yes, and when I say \"get friendly with them\"..." ("base", xpos="far_left", ypos="head") gen "I actually mean that I need you to flirt with them..." ("base", xpos="far_left", ypos="head") - her "Flirt?!" ("shock", "wide", "base", "stare") + her "{shudder}Flirt?!{/shudder}" ("shock", "wide", "base", "stare") her "[name_genie_hermione]!" ("angry", "base", "angry", "mid") her "I'm not even going to ask why you'd be interested in this, [name_genie_hermione]..." ("annoyed", "squint", "base", "mid") her "But why Slytherin?" ("open", "base", "worried", "mid") @@ -204,7 +204,7 @@ label hg_pr_flirt_T1_E2: her "He called me a \"Patronising Gryffindor Whore\", [name_genie_hermione]..." ("angry", "base", "angry", "mid", emote="angry") gen "Did you threaten to report him as well?" ("base", xpos="far_left", ypos="head") her "Of course, [name_genie_hermione]." ("open", "closed", "angry", "mid") - gen "*Sigh*" ("base", xpos="far_left", ypos="head") + gen "{bounce}*Sigh*{/bounce}" ("base", xpos="far_left", ypos="head") gen "Anything else?" ("base", xpos="far_left", ypos="head") her "Well, there was one more incident but the outcome was pretty much the same..." ("annoyed", "squint", "angry", "mid") gen "\"Gryffindor whore\"?" ("base", xpos="far_left", ypos="head") @@ -216,7 +216,7 @@ label hg_pr_flirt_T1_E2: gen "..." ("base", xpos="far_left", ypos="head") "\"Well, at least you are trying.\"": her "I truly am..." ("angry", "happyCl", "worried", "mid") - her "But Apparently flirting is not my forte..." ("angry", "base", "worried", "down", emote="sweat") + her "But apparently flirting is not my forte..." ("angry", "base", "worried", "down", emote="sweat") her "" ("base", "base", "worried", "mid") "\"Favour failed! No points for you!\"": @@ -315,7 +315,7 @@ label hg_pr_flirt_T2_E1: gen "Did he stare at your legs or not, [name_hermione_genie]?" ("base", xpos="far_left", ypos="head") her "*Ehm*... He might have..." ("upset", "wink", "base", "mid") gen "What about your tits?" ("base", xpos="far_left", ypos="head") - her "[name_genie_hermione]!!!" ("angry", "base", "angry", "mid") + her "{shudder}[name_genie_hermione]!!!{/shudder}" ("angry", "base", "angry", "mid") gen "Fine. You get your points. Keep up the good work." ("base", xpos="far_left", ypos="head") her "" ("annoyed", "base", "worried", "R") diff --git a/game/scripts/characters/hermione/events/requests/flirt_with_teachers.rpy b/game/scripts/characters/hermione/events/requests/flirt_with_teachers.rpy index 2e487bfc..764bd53e 100644 --- a/game/scripts/characters/hermione/events/requests/flirt_with_teachers.rpy +++ b/game/scripts/characters/hermione/events/requests/flirt_with_teachers.rpy @@ -295,7 +295,7 @@ label hg_pr_flirt_teacher_T2_E1: # Slughorn her "Or at least I tried to..." ("annoyed", "squint", "base", "mid") her "Professor Slughorn seemed to be more interested in the other girls..." gen "You almost sound jealous, [name_hermione_genie]." ("base", xpos="far_left", ypos="head") - her "What?!" ("angry", "wide", "base", "stare") + her "{shudder}What?!{/shudder}" ("angry", "wide", "base", "stare") her "That is preposterous!" ("annoyed", "narrow", "angry", "R") gen "Here are your points..." ("base", xpos="far_left", ypos="head") her "...................." @@ -328,7 +328,7 @@ label hg_pr_flirt_teacher_T2_E2: gen "The hell it is...{w=0.4} Is that writing on your leg?" ("base", xpos="far_left", ypos="head") her @ cheeks blush "I... Yes..." ("normal", "happyCl", "worried", "mid") gen "Gil... Gilde--" ("base", xpos="far_left", ypos="head") - her @ cheeks blush "*Sigh*... Gilderoy Lockhart... [name_genie_hermione]." ("open", "narrow", "base", "down") + her @ cheeks blush "{bounce}*Sigh*{/bounce} Gilderoy Lockhart... [name_genie_hermione]." ("open", "narrow", "base", "down") gen "Now that's dirty!" ("base", xpos="far_left", ypos="head") her "What!?" ("clench", "base", "worried", "mid") gen "Tagging the students... Why didn't I think of that!" ("base", xpos="far_left", ypos="head") @@ -355,7 +355,7 @@ label hg_pr_flirt_teacher_T2_E2: pause .5 gen "Gil... Gilde--" ("base", xpos="far_left", ypos="head") - her @ cheeks blush "*Sigh*... Gilderoy Lockhart... [name_genie_hermione]." ("open", "narrow", "base", "down") + her @ cheeks blush "{bounce}*Sigh*{/bounce} Gilderoy Lockhart... [name_genie_hermione]." ("open", "narrow", "base", "down") her @ cheeks blush "He very kindly gave me his autograph after today's lesson..." ("base", "narrow", "base", "down") gen "And why would you want such a thing?" ("base", xpos="far_left", ypos="head") her @ cheeks blush "He's a very popular and esteemed author, surely you know this..." ("annoyed", "base", "base", "mid") @@ -392,7 +392,7 @@ label hg_pr_flirt_teacher_T2_E2: "\"Show me or I won't pay you!\"": $ states.her.mood += 9 - her "What?!" ("scream", "base", "base", "mid") + her "{shake}What?!{/shake}" ("scream", "base", "base", "mid") her "..............." ("annoyed", "narrow", "worried", "down") her ".................." ("annoyed", "base", "worried", "R") @@ -496,7 +496,7 @@ label hg_pr_flirt_teacher_T3_E1: # Filch gen "His what?" ("base", xpos="far_left", ypos="head") her "His... manhood, [name_genie_hermione]." ("angry", "happyCl", "worried", "mid", emote="sweat") gen "Way to go, Janitor-guy!" ("grin", xpos="far_left", ypos="head") - her "What?!" ("scream", "wide", "base", "mid") + her "{shudder}What?!{/shudder}" ("scream", "wide", "base", "mid") gen "*Ahem*... I mean, this is unspeakable!" ("base", xpos="far_left", ypos="head") her @ tears soft "Yes... It was a vile, crooked thing, all covered in veins..." ("angry", "base", "base", "mid") gen "Spare me the grisly details, [name_hermione_genie]." ("base", xpos="far_left", ypos="head") diff --git a/game/scripts/characters/hermione/events/requests/give_a_blowjob.rpy b/game/scripts/characters/hermione/events/requests/give_a_blowjob.rpy index f9b295f7..a337277d 100644 --- a/game/scripts/characters/hermione/events/requests/give_a_blowjob.rpy +++ b/game/scripts/characters/hermione/events/requests/give_a_blowjob.rpy @@ -32,11 +32,11 @@ label hg_pr_blowjob: gen "I need you to go give a blowjob to one of your classmates." ("base", xpos="far_left", ypos="head") stop music fadeout 1.0 - her "!!!" ("shock", "wide", "base", "stare") + her "{shudder}!!!{/shudder}" ("shock", "wide", "base", "stare") her "... With my mouth?" if not states.her.status.blowjob: # She will refuse unless she gave you a blowjob (event canceled) - her "But we--.. I.." ("shock", "wide", "base", "stare") + her "But we-- I..." ("shock", "wide", "base", "stare") her "I've never done it before!" ("angry", "wide", "base", "mid") gen "Then I guess it's time you learnt what {i}using your head{/i} truly means." ("base", xpos="far_left", ypos="head") her "But..." ("annoyed", "narrow", "worried", "R") @@ -320,7 +320,7 @@ label hg_pr_blowjob_T6_E2: her "Or...{w=0.5} My mouth rather I suppose..." ("disgust", "narrow", "annoyed", "down") her "And--" ("open", "narrow", "annoyed", "down") play sound "sounds/burp.ogg" - her "*Burp*!..." ("full", "happyCl", "worried", "mid") + her "{shake}*Burp*!{/shake}" ("full", "happyCl", "worried", "mid") her "{i}Excuse moi{/i}." ("angry", "narrow", "annoyed", "R") her "Anyway... He came so much I was barely able to swallow it all..." ("angry", "closed", "annoyed", "mid", emote="angry") her "Bloody bastard!" ("scream", "base", "angry", "mid", emote="angry") @@ -341,7 +341,7 @@ label hg_pr_blowjob_T6_E2: play sound "sounds/burp.ogg" - her "*Burp*!..." ("full", "wide", "base", "stare") + her "{shake}*Burp*!{/shake}" ("full", "wide", "base", "stare") her "Excuse me, [name_genie_hermione]." ("angry", "narrow", "base", "down") her "{size=-3}(He just kept on cumming... My stomach feels so full...){/size}" ("disgust", "happyCl", "worried", "mid", emote="sweat") her "Can I get my payment now, please?" ("angry", "base", "base", "mid") diff --git a/game/scripts/characters/hermione/events/requests/give_a_handjob.rpy b/game/scripts/characters/hermione/events/requests/give_a_handjob.rpy index 08492d5f..172d198c 100644 --- a/game/scripts/characters/hermione/events/requests/give_a_handjob.rpy +++ b/game/scripts/characters/hermione/events/requests/give_a_handjob.rpy @@ -40,19 +40,19 @@ label hg_pr_handjob: stop music fadeout 0.5 with hpunch - her "{size=+5}What?!!{/size}" ("shock", "wide", "base", "stare") + her "{shudder}What?!!{/shudder}" ("shock", "wide", "base", "stare") play music "music/Chipper Doodle v2.ogg" fadein 1 if_changed # Music her "Now you have done it, [name_genie_hermione]! You crossed the line!" ("angry", "base", "angry", "mid") her "I know I did sell you a couple of rather questionable favours in the past..." gen "{size=-4}*Heh* a couple she says...{/size}" ("base", xpos="far_left", ypos="head") with vpunch - her "{size=+5}--But THIS?!{/size}" ("scream", "base", "angry", "mid", emote="angry") + her "--But {shake}THIS?!{/shake}" ("scream", "base", "angry", "mid", emote="angry") her "I cannot believe that you would ask one of your pupils to... to..." her "We are done here, [name_genie_hermione]!" ("angry", "base", "angry", "mid", emote="angry") gen "Alright, alright, calm down, would you?" ("base", xpos="far_left", ypos="head") her "I most certainly will not, [name_genie_hermione]! This is beyond inappropriate!" ("scream", "closed", "angry", "mid") gen "Alright, fine, maybe I really did cross some sort of line this time..." ("base", xpos="far_left", ypos="head") - her "You think [name_genie_hermione]?! You think!!?" ("angry", "base", "angry", "mid") + her "You think [name_genie_hermione]?! {shake}You think!!?{/shake}" ("angry", "base", "angry", "mid") gen "Yes, I apologise..." ("base", xpos="far_left", ypos="head") her "........." ("annoyed", "narrow", "annoyed", "mid") gen "How about we try something less... engaging instead?" ("base", xpos="far_left", ypos="head") @@ -86,7 +86,7 @@ label hg_pr_handjob: stop music fadeout 1.0 - her "What?" ("scream", "wide", "base", "mid") + her "{shake}What?{/shake}" ("scream", "wide", "base", "mid") her "Of course not! I would never--" ("scream", "closed", "angry", "mid") gen "How about a handjob then?" ("base", xpos="far_left", ypos="head") play music "music/Chipper Doodle v2.ogg" fadein 1 if_changed # Music @@ -135,7 +135,7 @@ label end_hg_pr_handjob: if states.her.tier <= 4 and not _events_completed_any: her ".........." ("upset", "narrow", "angry", "R", ypos="base", xpos="base", flip=True, trans=d3) her "(Do I really have to do this?)" ("upset", "closed", "angry", "mid") - her "*Sigh*" ("soft", "closed", "angry", "mid") + her "{bounce}*Sigh*{/bounce}" ("soft", "closed", "angry", "mid") $ states.her.status.public_handjob = True @@ -257,7 +257,7 @@ label hg_pr_handjob_T4_E2: gen "As it stands, {number=current_payout} points is as high as I can go." ("base", xpos="far_left", ypos="head") her "Oh... I see..." ("angry", "narrow", "base", "down") gen "Unless, you've changed your mind about having sex with one of your classmates?" ("base", xpos="far_left", ypos="head") - her "What?" ("shock", "wide", "base", "stare") + her "{shudder}What?{/shudder}" ("shock", "wide", "base", "stare") her @ cheeks blush "[name_genie_hermione], I am not a prostitute!" ("angry", "narrow", "base", "down") gen "Well, in that case..." ("base", xpos="far_left", ypos="head") @@ -292,7 +292,7 @@ label hg_pr_handjob_T4_E3: gen "*Hmm*... So, I suppose you have completed your task?" ("base", xpos="far_left", ypos="head") her "I did, [name_genie_hermione]..." ("annoyed", "narrow", "angry", "R") gen "What's the problem, then?" ("base", xpos="far_left", ypos="head") - her "Boys are jerks, all of them! That is the problem, [name_genie_hermione]!" ("scream", "closed", "angry", "mid") + her "Boys are jerks, {shake}all of them!{/shake} That is the problem, [name_genie_hermione]!" ("scream", "closed", "angry", "mid") her "I was kind enough to offer this one boy a handjob." ("open", "narrow", "angry", "down") her "And do you know how he thanked me?" ("angry", "narrow", "angry", "mid") her "By ejaculating all over me!" ("scream", "base", "angry", "mid", emote="angry") @@ -517,7 +517,7 @@ label hg_pr_handjob_T6_intro_E1: gen "There is something in your hair, by the way..." ("base", xpos="far_left", ypos="head") her @ tears soft "What? But I swallowed it all... *Err*..." ("soft", "base", "base", "mid") her @ cheeks blush tears soft "I mean..." ("clench", "base", "worried", "mid") - her @ cheeks blush tears soft "*Sigh*" ("open", "base", "base", "R") + her @ cheeks blush tears soft "{bounce}*Sigh*{/bounce}" ("open", "base", "base", "R") her @ cheeks blush "The reason why I thought they may boast... Is because I sucked them off, [name_genie_hermione]." ("angry", "closed", "base", "R") her @ cheeks blush "I did not plan to... But..." ("angry", "base", "base", "R") her @ cheeks blush tears soft "They were being so grateful, and--" ("clench", "base", "worried", "mid") diff --git a/game/scripts/characters/hermione/events/requests/have_sex.rpy b/game/scripts/characters/hermione/events/requests/have_sex.rpy index 4e7db06b..01eab199 100644 --- a/game/scripts/characters/hermione/events/requests/have_sex.rpy +++ b/game/scripts/characters/hermione/events/requests/have_sex.rpy @@ -33,7 +33,7 @@ label hg_pr_sex: her "But we--{w=0.2} I..." ("shock", "wide", "base", "stare") her "I've never done it before!" ("angry", "wide", "base", "mid") gen "So?" ("base", xpos="far_left", ypos="head") - her "{size=+5}\"So\"?!{/size}" ("annoyed", "narrow", "angry", "R") + her "{shake}\"So\"?!{/shake}" ("annoyed", "narrow", "angry", "R") her "I'm leaving this instant." ("scream", "closed", "angry", "mid") call her_walk(action="leave") diff --git a/game/scripts/characters/hermione/events/requests/kiss_a_girl.rpy b/game/scripts/characters/hermione/events/requests/kiss_a_girl.rpy index d71b1175..85fb1de6 100644 --- a/game/scripts/characters/hermione/events/requests/kiss_a_girl.rpy +++ b/game/scripts/characters/hermione/events/requests/kiss_a_girl.rpy @@ -170,7 +170,7 @@ label hg_pr_kiss_T3_E1: her "Not in a million years!" her "Why do I have to perform such ridiculous tasks anyway?!" ("shock", "happyCl", "worried", "mid") her "What is the point of all this?" - her "I hate this!" ("scream", "closed", "angry", "mid") + her "{shake}I hate this!{/shake}" ("scream", "closed", "angry", "mid") her "..............." ("annoyed", "narrow", "angry", "R") her "................." gen ".............." ("base", xpos="far_left", ypos="head") @@ -370,7 +370,7 @@ label hg_pr_kiss_T4_E3: gen "Yes, yes..." ("base", xpos="far_left", ypos="head") gen "And that is why young girls such as yourself..." ("base", xpos="far_left", ypos="head") gen "Are often more interested in older gentlemen..." ("base", xpos="far_left", ypos="head") - her "??!" ("angry", "base", "base", "mid") + her "{shake}??!{/shake}" ("angry", "base", "base", "mid") her "That is not what I meant, [name_genie_hermione]..." ("annoyed", "narrow", "annoyed", "mid") "\"You wouldn't understand, girl.\"": her "*Hmm*..." ("upset", "closed", "base", "mid") @@ -515,7 +515,7 @@ label hg_pr_kiss_T5_E1: her "I didn't have the chance, as she left just as class was about to start..." ("angry", "narrow", "angry", "R") gen "That's unlucky..." ("base", xpos="far_left", ypos="head") her "(She must've sensed that a punch was about to come her way...)" ("annoyed", "narrow", "annoyed", "R") - gen "*Sigh*... The things girls experience during their schooldays..." ("base", xpos="far_left", ypos="head") + gen "{bounce}*Sigh*{/bounce} The things girls experience during their schooldays..." ("base", xpos="far_left", ypos="head") gen "Assignments... Classes..." ("base", xpos="far_left", ypos="head") gen "\"Snowballing\" with other girls..." ("base", xpos="far_left", ypos="head") her @ cheeks blush "[name_genie_hermione], I--" ("angry", "narrow", "worried", "mid") diff --git a/game/scripts/characters/hermione/events/requests/let_them_grope_you.rpy b/game/scripts/characters/hermione/events/requests/let_them_grope_you.rpy index f2e4c7a5..283ed03a 100644 --- a/game/scripts/characters/hermione/events/requests/let_them_grope_you.rpy +++ b/game/scripts/characters/hermione/events/requests/let_them_grope_you.rpy @@ -51,7 +51,7 @@ label hg_pr_grope: her "\"The talk\", [name_genie_hermione]?" ("angry", "happyCl", "worried", "mid", emote="sweat") gen "Yes, \"the talk\"! About how boys are different than the girls...?" ("base", xpos="far_left", ypos="head") gen "Boys have a \"pee-pee\" and girls like to put that \"pee-pee\" in their mouths?" ("base", xpos="far_left", ypos="head") - her "[name_genie_hermione]!!!" ("normal", "base", "base", "mid") + her "{shudder}[name_genie_hermione]!!!{/shudder}" ("normal", "base", "base", "mid") her "What kind of demented parent would have such a talk with their child?" ("angry", "base", "angry", "mid") gen "{size=-3}I wish mine did.{/size}" ("base", xpos="far_left", ypos="head") her "I beg your pardon, [name_genie_hermione]?" ("annoyed", "squint", "base", "mid") @@ -230,13 +230,13 @@ label hg_pr_grope_T2_E3: her "He asked me to call him a \"sissy boy\"..." ("upset", "wink", "base", "mid") play music "music/Despair_by_erenik.ogg" fadein 1 if_changed # Music her "And he kept on reassuring me that he has a very small penis..." ("open", "base", "worried", "down") - her @ tears soft "He just kept repeating that *sob*!..." ("angry", "base", "base", "mid") + her @ tears soft "He just kept repeating that {bounce}*sob*!...{/bounce}" ("angry", "base", "base", "mid") her @ tears soft "Why would anyone be like this?" ("angry", "base", "base", "mid") - her "*Sob*! I Could not stay in his company a moment longer, so I just ran." + her "{bounce}*Sob*!{/bounce} I Could not stay in his company a moment longer, so I just ran." gen "I'm sorry to hear this..." ("base", xpos="far_left", ypos="head") her @ tears soft "It was truly awful, [name_genie_hermione]..." ("angry", "base", "base", "mid") gen "There, there..." ("base", xpos="far_left", ypos="head") - her @ tears soft "*Sob*!" ("normal", "base", "base", "R") + her @ tears soft "{bounce}*Sob*!{/bounce}" ("normal", "base", "base", "R") gen "Will ten extra points make you feel better?" ("base", xpos="far_left", ypos="head") her @ tears soft "*Huh*? That would be very sweet of you [name_genie_hermione]." ("soft", "base", "base", "mid") gen "Of course... Don't mention it." ("base", xpos="far_left", ypos="head") @@ -340,19 +340,19 @@ label hg_pr_grope_T3_E3: her "He took off my shoes and socks..." her "Then he--" her @ tears soft "He started to smell my toes, [name_genie_hermione]!" ("angry", "base", "base", "mid") - her @ tears soft "I felt so...{w=0.4} Violated!" ("angry", "base", "base", "mid") + her @ tears soft "I felt so...{w=0.4} {shake}Violated!{/shake}" ("angry", "base", "base", "mid") gen "Wait... Are you telling me he didn't even touch your tits, or your butt?" ("base", xpos="far_left", ypos="head") gen "Or even in-between your thighs?!" ("angry", xpos="far_left", ypos="head") - her @ cheeks blush tears crying "No, [name_genie_hermione]... *Sob*!" ("shock", "narrow", "base", "down") + her @ cheeks blush tears crying "No, [name_genie_hermione]... {bounce}*Sob*!{/bounce}" ("shock", "narrow", "base", "down") gen "Alright, then what happened?" ("base", xpos="far_left", ypos="head") her @ cheeks blush tears crying "Nothing! I couldn't bear the humiliation... I just ran..." ("angry", "narrow", "base", "mid") her "I even left my shoes behind... I had to come back later to pick them up." - her @ cheeks blush tears messy "*Sob*!............" ("angry", "squint", "base", "mid") + her @ cheeks blush tears messy "{bounce}*Sob*!............{/bounce}" ("angry", "squint", "base", "mid") gen "*Hmm*..." ("base", xpos="far_left", ypos="head") gen "I'd probably wash those shoes out if I were you." ("base", xpos="far_left", ypos="head") - her @ cheeks blush tears messy "*Sob*! Why couldn't he just touch my breasts like any normal boy would, [name_genie_hermione]... *Sob!*" ("angry", "squint", "base", "mid") + her @ cheeks blush tears messy "{bounce}*Sob*!{/bounce} Why couldn't he just touch my breasts like any normal boy would, [name_genie_hermione]... {bounce}*Sob!*{/bounce}" ("angry", "squint", "base", "mid") gen "There, there..." ("base", xpos="far_left", ypos="head") - her @ cheeks blush tears messy "Will-- *Sob*... Will I still receive my points [name_genie_hermione]?" ("angry", "squint", "base", "mid") + her @ cheeks blush tears messy "Will-- {bounce}*Sob*...{/bounce} Will I still receive my points [name_genie_hermione]?" ("angry", "squint", "base", "mid") gen "*Hmm*... I suppose, you did get molested..." ("base", xpos="far_left", ypos="head") gen "Although in a rather unconventional manner..." ("base", xpos="far_left", ypos="head") gen "Yes, you've most definitely earned your points today..." ("base", xpos="far_left", ypos="head") diff --git a/game/scripts/characters/hermione/events/requests/wear_my_cum.rpy b/game/scripts/characters/hermione/events/requests/wear_my_cum.rpy index 80bcb798..f59ab7ca 100644 --- a/game/scripts/characters/hermione/events/requests/wear_my_cum.rpy +++ b/game/scripts/characters/hermione/events/requests/wear_my_cum.rpy @@ -32,9 +32,9 @@ label hg_pr_cumslut: gen "After I cum on you." ("base", xpos="far_left", ypos="head") if not states.her.status.cumshot: - her "You want me to go to class...{w=0.4} With your cum on me?!?" ("angry", "wide", "base", "stare") + her "You want me to go to class...{w=0.4} {shake}With your cum on me?!?{/shake}" ("angry", "wide", "base", "stare") gen "That's right... So, why don't you jack me off and then--" ("base", xpos="far_left", ypos="head") - her "Are you crazy?!" ("disgust", "wide", "angry", "mid") + her "{shake}Are you crazy?!{/shake}" ("disgust", "wide", "angry", "mid") her "I think I better go..." ("disgust", "happyCl", "worried", "mid") call her_walk(action="leave") @@ -54,7 +54,7 @@ label hg_pr_cumslut: play music "music/Chipper Doodle v2.ogg" fadein 1 if_changed # Music if states.her.tier == 5: #Success - her "What?!?" ("angry", "base", "base", "stare") + her "{shake}What?!?{/shake}" ("angry", "base", "base", "stare") her "You can't be serious!" ("angry", "squint", "base", "mid") her "It's bad enough that I let you cum on me in private!" ("clench", "squint", "worried", "mid") her @ cheeks blush "But you expect me to go out in public, with cum on my body?" ("angry", "narrow", "base", "R") @@ -258,10 +258,10 @@ label hg_pr_cumslut: nar "Hermione increases her pace, jerking your cock with renewed vigour." gen "..." ("angry", xpos="far_left", ypos="head") - gen "So...{w=0.4} *Ngh*--{w=0.2} What are we thinking? A facial perhaps?" ("base", xpos="far_left", ypos="head") + gen "So...{w=0.4} {shudder}*Ngh*--{/shudder}{w=0.2} What are we thinking? A facial perhaps?" ("base", xpos="far_left", ypos="head") her @ cheeks blush "A facial?!" ("angry", "base", "base", "mid") her @ cheeks blush "No, it has to be somewhere where no one will be able to see it." ("angry", "narrow", "base", "mid") - gen "Ah...{w=0.4} Yes, of course...{w=0.4} So, why don't you make up your mind, I'm about to--" ("base", xpos="far_left", ypos="head") + gen "{bounce}*Ah*...{/bounce}{w=0.4} Yes, of course...{w=0.4} So, why don't you make up your mind, I'm about to--" ("base", xpos="far_left", ypos="head") her @ cheeks blush "Please [name_genie_hermione], I need some quiet so I can concentrate!" ("angry", "closed", "base", "down") nar "Hermione closes her eyes, trying to figure out the best location for your cum." @@ -309,7 +309,7 @@ label hg_pr_cumslut: call her_chibi_scene("hj", trans=d5) pause.5 - gen "*Ah*...{w=0.4} Yes, that's it [name_hermione_genie]...{w=0.4} You sure know how to give a cock the attention it deserves." ("base", xpos="far_left", ypos="head") + gen "{bounce}*Ah*...{/bounce}{w=0.4} Yes, that's it [name_hermione_genie]...{w=0.4} You sure know how to give a cock the attention it deserves." ("base", xpos="far_left", ypos="head") her @ cheeks blush "..." ("disgust", "narrow", "base", "R") play sound "sounds/kiss.ogg" @@ -322,12 +322,12 @@ label hg_pr_cumslut: nar "This time her lips lingers for a moment..." pause.5 - gen "Very--{w=0.2} *Ngh*...{w=0.4} Very good, [name_hermione_genie]...{w=0.4} Now why don't you--" ("base", xpos="far_left", ypos="head") + gen "Very--{w=0.2} {shudder}*Ngh*...{/shudder}{w=0.4} Very good, [name_hermione_genie]...{w=0.4} Now why don't you--" ("base", xpos="far_left", ypos="head") nar "Before finishing your sentence, you are interrupted by a slight tickle, as Hermione's tongue slides underneath the head of your cock." - gen "*Ah*...{w=0.4} You're catching on quick..." ("base", xpos="far_left", ypos="head") - gen "Speaking off--{w=0.2} *Ngh*...{w=0.2} Catching on...{w=0.2} I'm about to finish!" ("base", xpos="far_left", ypos="head") + gen "{bounce}*Ah*...{/bounce}{w=0.4} You're catching on quick..." ("base", xpos="far_left", ypos="head") + gen "Speaking off--{w=0.2} {shudder}*Ngh*...{/shudder}{w=0.2} Catching on...{w=0.2} I'm about to finish!" ("base", xpos="far_left", ypos="head") nar "You look down at Hermione, who is still preoccupied, toying with the tip of your cock with her tongue..." @@ -345,7 +345,7 @@ label hg_pr_cumslut: # Cum under top $ states.her.ev.hg_pf_cumslut.choice = "top" - her @ cheeks blush "My top!" ("angry", "base", "base", "stare") + her @ cheeks blush "{shake}My top!{/shake}" ("angry", "base", "base", "stare") stop music fadeout 1.0 call her_chibi_scene("hj_cum_in_done", trans=d5) @@ -375,16 +375,16 @@ label hg_pr_cumslut: $ states.her.ev.hg_pf_cumslut.choice = "clothes" nar "Trying her best to prevent the impending doom, you watch as Hermione's eyes dart between you and her body frantically." - gen "*Nnngh*--" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Nnngh*--{/shudder}" ("angry", xpos="far_left", ypos="head") her "Wait!" ("angry", "base", "base", "stare", cheeks="blush") - gen "{size=+5}*ARGH*!!! YES!!!{/size}" ("grin", xpos="far_left", ypos="head") + gen "{shake}*ARGH*!!! YES!!!{/shake}" ("grin", xpos="far_left", ypos="head") call her_chibi_scene("hj_cum_on") call cum_block $ hermione.set_cum(breasts="light", body="light") - her @ cheeks blush "!!!!!!!!!!!" ("angry", "happyCl", "base", "down") + her @ cheeks blush "{shake}!!!!!!!!!!!{/shake}" ("angry", "happyCl", "base", "down") call cum_block @@ -398,7 +398,7 @@ label hg_pr_cumslut: her "So sticky...{w=0.4} Well, I suppose that's not a bad thing, considering..." ("angry", "narrow", "base", "down") her "Is that all, [name_genie_hermione]?" ("soft", "narrow", "base", "R") - gen "Ah...{w=0.4} Yes, I'm spent...{w=0.4} Although I could go again, once I've had the chance to recharge..." ("base", xpos="far_left", ypos="head") + gen "{bounce}*Ah*...{/bounce}{w=0.4} Yes, I'm spent...{w=0.4} Although I could go again, once I've had the chance to recharge..." ("base", xpos="far_left", ypos="head") her "You're not actually being serious, are you?" ("angry", "base", "base", "mid") gen "I don't suppose you could kiss it for good luck before you leave?" ("base", xpos="far_left", ypos="head") her "I don't think so, [name_genie_hermione]... I believe I did more than what was decided upon already." ("open", "happy", "base", "R") @@ -413,11 +413,11 @@ label hg_pr_cumslut: her "What! But how is that going to--" ("angry", "base", "base", "mid", cheeks="blush") gen "Now, [name_hermione_genie]! Or there'll be consequences!" ("angry", xpos="far_left", ypos="head") - her "!!!" ("clench", "squint", "base", "stare") + her "{shudder}!!!{/shudder}" ("clench", "squint", "base", "stare") nar "Hermione bends down and holds your cock in front of her face." gen "Get ready [name_hermione_genie], here it comes!" ("base", xpos="far_left", ypos="head") - gen "{size=+5}*ARGH*! YES!!!{/size}" ("grin", xpos="far_left", ypos="head") + gen "{shake}*ARGH*! YES!!!{/shake}" ("grin", xpos="far_left", ypos="head") her "Wait, this isn't going to--" ("angry", "squint", "base", "stare") nar "Just before the first spurt manages to escape your magnificent pole, Hermione points it away from her face..." @@ -430,19 +430,19 @@ label hg_pr_cumslut: $ hermione.set_cum(hair="light") - her "!!!!!!!!!!!" ("shock", "base", "base", "up") + her "{shake}!!!!!!!!!!{/shake}!" ("shock", "base", "base", "up") call cum_block $ hermione.set_cum(hair="heavy") - gen "Ah..." ("base", xpos="far_left", ypos="head") + gen "{/bounce}*Ah*...{/bounce}" ("base", xpos="far_left", ypos="head") her ".............." ("angry", "base", "worried", "mid") call her_chibi_scene("hj_cum_on_done") call ctc - her "How could you!?" ("scream", "happy", "annoyed", "mid") + her "{shake}How could you!?{/shake}" ("scream", "happy", "annoyed", "mid") gen "How could I, what?" ("base", xpos="far_left", ypos="head") her "You told me to just use my--" ("open", "base", "annoyed", "mid") her "Oh..." ("disgust", "base", "base", "stare") @@ -538,7 +538,7 @@ label hg_pr_cumslut: her @ cheeks blush "..." ("open_tongue", "happy", "base", "up") nar "Hermione looks up at you with a hint of pride, wiggling her tongue playfully once more, sending shivers down your body." - gen "*Ngh*!" ("base", xpos="far_left", ypos="head") + gen "{shudder}*Ngh*!{/shudder}" ("base", xpos="far_left", ypos="head") her @ cheeks blush "..." ("soft", "closed", "base", "down") call her_chibi_scene("hj", trans=d5) @@ -556,7 +556,7 @@ label hg_pr_cumslut: her @ cheeks blush "I want your cum!" ("angry", "happyCl", "base", "mid") gen "Yes, I knew you'd say it, you saucy--" ("base", xpos="far_left", ypos="head") her @ cheeks blush "Please, give me your cum, [name_genie_hermione]!" ("open_wide_tongue", "happy", "base", "up") - gen "*Ah*...{w=0.4} Yes, I'll give it to you..." ("base", xpos="far_left", ypos="head") + gen "{bounce}*Ah*...{/bounce}{w=0.4} Yes, I'll give it to you..." ("base", xpos="far_left", ypos="head") her @ cheeks blush "I need it [name_genie_hermione]...{w=0.4} I need you to cum on me..." ("angry", "squint", "base", "up") gen "Tell me how much you need it!" ("base", xpos="far_left", ypos="head") her @ cheeks blush "I...{w=0.4} If you don't give it to me, I'll go crazy! Please, [name_genie_hermione]!" ("mad", "narrow", "worried", "down") @@ -569,10 +569,10 @@ label hg_pr_cumslut: her @ cheeks blush "I...{w=0.4} I can't wait!" ("grin", "closed", "worried", "down") her @ cheeks blush "Just thinking about every student and teacher looking upon me..." ("angry", "closed", "worried", "mid") her @ cheeks blush "Watching me, casually go about my day...{w=0.4} While covered in your cum!" ("angry", "closed", "worried", "mid") - gen "*Ah*...{w=0.4} *Ah*..." ("base", xpos="far_left", ypos="head") + gen "{bounce}*Ah*...{w=0.4} *Ah*...{/bounce}" ("base", xpos="far_left", ypos="head") her @ cheeks blush "Please [name_genie_hermione]...{w=0.4} I need it!" ("angry", "squint", "worried", "mid") gen "Yes, [name_hermione_genie]...{w=0.4} And--" ("base", xpos="far_left", ypos="head") - her @ cheeks blush "{size=+4}Give it to me!{/size}" ("clench", "happyCl", "worried", "down") + her @ cheeks blush "{shake}Give it to me!{/shake}" ("clench", "happyCl", "worried", "down") gen "{size=+4}You shall have it!{/size}" ("base", xpos="far_left", ypos="head") "\"Tell them how much of a slut you are!\"": @@ -622,7 +622,7 @@ label hg_pr_cumslut: nar "Hermione continues moving her fingers swiftly against your length, and you feel yourself getting closer to finishing by the second." gen "Get ready whore, here I come!" ("angry", xpos="far_left", ypos="head") her @ cheeks blush "Wait!" ("angry", "base", "base", "stare") - gen "{size=+5}*ARGH*! YES!!! RIGHT ON THOSE TITS!{/size}" ("grin", xpos="far_left", ypos="head") + gen "{shake}*ARGH*! YES!!! RIGHT ON THOSE TITS!{/shake}" ("grin", xpos="far_left", ypos="head") her @ cheeks blush "My tits!" ("angry", "base", "base", "stare") @@ -658,7 +658,7 @@ label hg_pr_cumslut: nar "You watch Hermione's eyes, anxiously darting around the room as your inevitable eruption looms closer." gen "Get ready slut, here it comes!" ("angry", xpos="far_left", ypos="head") her "Wait!" ("angry", "happyCl", "base", "mid", cheeks="blush") - gen "{size=+5}*ARGH*! YES!!!{/size}" ("grin", xpos="far_left", ypos="head") + gen "{shake}*ARGH*! YES!!!{/shake}" ("grin", xpos="far_left", ypos="head") play music "music/Chipper Doodle v2.ogg" fadein 1 if_changed @@ -667,7 +667,7 @@ label hg_pr_cumslut: $ hermione.set_cum(crotch="light") - her "!!!!!!!!!!!" ("angry", "base", "base", "down") + her "{shake}!!!!!!!!!!!{/shake}" ("angry", "base", "base", "down") $ hermione.set_cum(crotch="light") @@ -697,7 +697,7 @@ label hg_pr_cumslut: gen "Get ready slut, here it comes!" ("base", xpos="far_left", ypos="head") her "..." ("angry", "happyCl", "worried", "mid", cheeks="blush") - gen "{size=+5}*ARGH*! YES!!!{/size}" ("grin", xpos="far_left", ypos="head") + gen "{shake}*ARGH*! YES!!!{/shake}" ("grin", xpos="far_left", ypos="head") nar "You erupt onto her face, dousing it in your spunk." @@ -708,14 +708,14 @@ label hg_pr_cumslut: $ hermione.set_cum(face="light") - her "!!!!!!!!!!!" ("angry", "happyCl", "base", "mid") + her "{shake}!!!!!!!!!!!{/shake}" ("angry", "happyCl", "base", "mid") call cum_block $ hermione.set_cum(face="heavy", hair="light") - gen "Ah... Yes! I feel so much better now..." ("base", xpos="far_left", ypos="head") + gen "{bounce}*Ah*...{/bounce} Yes! I feel so much better now..." ("base", xpos="far_left", ypos="head") her ".............." ("disgust", "squint", "base", "mid") call her_chibi_scene("hj_cum_on_done") @@ -733,7 +733,7 @@ label hg_pr_cumslut: gen "That's it slut, time make that hair even more messy!" her "My hair isn't--" ("angry", "base", "base", "stare", cheeks="blush") - gen "{size=+5}*ARGH*! YES!!!{/size}" ("grin", xpos="far_left", ypos="head") + gen "{shake}*ARGH*! YES!!!{/shake}" ("grin", xpos="far_left", ypos="head") nar "You let our a torrent of cum, all over Hermione's hair." @@ -744,13 +744,13 @@ label hg_pr_cumslut: $ hermione.set_cum(hair="light") - her "!!!!!!!!!!!" ("angry", "base", "base", "up") + her "{shake}!!!!!!!!!!!{/shake}" ("angry", "base", "base", "up") call cum_block $ hermione.set_cum(hair="heavy") - gen "Ah... That's the ticket..." ("base", xpos="far_left", ypos="head") + gen "{bounce}*Ah*...{/bounce} That's the ticket..." ("base", xpos="far_left", ypos="head") her ".............." ("disgust", "squint", "base", "up") call her_chibi_scene("hj_cum_on_done") @@ -1348,7 +1348,7 @@ label hg_pr_cumslut_T6_face: her @ tears mascara_soft_blink "I hope they'll appreciate what I'm doing for them." ("angry", "happyCl", "worried", "mid") gen "That's not what I was---" ("base", xpos="far_left", ypos="head") her @ tears mascara "......" ("annoyed", "closed", "worried", "mid") - gen "Ahem..." ("base", xpos="far_left", ypos="head") + gen "*Ahem*..." ("base", xpos="far_left", ypos="head") $ states.env.gryffindor += 50 gen "Very well [name_hermione_genie], I shall award you the points...{w=0.4} Fifty points to Gryffindor!" ("base", xpos="far_left", ypos="head") her @ tears mascara "Thank you, [name_genie_hermione]..." ("open", "closed", "worried", "mid") 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/characters/hermione/gifts.rpy b/game/scripts/characters/hermione/gifts.rpy index e3d8acd4..e6b92d16 100644 --- a/game/scripts/characters/hermione/gifts.rpy +++ b/game/scripts/characters/hermione/gifts.rpy @@ -177,7 +177,7 @@ label give_her_gift(gift_item): if states.her.level < 6: her "Are that...?" ("open", "base", "base", "mid") her "Adult magazines, [name_genie_hermione]?" ("open", "base", "base", "mid") - her "Given to me by An esteemed wizard of your status?" ("annoyed", "narrow", "angry", "R") + her "Given to me by an esteemed wizard of your status?" ("annoyed", "narrow", "angry", "R") her "[name_genie_hermione], surely you could find a more productive way to spend your spare time." ("disgust", "narrow", "base", "mid_soft") her "And I most definitely would not have use for those..." ("angry", "base", "angry", "mid") call her_mood(7) @@ -304,7 +304,7 @@ label give_her_gift(gift_item): elif gift_item == pink_condoms_ITEM: if states.her.level < 6: - her "Condoms?!" ("angry", "wide", "base", "stare") + her "{shake}Condoms?!{/shake}" ("angry", "wide", "base", "stare") her "[name_genie_hermione], I wouldn't even know what to do with them..." ("scream", "closed", "angry", "mid") call her_mood(6) elif states.her.level < 12: @@ -328,9 +328,13 @@ label give_her_gift(gift_item): if states.her.level < 6: her "A magic wand?" ("base", "base", "base", "mid") her "No, it doesn't look like--" ("soft", "base", "base", "mid") + play sound "sounds/click4.ogg" + play background "sounds/vibrator_medium.ogg" her ".........?" ("soft", "base", "base", "mid") - her "!!!" ("angry", "wide", "base", "stare") + her "{shake}!!!{/shake}" ("angry", "wide", "base", "stare") her @ cheeks blush "[name_genie_hermione]!" ("angry", "base", "angry", "mid") + play sound "sounds/click4.ogg" + stop background her "This is just beyond inappropriate!" ("scream", "closed", "angry", "mid") call her_mood(10) elif states.her.level < 12: @@ -453,7 +457,7 @@ label give_her_gift(gift_item): her "Thank you very much, [name_genie_hermione]. I promise to take good care of it." ("open", "closed", "base", "mid") call her_mood(-20) elif states.her.level < 12: - her "!!!" ("angry", "wide", "base", "stare") + her "{shake}!!!{/shake}" ("angry", "wide", "base", "stare") her "That is..." ("angry", "narrow", "base", "down") her "But it doesn't even look... human..." ("angry", "narrow", "base", "down") her "I mean..." ("annoyed", "narrow", "angry", "R") @@ -524,7 +528,7 @@ label give_her_gift(gift_item): elif gift_item == sexdoll_ITEM: if states.her.level < 6: her "Is this..." ("shock", "wide", "base", "stare") - her "A sex doll?!" ("angry", "happyCl", "worried", "mid",emote="sweat") + her "{shake}A sex doll?!{/shake}" ("angry", "happyCl", "worried", "mid",emote="sweat") her "[name_genie_hermione]!!!" ("scream", "happyCl", "worried", "mid") call her_mood(20) elif states.her.level < 12: diff --git a/game/scripts/characters/hermione/talk.rpy b/game/scripts/characters/hermione/talk.rpy index 6dde7cf8..e55fec54 100644 --- a/game/scripts/characters/hermione/talk.rpy +++ b/game/scripts/characters/hermione/talk.rpy @@ -300,14 +300,14 @@ label hermione_change: elif temp_name == "Girl": if states.her.level < 3: her "This \"girl\" thing again?" ("annoyed", "happy", "base", "mid") - her "*Sigh*..." ("soft", "happy", "base", "R") + her "{bounce}*Sigh*{/bounce}" ("soft", "happy", "base", "R") elif states.her.level < 13: her "Fine...{w=0.4} I don't mind." ("soft", "base", "base", "R") else: her "Of course..." ("soft", "base", "base", "R") elif temp_name == "Nerd": if states.her.level < 5: - her "*Sigh*...{w=0.4} I just enjoy books, that's all." ("annoyed", "narrow", "worried", "down") + her "{bounce}*Sigh*{/bounce}{w=0.4} I just enjoy books, that's all." ("annoyed", "narrow", "worried", "down") gen "I'm sure you'll find other things to enjoy soon enough..." ("base", xpos="far_left", ypos="head") her "Like what exactly?" ("normal", "narrow", "base", "mid_soft") gen "Nothing to worry about, things will work out..." ("base", xpos="far_left", ypos="head") @@ -353,7 +353,7 @@ label hermione_change: her @ cheeks blush "After everything you've put me through, I certainly must be..." ("base", "narrow", "base", "R_soft") her @ cheeks blush "I'm surprised I didn't grow wings yet." ("base", "narrow", "worried", "mid_soft") elif temp_name == "Little Girl": #Custom nickname (21+) - her @ cheeks blush "Little...{w=0.4} Girl..." ("soft", "narrow", "worried", "mid_soft") + her @ cheeks blush "Little...{w=0.4} {bounce}Girl...{/bounce}" ("soft", "narrow", "worried", "mid_soft") her @ cheeks blush "Yes, [name_genie_hermione]..." ("base", "narrow", "worried", "mid_soft") elif temp_name == "Bad Girl": #Custom nickname (21+) her @ cheeks blush "I suppose I may be a little bit naughty at times." ("base", "happy", "base", "R") @@ -449,7 +449,7 @@ label hermione_change: her "" ("normal", "closed", "angry", "mid") gen "Might as well hand in my resignation with the ministry and--" ("base", xpos="far_left", ypos="head") with hpunch - her @ cheeks blush "{size=+10}I AM A SLYTHERIN WHORE!!!{/size}" ("scream", "closed", "angry", "mid") + her @ cheeks blush "{shake}I am a slytherin whore!!!{/shake}" ("scream", "closed", "angry", "mid") her "" ("normal", "closed", "base", "mid") gen "..." ("base", xpos="far_left", ypos="head") her "Now please, [name_genie_hermione]... Let's just forget this conversation ever happened." ("disgust", "base", "worried", "mid") @@ -460,7 +460,7 @@ label hermione_change: "-Threaten her-": gen "Either accept my offer or Gryffindor lose five hundred points..." ("angry", xpos="far_left", ypos="head") with hpunch - her "{size=+4}Five hundred?!{/size}" ("shock", "wide", "base", "stare") + her "{shake}Five hundred?!{/shake}" ("shock", "wide", "base", "stare") her "[name_genie_hermione]... This is blackmailing!" ("scream", "closed", "angry", "mid") her "" ("mad", "closed", "angry", "mid") gen "It is?" ("base", xpos="far_left", ypos="head") @@ -468,12 +468,12 @@ label hermione_change: gen "Negotiations..." ("grin", xpos="far_left", ypos="head") her @ cheeks blush "You..." ("clench", "closed", "angry", "mid") gen "That's not an answer..." ("base", xpos="far_left", ypos="head") - her @ cheeks blush "{size=-10}Okay...{/size}" ("soft", "narrow", "angry", "R") + her @ cheeks blush "{size=-4}Okay...{/size}" ("soft", "narrow", "angry", "R") gen "What was that? I didn't hear you." ("base", xpos="far_left", ypos="head") her @ cheeks blush "I said yes, you can call me a Slytherin whore... or whatever." ("normal", "narrow", "annoyed", "mid") her @ cheeks blush "Happy now?!" ("open", "closed", "angry", "mid") gen "Very." ("grin", xpos="far_left", ypos="head") - her @ cheeks blush "{size=-6}You are the worst.{/size}" ("normal", "narrow", "base", "R_soft") + her @ cheeks blush "{size=-4}You are the worst.{/size}" ("normal", "narrow", "base", "R_soft") $ states.her.mood += 15 elif temp_name == "Mudblood": her "A...{w=0.5} {size=+6}{b}{cps=20}mud{w=0.5}blood{/cps}{/b}?!{/size}" ("shock", "wide", "base", "stare") @@ -484,7 +484,7 @@ label hermione_change: "-!!!{b}ABORT ABORT ABORT{/b}!!!-{#LINT_IGNORE}": gen "What? Of course not!" ("angry", xpos="far_left", ypos="head") gen "I said..." ("base", xpos="far_left", ypos="head") - gen "(I have to think fast)" ("angry", xpos="far_left", ypos="head") + gen "(I have to think fast.)" ("angry", xpos="far_left", ypos="head") menu: "-Mass flood-": gen "I said mass flood!" ("angry", xpos="far_left", ypos="head") @@ -494,9 +494,9 @@ label hermione_change: her "I was pretty sure you said--" ("open", "base", "base", "mid") her "" ("normal", "base", "base", "R") gen "Look outside the window, it's raining is it not?" ("base", xpos="far_left", ypos="head") - her "I{w=0.5}...{w=0.5} Yes, you are right [name_genie_hermione]." ("normal", "closed", "base", "mid") + her "I...{w=0.5} Yes, you are right [name_genie_hermione]." ("normal", "closed", "base", "mid") gen "Of course I am." ("base", xpos="far_left", ypos="head") - her "So what did you want to talk about?" ("base", "base", "base", "mid") + her "So, what did you want to talk about?" ("base", "base", "base", "mid") else: her "[name_genie_hermione], but it's not raining..." ("normal", "closed", "base", "mid") her @ cheeks blush "" ("disgust", "narrow", "base", "down") @@ -617,10 +617,10 @@ label hermione_change_fail: gen "Nothing to add?" ("base", xpos="far_left", ypos="head") her "" ("clench", "closed", "base", "mid", emote="angry") gen "So, you'll let me call you that or not?" ("base", xpos="far_left", ypos="head") - her "{size=+5}No!{/size}" ("clench", "closed", "angry", "mid", emote="angry") + her "{shake}No!{/shake}" ("clench", "closed", "angry", "mid", emote="angry") gen "..." ("base", xpos="far_left", ypos="head") elif temp_name == "Cumslut": - her "{size=+5}A what?!{/size}" ("open", "wide", "worried", "stare") + her "{shake}A what?!{/shake}" ("open", "wide", "worried", "stare") gen "Something wrong?" ("base", xpos="far_left", ypos="head") her @ cheeks blush "Do you even have to ask?" ("soft", "narrow", "angry", "down") her @ cheeks blush "Calling someone--{w=0.4} That is so degrading!" ("angry", "narrow", "angry", "down") diff --git a/game/scripts/characters/luna/events/favors/inspect_her_body.rpy b/game/scripts/characters/luna/events/favors/inspect_her_body.rpy index 70d1544a..eaf4a620 100644 --- a/game/scripts/characters/luna/events/favors/inspect_her_body.rpy +++ b/game/scripts/characters/luna/events/favors/inspect_her_body.rpy @@ -111,7 +111,7 @@ label ll_pf_inspect_T2_E1_intro: gen "(Nice...)" ("base", xpos="far_left", ypos="head") - nar "*Fap* *Fap* *Fap*..." + nar "{bounce}*Fap* *Fap* *Fap*{/bounce}" lun "So...{w=0.4} Do you think this should work, [name_genie_luna]?" ("open", "base", "raised", "mid") gen "Oh...{w=0.4} It's working alright." ("grin", xpos="far_left", ypos="head") @@ -123,14 +123,14 @@ label ll_pf_inspect_T2_E1_intro: lun "The wrackspurts, [name_genie_luna]..." ("open", "base", "raised", "mid") gen "*Ah*...{w=0.4} Those bloody things." ("base", xpos="far_left", ypos="head") gen "Let's see..." ("base", xpos="far_left", ypos="head") - gen "Tell...{w=0.4} *Ngh*...{w=0.4} Tell me a bit about them..." ("base", xpos="far_left", ypos="head") + gen "Tell...{w=0.4} {shudder}*Ngh*...{/shudder}{w=0.4} Tell me a bit about them..." ("base", xpos="far_left", ypos="head") lun "Well... As I said, they're invisible--" ("soft", "closed", "base", "mid") gen "Not the spurts! Your breasts, [name_luna_genie]!" ("base", xpos="far_left", ypos="head") lun "Ooooh...{w=0.2} What do you need to know about them, [name_genie_luna]?" ("mad", "base", "base", "mid") gen "(How much do they jiggle-- How hard can I pull on your-- What do they taste--)" ("grin", xpos="far_left", ypos="head") lun "" ("upset", "base", "raised", "mid") #Confused - nar "*Fap* *Fap* *Fap*..." + nar "{bounce}*Fap* *Fap* *Fap*{/bounce}" nar "You pick up the pace whilst staring at her tits... An expression of confusion spreading across Luna's face as she waits for a response..." lun "[name_genie_luna]?" ("open", "base", "raised", "mid") @@ -144,7 +144,7 @@ label ll_pf_inspect_T2_E1_intro: gen "*Ah*... Yes, that's exactly it..." ("base", xpos="far_left", ypos="head") nar "You move your gaze and focus on Lunas erect nipples...{w=0.3} Your cock twitching slightly in your grasp." - nar "*Fap* *Fap* *Fap*..." + nar "{bounce}*Fap* *Fap* *Fap*{/bounce}" gen "*Hmm*...{w=0.4} They do look a bit hard actually..." ("base", xpos="far_left", ypos="head") lun @ cheeks blush "They do?" ("disgust", "base", "base", "mid") @@ -157,7 +157,7 @@ label ll_pf_inspect_T2_E1_intro: nar "You keep stroking your cock, thinking about what you'd do to those nipples..." lun @ cheeks blush "Wait...{w=0.4} So I've been doing it wrong the whole time!?" ("angry", "base", "base", "mid") - gen "Yes...{w=0.4} *Nghh*...{w=0.4} It appears what you've been feeling is the spurts trying to get out, you see..." ("base", xpos="far_left", ypos="head") + gen "Yes...{w=0.4} {shudder}*Nghh*...{/shudder}{w=0.4} It appears what you've been feeling is the spurts trying to get out, you see..." ("base", xpos="far_left", ypos="head") lun "Ooooh..." ("open", "base", "base", "stare") lun "That makes so much sense!" ("grin", "wide", "base", "mid") lun @ cheeks blush "I can't believe I didn't think of that before!" ("angry", "base", "base", "down") @@ -202,7 +202,7 @@ label ll_pf_inspect_T2_E1_intro: lun "I thought it might be...{w=0.4} It does get just as sensitive as my breasts...{w=0.4} Maybe more even!" - nar "*Fap* *Fap* *Fap*..." + nar "{bounce}*Fap* *Fap* *Fap*{/bounce}" gen "*Ah*, Yes...{w=0.4} both of those areas do appear to be very susceptible...{w=0.4} To spurts." lun "I knew it!" @@ -219,13 +219,13 @@ label ll_pf_inspect_T2_E1_intro: lun @ cheeks blush "To bait the wrackspurts to one spot!" ("crooked_smile", "base", "base", "mid") lun @ cheeks blush "Since your penis is a sensitive area, rubbing it gets the wrackspurts all excited..." ("smile", "closed", "base", "mid") - nar "*Fap* *Fap* *Fap*..." + nar "{bounce}*Fap* *Fap* *Fap*{/bounce}" lun @ cheeks blush "So when you do it, they all start gathering in there until there's nowhere else for them to go, and finally..." ("smile", "narrow", "base", "mid") lun @ cheeks blush "You expel them right out!" ("grin", "base", "annoyed", "mid") - gen "*Ah*...{w=0.4} Yes...{w=0.4} That's it girl, you've cracked it!" ("angry", xpos="far_left", ypos="head") + gen "{bounce}*Ah*...{/bounce}{w=0.4} Yes...{w=0.4} That's it girl, you've cracked it!" ("angry", xpos="far_left", ypos="head") lun @ cheeks blush "That's geni--" ("crooked_smile", "base", "base", "mid") - gen "{size=+5}I'm cumming!{/size}" ("angry", xpos="far_left", ypos="head") + gen "{shake}I'm cumming!{/shake}" ("angry", xpos="far_left", ypos="head") call gen_chibi("cum_behind_desk") call cum_block @@ -241,12 +241,12 @@ label ll_pf_inspect_T2_E1_intro: pause .5 call gen_chibi("cum_behind_desk_done") - gen "*Ah*...{w=0.4}*Ah*...{w=0.4} What..." ("base", xpos="far_left", ypos="head") + gen "{bounce}*Ah*...{w=0.4}*Ah*...{/bounce}{w=0.4} What..." ("base", xpos="far_left", ypos="head") lun @ cheeks blush "Cumming...{w=0.4} You came again!" ("base", "happyCl", "base", "mid") - gen "*Ah*...{w=0.4} I sure did..." ("base", xpos="far_left", ypos="head") + gen "{bounce}*Ah*...{/bounce}{w=0.4} I sure did..." ("base", xpos="far_left", ypos="head") gen "Your naked body was enough for me to--" ("grin", xpos="far_left", ypos="head") lun @ cheeks blush "My naked body helped you release the spurts?" ("mad", "base", "base", "mid") - gen "It...{w=0.4} *Ah*...{w=0.4} Yes, it appears so..." ("grin", xpos="far_left", ypos="head") + gen "It...{w=0.4} {bounce}*Ah*...{/bounce}{w=0.4} Yes, it appears so..." ("grin", xpos="far_left", ypos="head") lun @ cheeks blush "What did it feel like?" ("mad", "wide", "base", "mid") gen "Like the biggest relief--" ("base", xpos="far_left", ypos="head") lun @ cheeks blush "Can I try it now?" ("smile", "wide", "base", "mid") @@ -275,7 +275,7 @@ label ll_pf_inspect_T2_E1_intro: gen "Nobody but I have successfully been able to bait those--" ("base", xpos="far_left", ypos="head") lun @ cheeks blush "Then what am I supposed to do?!" ("angry", "base", "base", "mid") lun @ cheeks blush "If I don't expel them soon..." ("mad", "base", "base", "downL") - lun @ cheeks blush "I'll go crazy!" ("clench", "wide", "base", "mid") #Crazy stare + lun @ cheeks blush "{shake}I'll go crazy!{/shake}" ("clench", "wide", "base", "mid") #Crazy stare gen "..." ("angry", xpos="far_left", ypos="head") nar "Luna starts grinding her legs together uncomfortably..." @@ -294,7 +294,7 @@ label ll_pf_inspect_T2_E1_intro: call lun_chibi("stand", 230, 455, flip=True) with flash - gen "*Ghk*... How did you--" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Ghk*{/shudder} How did you--" ("angry", xpos="far_left", ypos="head") lun @ cheeks blush "[name_genie_luna], if I can't do it myself, then you'll {size=+5}have{/size} to teach me!" ("clench", "wide", "base", "stare", xpos="mid", ypos="base", flip=True, trans=dissolve) gen "Teach you how to masturbate..." ("base", xpos="far_left", ypos="head") @@ -488,7 +488,7 @@ label ll_pf_inspect_T2_E2_intro: show lun_inspect arms_touch_tits eyebrows_shocked eyes_wide_up mouth_grin as cg with d3 - lun "Ooooh!" + lun "{shake}Ooooh!{/shake}" show lun_inspect eyebrows_base eyes_base_stare as cg with d3 @@ -509,14 +509,14 @@ label ll_pf_inspect_T2_E2_intro: lun "What are you--" show lun_inspect arms_grab eyebrows_angry eyes_closed mouth_grin as cg with d3 - lun "*Ah*...{w=0.8}{nw}" + lun "{bounce}*Ah*...{/bounce}{w=0.8}{nw}" show lun_inspect arms_touch_tits eyebrows_base as cg - lun "*Ah*...{fast}{w=0.4}{nw}" + lun "{bounce}*Ah*...{/bounce}{fast}{w=0.4}{nw}" show lun_inspect eyes_halflid_down as cg - lun "*Ah*...{fast}" + lun "{bounce}*Ah*...{/bounce}{fast}" nar "You give Luna's breasts a light squeeze, which causes a shudder to go down her spine..." gen "How did that feel?" @@ -536,7 +536,7 @@ label ll_pf_inspect_T2_E2_intro: show lun_inspect mouth_soft as cg with d3 - lun "*Ah*..." + lun "{bounce}*Ah*...{/bounce}" show lun_inspect eyes_halflid_right mouth_soft as cg with d3 @@ -547,7 +547,7 @@ label ll_pf_inspect_T2_E2_intro: show lun_inspect mouth_base as cg with d3 - lun "*Ah*...{w=0.4} Finally...{w=0.4} Keep going, [name_genie_luna]..." + lun "{bounce}*Ah*...{/bounce}{w=0.4} Finally...{w=0.4} Keep going, [name_genie_luna]..." nar "You stop your kneading and give her another squeeze, just slightly harder than previously." @@ -579,12 +579,12 @@ label ll_pf_inspect_T2_E2_intro: nar "As Luna calls for you, a pulse races down your cock, tickling her tight butthole." - lun "*Ah*..." + lun "{bounce}*Ah*...{/bounce}" nar "As Luna lets out another moan, she instinctively puts more of her weight onto you, heightening the pleasurable sensation at the tip of your cock." show lun_grind resting_spread as cg2 with d3 - gen "(*Ngh*... If only I could--)" + gen "({shudder}*Ngh*{/shudder} If only I could--)" show lun_grind spring_out as cg2 with d3 play sound "sounds/boing02.ogg" @@ -601,9 +601,9 @@ label ll_pf_inspect_T2_E2_intro: nar "With the sensation gone, Luna starts rubbing up against you." call ctc - lun "*Ah*...{w=0.4} I definitely felt something happening for a moment..." - lun "Although, I'm not sensing that--{w=0.2} *Ah*...{w=0.4} Relief you mentioned..." - lun "My body still feels as if--{w=0.2} *Ah*...{w=0.4} As if I'm on fire, [name_genie_luna]..." + lun "{bounce}*Ah*...{/bounce}{w=0.4} I definitely felt something happening for a moment..." + lun "Although, I'm not sensing that--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} Relief you mentioned..." + lun "My body still feels as if--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} As if I'm on fire, [name_genie_luna]..." gen "(If this keeps going, then this bitch in heat will make me bust before she does...)" lun "I think something is happening...{w=0.4} I feel woozy, [name_genie_luna]..." @@ -615,7 +615,7 @@ label ll_pf_inspect_T2_E2_intro: gen "(You've done it now slut!)" gen "(Take this!)" - gen "*ARGH*!!!" + gen "{shake}*ARGH*!!!{/shake}" show lun_grind cumshot as cg2 with d3 pause 1 @@ -623,7 +623,7 @@ label ll_pf_inspect_T2_E2_intro: nar "You grab Luna's ass, and as a rush of pleasure courses through your body, you unload a torrent of semen all over it." lun "(What did he just--)" - gen "*Ah*..." + gen "{bounce}*Ah*...{/bounce}" nar "While you return to your senses, your semen slowly begins sliding down her crack." @@ -632,12 +632,12 @@ label ll_pf_inspect_T2_E2_intro: hide cg_effect2 hide cg_effect1 with d3 - gen "*Ah*...{w=0.4} *Ah*...{w=0.4} *Ah*..." + gen "{bounce}*Ah*...{w=0.4} *Ah*...{w=0.4} *Ah*...{/bounce}" show lun_inspect eyebrows_worried eyes_halflid_down mouth_soft as cg with d3 lun "[name_genie_luna], I think...{w=0.4} I feel a bit faint..." - gen "*Ah*...{w=0.4} No, you just need to--{w=0.2} *Ah*...{w=0.4} To push through--" + gen "{bounce}*Ah*...{/bounce}{w=0.4} No, you just need to--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} To push through--" show lun_inspect eyebrows_worried eyes_halflid_right mouth_open as cg with d3 lun "No [name_genie_luna]...{w=0.4} It's as if a chill is going down my spine...{w=0.4} It doesn't feel right." @@ -975,7 +975,7 @@ label ll_pf_inspect_T2_E3_intro: show lun_inspect spread_legs eyes_closed mouth_soft as cg with d3 - lun "*Ah*...{w=0.4} [name_genie_luna]..." + lun "{bounce}*Ah*...{/bounce}{w=0.4} [name_genie_luna]..." show lun_inspect spread_legs arms_touch_tits as cg with d3 @@ -989,7 +989,7 @@ label ll_pf_inspect_T2_E3_intro: show lun_inspect spread_legs mouth_open as cg with d3 - lun "*Ah*...{w=0.4} *Ah*...{w=0.4} *Mmmm*..." + lun "{bounce}*Ah*...{w=0.4} *Ah*...{/bounce}{w=0.4} *Mmmm*...{heart}" nar "Luna, getting more and more excited by your touch, pushes her ass towards you once more." nar "As it graces your cock, you struggle not to get hard..." @@ -1012,7 +1012,7 @@ label ll_pf_inspect_T2_E3_intro: show lun_inspect legs_together eyebrows_shocked eyes_wide_stare mouth_grin as cg with d3 - lun "Ooooh!" + lun "{shake}Ooooh!{/shake}" nar "A shudder passes through Luna's body from your initial touch." show lun_inspect legs_together arm_right_touch_pussy as cg with d3 #fingering loop @@ -1020,7 +1020,7 @@ label ll_pf_inspect_T2_E3_intro: nar "You then begin moving your forefinger up and down her slit with increasing ease, as her pussy becomes wetter and wetter." show lun_inspect legs_together eyebrows_base eyes_base_right as cg with d3 - lun "*Ah*...{w=0.4} [name_genie_luna]...{w=0.4} This feels a lot different to you--{w=0.2} *Ah*...{w=0.4} Touching my breasts..." + lun "{bounce}*Ah*...{/bounce}{w=0.4} [name_genie_luna]...{w=0.4} This feels a lot different to you--{w=0.2} *Ah*...{w=0.4} Touching my breasts..." gen "(You ain't seen nothing yet...)" show lun_inspect legs_together eyes_closed mouth_base as cg with d3 @@ -1042,7 +1042,7 @@ label ll_pf_inspect_T2_E3_intro: with kissiris pause .5 - lun "[name_genie_luna]!" + lun "{shake}[name_genie_luna]!{/shake}" nar "As you begin penetrating Luna with your index finger, she clenches her legs together in surprise." show lun_inspect legs_together eyebrows_base eyes_wide_right mouth_soft as cg with d3 @@ -1058,7 +1058,7 @@ label ll_pf_inspect_T2_E3_intro: show lun_inspect legs_together eyes_closed mouth_open as cg with d3 - lun "*Ah*...{w=0.4} My word...{w=0.3} *Ah*...{w=0.4} I never...{w=0.3} *Ah*..." + lun "{bounce}*Ah*...{/bounce}{w=0.4} My word...{w=0.3} {bounce}*Ah*...{/bounce}{w=0.4} I never...{w=0.3} {bounce}*Ah*...{/bounce}" gen "(*Hmm*...{w=0.4} Perhaps I shouldn't go so hard on her...)" stop background fadeout 2 @@ -1080,7 +1080,7 @@ label ll_pf_inspect_T2_E3_intro: with kissiris pause 1 - lun "*Ah*!!!" + lun "{shake}*Ah*!!!{/shake}" play background "sounds/slickloopfast.ogg" show lun_inspect spread_legs arm_right_touch_pussy as cg with d3 @@ -1089,7 +1089,7 @@ label ll_pf_inspect_T2_E3_intro: show lun_inspect spread_legs eyes_halflid_up as cg with d3 - lun "*Ah*...{w=0.3} *Ah*...{w=0.3} *Ah*..." + lun "{bounce}*Ah*...{w=0.3} *Ah*...{w=0.3} *Ah*...{/bounce}" nar "Luna, now completely lost in pleasure, begins shaking slightly, prompting you to pick up the pace even further." @@ -1101,7 +1101,7 @@ label ll_pf_inspect_T2_E3_intro: show lun_inspect spread_legs eyes_halflid_down as cg with d3 - lun "*Ah*...{w=0.3} Yes...{w=0.3} [name_genie_luna]." + lun "{bounce}*Ah*...{/bounce}{w=0.3} Yes...{w=0.3} [name_genie_luna]." show lun_inspect spread_legs eyes_closed mouth_soft as cg with d3 @@ -1111,11 +1111,11 @@ label ll_pf_inspect_T2_E3_intro: show lun_inspect spread_legs eyebrows_worried mouth_open as cg with d3 - lun "*Ah*...{w=0.5} [name_genie_luna]...{w=0.4} I think this is it!" + lun "{bounce}*Ah*...{/bounce}{w=0.5} [name_genie_luna]...{w=0.4} I think this is it!" show lun_inspect spread_legs eyebrows_angry as cg with d3 - lun "I'm...{w=0.3} *Ah*...{w=0.3} I'm--" + lun "I'm...{w=0.3} {bounce}*Ah*...{/bounce}{w=0.3} I'm--" gen "Yes girl, let all of it out!" show lun_inspect legs_together arm_right_touch_pussy_inserted eyebrows_worried mouth_grin as cg with d3 @@ -1123,7 +1123,7 @@ label ll_pf_inspect_T2_E3_intro: nar "You insert your fingers one last time... As Luna's body finally gives in, she locks her legs onto your hand and your finger penetrates her down to the base." show lun_inspect legs_together eyebrows_angry eyes_base_up as cg with d3 - lun "I'm cumming!!" + lun "{shake}I'm cumming!!{/shake}" show lun_inspect legs_together eyes_closed as cg with d3 lun "*Nngh*...{w=0.8}{nw}" @@ -1142,7 +1142,7 @@ label ll_pf_inspect_T2_E3_intro: play sound "sounds/slick_01.ogg" show lun_inspect head_back_legs_together eyes_base_up_hearts mouth_open_ahegao_spit as cg with d3 - lun "*AAAAAH*!!!" + lun "{shake}*AAAAAH*!!!{/shake}" nar "Your fingers now locked inside of Luna, you feel her entire body spasms as wave after wave of pleasure passes through her body." show lun_inspect legs_together eyes_closed mouth_base as cg with d3 @@ -1152,7 +1152,7 @@ label ll_pf_inspect_T2_E3_intro: with kissiris play sound "sounds/slick_01.ogg" show lun_inspect legs_together eyes_halflid_up mouth_grin as cg - lun "Wow... That was--{fast} *Ah*..." + lun "Wow... That was--{fast} {bounce}*Ah*...{/bounce}" show lun_inspect legs_together eyes_closed as cg with d3 lun "*Mmm*...{w=0.4} You were right...{w=0.3} That...{w=0.3} That relief..." @@ -1164,7 +1164,7 @@ label ll_pf_inspect_T2_E3_intro: nar "Luckily her grip around your fingers finally loosens enough for you to free yourself, and you swiftly pull them out, which causes her to shudder once more." play sound "sounds/slick_02.ogg" - lun "*Ah*..." + lun "*Ah*...{heart}" nar "Admiring your work, you watch as a streak of liquid runs down her leg before settling on the floor." @@ -1270,11 +1270,11 @@ label ll_pf_inspect_T2_E4_repeat: show lun_inspect legs_together arms_grab eyebrows_angry eyes_closed mouth_soft as cg with d3 pause 0.8 - lun "*Eeek*!!{w=0.4}{nw}" + lun "{shudder}*Eeek*!!{/shudder}{w=0.4}{nw}" show lun_inspect legs_together -arms_grab arm_right_down arm_left_hold eyebrows_angry eyes_wide_stare mouth_open as cg - lun "*Eeek*!!{fast}" + lun "{shudder}*Eeek*!!{/shudder}{fast}" gen "[name_luna_genie]?" @@ -1294,7 +1294,7 @@ label ll_pf_inspect_T2_E4_repeat: show lun_inspect legs_together blush eyes_halflid_up mouth_open as cg with d3 - lun "*Ah*..." + lun "{bounce}*Ah*..{/bounce}." gen "How's this, [name_luna_genie]?" gen "Feeling any build up yet?" @@ -1322,7 +1322,7 @@ label ll_pf_inspect_T2_E4_repeat: #Pose touch pussy show lun_inspect spread_legs -arms_grab arm_right_touch_pussy_pause eyes_halflid_up mouth_grin as cg with d3 - lun "Ooooh..." + lun "{shake}Ooooh...{/shake}" nar "Luna shivers slightly as your hand graces her pussy..." nar "You notice that she's already wet, as your fingers slide across her with ease..." gen "Looks like someone's been looking forward to this..." @@ -1332,7 +1332,7 @@ label ll_pf_inspect_T2_E4_repeat: show lun_inspect spread_legs arm_right_touch_pussy_inserted eyebrows_shocked eyes_wide_stare mouth_soft as cg with d3 with kissiris - lun "{heart}*Oooooh*{heart}..." + lun "{hearts}*Oooooh*{hearts}..." gen "There we go..." show lun_inspect spread_legs eyes_wide_right mouth_grin as cg with d3 @@ -1353,17 +1353,17 @@ label ll_pf_inspect_T2_E4_repeat: show lun_inspect legs_together eyebrows_shocked eyes_wide_up mouth_open_tongue as cg with d3 - lun "*Ah*!!!" + lun "{shake}*Ah*!!!{/shake}" nar "Taken by surprise, Luna clenches her thighs, which only strengthens her grip around your finger..." show lun_inspect legs_together eyebrows_base eyes_halflid_up mouth_open as cg with d3 - lun "*Ah*... [name_genie_luna]!" + lun "{bounce}*Ah*...{/bounce} [name_genie_luna]!" gen "That's it [name_luna_genie]...{w=0.4} Keep that grip steady, and this will be over before you know it..." show lun_inspect legs_together eyebrows_worried mouth_soft as cg with d3 - lun "*Ah*...{w=0.3} *Ah*...{w=0.3} But [name_genie_luna]--" + lun "{bounce}*Ah*...{w=0.3} *Ah*...{/bounce}{w=0.3} But [name_genie_luna]--" show lun_inspect spread_legs as cg with d3 @@ -1382,7 +1382,7 @@ label ll_pf_inspect_T2_E4_repeat: play background "sounds/slickloopfast.ogg" show lun_inspect spread_legs eyebrows_worried as cg with d3 - lun "*Ah*...{w=0.4} *Ah*...{w=0.4} No..." + lun "{bounce}*Ah*...{w=0.4} *Ah*...{/bounce}{w=0.4} No..." stop background show lun_inspect legs_together arm_right_touch_pussy_inserted eyebrows_angry eyes_closed mouth_neutral as cg with d3 @@ -1397,21 +1397,21 @@ label ll_pf_inspect_T2_E4_repeat: show lun_inspect legs_together eyebrows_worried mouth_soft as cg with d3 - lun "[name_genie_luna]...{w=0.2} *Ah*...{w=0.2} Please..." + lun "[name_genie_luna]...{w=0.2} {bounce}*Ah*...{/bounce}{w=0.2} Please..." nar "Taking her pleas as a challenge, you insert your finger all the way in, which proves to be enough for the girl." show lun_inspect legs_together eyes_halflid_up mouth_open_tongue_spit as cg with d3 - lun @ cheeks blush "*Ah*...{w=0.2} No...{w=0.3} I'm cumming!!" ("clench", "happyCl", "worried", "mid") + lun @ cheeks blush "{bounce}*Ah*...{/bounce}{w=0.2} No...{w=0.3} I'm cumming!!" ("clench", "happyCl", "worried", "mid") show lun_inspect head_back_spread_legs squirt eyes_base_up_hearts mouth_open_ahegao_spit as cg with d3 play sound "sounds/slick_01.ogg" pause 0.6 - lun "*AAAAAH*!!!{w=0.4}{nw}" + lun "{shake}*AAAAAH*!!!{/shake}{w=0.4}{nw}" show lun_inspect head_back_spread_legs -squirt wet as cg - lun "*AAAAAH*!!!{fast}" + lun "{shake}*AAAAAH*!!!{/shake}{fast}" nar "Luna's pussy convulses against your finger, as waves of pleasure washes over her." @@ -1421,11 +1421,11 @@ label ll_pf_inspect_T2_E4_repeat: show lun_inspect head_back_legs_together arm_right_touch_pussy_pause mouth_open as cg with d3 - lun "*Ah*..." + lun "{bounce}*Ah*...{/bounce}" show lun_inspect legs_together eyes_closed mouth_base as cg with d3 - lun "*Mmm*..." + lun "*Mmm*...{heart}" show screen blkfade with d5 @@ -1541,7 +1541,7 @@ label ll_pf_inspect_T3_E1_repeat: show lun_inspect arms_touch_tits eyebrows_shocked eyes_wide_up mouth_grin as cg with d3 nar "Grabbing onto Luna's breasts, you begin massaging them gently." - lun "*Ah*..." + lun "{bounce}*Ah*...{/bounce}" nar "Luna immediately shudders, and lets out a soft moan as a response to your touch." gen "(All day... Such a silly girl, I doubt she'd last an hour...)" nar "You give Luna's nipples a quick pinch." @@ -1550,7 +1550,7 @@ label ll_pf_inspect_T3_E1_repeat: with hpunch show lun_inspect arms_touch_tits eyebrows_angry eyes_wide_stare mouth_open as cg with d3 - lun "Ouch!" + lun "{shudder}Ouch!{/shudder}" gen "(What the--{w=0.2} Did her tits just make a squeaking sound?)" menu: "-Pinch her again-": @@ -1562,7 +1562,7 @@ label ll_pf_inspect_T3_E1_repeat: show lun_inspect arms_touch_tits eyebrows_angry eyes_closed mouth_annoyed as cg with d3 - lun "Ow, Ow, Ow!!" + lun "{shudder}Ow, Ow, Ow!!{/shudder}" gen "(*Hmm*... No sound this time... Maybe I need to pinch them a bit harder...)" show lun_inspect arms_touch_tits eyebrows_shocked eyes_wide_up mouth_open as cg with d3 @@ -1617,7 +1617,7 @@ label ll_pf_inspect_T3_E1_repeat: show lun_inspect mouth_base as cg with d3 - lun "*Ah*...{w=0.4} How...{w=0.4} How strange..." + lun "{bounce}*Ah*...{/bounce}{w=0.4} How...{w=0.4} How strange..." nar "Luna, now enjoying the heightened sensitivity of her nipples, begins to relax, her breathing slowing down more and more." lun "..." gen "(Am I just giving her a massage now?)" @@ -1638,7 +1638,7 @@ label ll_pf_inspect_T3_E1_repeat: show lun_inspect mouth_open as cg with d3 - lun "*Ah*....." + lun "{bounce}*Ah*.....{/bounce}" nar "You suddenly feel her beginning to go limp in your hands, and realise that your grip is the only thing preventing her from slumping forward." gen "*Err*... Are you--" @@ -1669,13 +1669,13 @@ label ll_pf_inspect_T3_E1_repeat: show lun_inspect eyes_halflid_stare mouth_open as cg with d3 - lun "*Ah*..." + lun "{bounce}*Ah*...{/bounce}" nar "As you brush up against her, you notice how wet she is already." gen "*Hmm*... Looks like that massage helped after all..." show lun_inspect eyes_closed as cg with d3 - lun "*Ah*...{w=0.4} *Ah*...{w=0.4} *Ah*..." + lun "{bounce}*Ah*...{w=0.4} *Ah*...{w=0.4} *Ah*...{/bounce}" nar "Moving your forefinger up and down against Luna, you hear her breathing becoming more and more erratic, and you feel your cock twitch slightly against her." gen "(Time to bust this thing wide open...)" @@ -1685,7 +1685,7 @@ label ll_pf_inspect_T3_E1_repeat: show lun_inspect eyes_halflid_up mouth_grin arm_right_touch_pussy_inserted as cg with d3 play sound "sounds/slick_02.ogg" with kissiris - lun "{heart}*Ngh*{heart}..." + lun "{hearts}*Ngh*{hearts}" show lun_inspect spread_legs moist arm_right_touch_pussy as cg with d3 play background "sounds/slickloop.ogg" fadein 2 @@ -1694,12 +1694,12 @@ label ll_pf_inspect_T3_E1_repeat: show lun_inspect mouth_soft as cg with d3 - lun "*Ah*... What are... What are you doing [name_genie_luna]..." + lun "{bounce}*Ah*...{/bounce} What are... What are you doing [name_genie_luna]..." gen "Oh... You know... Just looking for something..." show lun_inspect mouth_open as cg with d3 - lun "*Ah*...{w=0.4} Looking...{w=0.4} *Ah*...{w=0.4} What are you--" + lun "{bounce}*Ah*...{/bounce}{w=0.4} Looking...{w=0.4} {bounce}*Ah*...{/bounce}{w=0.4} What are you--" gen "Why I'll never find it at this rate... Better pick up the pace." play background "sounds/slickloopfast.ogg" @@ -1707,16 +1707,16 @@ label ll_pf_inspect_T3_E1_repeat: show lun_inspect eyebrows_worried eyes_closed as cg with d3 - lun "*Ah*...{w=0.4} [name_genie_luna]..." + lun "{bounce}*Ah*...{/bounce}{w=0.4} [name_genie_luna]..." gen "*Hmm*... I still can't find it..." - lun "*Ah*...{w=0.3} *Ah*...{w=0.3} Are you...{w=0.3} Are you sure..." + lun "{bounce}*Ah*...{w=0.3} *Ah*...{/bounce}{w=0.3} Are you...{w=0.3} Are you sure..." nar "You keep moving your finger inside Luna, and as you do, you feel her clench around it slightly." gen "Yes...{w=0.3} Although, maybe it's just hiding somewhere too far for me to reach..." show lun_inspect mouth_soft as cg with d3 - lun "*Ah*...{w=0.3} It...{w=0.3} What exactly are you looking--" + lun "{bounce}*Ah*...{/bounce}{w=0.3} It...{w=0.3} What exactly are you looking--" gen "If I'm correct, it should be around..." play sound "sounds/slick_02.ogg" @@ -1726,7 +1726,7 @@ label ll_pf_inspect_T3_E1_repeat: gen "Here!" nar "You suddenly push hard against Luna's womb." - lun "*Oooooh*!!!" + lun "{shake}*Oooooh*!!!{/shake}" gen "Yes... This spot feels about right..." gen "Now, the question is... Can I make it all the way in there..." @@ -1735,7 +1735,7 @@ label ll_pf_inspect_T3_E1_repeat: show lun_inspect arm_right_touch_pussy eyebrows_base eyes_halflid_up as cg with d3 nar "You push your finger inside Luna, then start pumping it quickly in and out." - lun "*Ah*...{w=0.2} *Ah*...{w=0.2} *Ah*..." + lun "{bounce}*Ah*...{w=0.2} *Ah*...{w=0.2} *Ah*...{/bounce}" nar "Luna's moans reverberates around your office, and you notice her legs beginning to shake slightly." gen "*Hmm*... It seems I can't reach the depth I hoped for from this angle.... What if--" @@ -1750,13 +1750,13 @@ label ll_pf_inspect_T3_E1_repeat: show lun_inspect mouth_open as cg with d3 - lun "*Ah*...{w=0.4} I'm...{w=0.3} almost...{w=0.4}{nw}" + lun "{bounce}*Ah*...{/bounce}{w=0.4} I'm...{w=0.3} almost...{w=0.4}{nw}" stop background fadeout 2 play sound "sounds/slick_02.ogg" show lun_inspect eyes_base_up arm_right_touch_mound as cg - lun "*Ah*... I'm...{fast} {size=+5}Cumming!!{/size}" + lun "{bounce}*Ah*...{/bounce} I'm...{fast} {size=+5}Cumming!!{/size}" show lun_inspect eyes_base_up mouth_open_tongue as cg with d3 @@ -1766,11 +1766,11 @@ label ll_pf_inspect_T3_E1_repeat: pause 0.3 show lun_inspect -squirt wet as cg - lun "*AAAAAH*!!!" + lun "{shake}*AAAAAH*!!!{/shake}" show lun_inspect eyes_closed mouth_base as cg with d3 - lun "*Ah*...{w=0.2} I'm...{w=0.2} I'm--" + lun "{bounce}*Ah*...{/bounce}{w=0.2} I'm...{w=0.2} I'm--" lun "*Mmm*..." show screen blkfade @@ -1883,7 +1883,7 @@ label ll_pf_inspect_T4_E1_repeat: show lun_inspect eyebrows_worried eyes_wide_stare mouth_soft as cg with d3 - lun "Ouch!" + lun "{shake}Ouch!{/shake}" show lun_inspect eyebrows_angry eyes_wide_down as cg with d3 @@ -1938,13 +1938,13 @@ label ll_pf_inspect_T4_E1_repeat: show lun_inspect eyes_closed as cg with d3 - lun "*Ah*...{w=0.4} I--{w=0.2} *Ngh*...{w=0.4} I think it's working." + lun "{bounce}*Ah*...{/bounce}{w=0.4} I--{w=0.2} {shudder}*Ngh*...{/shudder}{w=0.4} I think it's working." lun "I can feel them gathering already." gen "Truly?" show lun_inspect blush mouth_open as cg with d3 - lun "*Ah*...{w=0.4} How...{w=0.4} How do you feel, [name_genie_luna]?" + lun "{bounce}*Ah*...{/bounce}{w=0.4} How...{w=0.4} How do you feel, [name_genie_luna]?" gen "Me?" show lun_inspect eyes_halflid_right mouth_soft as cg with d3 @@ -1973,7 +1973,7 @@ label ll_pf_inspect_T4_E1_repeat: show lun_inspect eyes_base_down mouth_base as cg with d3 - lun "*Ah*...{w=0.4} Really?" + lun "{bounce}*Ah*...{/bounce}{w=0.4} Really?" show lun_inspect eyebrows_raised mouth_open as cg with d3 @@ -1988,7 +1988,7 @@ label ll_pf_inspect_T4_E1_repeat: show lun_inspect eyes_halflid_right as cg with d3 lun "*Mhm*?" - gen "*Ah*...{w=0.4} Yes, some people prefer the roundness and firmness of an--" + gen "{bounce}*Ah*...{/bounce}{w=0.4} Yes, some people prefer the roundness and firmness of an--" show lun_inspect eyebrows_raised eyes_base_right mouth_open as cg with d3 @@ -2048,12 +2048,12 @@ label ll_pf_inspect_T4_E1_repeat: with hpunch nar "You give Luna's nipples a quick pinch, and in return, you feel her ass clench around your cock." - lun "*Ngh*!" + lun "{shudder}*Ngh*!{/shudder}" gen "How was that?" show lun_inspect eyebrows_worried eyes_halflid_right as cg with d3 - lun "*Ah*...{w=0.4} Very...{w=0.4} fun..." + lun "{bounce}*Ah*...{/bounce}{w=0.4} Very...{w=0.4} fun..." gen "Truly?" show lun_inspect eyes_base_down as cg with d3 @@ -2065,7 +2065,7 @@ label ll_pf_inspect_T4_E1_repeat: show lun_inspect eyebrows_shocked eyes_wide_up mouth_open as cg with d3 nar "You pinch Luna's nipples again, and feel her ass clench even harder around your cock." - lun "Ouch!" + lun "{shudder}Ouch!{/shudder}" gen "How's that?" show lun_inspect eyebrows_worried eyes_closed mouth_annoyed as cg with d3 @@ -2075,12 +2075,12 @@ label ll_pf_inspect_T4_E1_repeat: show lun_inspect eyebrows_base eyes_halflid_down mouth_soft as cg with d3 - lun "*Ah*...{w=0.4} *Ah*...{w=0.4} But, I wasn't--" + lun "{bounce}*Ah*...{w=0.4} *Ah*...{/bounce}{w=0.4} But, I wasn't--" gen "So, what now? Would you like me to move on to something else?" show lun_inspect eyebrows_shocked eyes_base_down as cg with d3 - lun "*Ah*...{w=0.4} *Ah*...{w=0.4} You could--{w=0.2} Could you stroke my breasts for a bit, [name_genie_luna]?" + lun "{bounce}*Ah*...{w=0.4} *Ah*...{/bounce}{w=0.4} You could--{w=0.2} Could you stroke my breasts for a bit, [name_genie_luna]?" gen "Good idea...{w=0.4} We should take advantage of your heightened sensitivity..." show lun_inspect eyebrows_base eyes_closed as cg with d3 @@ -2088,7 +2088,7 @@ label ll_pf_inspect_T4_E1_repeat: show lun_inspect moist mouth_base as cg with d3 - lun "*Mmm*..." + lun "*Mmm*...{heart}" nar "As you continue stroking her, you notice some wetness forming in-between Luna's legs." nar "You feel your dick twitch slightly beneath her, and decide to try and move things along swiftly." @@ -2104,7 +2104,7 @@ label ll_pf_inspect_T4_E1_repeat: show lun_inspect mouth_open as cg with d3 - lun "*Ah*...{w=0.4} *Ah*...{w=0.4} *Ah*..." + lun "{bounce}*Ah*...{w=0.4} *Ah*...{w=0.4} *Ah*...{/bounce}" gen "[name_luna_genie]...{w=0.4} I've got this crazy idea...{w=0.4} What if I tried inserting--" nar "Suddenly, and with a jolt, Luna's entire body starts shaking." @@ -2118,7 +2118,7 @@ label ll_pf_inspect_T4_E1_repeat: pause 0.3 show lun_inspect -squirt wet as cg - lun "*Aaaah*!!!" + lun "{shake}*Aaaah*!!!{/shake}" gen "What the--" diff --git a/game/scripts/characters/luna/events/favors/masturbate_for_me.rpy b/game/scripts/characters/luna/events/favors/masturbate_for_me.rpy index e01285d4..8f799e03 100644 --- a/game/scripts/characters/luna/events/favors/masturbate_for_me.rpy +++ b/game/scripts/characters/luna/events/favors/masturbate_for_me.rpy @@ -124,16 +124,16 @@ label ll_pf_masturbate_T3_E1_intro: hide screen blkfade with d3 - lun "*Ah*..." ("open", "narrow", "base", "up") + lun "{bounce}*Ah*...{/bounce}" ("open", "narrow", "base", "up") gen "Is everything alright, [name_luna_genie]?" - lun "*Ah*...{w=0.3} of course, [name_genie_luna]!" ("soft", "narrow", "base", "stare") + lun "{bounce}*Ah*...{/bounce}{w=0.3} of course, [name_genie_luna]!" ("soft", "narrow", "base", "stare") lun "My fingers are just a bit cold..." ("normal", "narrow", "base", "mid") gen "That's fine... Just try rubbing yourself, and your fingers will warm up in just a moment." - lun "*Ah*...{w=0.3} Yes [name_genie_luna]..." ("angry", "narrow", "low", "stare") + lun "{bounce}*Ah*...{/bounce}{w=0.3} Yes [name_genie_luna]..." ("angry", "narrow", "low", "stare") gen "..." - lun "*Ah*...{w=0.3} is this how it should be done?" ("soft", "base", "base", "mid") + lun "{bounce}*Ah*...{/bounce}{w=0.3} is this how it should be done?" ("soft", "base", "base", "mid") gen "As long as it's feeling good, then I'm sure it's working. Just keep going, and you'll soon be rid of those nasty Wickerspoons." lun "I'm glad..." ("base", "narrow", "base", "down") lun "Although it feels a bit different compared to when you helped me..." ("annoyed", "narrow", "base", "down") @@ -193,7 +193,7 @@ label ll_pf_masturbate_T3_E1_intro: gen "Try moving your hand up a bit more..." lun "Up a bit--" ("angry", "closed", "low", "mid") - lun "*Ah*..." ("grin", "closed", "worried", "mid") + lun "{bounce}*Ah*...{/bounce}" ("grin", "closed", "worried", "mid") lun "*Mmm*..." ("base", "closed", "base", "mid") nar "Luna gives off a soft moan under her breath." gen "(There we go...)" @@ -203,28 +203,28 @@ label ll_pf_masturbate_T3_E1_intro: lun "Oooh! {heart}" ("grin", "closed", "base", "mid") - lun "*Ah*...{w=0.3} Yes...{w=0.3} I think it's working, [name_genie_luna]!" ("grin", "closed", "annoyed", "mid") + lun "{bounce}*Ah*...{/bounce}{w=0.3} Yes...{w=0.3} I think it's working, [name_genie_luna]!" ("grin", "closed", "annoyed", "mid") gen "*Shhh*...{w=0.3} Don't speak...{w=0.3} Just focus." lun "" ("grin", "closed", "base", "mid") gen "Empty your mind and only think about what makes you feel good..." lun "Okay..." ("base", "closed", "base", "mid") lun "" ("soft", "closed", "low", "mid") call ctc - lun "*Ah*..." ("open", "closed", "base", "mid") + lun "{bounce}*Ah*...{/bounce}" ("open", "closed", "base", "mid") lun "[name_genie_luna]..." ("soft", "closed", "base", "mid") - lun "*Ah*...{w=0.3} [name_genie_luna]..." ("soft", "closed", "base", "mid") + lun "{bounce}*Ah*...{/bounce}{w=0.3} [name_genie_luna]..." ("soft", "closed", "base", "mid") lun "I think..." ("open", "closed", "base", "mid") - lun "*Ah*..." ("open", "closed", "base", "mid") + lun "{bounce}*Ah*...{/bounce}" ("open", "closed", "base", "mid") lun "I think I've almost..." ("soft", "closed", "base", "mid") gen "*Shhh*..." nar "You see Luna's hand move swiftly beneath her skirt." lun "*Mmmm*..." ("base", "closed", "base", "mid") - lun "*Ah*..." ("open", "closed", "base", "mid") - lun "*A-ah*..." ("grin", "closed", "base", "mid") + lun "{bounce}*Ah*...{/bounce}" ("open", "closed", "base", "mid") + lun "{bounce}*A-ah*...{/bounce}" ("grin", "closed", "base", "mid") lun "Yes..." ("grin", "closed", "low", "mid") - lun "*Ah*... *Ah*...{heart}" ("grin", "closed", "low", "mid") + lun "{bounce}*Ah*...{w=0.3} *Ah*...{/bounce}{heart}" ("grin", "closed", "low", "mid") lun "{size=+4}*Mmm*...{w=0.3} Yes...{heart}{/size}" ("crooked_smile", "narrow", "base", "up") lun "{size=+8}*Ah*...{w=0.3} *Ah*...{/size}" ("crooked_smile", "narrow", "base", "up") gen "That's it--" @@ -234,23 +234,23 @@ label ll_pf_masturbate_T3_E1_intro: lun @ cheeks blush "*Ah*! I think they're attacking me, [name_genie_luna]!" ("crooked_smile", "base", "base", "up") lun "I... I can't stop moving my--" ("grin", "happyCl", "base", "mid") gen "Keep going! You're doing it!" - lun "*Ah*...{w=0.4} Yes [name_genie_luna]...{heart}" ("crooked_smile", "happyCl", "base", "up") - lun "*Ah*...{w=0.4} *Ah*...{w=0.4} *Ah*...{w=0.4}" ("soft", "happyCl", "base", "up") - lun "*Ngh*... It's...{w=0.3} I'm--" ("grin", "happyCl", "base", "mid") + lun "{bounce}*Ah*...{/bounce}{w=0.4} Yes [name_genie_luna]...{heart}" ("crooked_smile", "happyCl", "base", "up") + lun "{bounce}*Ah*...{w=0.4} *Ah*...{w=0.4} *Ah*...{/bounce}{w=0.4}" ("soft", "happyCl", "base", "up") + lun "{shudder}*Ngh*{/shudder} It's...{w=0.3} I'm--" ("grin", "happyCl", "base", "mid") play sound "sounds/slick_01.ogg" with kissiris - lun "*Ah*!" ("grin", "narrow", "base", "ahegao") + lun "{shudder}*Ah*!{/shudder}" ("grin", "narrow", "base", "ahegao") - lun "*Mmm*..." ("grin", "narrow", "base", "up") + lun "*Mmm*...{heart}" ("grin", "narrow", "base", "up") gen "Well done--" play sound "sounds/slick_01.ogg" with kissiris - lun "*Ah*!" ("crooked_smile", "narrow", "base", "up") + lun "{shudder}*Ah*!{/shudder}}" ("crooked_smile", "narrow", "base", "up") lun "..." ("soft", "narrow", "base", "stare") - lun "{size=-5}*Sigh*...{/size}" ("base", "closed", "low", "mid") + lun "{bounce}*Sigh*{/bounce}" ("base", "closed", "low", "mid") #end of masturbate section (Cuts to Normal office screen with blkfade) show screen blkfade @@ -397,31 +397,31 @@ label ll_pf_masturbate_T3_E2_intro: lun "I've not been able to stop thinking about this since last time..." ("grin", "narrow", "base", "stare") lun "I worry those slimy wrackspurts have infested the dormitories, because I'm having trouble sleeping as well..." ("angry", "narrow", "base", "down") gen "That's quite possible..." - lun "It's--{w=0.2} *Ah*...{w=0.3} It's weird...{w=0.3} I almost feel glad I've got them..." ("angry", "closed", "base", "mid") + lun "It's--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.3} It's weird...{w=0.3} I almost feel glad I've got them..." ("angry", "closed", "base", "mid") lun "Getting rid of them feels...{w=0.4} so...{w=0.3} so...{w=0.3}{nw}" ("angry", "closed", "low", "mid") - lun "Getting rid of them feels... so... so...{fast} good..." ("grin", "narrow", "base", "stare") + lun "Getting rid of them feels... so... so...{fast} {shake}good...{/shake}" ("grin", "narrow", "base", "stare") gen "The positive feelings must be your body telling you that you're doing the right thing, by expelling them..." - lun "*Ah*..." ("grin", "narrow", "base", "up") - lun "I must be...{w=0.3} *Ah*...{w=0.3} Expelling a lot of them then..." ("base", "narrow", "base", "stare") - lun "*Ah*... [name_genie_luna], I'm feeling hot all over..." ("angry", "happyCl", "base", "mid") + lun "{bounce}*Ah*...{/bounce}" ("grin", "narrow", "base", "up") + lun "I must be...{w=0.3} {bounce}*Ah*...{/bounce}{w=0.3} Expelling a lot of them then..." ("base", "narrow", "base", "stare") + lun "{bounce}*Ah*...{/bounce}{w=0.3} [name_genie_luna], I'm feeling hot all over..." ("angry", "happyCl", "base", "mid") lun "And that itch... It's all over my--" ("angry", "narrow", "base", "down") - lun "*Ah*..." ("soft", "happyCl", "base", "down") + lun "{bounce}*Ah*...{/bounce}" ("soft", "happyCl", "base", "down") gen "That means your body is ready for the next step..." - lun "[name_genie_luna]...{w=0.3} *Ah*... I'm not sure I'm ready..." ("angry", "happyCl", "base", "mid") + lun "[name_genie_luna]...{w=0.3} {bounce}*Ah*...{/bounce}{w=0.3} I'm not sure I'm ready..." ("angry", "happyCl", "base", "mid") gen "Nonsense..." gen "Just take it slow and gently push a finger in..." - lun "*Ah*...{w=0.3} *Ah*...{w=0.3} Alright..." ("open", "happyCl", "base", "mid") + lun "{bounce}*Ah*...{w=0.3} *Ah*...{/bounce}{w=0.3} Alright..." ("open", "happyCl", "base", "mid") nar "Luna begins rubbing a finger across her slit... Still a little apprehensive about putting it inside..." - lun "*Ah*...{w=0.3} [name_genie_luna]..." ("soft", "happyCl", "base", "mid") + lun "{bounce}*Ah*...{/bounce}{w=0.3} [name_genie_luna]..." ("soft", "happyCl", "base", "mid") gen "Gently..." lun "Gently...{w=0.4} Okay..." ("angry", "closed", "base", "mid") - lun "*Nnnngh*..." ("clench", "happyCl", "base", "mid") + lun "{shudder}*Nnnngh*{/shudder}" ("clench", "happyCl", "base", "mid") #Finger inserted play sound "sounds/slick_02.ogg" with kissiris - lun "*Ah*..." ("base", "narrow", "base", "up") + lun "{bounce}*Ah*...{/bounce}" ("base", "narrow", "base", "up") lun "I...{w=0.3} I did it, [name_genie_luna]..." ("grin", "narrow", "base", "up") gen "How does it feel?" lun "It...{w=0.3} Good...{w=0.5} Just a bit strange..." ("soft", "narrow", "base", "stare") @@ -432,18 +432,18 @@ label ll_pf_masturbate_T3_E2_intro: #Luna fingering nar "Luna starts pushing her fingers in and out, the sounds of her moaning becoming more and more shallow as she goes on." - lun "*Ah*...{w=0.4} *Ah*...{w=0.4} *Ah*..." ("open", "closed", "base", "mid") - lun "How--{w=0.2} *Ah*...{w=0.4} How is it looking?" ("soft", "closed", "base", "up") + lun "{bounce}*Ah*...{w=0.4} *Ah*...{w=0.4} *Ah*...{/bounce}" ("open", "closed", "base", "mid") + lun "How--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} How is it looking?" ("soft", "closed", "base", "up") gen "Very good [name_luna_genie]... You're very pretty..." - lun "*Ah*...{w=0.3} I'm--{w=0.2} *Ah*...{w=0.4} I'm pretty, [name_genie_luna]?" ("angry", "narrow", "base", "stare") + lun "{bounce}*Ah*...{/bounce}{w=0.3} I'm--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} I'm pretty, [name_genie_luna]?" ("angry", "narrow", "base", "stare") gen "Why yes, [name_luna_genie]. Your body is very nice..." - lun "[name_genie_luna]--{w=0.2} *Ah*...{w=0.4} That's not what I--{w=0.4}{nw}" ("angry", "narrow", "base", "mid") - lun "[name_genie_luna]-- *Ah*... That's not what I--{fast} *Ah*..." ("angry", "closed", "base", "mid") + lun "[name_genie_luna]--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} That's not what I--{w=0.4}{nw}" ("angry", "narrow", "base", "mid") + lun "[name_genie_luna]-- {bounce}*Ah*...{/bounce} That's not what I--{fast} {bounce}*Ah*...{/bounce}" ("angry", "closed", "base", "mid") lun "I merely wanted to know if I was doing it right..." ("soft", "closed", "base", "mid") gen "I know." - lun "*Ah*...{w=0.3} [name_genie_luna]?" ("soft", "narrow", "base", "stare") + lun "{bounce}*Ah*...{/bounce}{w=0.3} [name_genie_luna]?" ("soft", "narrow", "base", "stare") gen "Take your top off for me, will you..." - lun "*Ah*...{w=0.3} *Ah*...{w=0.3} Okay..." ("open", "narrow", "base", "up") + lun "{bounce}*Ah*...{w=0.3} *Ah*...{/bounce}{w=0.3} Okay..." ("open", "narrow", "base", "up") #Luna takes out finger stop background fadeout 2 @@ -470,11 +470,11 @@ label ll_pf_masturbate_T3_E2_intro: lun "*Mmm*..." ("base", "closed", "base", "mid") gen "That's it... Keep rubbing that cute slit of yours..." - lun "*Ah*...{w=0.4} *Ah*...{w=0.4}*Ah*..." ("soft", "closed", "base", "down") + lun "{bounce}*Ah*...{w=0.4} *Ah*...{w=0.4}*Ah*...{/bounce}" ("soft", "closed", "base", "down") gen "Look at me [name_luna_genie]." - lun "*Ah*...{w=0.4} *Ah*...{w=0.4} *Ah*..." ("soft", "narrow", "base", "mid") + lun "{bounce}*Ah*...{w=0.4} *Ah*...{w=0.4} *Ah*...{/bounce}" ("soft", "narrow", "base", "mid") gen "Show me your tongue..." - lun "*Ah*...{w=0.4} My...{w=0.4} My tongue?" ("angry", "base", "base", "mid") + lun "{bounce}*Ah*...{/bounce}{w=0.4} My...{w=0.4} My tongue?" ("angry", "base", "base", "mid") lun "Is this part of our research?" ("angry", "base", "base", "R") gen "Yes... Open your mouth as wide as you can please." lun "But--" ("open", "base", "base", "mid") @@ -505,23 +505,23 @@ label ll_pf_masturbate_T3_E2_intro: play background "sounds/slickloop.ogg" fadein 2 #Luna fingering - lun "*Ah*...{w=0.4} *Ah*...{w=0.4} *Ah*..." ("open", "closed", "base", "mid") - lun "[name_genie_luna]... *Ah*...{w=0.3} I feel them building up again..." ("soft", "closed", "base", "mid") + lun "{bounce}*Ah*...{w=0.4} *Ah*...{w=0.4} *Ah*...{/bounce}" ("open", "closed", "base", "mid") + lun "[name_genie_luna]... {bounce}*Ah*...{/bounce}{w=0.3} I feel them building up again..." ("soft", "closed", "base", "mid") gen "Good girl, then try going a bit faster..." lun "Oh-- Okay..." ("soft", "closed", "base", "mid") play background "sounds/slickloopfast.ogg" - lun "*Ah*...{w=0.2}*Ah*...{w=0.2}*Ah*..." ("open", "narrow", "base", "up") + lun "{bounce}*Ah*...{w=0.2}*Ah*...{w=0.2}*Ah*...{/bounce}" ("open", "narrow", "base", "up") lun "I think...{w=0.3} *Ah*...{w=0.3} I'm about to...{w=0.3} *Ah*..." ("angry", "narrow", "base", "up") gen "Oh, are you cumming already?" - lun "*Ah*... Yes, I'm--" ("angry", "narrow", "base", "stare") - lun "*Ah*...{w=0.3} I'm cumming [name_genie_luna]!!{heart}{heart}" ("grin", "happyCl", "base", "up") + lun "{bounce}*Ah*...{/bounce} Yes, I'm--" ("angry", "narrow", "base", "stare") + lun "{bounce}*Ah*...{/bounce}{w=0.3} I'm cumming [name_genie_luna]!!{heart}{heart}" ("grin", "happyCl", "base", "up") play sound "sounds/slick_01.ogg" with kissiris - lun "*Ah*!{heart}" ("grin", "narrow", "base", "up") + lun "{shudder}*Ah*!{/shudder}{heart}" ("grin", "narrow", "base", "up") nar "You see a flush of red roll over Luna's face as her body twitches from the throes of her orgasm." @@ -529,7 +529,7 @@ label ll_pf_masturbate_T3_E2_intro: with kissiris $ luna.set_cum(pussy="squirt_post") - lun "*Ah*...{heart}" ("open_tongue", "narrow", "base", "ahegao") + lun "{bounce}*Ah*...{/bounce}{heart}" ("open_tongue", "narrow", "base", "ahegao") nar "Despite this, her fingers remain a flurry of movement until a final wave of pleasure washes over her." play sound "sounds/slick_01.ogg" @@ -559,7 +559,7 @@ label ll_pf_masturbate_T3_E2_intro: call weather_sound gen "It seems those Wickedspots have been giving you a fair bit of grief, haven't they?" ("base", xpos="far_left", ypos="head") - lun "*Ah*...{w=0.3} {heart}yes{heart}..." ("base", "narrow", "base", "down", xpos="mid", ypos="base", trans=dissolve) + lun "{bounce}*Ah*...{/bounce}{w=0.3} {heart}yes{heart}..." ("base", "narrow", "base", "down", xpos="mid", ypos="base", trans=dissolve) gen "Don't worry, that should sort them out for now..." ("base", xpos="far_left", ypos="head") gen "Feeling better?" ("base", xpos="far_left", ypos="head") lun "Yes... I'm feeling much better now... Thank you [name_genie_luna]." ("base", "base", "base", "mid") @@ -617,10 +617,10 @@ label ll_pf_masturbate_T3_E3_intro: # hand moving slow - lun "*Ah*... {heart} Yes..." ("grin", "narrow", "base", "up") + lun "{bounce}*Ah*...{/bounce}{heart} Yes..." ("grin", "narrow", "base", "up") gen "By the great desert sands! You're sopping wet!" lun "I'm sorry [name_genie_luna]... I just...{w=0.3} Need this really bad...{heart}" ("mad", "happyCl", "base", "stare") - lun "These wrackspurts...{w=0.4} *Ah*..." ("upset", "happyCl", "base", "mid") + lun "These wrackspurts...{w=0.4} {bounce}*Ah*...{/bounce}" ("upset", "happyCl", "base", "mid") lun "They've been very tiresome..." ("angry", "narrow", "base", "up") nar "Without being prompted, Luna pushes a finger inside her and starts fingering herself." @@ -629,48 +629,48 @@ label ll_pf_masturbate_T3_E3_intro: play sound "sounds/slick_02.ogg" with kissiris - lun "*Ah*...{heart}" ("grin", "narrow", "base", "up") + lun "{shudder}*Ah*...{/shudder}{heart}" ("grin", "narrow", "base", "up") #Luna fingering play background "sounds/slickloop.ogg" fadein 2 lun "" ("grin", "closed", "base", "mid") gen "You're becoming quite the expert at this..." - lun "*Ah*...{w=0.4} I'm just doing--{w=0.2} *Ah*...{w=0.4} What you've taught me [name_genie_luna]..." ("soft", "closed", "base", "mid") + lun "{bounce}*Ah*...{/bounce}{w=0.4} I'm just doing--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} What you've taught me [name_genie_luna]..." ("soft", "closed", "base", "mid") gen "Don't be so modest [name_luna_genie]... It takes a lot of willpower and determination to get to where you are." - lun "*Ah*... Really?" ("soft", "narrow", "base", "stare") + lun "{bounce}*Ah*...{/bounce}{w=0.4} Really?" ("soft", "narrow", "base", "stare") gen "Absolutely...{w=0.4} You're a natural!" gen "I'd even go as far to say that you were born to do this." - lun "*Mmm*..." ("base", "narrow", "base", "stare") + lun "*Mmm*...{heart}" ("base", "narrow", "base", "stare") lun "Well, I'm not so sure about that..." ("base", "closed", "base", "mid") - lun "Although I must say...{w=0.4} *Ah*...{w=0.4} I've been enjoying these sessions a fair bit, [name_genie_luna]..." ("open", "closed", "base", "mid") + lun "Although I must say...{w=0.4} {bounce}*Ah*...{/bounce}{w=0.4} I've been enjoying these sessions a fair bit, [name_genie_luna]..." ("open", "closed", "base", "mid") lun "They are starting to become all I can think about..." ("base", "closed", "base", "mid") gen "*Hmm*...{w=0.3} Do you think that's a bad thing?" - lun "*Ah*...{w=0.3} of course not!" ("grin", "closed", "base", "mid") - lun "It just...*Hngh*{w=0.3} means that it's working..." ("grin", "happyCl", "base", "mid") + lun "{bounce}*Ah*...{/bounce}{w=0.3} of course not!" ("grin", "closed", "base", "mid") + lun "It just... {shudder}*Hngh*{/shudder}{w=0.3} means that it's working..." ("grin", "happyCl", "base", "mid") lun "If only I could spend all day up here..." ("base", "narrow", "base", "up") gen "Do you think a full day of treatment would get rid of them?" - lun "*Ah*..." ("soft", "narrow", "base", "up") + lun "{bounce}*Ah*...{/bounce}" ("soft", "narrow", "base", "up") lun "I don't know..." ("open", "narrow", "base", "up") lun "But..." ("upset", "narrow", "base", "up") - lun "I think It'd probably feel--{w=0.2} *Ah*..." ("soft", "narrow", "base", "up") + lun "I think It'd probably feel--{w=0.2} {bounce}*Ah*...{/bounce}" ("soft", "narrow", "base", "up") lun "Nice...{heart}{heart}{heart}" ("base", "narrow", "base", "stare") nar "Luna moans softly under her breath." lun "{heart}{heart}{heart}" ("base", "closed", "base", "mid") lun "You, watching me while I do this... For some reason--" ("grin", "narrow", "base", "mid") gen "*Shhh*... Focus [name_luna_genie]..." lun "Yes [name_genie_luna]..." ("base", "narrow", "base", "down") - lun "*Ah*...{w=0.3} *Ah*...{w=0.3} *Ah*..." ("base", "closed", "base", "mid") + lun "{bounce}*Ah*...{w=0.3} *Ah*...{w=0.3} *Ah*...{/bounce}" ("base", "closed", "base", "mid") lun "I think..." ("grin", "closed", "base", "stare") - lun "*Ah*..." ("grin", "narrow", "base", "up") + lun "{shudder}*Ngh*{/shudder}" ("grin", "narrow", "base", "up") lun "I think I've almost got them, [name_genie_luna]..." ("crooked_smile", "narrow", "base", "up") gen "(Already? She's faster than I am!)" lun "[name_genie_luna]... Please..." ("crooked_smile", "narrow", "base", "up") play background "sounds/slickloopfast.ogg" - lun "*Ah*...{w=0.3} Tell me...{w=0.3} Tell me I'm pretty." ("mad", "closed", "base", "stare") + lun "{bounce}*Ah*...{/bounce}{w=0.3} Tell me...{w=0.3} Tell me I'm pretty." ("mad", "closed", "base", "stare") gen "What?" label .choice: @@ -678,7 +678,7 @@ label ll_pf_masturbate_T3_E3_intro: menu: "-Tell her-": gen "You're very pretty, [name_luna_genie]." - lun "*Mmm*..." ("base", "narrow", "base", "up") + lun "*Mmm*...{heart}" ("base", "narrow", "base", "up") "-Don't-": random: @@ -697,16 +697,16 @@ label ll_pf_masturbate_T3_E3_intro: lun "" ("grin", "closed", "base", "up") nar "Luna, revelling in your praise, closes her eyes and begins furiously pumping her fingers in and out." - lun "*Ah*...{w=0.2} *Ah*...{w=0.2} *Ah*..." ("grin", "closed", "base", "mid") #Eyes closed + lun "{shudder}*Ah*...{w=0.2} *Ah*...{w=0.2} *Ah*...{/shudder}" ("grin", "closed", "base", "mid") #Eyes closed lun "{size=+4}*Mmm*...{w=0.4}{/size}{nw}" ("base", "closed", "base", "mid") lun "{size=+4}*Mmm*...{fast} Yes...{heart}{/size}" ("crooked_smile", "closed", "base", "mid") - lun "*Ah*...{w=0.3}{nw}" ("crooked_smile", "closed", "base", "mid") - lun "*Ah*...{fast} [name_genie_luna], I think I'm..." ("crooked_smile", "narrow", "base", "stare") + lun "{shudder}*Ah*...{/shudder}{w=0.3}{nw}" ("crooked_smile", "closed", "base", "mid") + lun "{shudder}*Ah*...{/shudder}{fast} [name_genie_luna], I think I'm..." ("crooked_smile", "narrow", "base", "stare") nar "Luna's fingers move in a flurry, as she continues pumping them into her needy slit." lun @ cheeks blush "*Ah*...{w=0.2} *Ah*...{w=0.2} *Ah*...{heart}" ("crooked_smile", "narrow", "base", "up") gen "Good girl...{w=0.3} Now--" - lun "*AAAAH*!!!" ("scream", "happyCl", "base", "up") + lun "{shake}*AAAAH*!!!{/shake}" ("scream", "happyCl", "base", "up") play sound "sounds/slick_01.ogg" #Luna Squirts @@ -731,7 +731,7 @@ label ll_pf_masturbate_T3_E3_intro: $ luna.set_cum(pussy="squirt_post") lun "{size=+4}*Nnngh*--{fast} *AH*!!{heart}{/size}{fast}" ("scream", "narrow", "base", "ahegao") - lun "*Ah*..." ("base", "narrow", "base", "up") + lun "{bounce}*Ah*...{/bounce}" ("base", "narrow", "base", "up") lun "Thank you, [name_genie_luna]..." ("base", "closed", "base", "mid") hide cg @@ -851,7 +851,7 @@ label ll_pf_masturbate_T3_E4_repeat: lun "Like this?" ("soft", "base", "base", "mid") gen "Yes, that's it... Now pinch it with your fingers--" - lun "Ouch!" ("mad", "base", "base", "stare") + lun "{shake}Ouch!{/shake}" ("mad", "base", "base", "stare") gen "... carefully..." gen "Patience, [name_luna_genie]..." lun "Sorry [name_genie_luna]..." ("disgust", "narrow", "base", "down") @@ -860,12 +860,12 @@ label ll_pf_masturbate_T3_E4_repeat: gen "That's good, now try it a bit more gently and tell me if anything changes..." lun "Alright..." ("soft", "base", "base", "down") nar "Luna pinches her nipple more carefully this time, and an involuntary moan escapes her lips." - lun "*Ah*..." ("open", "narrow", "base", "up") + lun "{bounce}*Ah*...{/bounce}" ("open", "narrow", "base", "up") gen "So?" lun "It...{w=0.4} It's more sensitive than before." ("angry", "narrow", "base", "stare") gen "Excellent." nar "Luna pinches her nipple again, and tries to stifle another moan." - lun "But--{w=0.2} *Ah*...{w=0.4} I must say it felt a lot better when you did it..." ("normal", "closed", "base", "stare") + lun "But--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} I must say it felt a lot better when you did it..." ("normal", "closed", "base", "stare") gen "You still seem to be enjoying yourself." lun "Yes... But--" ("annoyed", "closed", "base", "mid") gen "Aren't we here so that you can find ways to deal with this issue without me, [name_luna_genie]?" @@ -902,7 +902,7 @@ label ll_pf_masturbate_T3_E4_repeat: play sound "sounds/slick_02.ogg" with kissiris - lun "*Ah*..." ("base", "narrow", "base", "up") + lun "{bounce}*Ah*...{/bounce}" ("base", "narrow", "base", "up") #Luna fingering play background "sounds/slickloop.ogg" fadein 2 @@ -912,7 +912,7 @@ label ll_pf_masturbate_T3_E4_repeat: gen "You sure seem to have found a way to keep yourself focused on the task, [name_luna_genie]..." lun "*Mmm*... Yes, [name_genie_luna]..." ("open", "closed", "base", "mid") gen "You should feel very proud of your accomplishments." - lun "*Ah*...{w=0.4} Yes...{w=0.4} I feel it inside of me [name_genie_luna]..." ("soft", "closed", "base", "mid") + lun "{bounce}*Ah*...{/bounce}{w=0.4} Yes...{w=0.4} I feel it inside of me [name_genie_luna]..." ("soft", "closed", "base", "mid") play background "sounds/slickloopfast.ogg" lun "" ("soft", "narrow", "base", "mid") @@ -922,21 +922,21 @@ label ll_pf_masturbate_T3_E4_repeat: gen "I was very impressed with how quickly you got there last time..." gen "You've got to tell me your tricks, did you think of something in particular?" $ luna.set_cum(pussy="wet") - lun "*Ah*...{w=0.4} *Ah*...{w=0.4} [name_genie_luna]..." ("base", "narrow", "base", "stare") + lun "{bounce}*Ah*...{w=0.4} *Ah*...{/bounce}{w=0.4} [name_genie_luna]..." ("base", "narrow", "base", "stare") gen "My apologies, I'll let you get on with it..." nar "You watch in silence as Luna fingers herself... Her heavy breathing, now being the only thing filling your chambers." - lun "*Ah*...{w=0.4} *Ah*...{w=0.4} *Ah*...{w=0.4}" ("grin", "narrow", "base", "up") + lun "{bounce}*Ah*...{w=0.4} *Ah*...{w=0.4} *Ah*...{/bounce}{w=0.4}" ("grin", "narrow", "base", "up") gen "(Look at those fingers go... Now that's a girl with purpose.)" play background "sounds/slickloopveryfast.ogg" lun "" ("grin", "narrow", "base", "mid") nar "Looking at you once again, Luna starts moving her fingers even faster..." - lun "*Ah*...{w=0.2} *Ah*...{w=0.2} [name_genie_luna]..." ("grin", "narrow", "base", "mid") + lun "{bounce}*Ah*...{w=0.2} *Ah*...{/bounce}{w=0.2} [name_genie_luna]..." ("grin", "narrow", "base", "mid") gen "Yes, [name_luna_genie]?" - lun "*Aaaah*!!!" ("crooked_smile", "narrow", "base", "up") + lun "{shake}*Aaaah*!!!{/shake}" ("crooked_smile", "narrow", "base", "up") play sound "sounds/slick_01.ogg" with kissiris @@ -955,7 +955,7 @@ label ll_pf_masturbate_T3_E4_repeat: #Non luna squirt $ luna.set_cum(pussy="squirt_post") - lun "[name_genie_luna]!!{heart}" ("scream", "narrow", "base", "up") + lun "{hearts}[name_genie_luna]!!{hearts}" ("scream", "narrow", "base", "up") play sound "sounds/slick_01.ogg" stop background fadeout 2 @@ -967,7 +967,7 @@ label ll_pf_masturbate_T3_E4_repeat: $ luna.set_cum(pussy="squirt_post") lun "" ("crooked_smile", "narrow", "base", "stare") - lun "*Ah*...{heart}" ("grin", "narrow", "base", "up") + lun "{bounce}*Ah*...{/bounce}{heart}" ("grin", "narrow", "base", "up") $ luna.set_pose(None) $ luna.strip("clothes") @@ -976,7 +976,7 @@ label ll_pf_masturbate_T3_E4_repeat: lun "*Mmm*..." ("base", "closed", "base", "mid") lun "Did I do good, [name_genie_luna]?" ("soft", "narrow", "base", "up") gen "Very good, [name_luna_genie]..." - lun "*Ah*...{w=0.4} I'm glad..." ("base", "narrow", "base", "up") + lun "{bounce}*Ah*...{/bounce}{w=0.4} I'm glad..." ("base", "narrow", "base", "up") lun "..." ("base", "narrow", "base", "down") #More focused lun "Oh, no! Look at what has happened to your floor!" ("mad", "narrow", "base", "down") gen "I'm sure it's fine, it has seen worse I'm--" @@ -1159,7 +1159,7 @@ label ll_pf_masturbate_T4_E1_repeat: random: gen "Sensual Maestro of Autoerotic Skills and Hedonism." gen "Skilled Masturbatory Aficionado, Specialized in Handling." - lun "Neat!" ("grin", "base", "base", "mid") + lun "Neat!" ("grin", "base", "base", "mid") "\"S.Q.U.I.R.T.E.R\"": lun "What does that stand for?" ("soft", "base", "raised", "mid") gen "Scholar of Quivers, Undeniably and Indisputably Resulting in Tremendous Euphoric Raptures." @@ -1200,7 +1200,7 @@ label ll_pf_masturbate_T4_E1_repeat: $ luna.strip("top", "bra") nar "While doing so, she also pinches her nipple with the other." - lun "*Ah*...{heart}" ("smile", "closed", "base", "mid",cheeks="blush") + lun "{shudder}*Ah*...{/shudder}{heart}" ("smile", "closed", "base", "mid",cheeks="blush") lun "*Mmm*..." ("grin", "narrow", "base", "mid") gen "I'm going to need you to be a bit more descriptive than that..." lun "*Mmm*... Oh, sorry [name_genie_luna]... I'm not the best at multitasking..." ("angry", "narrow", "base", "mid") @@ -1238,7 +1238,7 @@ label ll_pf_masturbate_T4_E1_repeat: nar "While awaiting a response, you glance up at Luna's face and notice that her eyes have once again taken on a distant glaze..." - lun "*Ah*...{w=0.2} *Ah*...{w=0.2} *Ah*..." ("grin", "narrow", "base", "stare") + lun "{bounce}*Ah*...{w=0.2} *Ah*...{w=0.2} *Ah*...{/bounce}" ("grin", "narrow", "base", "stare") gen "[name_luna_genie]?" gen "(Figured...)" @@ -1262,7 +1262,7 @@ label ll_pf_masturbate_T4_E1_repeat: play background "sounds/slickloop.ogg" fadein 2 nar "Without hesitation, she starts pumping her fingers in and out rapidly..." - lun "*Ah*...{w=0.4} Yes...{w=0.4} So good..." ("grin", "closed", "base", "mid") + lun "{bounce}*Ah*...{/bounce}{w=0.4} Yes...{w=0.4} So good..." ("grin", "closed", "base", "mid") nar "Absorbed in her own excitement, she suddenly begins talking to herself..." nar "You ponder whether you should say something to spare her embarrassment, but then you remember who's in front of you...." @@ -1271,13 +1271,13 @@ label ll_pf_masturbate_T4_E1_repeat: nar "You watch, unsure if what you're feeling is arousal, bemusement or both, as Luna slows her pace down to push her fingers even deeper." - lun "*Ngh*!" ("angry", "closed", "base", "mid") + lun "{shudder}*Ngh*!{/shudder}" ("angry", "closed", "base", "mid") nar "With a squeal, she pulls them back out slightly...{w=0.4} Now covered in her own juices, she resumes fingering herself as if her life depended on it." play background "sounds/slickloopfast.ogg" - lun "*Ah*...{w=0.2}*Ah*...{w=0.2}*Ah*..." ("grin", "closed", "base", "mid") + lun "{bounce}*Ah*...{w=0.2}*Ah*...{w=0.2}*Ah*...{/bounce}" ("grin", "closed", "base", "mid") lun "That's it... That's how you do it..." ("angry", "closed", "base", "mid") gen "..." lun "*Ngh*...{w=0.4} Pretty girl..." ("angry", "closed", "base", "mid") @@ -1301,7 +1301,7 @@ label ll_pf_masturbate_T4_E1_repeat: #Non luna squirt $ luna.set_cum(pussy="squirt_post") - lun "*Nnngh*!" + lun "{shudder}*Nnngh*!{/shudder}" $ renpy.sound.play("sounds/slick_01.ogg") stop background fadeout 2 @@ -1313,7 +1313,7 @@ label ll_pf_masturbate_T4_E1_repeat: $ luna.set_cum(pussy="squirt_post") lun "" ("crooked_smile", "narrow", "base", "stare") - lun "*Ah*...{heart}" ("grin", "narrow", "base", "up",cheeks=False) + lun "{bounce}*Ah*...{/bounce}{heart}" ("grin", "narrow", "base", "up",cheeks=False) # End of masturbate section diff --git a/game/scripts/characters/luna/events/favors/suck_it.rpy b/game/scripts/characters/luna/events/favors/suck_it.rpy index 3384a8c2..4bf81f7f 100644 --- a/game/scripts/characters/luna/events/favors/suck_it.rpy +++ b/game/scripts/characters/luna/events/favors/suck_it.rpy @@ -74,7 +74,7 @@ label ll_pf_blowjob_T4_E1_intro: gen "That's not--{w=0.4} This isn't a setup for a game of hide and seek." ("angry", xpos="far_left", ypos="head") gen "If you could just shut your mouth for a moment, I'll tell you!" ("base", xpos="far_left", ypos="head") lun "..." ("normal", "base", "base", "mid") - gen "*Sigh*..." ("base", xpos="far_left", ypos="head") + gen "{bounce}*Sigh*{/bounce}" ("base", xpos="far_left", ypos="head") gen "(I'm beginning to feel as if these tales I'm spinning are only self-serving at this point...)" ("base", xpos="far_left", ypos="head") gen "*Ahem*... So... My theory..." ("base", xpos="far_left", ypos="head") gen "It involves sucking those nasty things out." ("base", xpos="far_left", ypos="head") @@ -100,7 +100,7 @@ label ll_pf_blowjob_T4_E1_intro: if not states.lun.ev.ll_pf_talk_T4_E1_repeat_complete: lun "..." ("soft", "wide", "base", "stare") - gen "*Sigh*...{w=0.4} My Penis... [name_luna_genie]." ("base", xpos="far_left", ypos="head") + gen "{bounce}*Sigh*{/bounce}{w=0.4} My Penis... [name_luna_genie]." ("base", xpos="far_left", ypos="head") lun "Using \"Accio\"?" ("soft", "wide", "base", "mid") gen "Using your mouth..." ("base", xpos="far_left", ypos="head") @@ -180,7 +180,7 @@ label ll_pf_blowjob_T4_E1_intro: gen "And as you know... For me, that's right here." show lun_blowjob_personal_pose1 mouth_base as cg with d3 - lun "*Mmm*..." + lun "*Mmm*...{heart}" gen "Just try and make me feel as good as possible, and I'm sure those nasty little buggers will come..." show lun_blowjob_personal_pose1 eyebrows_raised mouth_open as cg with d3 @@ -197,7 +197,7 @@ label ll_pf_blowjob_T4_E1_intro: #Luna puts dick in mouth show lun_blowjob_personal_pose2 mouth_kiss as cg with d3 - gen "*Ngh*!" + gen "{shudder}*Ngh*!{/shudder}" show lun_blowjob_personal_pose2 eyes_halflid_stare as cg with d3 lun "*Hmm*?" @@ -269,7 +269,7 @@ label ll_pf_blowjob_T4_E1_intro: nar "You quickly pull out your cock, and then pull Luna's head down your shaft." show lun_blowjob_personal_pose3 eyebrows_shocked eyes_wide_up as cg with d3 - lun "*Mff*!!!" + lun "{shudder}*Mff*!!!{/shudder}" gen "Sorry, I just couldn't wait any longer." show lun_blowjob_personal_pose3 eyebrows_base eyes_base_down as cg with d3 @@ -313,7 +313,7 @@ label ll_pf_blowjob_T4_E1_intro: show lun_blowjob_personal_pose4 as cg with d3 nar "After responding to your praise, Luna moves her tongue along the underside of your cock once again, and a sudden rush of pleasure runs through your body." - gen "*Argh*..." + gen "{shudder}*Argh*{/shudder}" show lun_blowjob_personal_pose4 eyes_base_up as cg with d3 lun "*Hmm*?" @@ -359,7 +359,7 @@ label ll_pf_blowjob_T4_E1_intro: play sound "sounds/spit.ogg" show lun_blowjob_personal_pose1 mouth_spitting as cg with d3 - lun "*Ptui*" + lun "{shudder}*Ptui*{/shudder}" show lun_blowjob_personal_pose1 handjob_moderate mouth_base as cg with d3 nar "Without even hesitating, Luna spits on your cock and begins jerking you off." @@ -367,11 +367,11 @@ label ll_pf_blowjob_T4_E1_intro: show lun_blowjob_personal_pose1 eyes_base_stare mouth_soft as cg with d3 lun "How's this, [name_genie_luna]? Is this how you usually do it?" - gen "*Ah*...{w=0.4} Yes...{w=0.4} Very good, [name_luna_genie]." + gen "{bounce}*Ah*...{/bounce}{w=0.4} Yes...{w=0.4} Very good, [name_luna_genie]." show lun_blowjob_personal_pose1 handjob_fast mouth_grin as cg with d3 lun "Thank you, [name_genie_luna]!" - gen "(*Ngh*...{w=0.4} How's she so good at this already?)" + gen "({shake}*Ngh*{/shake}{w=0.4} How's she so good at this already?)" show lun_blowjob_personal_pose2 as cg with d3 pause 0.2 @@ -379,7 +379,7 @@ label ll_pf_blowjob_T4_E1_intro: play background "sounds/slickloop.ogg" fadein 2 show lun_blowjob_personal_loop as cg with d3 - gen "*Ghh*!!" + gen "{shudder}*Ghh*!!{/shudder}" gen "G--{w=0.2} Good work, [name_luna_genie]..." gen "I--{w=0.2} I think I can feel them coming...{w=0.4} Get ready!" @@ -390,7 +390,7 @@ label ll_pf_blowjob_T4_E1_intro: stop background fadeout 2 lun "What did you call--" - gen "*Argh*!" + gen "{shake}*Argh*!{/shake}" play sound "sounds/slick_01.ogg" show lun_blowjob_personal_pose1 cum_frame0 eyes_wide_down as cg with d2 @@ -405,7 +405,7 @@ label ll_pf_blowjob_T4_E1_intro: show lun_blowjob_personal_pose1 mouth_grin as cg lun "Whoa!{fast} You've covered me in wrackspurts, [name_genie_luna]!" - gen "*Ah*...{w=0.4} I...{w=0.4} Sorry about--" + gen "{bounce}*Ah*...{/bounce}{w=0.4} I...{w=0.4} Sorry about--" show lun_blowjob_personal_pose1 eyes_closed as cg with d3 lun "Oh, I'm so pleased I managed to get so many out at once!" @@ -604,7 +604,7 @@ label ll_pf_blowjob_T4_E2_intro: show lun_blowjob_personal_pose5 eyebrows_angry eyes_closed as cg with d3 with vpunch - gen "*Ngh*!" + gen "{shudder}*Ngh*!{/shudder}" gen "Eager today, are we?" show lun_blowjob_personal_pose5 eyes_halflid_up as cg with d3 @@ -632,7 +632,7 @@ label ll_pf_blowjob_T4_E2_intro: gen "You think you could do that?" lun "*Mhm*..." nar "You feel Luna's throat muscles relax slightly as she prepares herself to take your load down her throat." - gen "*Ah*... Yes, that's it, [name_luna_genie]... Just like that." + gen "{bounce}*Ah*...{/bounce} Yes, that's it, [name_luna_genie]... Just like that." nar "Luna continues bobbing her head up and down your shaft happily, and you can feel your cock reaching all the way down towards the back of her throat..." gen "(Bloody hell... How is this girl... so good at this?)" lun "(*Hmm*...)" @@ -655,7 +655,7 @@ label ll_pf_blowjob_T4_E2_intro: nar "Luna starts bobbing her head again, although this time, you can sense the tip of her tongue playfully licking the underside of your shaft." nar "Taken aback by her sheer enthusiasm, you can't help but let out a groan of pleasure." - gen "*Aaah*..." + gen "{bounce}*Aaah*...{/bounce}" nar "Feeling yourself getting closer to the edge, you start to tense up your pelvis muscles." nar "Luna, eagerly anticipating your load, keeps sucking your cock fervently." @@ -665,11 +665,11 @@ label ll_pf_blowjob_T4_E2_intro: stop background show lun_blowjob_personal_pose5 penis_spit eyebrows_base eyes_halflid_down_hearts as cg with d3 with vpunch - lun "{heart}*Mmmf*{heart}" + lun "{hearts}*Mmmf*{hearts}" show lun_blowjob_personal_pose5 penis_spit eyebrows_angry eyes_halflid_up_hearts as cg with d3 nar "You suddenly feel Luna's throat tense around your cock, and with a rush of pleasure coursing through your body, wave after wave of semen starts shooting down her throat." - gen "*Nnngh*...{w=0.5} AAHH!!!!" + gen "{shudder}*Nnngh*{/shudder}{w=0.5} {shake}AAHH!!!{/shake}" #Bobbing stops and Genie cums down her throat play sound "sounds/slick_01.ogg" @@ -689,10 +689,10 @@ label ll_pf_blowjob_T4_E2_intro: show lun_blowjob_personal_pose2 mouth_kiss as cg with d3 show lun_blowjob_personal_pose1 no_trousers eyebrows_worried eyes_halflid_up mouth_open_tongue as cg with d3 - lun "*Ah*...{w=0.4} I...{w=0.4} *Pant*...{w=0.5}{nw}" + lun "{bounce}*Ah*...{/bounce}{w=0.4} I...{w=0.4} *Pant*...{w=0.5}{nw}" show lun_blowjob_personal_pose1 eyes_halflid_stare mouth_open_spit as cg - lun "*Ah*... I... *Pant*...{fast} I couldn't--{w=0.2} I didn't manage to swallow them all, [name_genie_luna]..." - gen "*Ah*...{w=0.4} Don't--{w=0.2} don't worry, [name_luna_genie]..." + lun "{bounce}*Ah*...{/bounce} I... *Pant*...{fast} I couldn't--{w=0.2} I didn't manage to swallow them all, [name_genie_luna]..." + gen "{bounce}*Ah*...{/bounce}{w=0.4} Don't--{w=0.2} don't worry, [name_luna_genie]..." gen "Your performance... Was highly... Satisfactory..." show lun_blowjob_personal_pose1 eyes_halflid_down mouth_neutral as cg with d3 @@ -1016,10 +1016,10 @@ label ll_pf_blowjob_T4_E3_intro: play sound "sounds/gulp.ogg" show lun_blowjob_personal_pose1 eyes_closed mouth_neutral as cg - lun "Aaaah...{fast} *Gulp*...{w=0.4}{nw}" + lun "Aaaah...{fast} {shudder}*Gulp*...{/shudder}{w=0.4}{nw}" show lun_blowjob_personal_pose1 eyes_wide_stare_hearts mouth_base as cg - lun "Aaaah... *Gulp*...{fast} All gone..." + lun "Aaaah... {shudder}*Gulp*...{/shudder}{fast} All gone..." show lun_blowjob_personal_pose1 eyes_halflid_stare_hearts mouth_grin as cg with d3 lun "Thank you so much, [name_genie_luna]..." @@ -1205,7 +1205,7 @@ label ll_pf_blowjob_T4_E4_repeat: hide screen blkfade with d5 - lun "*Sniff* *Sniff*" + lun "{pulse}*Sniff* *Sniff*{/pulse}" gen "Enjoying yourself down there?" show lun_blowjob_personal_pose1 eyebrows_angry eyes_halflid_stare mouth_base as cg with d3 @@ -1281,7 +1281,7 @@ label ll_pf_blowjob_T4_E4_repeat: show lun_blowjob_personal_pose2 mouth_lick as cg with d3 lun "*Lick*" - gen "*Ngh*!" + gen "{shudder}*Ngh*!{/shudder}" show lun_blowjob_personal_pose2 eyes_halflid_stare as cg with d3 lun "*Hmmff*?" @@ -1303,7 +1303,7 @@ label ll_pf_blowjob_T4_E4_repeat: show lun_blowjob_personal_pose5 eyebrows_angry eyes_halflid_up as cg with d3 lun "*Mmmmmm*...." - gen "*Ngh*!" + gen "{shudder}*Ngh*!{/shudder}" gen "Whoa! Do that again!" show lun_blowjob_personal_pose5 eyes_base_stare as cg with d3 @@ -1320,17 +1320,17 @@ label ll_pf_blowjob_T4_E4_repeat: play background "sounds/slickloop.ogg" fadein 2 show lun_blowjob_personal_loop as cg with d3 - gen "*Ah*...{w=0.4} Yes...{w=0.4} Now that's how you do it!" + gen "{bounce}*Ah*...{/bounce}{w=0.4} Yes...{w=0.4} Now that's how you do it!" nar "Revelling in your praise, you watch as Luna happily bobs her head up and down your cock, only slowing down intermittently to run her tongue underneath your shaft." - gen "*Ah*...{w=0.4} I think you might've touched the ground floor that time." + gen "{bounce}*Ah*...{/bounce}{w=0.4} I think you might've touched the ground floor that time." gen "You sure are a cumslut..." nar "As the last word escapes your lips, you could swear that Luna's throat tensed up briefly, but before the thought could take hold, her onslaught on your cock continues." gen "(She's--{w=0.2} too good! If she keeps going like this, my reputation will be in shambles!)" - gen "*Ngh*... Slow down a bit, won't you?" + gen "{shudder}*Ngh*{/shudder} Slow down a bit, won't you?" play background "sounds/slickloopfast.ogg" fadein 2 show lun_blowjob_personal_loop_ahegao as cg with d3 @@ -1351,7 +1351,7 @@ label ll_pf_blowjob_T4_E4_repeat: show lun_blowjob_personal_pose1 no_trousers penis_spit cum_precum eyebrows_shocked eyes_wide_left mouth_open_spit as cg with d3 lun "*Slrp-pop*! Where?!" - gen "*AAAAH*!" + gen "{shake}*AAAAH*!{/shake}" play sound "sounds/slick_01.ogg" show lun_blowjob_personal_pose1 cum_frame0 eyes_wide_down as cg with d2 @@ -1364,7 +1364,7 @@ label ll_pf_blowjob_T4_E4_repeat: show lun_blowjob_personal_pose1 eyebrows_angry eyes_wide_down mouth_open_spit as cg with d2 lun "[name_genie_luna]!" - gen "*Ah*... That was--" + gen "{bounce}*Ah*...{/bounce} That was--" show lun_blowjob_personal_pose1 eyes_halflid_stare as cg with d3 lun "Quickly, [name_genie_luna]! Move your leg!" @@ -1404,7 +1404,7 @@ label ll_pf_blowjob_T4_E4_repeat: nar "You watch as Luna desperately tries to extend her tongue towards your cum." gen "What are you doing?" ("base", xpos="far_left", ypos="head") - lun "*Ngh*!" ("open_tongue", "narrow", "annoyed", "down") + lun "{shudder}*Ngh*!{/shudder}" ("open_tongue", "narrow", "annoyed", "down") gen "..." ("base", xpos="far_left", ypos="head") gen "[name_luna_genie]... I believe it's a bit late for that..." ("base", xpos="far_left", ypos="head") lun "... Really?" ("angry", "narrow", "base", "mid") #Sad @@ -1422,7 +1422,7 @@ label ll_pf_blowjob_T4_E4_repeat: show lun_blowjob_personal_pose1 no_trousers penis_spit cum_precum eyebrows_angry eyes_halflid_stare mouth_open_spit as cg with d3 lun "*Slrp-pop*! What?!" - gen "*AAAAH*!" + gen "{shake}*AAAAH*!{/shake}" #Genie cums play sound "sounds/slick_01.ogg" @@ -1470,7 +1470,7 @@ label ll_pf_blowjob_T4_E4_repeat: lun "*Slrp-pop*! What?!" gen "Nevermind!" - gen "*AAAAH*!" + gen "{shake}*AAAAH*!{/shake}" #Genie cums play sound "sounds/slick_01.ogg" @@ -1576,7 +1576,7 @@ label ll_pf_blowjob_T4_E4_repeat: nar "Luna, readying herself for your load, pushes her head down to the hilt, and you feel her throat contract around your cock." - gen "*AARGH*!! You whore!!!" + gen "{shake}*AARGH*!! You whore!!!{/shake}" #Bobbing stops, and Genie cums down her throat stop background diff --git a/game/scripts/characters/luna/events/favors/talk_to_me.rpy b/game/scripts/characters/luna/events/favors/talk_to_me.rpy index 7e3182e6..7d7036d5 100644 --- a/game/scripts/characters/luna/events/favors/talk_to_me.rpy +++ b/game/scripts/characters/luna/events/favors/talk_to_me.rpy @@ -52,9 +52,9 @@ label ll_pf_talk_T1_E1_intro: $ states.gen.masturbating = False gen "So... About the infestation..." ("base", xpos="far_left", ypos="head") - lun "*Sniff* *Sniff*" ("soft", "narrow", "base", "L", xpos="base", ypos="base", trans=d3) + lun "{pulse}*Sniff* *Sniff*{/pulse}" ("soft", "narrow", "base", "L", xpos="base", ypos="base", trans=d3) gen "[name_luna_genie]?" ("base", xpos="far_left", ypos="head") - lun "*Sniff* *Sniff*" ("soft", "base", "raised", "down") + lun "{pulse}*Sniff* *Sniff*{/pulse}" ("soft", "base", "raised", "down") gen "Are you alright?" ("base", xpos="far_left", ypos="head") lun "This is such a peculiar smell..." ("open", "base", "base", "mid") gen "(What's she talking about? What smell?)" ("base", xpos="far_left", ypos="head") @@ -242,20 +242,20 @@ label ll_pf_talk_T1_E2_intro: nar "A quizzical expression spreads across Luna's face as she, unbeknownst to her, watch her headmaster masturbate in front of her." lun "Are you casting a spell? I can see your arms moving." ("open", "base", "base", "mid") - gen "*Ah*...{w=0.3} Yes...{w=0.3} I'm waving my wand all right..." ("base", xpos="far_left", ypos="head") + gen "{bounce}*Ah*...{/bounce}{w=0.3} Yes...{w=0.3} I'm waving my wand all right..." ("base", xpos="far_left", ypos="head") lun "I knew it!" ("grin", "closed", "base", "mid") nar "As you continue stroking your cock, you watch as Luna's moment of excitement turns into confusion once more." lun "Is it supposed to take this long?" ("soft", "narrow", "base", "mid") - gen "*Ah*...{w=0.3} Yes...{w=0.3} Sometimes..." ("base", xpos="far_left", ypos="head") + gen "{bounce}*Ah*...{/bounce}{w=0.3} Yes...{w=0.3} Sometimes..." ("base", xpos="far_left", ypos="head") lun "Sometimes?" ("soft", "base", "raised", "mid") lun "Isn't this the first time you're trying this?" ("angry", "narrow", "base", "mid") - gen "Well...{w=0.3} *Ah*...{w=0.3} I just need to focus..." ("base", xpos="far_left", ypos="head") - lun "Oooh... So, it's like the Patronus Charm?" ("soft", "wide", "base", "mid") - gen "*Ah*...{w=0.4} The what?" ("base", xpos="far_left", ypos="head") + gen "Well...{w=0.3} {bounce}*Ah*...{/bounce}{w=0.3} I just need to focus..." ("base", xpos="far_left", ypos="head") + lun "{wave}Oooh...{/wave} So, it's like the Patronus Charm?" ("soft", "wide", "base", "mid") + gen "{bounce}*Ah*...{/bounce}{w=0.4} The what?" ("base", xpos="far_left", ypos="head") lun "The Patronus... You focus on a Happy memory and if you succeed, a corporeal shape of your spirit animal bursts out from your wand!" ("grin", "base", "base", "mid") - gen "*Ah*...{w=0.3} Yes, that's it...{w=0.3} Ten points to Ravenclaw!" ("base", xpos="far_left", ypos="head") + gen "{bounce}*Ah*...{/bounce}{w=0.3} Yes, that's it...{w=0.3} Ten points to Ravenclaw!" ("base", xpos="far_left", ypos="head") $ states.env.ravenclaw += 10 lun "Thank you, [name_genie_luna]!" ("base", "happyCl", "base", "mid") gen "Now, be quiet and stand there for a bit, will you?" ("base", xpos="far_left", ypos="head") @@ -282,7 +282,7 @@ label ll_pf_talk_T1_E2_intro: menu: "\"A Rhinoceros...\"": lun "Really? Why a Rhino of all things?" ("soft", "base", "raised", "mid") - gen "They're kinda Horny aren't they?" ("base", xpos="far_left", ypos="head") + gen "They're kinda \"Horny\" aren't they?" ("base", xpos="far_left", ypos="head") gen "Get it?" ("grin", xpos="far_left", ypos="head") lun "*Huh*?" ("upset", "base", "base", "mid") @@ -311,7 +311,7 @@ label ll_pf_talk_T1_E2_intro: gen "Pulling--{w=0.2} Hey... You distracted me again!" ("base", xpos="far_left", ypos="head") lun "Oh... Sorry [name_genie_luna]!" ("soft", "wide", "base", "mid") lun "The other teachers do keep reminding me not to let my mind wander so much..." ("annoyed", "narrow", "base", "downR") - gen "*Sigh*..." ("base", xpos="far_left", ypos="head") + gen "{bounce}*Sigh*{/bounce}" ("base", xpos="far_left", ypos="head") gen "It's not your fault..." ("base", xpos="far_left", ypos="head") lun "It's not?" ("mad", "narrow", "base", "mid") gen "No... We'll just have to try something different next time to keep you engaged..." ("base", xpos="far_left", ypos="head") @@ -320,7 +320,7 @@ label ll_pf_talk_T1_E2_intro: gen "What's with that face?" ("base", xpos="far_left", ypos="head") lun "Oh... It's nothing... I was just thinking..." ("base", "happyCl", "base", "mid") gen "..." ("base", xpos="far_left", ypos="head") - gen "Very well [name_luna_genie]... All things considered, I think we've at least done some progress today." ("base", xpos="far_left", ypos="head") + gen "Very well [name_luna_genie]... All things considered, I think we've at least made some progress today." ("base", xpos="far_left", ypos="head") gen "Well done." ("base", xpos="far_left", ypos="head") lun @ cheeks blush "We have?" ("soft", "base", "base", "mid") lun @ cheeks blush "I mean...{w=0.3} Thank you [name_genie_luna]...{w=0.3} I didn't really do much..." ("open", "base", "base", "R") #blush #Looks away @@ -387,7 +387,7 @@ label ll_pf_talk_T1_E3_intro: nar "As she goes on, talking about wrackspurts and how they make her feel, you notice that Luna has started grinding her legs together again." - lun @ cheeks blush "*Ah*...{w=0.4} And the worst times are when I'm about to go to sleep...{w=0.4} It must be something with my pyjamas..." ("soft", "narrow", "base", "down") + lun @ cheeks blush "{bounce}*Ah*...{/bounce}{w=0.4} And the worst times are when I'm about to go to sleep...{w=0.4} It must be something with my pyjamas..." ("soft", "narrow", "base", "down") lun "[name_genie_luna]...{w=0.4} They're...{w=0.4} They're bothering me again..." ("base", "base", "base", "mid") gen "Just keep talking [name_luna_genie], they're sensing the magic..." ("base", xpos="far_left", ypos="head") lun @ cheeks blush "Oh... So, it's working, [name_genie_luna]?" ("soft", "base", "base", "mid") @@ -407,7 +407,7 @@ label ll_pf_talk_T1_E3_intro: with d5 nar "You close your eyes, listening to the girl..." - lun "It's--{w=0.2} *Ah*...{w=0.4} It's like a tingly sensation spreading from between my legs... Almost as If I'm about to wet myself..." ("base", "base", "base", "mid") + lun "It's--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} It's like a tingly sensation spreading from between my legs... Almost as If I'm about to wet myself..." ("base", "base", "base", "mid") lun "But it's--{w=0.2} It's different...{w=0.4} It feels really good." ("base", "base", "base", "mid") nar "An image of the girl's wet panties runs across your mind, and you feel your cock twitch slightly in your hand." @@ -430,7 +430,7 @@ label ll_pf_talk_T1_E3_intro: hide screen blkfade with d9 - lun "[name_genie_luna]!" ("mad", "wide", "base", "L") + lun "{shake}[name_genie_luna]!{/shake}" ("mad", "wide", "base", "L") gen "{size=-4}Oh shit!{/size}" ("angry", xpos="far_left", ypos="head") #small text lun "[name_genie_luna], you--" ("disgust", "wide", "base", "L") gen "I can explain!" ("base", xpos="far_left", ypos="head") @@ -587,7 +587,7 @@ label ll_pf_talk_T1_E4_repeat: gen "Oh. I can't even look at it, tell me it still looks okay!" ("angry", xpos="far_left", ypos="head") lun "It's still intact, [name_genie_luna]!" ("angry", "narrow", "base", "downL") - lun @ cheeks blush "Oh my...{w=0.4} It's twitching!" ("angry", "narrow", "base", "downL") + lun @ cheeks blush "Oh my...{w=0.4} {shake}It's twitching!{/shake}" ("angry", "narrow", "base", "downL") gen "I can feel it coming, keep looking at it, [name_luna_genie]!" ("angry", xpos="far_left", ypos="head") lun @ cheeks blush "Yes, [name_genie_luna]!" ("clench", "base", "base", "downL") @@ -597,7 +597,7 @@ label ll_pf_talk_T1_E4_repeat: lun @ cheeks blush "It's pulsating! How many wrackspurts do you have in there?" ("disgust", "base", "base", "downL") gen "It's...{w=0.4} Filled to the brim!" ("angry", xpos="far_left", ypos="head") lun @ cheeks blush "Do you need me to get Madam Pomfrey?" ("mad", "base", "base", "mid") - gen "*Ah*...{w=0.4} Who?" ("angry", xpos="far_left", ypos="head") + gen "{bounce}*Ah*...{/bounce}{w=0.4} Who?" ("angry", xpos="far_left", ypos="head") lun @ cheeks blush "Oh my, they're making you go delirious!" ("angry", "happyCl", "base", "downL") lun @ cheeks blush "The Matron [name_genie_luna], should I fetch her?" ("angry", "narrow", "base", "mid") gen "Absolutely!" ("grin", xpos="far_left", ypos="head") @@ -608,7 +608,7 @@ label ll_pf_talk_T1_E4_repeat: call lun_walk(path=[(230, 455),(230, 470),(440, 470),("mid", "base")]) call lun_chibi("stand", "mid", "base", flip=True) - gen "*Argh*!!" ("angry", xpos="far_left", ypos="head") + gen "{shake}*Argh*!!{/shake}" ("angry", xpos="far_left", ypos="head") call lun_chibi("stand", "mid", "base", flip=False) lun "[name_genie_luna]?" ("mad", "base", "base", "mid", flip=False, trans=dissolve) @@ -619,20 +619,20 @@ label ll_pf_talk_T1_E4_repeat: lun "What is--" ("clench", "base", "base", "mid") call gen_chibi("cum_behind_desk") call cum_block - gen "*Argh*..." ("angry", xpos="far_left", ypos="head") + gen "{shake}*Argh*!!{/shake}" ("angry", xpos="far_left", ypos="head") call gen_chibi("jerk_off_behind_desk") lun "[name_genie_luna], are you okay?!" ("angry", "base", "base", "mid") lun "Are you in pain?" ("angry", "narrow", "base", "mid") gen "Yes, it pains me that you didn't--" ("angry", xpos="far_left", ypos="head") call gen_chibi("cum_behind_desk") call cum_block - gen "*Argh*-- *heavy panting*" ("angry", xpos="far_left", ypos="head") + gen "{shake}*Argh*!!{/shake}-- {shudder}*heavy panting*{/shudder}" ("angry", xpos="far_left", ypos="head") gen "Fetch the nurse in time..." ("angry", xpos="far_left", ypos="head") call gen_chibi("cum_behind_desk_done") with d3 lun "[name_genie_luna]?" ("mad", "base", "base", "mid") - gen "*Ah*... That was--" ("base", xpos="far_left", ypos="head") + gen "{bounce}*Ah*...{/bounce} That was--" ("base", xpos="far_left", ypos="head") lun "Are you okay?" ("mad", "narrow", "base", "mid") gen "So good..." ("base", xpos="far_left", ypos="head") lun "Do I still need to fetch the matron?" ("angry", "narrow", "base", "mid") @@ -715,7 +715,7 @@ label ll_pf_talk_T2_E1_repeat: lun @ cheeks blush "Wait, surely it can't be as hard as a unicorn horn..." ("soft", "base", "raised", "downL") gen "(*Ngh*...{w=0.4} You'd be surprised...)" ("base", xpos="far_left", ypos="head") lun @ cheeks blush "It's more like...{w=0.4} like..." ("upset", "base", "base", "downL") - gen "*Ah*...{w=0.4} Yes...{w=0.4} Tell me more about how big it is..." ("base", xpos="far_left", ypos="head") + gen "{bounce}*Ah*...{/bounce}{w=0.4} Yes...{w=0.4} Tell me more about how big it is..." ("base", xpos="far_left", ypos="head") lun @ cheeks blush "Like a python!" ("angry", "base", "base", "mid") gen "That's...{w=0.4} It...{w=0.4} Watch this python spit!" ("angry", xpos="far_left", ypos="head") @@ -724,16 +724,16 @@ label ll_pf_talk_T2_E1_repeat: call cum_block lun "Whoa!" ("open", "wide", "base", "downL") call cum_block - gen "*Argh*..." ("angry", xpos="far_left", ypos="head") + gen "{shake}*Argh*!!{/shake}" ("angry", xpos="far_left", ypos="head") lun "There's so much of it!" ("grin", "wide", "base", "stare") gen "(Yes, watch me spurt, you airheaded--)" ("angry", xpos="far_left", ypos="head") call cum_block - gen "*Argh*-- *heavy panting*" ("angry", xpos="far_left", ypos="head") + gen "{shake}*Argh*!!{/shake}-- {shudder}*heavy panting*{/shudder}" ("angry", xpos="far_left", ypos="head") call gen_chibi("cum_behind_desk_done") call lun_chibi("stand", 230, 455, flip=True) with d3 - gen "*Ah*...{w=0.3} *Ah*...{w=0.4} *Ah*..." ("base", xpos="far_left", ypos="head") + gen "{bounce}*Ah*...{w=0.3} *Ah*...{w=0.4} *Ah*...{/bounce}" ("base", xpos="far_left", ypos="head") lun "Oh! It's shrinking again, that must mean it worked, right?" ("grin", "base", "base", "downL") gen "Don't look at that!" ("angry", xpos="far_left", ypos="head") lun "Oh! Sorry [name_genie_luna]!" ("mad", "base", "base", "mid") @@ -790,7 +790,7 @@ label ll_pf_talk_T3_E1_repeat: call ctc lun @ cheeks blush "*Ehm*, [name_genie_luna]..." ("soft", "narrow", "base", "mid") - gen "*Ah*...{w=0.3} Yes, [name_luna_genie]?" ("base", xpos="far_left", ypos="head") + gen "{bounce}*Ah*...{/bounce}{w=0.3} Yes, [name_luna_genie]?" ("base", xpos="far_left", ypos="head") lun @ cheeks blush "I can't really see what you're doing from here..." ("open", "narrow", "base", "downL") lun @ cheeks blush "Wouldn't it be better if I came up and watched you?" ("base", "base", "raised", "mid") gen "I suppose..." ("base", xpos="far_left", ypos="head") @@ -866,9 +866,9 @@ label ll_pf_talk_T3_E1_repeat: gen "Yes, that's it... Keep going, tell me how great I am." ("base", xpos="far_left", ypos="head") lun @ cheeks blush "And you're so powerful..." ("grin", "narrow", "base", "downL") gen "*Hmm*..." ("base", xpos="far_left", ypos="head") - gen "That's it...{w=0.3} *Ah*...{w=0.3} How powerful am I?" ("base", xpos="far_left", ypos="head") + gen "That's it...{w=0.3} {bounce}*Ah*...{/bounce}{w=0.3} How powerful am I?" ("base", xpos="far_left", ypos="head") lun @ cheeks blush "More powerful than Merlin!" ("smile", "base", "base", "mid") - gen "*Ngh*...{w=0.3} Yeah...{w=0.3} That guy, he's so overrated!" ("base", xpos="far_left", ypos="head") + gen "{shudder}*Ngh*...{/shudder}{w=0.3} Yeah...{w=0.3} That guy, he's so overrated!" ("base", xpos="far_left", ypos="head") nar "You feel yourself getting closer to the edge as Luna strokes your ego." gen "I'm... I'm close girl, keep going..." ("base", xpos="far_left", ypos="head") lun @ cheeks blush "Oh... *Ehm*... I'm not sure what to--" ("angry", "narrow", "base", "downL") @@ -883,19 +883,19 @@ label ll_pf_talk_T3_E1_repeat: call cum_block lun @ cheeks blush "Whoa!" ("open", "wide", "base", "downL") call cum_block - gen "*Argh*..." ("angry", xpos="far_left", ypos="head") + gen "{shake}*Argh*!!!{/shake}" ("angry", xpos="far_left", ypos="head") lun "[name_genie_luna]!" ("soft", "wide", "base", "downL") lun "You truly are power--!" ("grin", "wide", "base", "stare") gen "I'm not done yet!" ("angry", xpos="far_left", ypos="head") call cum_block - gen "*Argh*-- *heavy panting*" ("angry", xpos="far_left", ypos="head") + gen "{shake}*Argh*!!{/shake}-- {shudder}*heavy panting*{/shudder}" ("angry", xpos="far_left", ypos="head") call gen_chibi("cum_behind_desk_done") call lun_chibi("stand", 230, 455, flip=True) with d3 lun "Wow... They went so far!" ("smile", "wide", "base", "L") lun "Is that related to your wizarding powers too?" ("angry", "base", "base", "mid") - gen "*Ah*...{w=0.3} *Ah*...{w=0.3} That's just sheer willpower... And a couple of Kegel exercises every now and then." ("base", xpos="far_left", ypos="head") + gen "{bounce}*Ah*...{w=0.3} *Ah*...{/bounce}{w=0.3} That's just sheer willpower... And a couple of Kegel exercises every now and then." ("base", xpos="far_left", ypos="head") lun "Astonishing..." ("soft", "narrow", "base", "downL") gen "You can stop staring at it now..." ("base", xpos="far_left", ypos="head") lun @ cheeks blush "Oh... Of course, [name_genie_luna]." ("angry", "narrow", "base", "mid") @@ -1226,7 +1226,7 @@ label ll_pf_talk_T4_E1_repeat: #Breasts pushed together pose show lun_talk arms_grab_chest eyes_base_stare mouth_timid as cg with d5 - nar "*Fap* *Fap* *Fap*..." + nar "{bounce}*Fap* *Fap* *Fap*{/bounce}" show lun_talk blush_heavy eyes_base_right as cg with d5 @@ -1299,7 +1299,7 @@ label ll_pf_talk_T4_E1_repeat: #stops squeezing breasts show lun_talk -arms_grab_chest eyes_base_up mouth_pout as cg with d5 - lun "*Sigh*...{w=0.4} I suppose I've become accustomed to guys only saying things like that sarcastically, mocking my choice of attire." + lun "{bounce}*Sigh*{/bounce}{w=0.4} I suppose I've become accustomed to guys only saying things like that sarcastically, mocking my choice of attire." gen "Yes, unfortunately, this school is teeming with exceptionally shallow individuals." @@ -1393,7 +1393,7 @@ label ll_pf_talk_T4_E1_repeat: show lun_talk eyes_narrow_down mouth_base as cg with d3 - lun "*Ah*...{w=0.4} I...{w=0.4} Well, I've never really thought about it before..." + lun "{bounce}*Ah*...{/bounce}{w=0.4} I...{w=0.4} Well, I've never really thought about it before..." gen "Then, let me share a couple of things I've learned about you from the time we've spent researching together..." show lun_talk eyebrows_worried mouth_smile as cg with d3 @@ -1429,7 +1429,7 @@ label ll_pf_talk_T4_E1_repeat: show lun_talk eyebrows_base eyes_narrow_left as cg with d3 - lun "*Ah*... *Ehm*... Well, there's my cork necklace..." + lun "{bounce}*Ah*...{/bounce} *Ehm*... Well, there's my cork necklace..." gen "A cork necklace?" gen "(That's one of the dumbest things I've ever heard...)" @@ -1441,7 +1441,7 @@ label ll_pf_talk_T4_E1_repeat: show lun_talk eyes_base_stare as cg with d3 - lun "You--{w=0.2} *Ah*...{w=0.4} You really think so?" + lun "You--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} You really think so?" gen "Most assuredly! I've found myself presented with plenty of holes in the need of being plugged!" gen "But I never thought about carrying a cork for that specific purpose before." @@ -1452,7 +1452,7 @@ label ll_pf_talk_T4_E1_repeat: show lun_talk eyebrows_raised mouth_soft as cg with d3 - lun "In--{w=0.2} *Ah*...{w=0.4} Our research?" + lun "In--{w=0.2} {bounce}*Ah*...{/bounce}{w=0.4} Our research?" gen "Certainly!" gen "Speaking of necklace... Since you've been so helpful, I think I better reward you with a \"pearl necklace\"." @@ -1460,30 +1460,30 @@ label ll_pf_talk_T4_E1_repeat: nar "Luna's eyes glaze over once again, and she begins panting slightly." - lun "*Ah*...{w=0.4} That...{w=0.4} That's very kind of you, [name_genie_luna]..." + lun "{bounce}*Ah*...{/bounce}{w=0.4} That...{w=0.4} That's very kind of you, [name_genie_luna]..." show lun_talk eyes_closed as cg with d3 - lun "But--{w=0.4} *Ah*...{w=0.4} I'm not doing this for the sake of being rewarded." + lun "But--{w=0.4} {bounce}*Ah*...{/bounce}{w=0.4} I'm not doing this for the sake of being rewarded." gen "I'm aware of that, although that doesn't mean I can't show you my appreciation." gen "Not everyone would agree to undress inside the headmaster's office..." show lun_talk mouth_smile as cg with d3 - lun "*Ah*...{w=0.4} Because it's--{w=0.2} *Mmm*...{w=0.4} Chilly, [name_genie_luna]?" + lun "{bounce}*Ah*...{/bounce}{w=0.4} Because it's--{w=0.2} *Mmm*...{w=0.4} Chilly, [name_genie_luna]?" gen "Sure!" show lun_talk eyes_narrow_down as cg with d3 nar "Luna smiles and glances down at your cock, but as she does, her expression quickly shifts into one of shock..." - lun "*Don't worry, I'm--" + lun "Don't worry, I'm--" stop background fadeout 2 show lun_talk eyes_base_down arm_left_rest mouth_open as cg with d3 pause 0.2 show lun_talk legs_down eyebrows_surprised eyes_wide_down mouth_open_wide as cg with d5 - lun "[name_genie_luna]! You stopped stroking your [name_geniepenis_luna]!" + lun "{shake}[name_genie_luna]! You stopped stroking your [name_geniepenis_luna]!{/shake}" gen "My what? Oh...{w=0.4} So I have..." show lun_talk eyebrows_worried eyes_base_down mouth_open as cg with d3 @@ -1587,7 +1587,7 @@ label ll_pf_talk_T4_E1_repeat: show lun_talk legs_up arm_left_hold_leg_variant_legs_up arm_right_hold_leg_variant_legs_up eyes_wide_stare as cg with d3 with hpunch - lun "!!!" + lun "{shake}!!!{/shake}" gen "Good." gen "Now, close your eyes and just wait for a little bit to see if the feeling subsides." @@ -1661,17 +1661,17 @@ label ll_pf_talk_T4_E1_repeat: play sound "sounds/slick_01.ogg" show lun_talk cum_chin as cg with d3 show lun_talk cum_chest as cg with d3 - gen "*Argh*!!" + gen "{shake}*Argh*!!{/shake}" show lun_talk mouth_base as cg with d3 - lun "{heart}[name_genie_luna]...{heart}" + lun "{hearts}[name_genie_luna]...{hearts}" lun "They won't stop--" gen "Hold it, girl!" show lun_talk eyebrows_worried mouth_timid as cg with d3 lun "But--" - gen "Come!" + gen "{shake}Come!{/shake}" with kissiris stop background fadeout 2 @@ -1681,10 +1681,10 @@ label ll_pf_talk_T4_E1_repeat: show lun_talk cum_hand cum_desk as cg with d3 "Luna and Genie" "{size=+4}Aaaaah!!!{/size}" - lun "*Ah*...{w=0.4} Wow...{w=0.4} That was..." + lun "{bounce}*Ah*...{/bounce}{w=0.4} Wow...{w=0.4} That was..." show lun_talk legs_down eyes_base_stare mouth_base as cg with d3 lun "Amazing..." - gen "*Ah*...{w=0.4} Great job, [name_luna_genie]." + gen "{bounce}*Ah*...{/bounce}{w=0.4} Great job, [name_luna_genie]." show lun_talk eyebrows_base as cg with d3 lun "*Mmm*... Thank you, [name_genie_luna]." @@ -1692,7 +1692,7 @@ label ll_pf_talk_T4_E1_repeat: show lun_talk eyes_base_down arms_grab_chest as cg with d3 lun "*Hmm*... I'm all sticky now..." - gen "*Ngh*!!" + gen "{shudder}*Ngh*!!{/shudder}" show lun_talk eyebrows_surprised eyes_base_stare mouth_soft as cg with d3 lun "[name_genie_luna], are you alright?" @@ -1727,7 +1727,7 @@ label ll_pf_talk_T4_E1_repeat: hide screen blkfade with d5 - lun "*Giggles*..." ("smile", "narrow", "base", "mid") + lun "*Giggles*" ("smile", "narrow", "base", "mid") gen "*Ahem*... I believe you've still got something on your face..." ("base", xpos="far_left", ypos="head") lun "I do?" ("soft", "base", "base", "down") diff --git a/game/scripts/characters/luna/events/intro.rpy b/game/scripts/characters/luna/events/intro.rpy index 2b125b8d..a12d4570 100644 --- a/game/scripts/characters/luna/events/intro.rpy +++ b/game/scripts/characters/luna/events/intro.rpy @@ -90,7 +90,7 @@ label luna_intro_E1: gen "What are you doing in my office?" gen "Did Snape send you here? Surely--" lun "I can't find them, daddy..." ("open", "closed", "worried", "mid") - gen "Daddy?!" + gen "{shake}Daddy?!{/shake}" lun "My glasses..." ("soft", "closed", "low", "mid") gen "You're...{w=0.4} looking for your glasses?" gen "Why would your glasses be in here?" @@ -165,7 +165,7 @@ label luna_intro_E1: call gen_chibi("jerk_off", 450, "base", flip=False) lun "" ("soft", "closed", "low", "mid") pause 1 - nar "*Fap* *Fap* *Fap*" + nar "{bounce}*Fap* *Fap* *Fap*{/bounce}" call hide_blkfade gen "..." ("base", xpos="far_left", ypos="head") @@ -230,7 +230,7 @@ label luna_intro_E1: gen "I summon thee... Satan." ("base", xpos="far_left", ypos="head") pause 1 - gen "*heh*... Just as I exp--" ("base", xpos="far_left", ypos="head") + gen "*Heh*... Just as I exp--" ("base", xpos="far_left", ypos="head") play sound "sounds/attack_snape2.ogg" show pentogram onlayer screens at Position(xpos=690, ypos=250, xanchor="center", yanchor="center") with d5 @@ -264,7 +264,7 @@ label luna_intro_E1: gen "Anyway... What was I doing?" ("base", xpos="far_left", ypos="head") - lun "*Snore*..." ("soft", "closed", "low", "mid", trans=dissolve) + lun "{shake}*Snore*{/shake}" ("soft", "closed", "low", "mid", trans=dissolve) gen "Right..." ("base", xpos="far_left", ypos="head") jump .choices @@ -381,7 +381,7 @@ label luna_intro_E1: ton "You called..." ("base", "base", "base", "mid", xpos="base", ypos="base", trans=dissolve) her @ cheeks blush "Professor!" ("clench", "squint", "worried", "L", flip=True, trans=dissolve) #Wide eyed - ton "*Oooooh* What's this? A slumber party?" ("horny", "narrow", "base", "down") + ton "{wave}*Oooooh*{/wave} What's this? A slumber party?" ("horny", "narrow", "base", "down") gen "It is now!" ("grin", xpos="far_left", ypos="head") gen "Let me search for my bathrobe real quick." ("grin", xpos="far_left", ypos="head") her @ cheeks blush "P-Professor, that's not why we asked her here." ("angry", "narrow", "base", "mid") @@ -391,7 +391,7 @@ label luna_intro_E1: ton "Ah... Miss Lovegood." ("base", "narrow", "raised", "L") if d_flag_01: - gen "Luna Love-good... *heh*, that's funny." ("grin", xpos="far_left", ypos="head") + gen "Luna Love-good... *Heh*, that's funny." ("grin", xpos="far_left", ypos="head") ton "What's funny?" ("base", "base", "base", "mid") gen "Love...{w=0.4} Good...{w=0.6} Get it?" ("base", xpos="far_left", ypos="head") ton "..." ("base", "base", "base", "mid") @@ -541,14 +541,14 @@ label luna_intro_E2: $ states.gen.masturbating = False if states.gen.masturbating: - gen "Miss-- *Ah*... Love-good. What can I do you for?" ("grin", xpos="far_left", ypos="head") + gen "Miss--{w=0.2} {bounce}*Ah*...{/bounce} Love-good. What can I do you for?" ("grin", xpos="far_left", ypos="head") else: gen "Miss Lovegood... What can I help you with?" ("base", xpos="far_left", ypos="head") lun "*Hmm*..." ("soft", "narrow", "raised", "downL") if states.gen.masturbating: - nar "*Fap-fap-fap*!" + nar "{bounce}*Fap-fap-fap*!{/bounce}" gen "(Look at the tits on this girl, such a lovely profile!)" ("angry", xpos="far_left", ypos="head") gen "(And that lush blonde hair! I'd love to wrap it around my dick!)" ("grin", xpos="far_left", ypos="head") else: @@ -567,7 +567,7 @@ label luna_intro_E2: if states.gen.masturbating: gen "(Whatever. As long as I can beat my meat in peace.)" ("grin", xpos="far_left", ypos="head") - nar "*Fap-fap-fap*" + nar "{bounce}*Fap-fap-fap*{/bounce}" call lun_walk("desk", "base") pause 0.25 @@ -620,11 +620,11 @@ label luna_intro_E2: lun "Whoa!" ("open", "wide", "base", "downL", trans=dissolve) call cum_block lun "There's so much!" ("soft", "wide", "base", "downL") - gen "*Argh*... (And it's all yours...)" ("angry", xpos="far_left", ypos="head") + gen "{shake}*Argh*{/shake}... (And it's all yours...)" ("angry", xpos="far_left", ypos="head") lun "They're flying everywhere! How impressive!" ("grin", "wide", "base", "stare") gen "Yes! (All because of you, you silly-hot bimbo!)" ("angry", xpos="far_left", ypos="head") call cum_block - gen "*Argh*-- {size=-4}fuck!{/size} *heavy panting*" ("angry", xpos="far_left", ypos="head") + gen "{shake}*Argh*{/shake}-- {size=-4}fuck!{/size} *heavy panting*" ("angry", xpos="far_left", ypos="head") call gen_chibi("cum_behind_desk_done") with d3 else: @@ -644,7 +644,7 @@ label luna_intro_E2: gen "There's more where that came from." ("grin", xpos="far_left", ypos="head") lun "So you can see {i}them{/i} too, Professor?" ("angry", "wide", "base", "mid") gen "See what?" ("base", xpos="far_left", ypos="head") - lun "*Sigh* Just as expected." ("upset", "narrow", "base", "down") + lun "{bounce}*Sigh*{/bounce} Just as expected." ("upset", "narrow", "base", "down") lun "You could see them if you had one of these." ("grin", "base", "base", "mid") else: gen "I can't see anything." ("base", xpos="far_left", ypos="head") @@ -666,7 +666,7 @@ label luna_intro_E2: gen "Great..." ("base", xpos="far_left", ypos="head") "\"Spectres as in ghosts?\"": - gen "*G-G-Ghe* Ghosts!" ("angry", xpos="far_left", ypos="head") + gen "{shake}*G-G-Ghe* Ghosts!{/shake}" ("angry", xpos="far_left", ypos="head") lun "Well, I don't know about ghosts--" ("open", "base", "base", "down") gen "Quick, I need to call someone..." ("base", xpos="far_left", ypos="head") lun "Oh, who you gonna call?" ("soft", "base", "base", "R") @@ -679,7 +679,7 @@ label luna_intro_E2: "\"The theory of the parable fourth dimensional tuples.\"": lun "I'm sorry, sir?" ("upset", "narrow", "base", "mid") - gen "*Sigh* I'm talking about the four-dimensional space, {size=-1}a mathematical{/size} {size=-2}extension of the concept{/size} {size=-3}of three-dimensional or 3D space.{/size} {size=-5}Three-dimensional space{/size}{size=-7} is the simplest possible abstraction of the observation that one only needs three numbers, called dimensions, to describe the sizes or locations of objects in the everyday world.{/size}{size=-10}For example, the volume of a rectangular box is found by measuring and multiplying its length, width, and height (often labeled x, y, and z)...{/size}" ("base", xpos="far_left", ypos="head") + gen "{bounce}*Sigh*{/bounce} I'm talking about the four-dimensional space, {size=-1}a mathematical{/size} {size=-2}extension of the concept{/size} {size=-3}of three-dimensional or 3D space.{/size} {size=-5}Three-dimensional space{/size}{size=-7} is the simplest possible abstraction of the observation that one only needs three numbers, called dimensions, to describe the sizes or locations of objects in the everyday world.{/size}{size=-10}For example, the volume of a rectangular box is found by measuring and multiplying its length, width, and height (often labeled x, y, and z)...{/size}" ("base", xpos="far_left", ypos="head") call blkfade centered "{size=+7}{color=#cbcbcb}5 minutes later...{/color}{/size}" call hide_blkfade diff --git a/game/scripts/characters/luna/events/spectrespecs/spectrespecs.rpy b/game/scripts/characters/luna/events/spectrespecs/spectrespecs.rpy index 427ded92..a386d948 100644 --- a/game/scripts/characters/luna/events/spectrespecs/spectrespecs.rpy +++ b/game/scripts/characters/luna/events/spectrespecs/spectrespecs.rpy @@ -32,8 +32,8 @@ label spectrespecs_E1: ger "...{w} Well, Good luck with that." ger "Our sister finds her personality endearing, but personally, I don't really see any good reason to try and humour her." gen "(I can think of at least two good reasons...)" ("grin", xpos="far_left", ypos="head") - gen "(Two humongous--{w=0.5} Plump,{w=0.2} squishy...{w=0.3} and...{w=0.8} *Err*...)" ("grin", xpos="far_left", ypos="head") - gen "*Oh*... bouncy--" ("grin", xpos="far_left", ypos="head") + gen "(Two {size=+4}humongous{/size}, {w=0.4} {b}Plump{/b},{w=0.4} {pulse}squishy{/pulse}...{w=0.3} and...{w=0.8} *Err*...)" ("grin", xpos="far_left", ypos="head") + gen "*Oh*... {bounce}bouncy{/bounce}--" ("grin", xpos="far_left", ypos="head") fre "Bouncy, sir?" gen "What?" ("base", xpos="far_left", ypos="head") fre "You said--" @@ -42,7 +42,7 @@ label spectrespecs_E1: fre "Although it'd be simpler if you just had it delivered by owl, we could help you set it up--" gen "I don't want a subscription to the bloody thing... A copy of the latest issue is enough." ("base", xpos="far_left", ypos="head") fre "Right..." - ger "*Sigh*... Well, as much as it pains me to make a special order for something like this..." + ger "{bounce}*Sigh*{/bounce} Well, as much as it pains me to make a special order for something like this..." ger "We'll order a copy and have it ready for you to pick up by tomorrow." gen "Excellent." ("base", xpos="far_left", ypos="head") ger "Will that be all, sir?" @@ -68,7 +68,7 @@ label spectrespecs_E2: fre "Please don't make us order something like this again, sir..." fre "Our provider almost fell into the fireplace laughing when we said we wanted a copy of the Quibbler..." gen "No promises..." ("base", xpos="far_left", ypos="head") - twi "*Sigh*..." + twi "{bounce}*Sigh*{/bounce}" $ thequibbler_ITEM.unlocked = True @@ -131,7 +131,7 @@ label spectrespecs_E4: play sound "sounds/paper_rustle.ogg" - gen "*Ngh*!" ("base", xpos="far_left", ypos="head") + gen "{shudder}*Ngh*!{/shudder}" ("base", xpos="far_left", ypos="head") gen "Why aren't they coming out!" ("base", xpos="far_left", ypos="head") gen "Hold on... These are cut-outs! What year is this?" ("base", xpos="far_left", ypos="head") lun "The severing charm should--" ("soft", "base", "raised", "mid") @@ -150,7 +150,7 @@ label spectrespecs_E4: gen "Bird... Cut these out for me, will you?" ("base", xpos="far_left", ypos="head") lun "Sir, I doubt the--" ("mad", "narrow", "base", "L") - faw "*Squawk*!" + faw "{shake}*Squawk*!{/shake}" call gen_chibi("grab_high", phoenix_OBJ.xpos, phoenix_OBJ.ypos+365, flip=False) with d3 @@ -187,7 +187,7 @@ label spectrespecs_E4: pause 0.5 nar "The world around you starts shifting." - gen "Gah!" ("angry", xpos="far_left", ypos="head") + gen "{shake}Gah!{/shake}" ("angry", xpos="far_left", ypos="head") gen "(Who brought the UV light?)" ("angry", xpos="far_left", ypos="head") gen "(My desk looks like a Jackson Pollock painting!)" ("angry", xpos="far_left", ypos="head") lun "Do you see them?!" ("grin", "wide", "base", "mid") @@ -217,7 +217,7 @@ label spectrespecs_E4: lun @ cheeks blush "I... I'm not sure I should say, sir." ("soft", "narrow", "base", "downR") gen "Then I don't see how I'm supposed to be able to--" ("base", xpos="far_left", ypos="head") lun @ cheeks blush "Between my legs, sir..." ("disgust", "happyCl", "base", "mid") - gen "!!!" ("angry", xpos="far_left", ypos="head") + gen "{shake}!!!{/shake}" ("angry", xpos="far_left", ypos="head") menu: "-Start Masturbating-": @@ -270,7 +270,7 @@ label spectrespecs_E4: lun @ cheeks blush "It was as if something inside of me was building up... Desperate to come out!" ("open", "wide", "base", "mid") gen "(That's it slut, you asked for it!)" ("angry", xpos="far_left", ypos="head") - gen "*ARGH*!" ("angry", xpos="far_left", ypos="head") + gen "{shake}*ARGH*!{/shake}" ("angry", xpos="far_left", ypos="head") call gen_chibi("cum_behind_desk") call cum_block @@ -289,7 +289,7 @@ label spectrespecs_E4: call gen_chibi("cum_behind_desk_done") pause .8 - gen "*Ah*...{w=0.4} *Ah*...{w=0.4} *Ah*..." ("base", xpos="far_left", ypos="head") + gen "{bounce}*Ah*...{w=0.4} *Ah*...{w=0.4} *Ah*...{/bounce}" ("base", xpos="far_left", ypos="head") lun "I saw them!" ("clench", "wide", "base", "mid") gen "That was awesome." ("base", xpos="far_left", ypos="head") lun "There are so many of them now!" ("open", "wide", "base", "mid") diff --git a/game/scripts/characters/snape/chitchats.rpy b/game/scripts/characters/snape/chitchats.rpy index 89c73857..c3c4f6db 100644 --- a/game/scripts/characters/snape/chitchats.rpy +++ b/game/scripts/characters/snape/chitchats.rpy @@ -43,7 +43,7 @@ label snape_chitchat: block: sna "I killed a pupil once." ("snape_01") sna "Yes... I strangled the maggot with my bare hands." ("snape_02") - sna "........ *Low growl*." ("snape_03") + sna "........ {shake}*Low growl*{/shake}." ("snape_03") sna "Did that sound believable?" ("snape_05") sna "The moment those animals stop fearing me, I'm done for." ("snape_06") sna "Cultivating fear in the hearts of your students is the most important task for every teacher." ("snape_26") @@ -355,7 +355,7 @@ label snape_chitchat: block: sna "My least favourite colour?" ("snape_05") - sna "Let me give you two: red and gold." ("snape_07") + sna "Let me give you two... Red and gold." ("snape_07") sna "" ("snape_04") block: diff --git a/game/scripts/characters/snape/events/hangouts.rpy b/game/scripts/characters/snape/events/hangouts.rpy index 50219882..3e2a9d2e 100644 --- a/game/scripts/characters/snape/events/hangouts.rpy +++ b/game/scripts/characters/snape/events/hangouts.rpy @@ -386,7 +386,7 @@ label ss_he_story_intro_E8: sna "We could bring the public flogging back?" ("snape_05") gen "What do you mean?" ("base", xpos="far_left", ypos="head") sna "Well, years ago flogging was a completely acceptable measure of punishment for the students." ("snape_06") - sna "*Sigh* Simpler times..." ("snape_06") + sna "{bounce}*Sigh*{/bounce} Simpler times..." ("snape_06") sna "These days students just completely lack discipline..." ("snape_16") sna "I would like nothing more than to publicly flog every single one of them..." ("snape_16") sna "Especially the girls..." ("snape_22") @@ -522,7 +522,7 @@ label ss_he_story_intro_E12: gen "Sure..." ("base", xpos="far_left", ypos="head") gen "Although if your Albus friend really materialised in exactly the same spot I occupied before I cast the spell..." ("base", xpos="far_left", ypos="head") gen "I suppose the princess could have him beheaded..." ("base", xpos="far_left", ypos="head") - sna "WHAT?!" ("snape_01") + sna "{shake}WHAT?!{/shake}" ("snape_01") gen "But the probability of that happening is very slim..." ("base", xpos="far_left", ypos="head") gen "About five percent... Maybe ten... Twenty percent tops." ("base", xpos="far_left", ypos="head") sna "......................................................." ("snape_03") diff --git a/game/scripts/characters/snape/events/intro.rpy b/game/scripts/characters/snape/events/intro.rpy index f6eb0be8..2bd47bfb 100644 --- a/game/scripts/characters/snape/events/intro.rpy +++ b/game/scripts/characters/snape/events/intro.rpy @@ -11,8 +11,8 @@ label snape_intro_E1: pause 1 gen "*Yawn*......." ("base", xpos="far_left", ypos="head") - gen "These old bones seem to be getting tired." ("base", xpos="far_left", ypos="head") - gen "Perhaps I should rest my eyes a bit." ("base", xpos="far_left", ypos="head") + gen "(These old bones seem to be getting tired.)" ("base", xpos="far_left", ypos="head") + gen "(Perhaps I should rest my eyes a bit.)" ("base", xpos="far_left", ypos="head") with fade @@ -55,7 +55,7 @@ label snape_intro_E1: sna "" ("snape_01") play sound "sounds/MaleGasp.ogg" - gen "!!!" ("angry", xpos="far_left", ypos="head") + gen "{shake}!!!{/shake}" ("angry", xpos="far_left", ypos="head") gen "{size=-3}(An Indigenous life form!?){/size}" ("angry", xpos="far_left", ypos="head") gen "{size=-3}(looks human enough...){/size}" ("base", xpos="far_left", ypos="head") gen "{size=-3}(Maybe if I just act cool he'll leave...?){/size}" ("base", xpos="far_left", ypos="head") @@ -76,7 +76,7 @@ label snape_intro_E1: sna "" ("snape_01", trans=d3) anon "What?" anon "*Hmm*...?" - anon "You mean the Minister of Magic?" + anon "You mean the \"Minister of Magic\"?" sna "" ("snape_03") anon "I would rather avoid having to deal with that bureaucrat..." gen "Fine, never mind... How can I be of help?" ("base", xpos="far_left", ypos="head") @@ -94,7 +94,7 @@ label snape_intro_E1: sna "" ("snape_03") anon "The wretched Weasley family, that noisy Granger girl and of course the hero of all the juvenile delinquents around the globe..." sna "" ("snape_08") - anon "{size=+3}The Potter boy!{/size}" + anon "{shake}The Potter boy!{/shake}" sna "" ("snape_01") anon "Mark my words, Albus. The Gryffindor house will become this school's undoing!" gen "...................." ("base", xpos="far_left", ypos="head") @@ -147,11 +147,11 @@ label snape_intro_E1: call bld gen "*Hmm*..." ("base", xpos="far_left", ypos="head") - gen "So that tall, broody dude mistook me for someone else...?" ("base", xpos="far_left", ypos="head") - gen "Which means I must be shrouded in a concealment spell..." ("base", xpos="far_left", ypos="head") + gen "(So that tall, broody dude mistook me for someone else...?)" ("base", xpos="far_left", ypos="head") + gen "(Which means I must be shrouded in a concealment spell...)" ("base", xpos="far_left", ypos="head") gen "........." ("base", xpos="far_left", ypos="head") - gen "So basically, I'm a genie disguised as a human, who is in turn disguised as another human..." ("base", xpos="far_left", ypos="head") - gen "No, that's not stupid at all..." ("base", xpos="far_left", ypos="head") + gen "(So basically, I'm a genie disguised as a human, who is in turn disguised as another human...)" ("base", xpos="far_left", ypos="head") + gen "(No, that's not stupid at all...)" ("base", xpos="far_left", ypos="head") call bld("hide") $ states.sna.ev.intro.e1_complete = True @@ -180,7 +180,7 @@ label snape_intro_E2: sna "" ("snape_01",xpos="base",ypos="base") anon "Albus!" - gen "Hey..........{w=0.3} you..." ("base", xpos="far_left", ypos="head") + gen "Hey..........{w=0.3} {bounce}you...{/bounce}" ("base", xpos="far_left", ypos="head") anon "You need to do something about that Granger girl..." sna "" ("snape_06") anon "Honestly... I'm running out of ways to punish that... that..." @@ -407,7 +407,7 @@ label snape_intro_E3: sna "My name is Severus Snape!" (ypos="head", wand=True) sna "Now, who might you be...?" ("snape_01", wand=True) - gen "!!!" ("angry", xpos="far_left", ypos="head") + gen "{shake}!!!{/shake}" ("angry", xpos="far_left", ypos="head") sna "Easy now... Just answer my question." ("snape_01", wand=True) gen "Alright, alright. Just calm down, would you?" ("base", xpos="far_left", ypos="head") gen "You might poke someone's eye with that stick if you're not careful." ("base", xpos="far_left", ypos="head") @@ -781,10 +781,10 @@ label snape_intro_E5: sna "You're already sitting on one." ("snape_05") gen "I don't want my guests to just stand." ("base", xpos="far_left", ypos="head") sna "Guests? You're not supposed to have g--" ("snape_10") - sna "*sigh* It's pointless reasoning with you, isn't it?" ("snape_06") + sna "{bounce}*Sigh*{/bounce} It's pointless reasoning with you, isn't it?" ("snape_06") gen "You're learning quick." ("base", xpos="far_left", ypos="head") sna "Alright, you'll have your chair." ("snape_03") - gen "and lastly..." ("base", xpos="far_left", ypos="head") + gen "And lastly..." ("base", xpos="far_left", ypos="head") gen "Teach me your magic..." ("base", xpos="far_left", ypos="head") sna "My magic?" ("snape_05") @@ -827,7 +827,7 @@ label snape_intro_E5: gen "You mean {size=+7}our{/size} advantage, right?" ("base", xpos="far_left", ypos="head") sna "Oh, yes. Yes, of course..." ("snape_06") sna "Well, I think we are done for today..." - sna "Good night... genie." ("snape_24") + sna "Good night... Genie." ("snape_24") gen "Yes. Good night, Severus." ("base", xpos="far_left", ypos="head") call sna_walk("door", "base") diff --git a/game/scripts/characters/snape/nicknames.rpy b/game/scripts/characters/snape/nicknames.rpy index 8a4b899d..726d647f 100644 --- a/game/scripts/characters/snape/nicknames.rpy +++ b/game/scripts/characters/snape/nicknames.rpy @@ -97,7 +97,7 @@ label snape_nicknames: gen "I'm sure it would be if anyone got any of my references in this universe." ("base", xpos="far_left", ypos="head") "-Snivellus-": sna "How about \"go fuck yourself\"." ("snape_04") - gen "That's a weird nickname but sure." ("base", xpos="far_left", ypos="head") + gen "That's a weird nickname, but sure." ("base", xpos="far_left", ypos="head") sna "..." ("snape_06") "-Master-": sna "Sure!" ("snape_37") diff --git a/game/scripts/characters/susan/events/intro.rpy b/game/scripts/characters/susan/events/intro.rpy index d7f8503a..4706510f 100644 --- a/game/scripts/characters/susan/events/intro.rpy +++ b/game/scripts/characters/susan/events/intro.rpy @@ -11,7 +11,7 @@ label nt_he_susan_E1: ton "For being shy... insecure..." ("upset", "closed", "base", "mid") gen "About what?" ("base", xpos="far_left", ypos="head") ton "About her massive tits!" ("open", "wide", "base", "mid") - gen "!!!" ("angry", xpos="far_left", ypos="head") + gen "{shake}!!!{/shake}" ("angry", xpos="far_left", ypos="head") gen "Why would she be insecure about that?" ("base", xpos="far_left", ypos="head") gen "Surely that's something most girls would kill for!" ("grin", xpos="far_left", ypos="head") ton "That's what I said..." ("open", "closed", "shocked", "mid") diff --git a/game/scripts/characters/tonks/events/hangout.rpy b/game/scripts/characters/tonks/events/hangout.rpy index 95d1ab81..d7b1697f 100644 --- a/game/scripts/characters/tonks/events/hangout.rpy +++ b/game/scripts/characters/tonks/events/hangout.rpy @@ -131,8 +131,8 @@ label nt_he_firewhisky_intro: ton "Sorry, I guess I talk a lot once I get going..." ("mad", "base", "shocked", "R") ton "Bottoms up." ("horny", "base", "base", "down") play sound "sounds/gulp.ogg" - ton "*Gulp*{w=0.6}{nw}" ("base", "closed", "worried", "mid", trans=hpunch) - ton "*Cough* *Cough*" ("open", "happyCl", "shocked", "stare") + ton "{shudder}*Gulp*{/shudder}{w=0.6}{nw}" ("base", "closed", "worried", "mid", trans=hpunch) + ton "{shake}*Cough* *Cough*{/shake}" ("open", "happyCl", "shocked", "stare") ton "Yeah, that was a mistake." ("mad", "base", "base", "down") gen "I don't drink whisky that often, but even I know not to down it in one..." ("base", xpos="far_left", ypos="head") ton "*Mmm*... that's the stuff." ("horny", "narrow", "base", "down") @@ -158,7 +158,7 @@ label nt_he_firewhisky_E1: ton "Oh, don't you worry, [name_genie_tonks]." ("silly", "happyCl", "base", "mid") ton "I could down this entire bottle without anybody being able to notice a thing." ("horny", "base", "base", "L") gen "You're one glass in and swaying like a buoy..." ("base", xpos="far_left", ypos="head") - ton "*Hick* Oh well..." ("open", "base", "base", "ahegao", trans=hpunch) + ton "{shudder}*Hick*{/shudder} Oh well..." ("open", "base", "base", "ahegao", trans=hpunch) ton "No risk, no fun!" ("horny", "base", "base", "mid") else: gen "Long day?" ("base", xpos="far_left", ypos="head") diff --git a/game/scripts/characters/tonks/events/intro.rpy b/game/scripts/characters/tonks/events/intro.rpy index 96cf1a6a..e5affedc 100644 --- a/game/scripts/characters/tonks/events/intro.rpy +++ b/game/scripts/characters/tonks/events/intro.rpy @@ -82,7 +82,7 @@ label tonks_intro_E1: pos (-1040, -35) ease_quad 5.0 pos (-1040, -600) - gen "(Oh shit,{w=0.1} she's hot...)" + gen "(Oh shit, she's hot...)" show CG tonks as cg zorder 17: zoom 1.0 @@ -120,7 +120,7 @@ label tonks_intro_E1: gen "Tell me about it..." ("base", xpos="far_left", ypos="head") if states.gen.masturbating: - ton "Oh... about the centaurs?" ("annoyed", "base", "raised", "mid") + ton "Oh... About the centaurs?" ("annoyed", "base", "raised", "mid") gen "Yes, centaurs!" ("base", xpos="far_left", ypos="head") gen "Half of a man, and the other half that of a horse?" ("angry", xpos="far_left", ypos="head") ton "Yes?" ("normal", "narrow", "raised", "mid") @@ -134,7 +134,7 @@ label tonks_intro_E1: ton "They are fascinating creatures, aren't they, Professor?" ("soft", "base", "base", "R", trans=dissolve) gen "What?{w} Oh yes, very fascinating..." ("base", xpos="far_left", ypos="head") - nar "*Fap-Fap-Fap*!" + nar "{bounce}*Fap-Fap-Fap*!{/bounce}" gen "Don't mind me... Please continue..." ("base", xpos="far_left", ypos="head") gen "I'd like to hear more about the things you did with those centaurs!" ("grin", xpos="far_left", ypos="head") ton "I'm sorry Professor, but that's classified information." ("open", "closed", "shocked", "mid") @@ -229,7 +229,7 @@ label tonks_intro_E1: call ton_walk(action="leave") call bld - gen "This can't be good..." ("base", xpos="far_left", ypos="head") + gen "(This can't be good...)" ("base", xpos="far_left", ypos="head") $ states.sna.busy = True $ states.her.busy = True @@ -316,7 +316,7 @@ label tonks_intro_E2: gen "I can imagine that..." ("base", xpos="far_left", ypos="head") ton "Anyhow... She had no proof of any illicit activities.{w} It's all just hearsay." ("open", "closed", "base", "R") ton @ hair horny "As much as I wish it were true..." ("horny", "closed", "base", "R") - gen "*huh*?" ("base", xpos="far_left", ypos="head") + gen "*Huh*?" ("base", xpos="far_left", ypos="head") ton "So I could conclude this whole business sooner, of course..." ("base", "narrow", "base", "downR") ton "And bring this favour trading business to an end, once, and for all." ("open", "base", "base", "mid") gen "Best of luck with that..." ("base", xpos="far_left", ypos="head") @@ -330,7 +330,7 @@ label tonks_intro_E2: call bld gen "Shit..." ("base", xpos="far_left", ypos="head") - gen "I better talk to Snape about this..." ("base", xpos="far_left", ypos="head") + gen "(I better talk to Snape about this...)" ("base", xpos="far_left", ypos="head") $ states.her.busy = True $ states.ton.ev.intro.e2_complete = True @@ -354,7 +354,7 @@ label ss_he_tonks_E1: sna "Nymphadora?" ("snape_39") gen "Yes, the Nympho." ("base", xpos="far_left", ypos="head") gen "She came by the other day..." ("base", xpos="far_left", ypos="head") - sna "What?!" ("snape_36") + sna "{shake}What?!{/shake}" ("snape_36") gen "Twice, actually..." ("base", xpos="far_left", ypos="head") sna "And you're telling me about this... now?" ("snape_32") sna "I'm surprised you didn't blow our cover right there and then..." ("snape_16") @@ -370,7 +370,7 @@ label ss_he_tonks_E1: if jerked_off_during_tonks_intro: gen "No..." ("base", xpos="far_left", ypos="head") - sna "*glares*" ("snape_04") + sna "*Glares*" ("snape_04") gen "Yes...? But I didn't finish this time..." ("base", xpos="far_left", ypos="head") sna "What you mean by \"I didn't fin--" ("snape_08") else: @@ -544,7 +544,7 @@ label tonks_intro_E3: $ desk_OBJ.idle = "desk_dumbledore" $ chair_left_OBJ.hidden = True call cast_spell("revelio") - ton @ hair angry "Revelio!" ("open_wide", "shocked", "annoyed", "mid", ypos="head", flip=False) + ton @ hair angry "{shake}Revelio!{/shake}" ("open_wide", "shocked", "annoyed", "mid", ypos="head", flip=False) call bld("hide") pause.6 @@ -684,8 +684,8 @@ label tonks_intro_E3: call ton_walk(action="leave") call bld - gen "What an interesting turn of events..." ("base", xpos="far_left", ypos="head") - gen "Who would've guessed that she's such a pervert?!" ("grin", xpos="far_left", ypos="head") + gen "(What an interesting turn of events...)" ("base", xpos="far_left", ypos="head") + gen "(Who would've guessed that she's such a pervert?!)" ("grin", xpos="far_left", ypos="head") $ states.ton.unlocked = True $ achievements.unlock("unlockton", True) @@ -723,7 +723,7 @@ label ss_he_tonks_E2: gen "..................." ("base", xpos="far_left", ypos="head") sna "What a fool I was to believe that she'd be gone by now..." ("snape_31") sna "But of course not!" ("snape_32") - sna "{size=+5}Instead they made that mischievous {b}cunt{/b} a teacher!{/size}" ("snape_33", trans=hpunch) # Screaming + sna "{size=+5}Instead they made that mischievous {shake}cunt{/shake} a teacher!{/size}" ("snape_33", trans=hpunch) # Screaming gen "Actually, that was--" ("base", xpos="far_left", ypos="head") sna "The whole universe has turned against me!" ("snape_43") sna "That bloody Ministry! Curse them!" ("snape_35") @@ -848,11 +848,11 @@ label ss_he_tonks_E3: menu: gen "..............." ("base", xpos="far_left", ypos="head") "\"Are the students really that bad?\"": - sna "*sigh* You have no idea, even an ape would show more learning abilities." ("snape_06") + sna "{bounce}*Sigh*{/bounce} You have no idea, even an ape would show more learning abilities." ("snape_06") gen "*Hmm*..." ("base", xpos="far_left", ypos="head") "\"... Demiguise?\"": gen "What the fuck is that?" ("base", xpos="far_left", ypos="head") - sna "*Sigh*... I keep forgetting you're not from around here..." ("snape_06") + sna "{bounce}*Sigh*{/bounce} I keep forgetting you're not from around here..." ("snape_06") sna "It's a magical beast that can make itself invisible and has precognitive sight." ("snape_24") gen "... Sounds boring, forget I asked." ("base", xpos="far_left", ypos="head") sna "..........." ("snape_05") @@ -863,7 +863,7 @@ label ss_he_tonks_E3: sna "And a very competent and skilled teacher, to guide those hopeless souls through their lessons..." ("snape_40") sna "Now, If you were to assign me for that, and give Tonks my old subject to teach..." ("snape_20") gen "Yeah, about that...{w=0.4} I think I might have given that role to her..." ("base", xpos="far_left", ypos="head") - sna "{size=+5}You did what?!{/size}" ("snape_33", trans=hpunch) + sna "{shake}You did what?!{/shake}" ("snape_33", trans=hpunch) gen "\"Defence against... something-something\"..." ("base", xpos="far_left", ypos="head") sna "You should have given me the \"defence against the dark arts\" position!" ("snape_34") sna "And she could've had something else... like \"muggle studies\", or something." ("snape_16") diff --git a/game/scripts/characters/tonks/talk.rpy b/game/scripts/characters/tonks/talk.rpy index 8977b15f..e3e05190 100644 --- a/game/scripts/characters/tonks/talk.rpy +++ b/game/scripts/characters/tonks/talk.rpy @@ -172,7 +172,7 @@ label tonks_talk: ton "Because... that title has to be earned!" ("horny", "base", "angry", "mid") gen "Seriously?" ("base", xpos="far_left", ypos="head") ton "Yes... Show me that you're worth if you want to be my master, and I'll gladly become your bitch!" ("open", "base", "angry", "mid") - gen "!!!" ("angry", xpos="far_left", ypos="head") + gen "{shake}!!!{/shake}" ("angry", xpos="far_left", ypos="head") ton "Until then you can forget about it..." ("base", "base", "base", "mid") gen "...................." ("base", xpos="far_left", ypos="head") diff --git a/game/scripts/events/Start.rpy b/game/scripts/events/Start.rpy index e95c7b81..474eec09 100644 --- a/game/scripts/events/Start.rpy +++ b/game/scripts/events/Start.rpy @@ -107,20 +107,20 @@ label genie_intro_E1: call bld gen "Your majesty! Don't touch--" ("angry", xpos="far_left", ypos="head") gen "............................." ("base", xpos="far_left", ypos="head") - gen "I did it again, didn't I?" ("base", xpos="far_left", ypos="head") - gen "Teleported myself to who knows where..." ("angry", xpos="far_left", ypos="head") - gen "Those magical ingredients must have been way more potent than I thought..." ("base", xpos="far_left", ypos="head") - gen "Well... Whatever this place is I have no business here." ("base", xpos="far_left", ypos="head") - gen "Better to undo the spell and return to my magic shop before Princess Jasmine gets angry with me again..." ("base", xpos="far_left", ypos="head") + gen "(I did it again, didn't I?)" ("base", xpos="far_left", ypos="head") + gen "(Teleported myself to who knows where...)" ("angry", xpos="far_left", ypos="head") + gen "(Those magical ingredients must have been way more potent than I thought...)" ("base", xpos="far_left", ypos="head") + gen "(Well... Whatever this place is I have no business here.)" ("base", xpos="far_left", ypos="head") + gen "(Better to undo the spell and return to my magic shop before Princess Jasmine gets angry with me again...)" ("base", xpos="far_left", ypos="head") gen "....................." ("base", xpos="far_left", ypos="head") - gen "Although..." ("base", xpos="far_left", ypos="head") - gen "There is something odd about this place..." ("base", xpos="far_left", ypos="head") - gen "It's almost brimming with..." ("base", xpos="far_left", ypos="head") - gen "{size=+5}MAGIC?!{/size}" ("angry", xpos="far_left", ypos="head") - gen "Yes... magic, I can feel it. So powerful and yet somehow..." ("base", xpos="far_left", ypos="head") - gen "... alien." ("base", xpos="far_left", ypos="head") + gen "(Although...)" ("base", xpos="far_left", ypos="head") + gen "(There is something odd about this place...)" ("base", xpos="far_left", ypos="head") + gen "(It's almost brimming with...)" ("base", xpos="far_left", ypos="head") + gen "{shake}MAGIC?!{/shake}" ("angry", xpos="far_left", ypos="head") + gen "(Yes... magic, I can feel it. So powerful and yet somehow...)" ("base", xpos="far_left", ypos="head") + gen "(... alien.)" ("base", xpos="far_left", ypos="head") gen "Interesting..." ("base", xpos="far_left", ypos="head") - gen "I think I will stick around for a little bit..." ("base", xpos="far_left", ypos="head") + gen "(I think I will stick around for a little bit...)" ("base", xpos="far_left", ypos="head") # Highlight important objects python: @@ -144,8 +144,8 @@ label genie_intro_E1: label genie_intro_E2: call bld - gen "It's getting darker already..." ("base", xpos="far_left", ypos="head") - gen "Did I just spend an entire day examining this room?" ("base", xpos="far_left", ypos="head") + gen "(It's getting darker already...)" ("base", xpos="far_left", ypos="head") + gen "(Did I just spend an entire day examining this room?)" ("base", xpos="far_left", ypos="head") call bld("hide") $ fireplace_OBJ.reset_action() @@ -167,10 +167,10 @@ label genie_intro_E3: call bld gen ".............." ("base", xpos="far_left", ypos="head") - gen "Another boring day in the office." ("base", xpos="far_left", ypos="head") - gen "All I can do here is sleep or jerk off..." ("angry", xpos="far_left", ypos="head") + gen "(Another boring day in the office.)" ("base", xpos="far_left", ypos="head") + gen "(All I can do here is sleep or jerk off...)" ("angry", xpos="far_left", ypos="head") gen "..........." ("base", xpos="far_left", ypos="head") - gen "Yet still... This magic... There's something strange going on here." ("base", xpos="far_left", ypos="head") + gen "(Yet still... This magic... There's something strange going on here.)" ("base", xpos="far_left", ypos="head") call bld("hide") call tutorial("time") @@ -184,7 +184,7 @@ label genie_intro_E4: play music "music/Brittle Rille.ogg" fadein 1 if_changed call bld - gen "An owl? Here?" ("base", xpos="far_left", ypos="head") + gen "(An owl? Here?)" ("base", xpos="far_left", ypos="head") call bld("hide") call tutorial("mail") 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/events/potions/intro.rpy b/game/scripts/events/potions/intro.rpy index 5a4529be..d1c8564e 100644 --- a/game/scripts/events/potions/intro.rpy +++ b/game/scripts/events/potions/intro.rpy @@ -32,7 +32,7 @@ label potions_intro_E0: sna "I didn't think genies needed sleep." ("snape_03") gen "Of course we do!" ("base", xpos="far_left", ypos="head") gen "(Wait...{w=0.4} Do we?{w} Why do I sleep so much?)" ("base", xpos="far_left", ypos="head") - sna "*Sigh*..." ("snape_06") + sna "{bounce}*Sigh*{/bounce}" ("snape_06") sna "Did anyone see you?" ("snape_01") gen "Oh yeah, lots of people." ("base", xpos="far_left", ypos="head") gen "A bunch of weirdos were staring at me on the way here." ("base", xpos="far_left", ypos="head") @@ -106,7 +106,7 @@ label potions_intro_E0: sna "If you don't have anything important to report I think you should leave." ("snape_31") gen "... Alright. I see how it is." ("base", xpos="far_left", ypos="head") else: - sna "*Sigh*..." ("snape_06") + sna "{bounce}*Sigh*{/bounce}" ("snape_06") "\"Can I borrow your brewing station?\"" if states.map.snape_office.intro_e2: gen "I thought I could use it to make some potions." ("base", xpos="far_left", ypos="head") sna "Hell no!" ("snape_03") @@ -230,7 +230,7 @@ label potions_intro_E2: "\"...\"": pass - "The Painting" "Alarm! Major asshole detected!" + "The Painting" "{shake}Alarm!{/shake} Major asshole detected!" gen "How do I shut this thing off..." ("base", xpos="far_left", ypos="head") #Snape walks in @@ -386,7 +386,7 @@ label potions_intro_E2: gen "Well, I didn't really see a cupboard with ingredients or anything in here..." ("base", xpos="far_left", ypos="head") sna "Right?" ("snape_03") gen "So, where do you keep your... *Err*..." ("base", xpos="far_left", ypos="head") - sna "Keep {size=+5}my{/size} what?" ("snape_04") + sna "Keep {shake}my{/shake} what?" ("snape_04") gen "You know what, I think I'll probably manage to find some on my own..." ("base", xpos="far_left", ypos="head") sna "*Hmm*..." ("snape_04") gen "Drinks later?" ("angry", xpos="far_left", ypos="head") @@ -425,7 +425,7 @@ label potions_intro_E2: pause 0.5 sna "As If I'd let anyone have my ingredients..." ("snape_03", trans=d3) - sna "Revelio!" ("snape_10", wand=True) + sna "{shake}Revelio!{/shake}" ("snape_10", wand=True) hide snape_main hide screen bld1 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") diff --git a/game/scripts/minigames/mirror/events/a_bad_time_to_disrobe.rpy b/game/scripts/minigames/mirror/events/a_bad_time_to_disrobe.rpy index 158a0f07..cc07e217 100644 --- a/game/scripts/minigames/mirror/events/a_bad_time_to_disrobe.rpy +++ b/game/scripts/minigames/mirror/events/a_bad_time_to_disrobe.rpy @@ -103,7 +103,7 @@ label a_bad_time_to_disrobe_part_1: her "Well, I had to keep my underwear on...{w=0.2} I'd get cold otherwise." ("soft", "narrow", "base", "R") gen "Cold? How would you be cold with the cloak on?" ("base", xpos="far_left", ypos="head") her "*Ehm*..." ("disgust", "base", "base", "mid") - gen "*Sigh*... Just tell me what happened next." ("base", xpos="far_left", ypos="head") + gen "{bounce}*Sigh*{/bounce} Just tell me what happened next." ("base", xpos="far_left", ypos="head") her "Well, a few of the boys were in there." ("base", "base", "base", "mid") her "They were playing wizards chess..." ("base", "base", "base", "mid") her "Pretty poorly in fact." ("disgust", "wink", "base", "mid") @@ -298,15 +298,15 @@ label a_bad_time_to_disrobe_part_2: gen "You're going to have to elaborate if you'd like those house points." ("base", xpos="far_left", ypos="head") her "Oh... okay... I'll just go ahead then." ("mad", "base", "base", "mid") gen "Let me get the popcorn." ("base", xpos="far_left", ypos="head") - her "popcorn? Where would you get popcorn from in this office?" ("annoyed", "base", "base", "mid") + her "Popcorn? Where would you get popcorn from in this office?" ("annoyed", "base", "base", "mid") gen "Magic cupboard." ("grin", xpos="far_left", ypos="head") her "Right... I'll just start from the beginning, shall I?" ("base", "narrow", "base", "R_soft") her @ cheeks blush "..." ("base", "base", "base", "mid") her "So... I went to the boys' changing room when they were busy with their Quidditch practice." ("open", "narrow", "worried", "down") - gen "{size=+2}*CRUNCH*{/size}" ("base", xpos="far_left", ypos="head") + gen "{shake}*CRUNCH*{/shake}" ("base", xpos="far_left", ypos="head") her "It's very messy in there... And here I thought that the girls changing room was bad..." ("base", "narrow", "base", "down") - gen "{size=+3}*CRUNCH* *Chew* *Chew*{/size}" ("base", xpos="far_left", ypos="head") - gen "{size=+4}*CRUNCH*{/size}" ("base", xpos="far_left", ypos="head") + gen "{shake}*CRUNCH* *Chew* *Chew*{/shake}" ("base", xpos="far_left", ypos="head") + gen "{shake}*CRUNCH*{/shake}" ("base", xpos="far_left", ypos="head") her "Anyway... so I rummaged around in that mess..." ("annoyed", "base", "worried", "mid") her "I knew it had to be somewhere between the showers and the doorway..." ("base", "base", "base", "mid") her "And after looking around for a while, I noticed that the cloak had been pushed underneath one of the benches lining the wall." ("open", "narrow", "worried", "down") @@ -315,11 +315,11 @@ label a_bad_time_to_disrobe_part_2: her "But, just as I was about to enter, one of the Slytherin boys emerged in front of me!" ("clench", "base", "worried", "mid") gen "{size=+6}*CRUNCH*{/size}" ("base", xpos="far_left", ypos="head") her "Professor!" ("scream", "base", "angry", "mid") - gen "*Cough* *Cough*...{w=0.4} Sorry." ("angry", xpos="far_left", ypos="head") + gen "{shake}*Cough* *Cough*{/shake}{w=0.4} Sorry." ("angry", xpos="far_left", ypos="head") her "It is hard enough to talk about this as it is, without your chewing distracting me." ("annoyed", "base", "angry", "mid") play sound "sounds/gulp.ogg" - gen "*Gulp*" ("base", xpos="far_left", ypos="head") + gen "{shudder}*Gulp*{/shudder}" ("base", xpos="far_left", ypos="head") her "Anyhow..." ("base", "narrow", "angry", "R") her "I was expecting that the team would be practising for at least another thirty minutes." ("open", "base", "base", "mid") diff --git a/game/scripts/minigames/mirror/events/a_white_christmas.rpy b/game/scripts/minigames/mirror/events/a_white_christmas.rpy index a54f6575..327d781a 100644 --- a/game/scripts/minigames/mirror/events/a_white_christmas.rpy +++ b/game/scripts/minigames/mirror/events/a_white_christmas.rpy @@ -120,7 +120,7 @@ label a_white_christmas: gen "What?" ("base", xpos="far_left", ypos="head") play sound "sounds/MaleClearThroat.ogg" nar "Now...{w=0.8}{nw}" - nar "Now...{fast} Entering the ring!" with hpunch + nar "Now...{fast} {shake}Entering the ring!{/shake}" with hpunch stop music fadeout 2 @@ -313,7 +313,7 @@ label a_white_christmas: ton @ cheeks blush "" ("clench", "wide", "base", "L") call gen_chibi("jerk_off") with hpunch - gen "{size=+4}You fucking whore!{/size}" (face="open", base="grab_dick") + gen "{shake}You fucking whore!{/shake}" (face="open", base="grab_dick") nar "Oh, no you don't!" nar "The girl is the winner!" @@ -365,7 +365,7 @@ label a_white_christmas: nar "As he then endured the most terrible of spells..." play sound "sounds/magic2.ogg" with flash - gen "Aaaah!" + gen "{shake}Aaaah!{/shake}" nar "Ball disintegration." gen santa "Happy Holidays." ("grin", xpos="far_left", ypos="head") diff --git a/game/scripts/minigames/mirror/events/an_odd_circumstance.rpy b/game/scripts/minigames/mirror/events/an_odd_circumstance.rpy index 70c6f587..b05617cc 100644 --- a/game/scripts/minigames/mirror/events/an_odd_circumstance.rpy +++ b/game/scripts/minigames/mirror/events/an_odd_circumstance.rpy @@ -122,14 +122,14 @@ label an_odd_circumstance: call her_chibi_scene("bj") with d3 - her "*Slurp!* *Gulp!* *Slurp!*" + her "*Slurp*! *Gulp*! *Slurp*!" "Her head now bobbing back and forth as if her life depended on it..." "I felt myself growing harder in her mouth as her lips pressed against my skin..." - her "*Slurp!* *Gobble!*" + her "*Slurp*! *Gobble*!" "What was it that I had done for this girl, in exchange for her degrading herself in such a manner?" "The girl then glanced up into my eyes, seeing my confused look..." "Interpreting this expression as her efforts being unsatisfactory, she then concentrated on the task she had set for herself and pushed her head forwards, taking the whole length down her throat." - her "*Gulp!* *Gobble!* *Gobble!*" + her "*Gulp*! *Gobble*! *Gobble*!" "Since I couldn't make a sound, I let out a heavy breath of air and closed my eyes for a few seconds..." show screen blkfade with d3 @@ -141,7 +141,7 @@ label an_odd_circumstance: call her_chibi_scene("bj_pause") with d3 - her "*G-g-gah...*" + her "*G-g-gah*..." "A string of saliva still attached between her mouth and my penis slowly found itself moving down and then disconnected, resting across the front of her chest." "Smiling up at me, the girl started massaging my cock with a mixture of pre-cum and her saliva..." "Feeling more relaxed about the whole situation, I couldn't help but forget about any consequences and began to just enjoy myself." @@ -150,13 +150,13 @@ label an_odd_circumstance: with d3 "Without warning, her lips wrapped themselves back around my now throbbing cock..." - her "*Slurp!* *Gulp!* *Slurp!*" + her "*Slurp*! *Gulp*! *Slurp*!" "Her head yet again found itself further and further down my shaft, easily taking in the whole thing this time, as her tongue slowly moved across the bottom." - her "*Slurp!* *Slurp!* *Slurp!*" + her "*Slurp*! *Slurp*! *Slurp*!" "For a moment, I could feel her forehead pressed against my torso as my cock reached the bottom of her throat... it seemed as if time had stopped..." her "..." "Suddenly, she looked up into my eyes as she started to move her tongue, massaging the underside of my cock..." - her "*Gobble!* *Gltch!* *Slurp!*" + her "*Gobble*! *Gltch*! *Slurp*!" "I closed my eyes, and then I felt a sudden rush of ecstasy come over me." "Right after I let out an inaudible groan, my pelvic muscles tightened as I began cumming down her throat." @@ -165,11 +165,11 @@ label an_odd_circumstance: "I opened my eyes as hers locked with mine in surprise from the sudden overwhelming amount of semen hitting the back of her throat." play sound "sounds/gulp.ogg" - her "*Gulp!*" + her "*Gulp*!" play sound "sounds/gulp.ogg" - her "*Gulp!*" + her "*Gulp*!" "Her eyes watered, and she looked as if she was about to pass out, but she kept her mouth wrapped around my shaft as she tried to swallow it all, a couple of bubbles now forming around her nose." - her "*Aahh!*" + her "*Aahh*!" call her_chibi_scene("bj_cum_out") with d3 diff --git a/game/scripts/minigames/mirror/events/anal_pirate_event.rpy b/game/scripts/minigames/mirror/events/anal_pirate_event.rpy index fb5e46f6..00ad4b67 100644 --- a/game/scripts/minigames/mirror/events/anal_pirate_event.rpy +++ b/game/scripts/minigames/mirror/events/anal_pirate_event.rpy @@ -110,15 +110,15 @@ label anal_pirate_event_common_1_2: pause 2 gen "*Hmm*..." ("base", xpos="far_left", ypos="head") play sound "sounds/boing02.ogg" - her "!!!" ("angry", "wide", "base", "stare", ypos="head", flip=True) + her "{shake}!!!{/shake}" ("angry", "wide", "base", "stare", ypos="head", flip=True) play sound "sounds/slap_02.ogg" gen "Blistering barnacles!" ("angry", xpos="far_left", ypos="head") - her @ tears soft_blink "Ouch!" ("mad", "happyCl", "worried", "mid") + her @ tears soft_blink "{shudder}Ouch!{/shudder}" ("mad", "happyCl", "worried", "mid") gen "Jus' try t' loosen up a wee, would ye?" ("base", xpos="far_left", ypos="head") her @ tears soft "I be tryin'!" ("angry", "base", "base", "mid") gen "Aye, wha' if I do this...?" ("base", xpos="far_left", ypos="head") play sound "sounds/boing03.ogg" - her @ tears soft_blink "Ouch! Wha' are ye doin', captain?" ("mad", "happyCl", "worried", "mid") + her @ tears soft_blink "{shake}Ouch!{/shake} Wha' are ye doin', captain?" ("mad", "happyCl", "worried", "mid") gen "Aye, this won't work either..." ("base", xpos="far_left", ypos="head") gen "*Hmm*..." ("base", xpos="far_left", ypos="head") gen "Har har, I reckon I know wha' we should do." ("base", xpos="far_left", ypos="head") @@ -136,7 +136,7 @@ label anal_pirate_event_common_1_2: gen "No needs, raise the anchor! Heave Ho!" ("base", xpos="far_left", ypos="head") play sound "sounds/gltch.ogg" with hpunch - her @ tears soft "ARGH!" ("angry", "base", "base", "mid") + her @ tears soft "{shake}ARGH!{/shake}" ("angry", "base", "base", "mid") her @ tears soft_blink "Ouch! Ouch! Ouch!" ("mad", "happyCl", "worried", "mid") gen "Nigh-on in! Me ship has left ye harbour lass!" ("angry", xpos="far_left", ypos="head") her "No, ye're hurtin' me! Ye be hurtin' me!" ("scream", "happyCl", "worried", "mid") @@ -158,7 +158,7 @@ label anal_pirate_event_common_1_2: play sound "sounds/gltch.ogg" with hpunch with kissiris - her "{size=+5}AAAAAAAAhhhhh!!!{/size}" ("scream", "wide", "base", "stare") + her "{shake}AAAAAAAAhhhhh!!!{/shake}" ("scream", "wide", "base", "stare") gen "Yo-Ho-Ho!!!" ("angry", xpos="far_left", ypos="head") call her_chibi_scene("sex_slow") @@ -180,7 +180,7 @@ label anal_pirate_event_common_1_2: gen "Shiver Me Timbers!" ("angry", xpos="far_left", ypos="head") gen "Agrh! Thar She Blows!" ("angry", xpos="far_left", ypos="head") her @ cheeks blush tears messy "No! Be it gettin' bigger?! I be like a harpoon!" ("open", "wide", "worried", "stare") - gen "ARGH!" ("angry", xpos="far_left", ypos="head") + gen "{shake}ARGH!{/shake}" ("angry", xpos="far_left", ypos="head") "{size=-3}\"Lather me cannon balls first. Lubricate me pegleg!\"{/size}": her "Oh... Alright..." ("open", "base", "base", "mid", ypos="head", flip=True) @@ -204,7 +204,7 @@ label anal_pirate_event_common_1_2: # On the desk her "............." ("open", "base", "base", "mid") gen "Aye! Sail, Ho!!" ("angry", xpos="far_left", ypos="head") - her "Ouch!" ("scream", "happyCl", "worried", "mid") + her "{shudder}Ouch!{/shudder}" ("scream", "happyCl", "worried", "mid") gen "Relax lass. Approaching harbour." ("base", xpos="far_left", ypos="head") pause.2 @@ -212,12 +212,12 @@ label anal_pirate_event_common_1_2: play sound "sounds/gltch.ogg" with hpunch with kissiris - her "{size=+5}AAAAAAAAhhhhh!!!{/size}" ("scream", "wide", "base", "stare") + her "{shake}AAAAAAAAhhhhh!!!{/shake}" ("scream", "wide", "base", "stare") call her_chibi_scene("sex_slow", trans=d5) with d5 - gen "Argh!!!" ("angry", xpos="far_left", ypos="head") + gen "{shake}Argh!!!{/shake}" ("angry", xpos="far_left", ypos="head") her "Ye... ye..." ("scream", "wide", "base", "stare") her "Ye ship be to great!" ("shock", "happyCl", "worried", "mid") gen "Let us pump this wee cavern full o' seamen then, savvy?" ("angry", xpos="far_left", ypos="head") @@ -253,12 +253,12 @@ label anal_pirate_event_common_1_2: with fade call ctc - her @ cheeks blush tears soft "*Ah*..." ("shock", "base", "base", "R") + her @ cheeks blush tears soft "{bounce}*Ah*...{/bounce}" ("shock", "base", "base", "R") gen "We be smooth sailing lass?" ("base", xpos="far_left", ypos="head") her @ cheeks blush tears soft "It still be hurting..." ("clench", "base", "worried", "mid") her "But th' storm has passed." gen "I'll adjust th' sails fer now..." ("base", xpos="far_left", ypos="head") - her @ cheeks blush "*Ah*... I be greatful, captain." ("angry", "squint", "base", "mid") + her @ cheeks blush "{bounce}*Ah*...{/bounce} I be greatful, captain." ("angry", "squint", "base", "mid") gen "Oh... aye... ye secret cavern be great..." ("base", xpos="far_left", ypos="head") her @ cheeks blush tears soft "..........." ("shock", "base", "base", "R") gen "Oh... Ye cavern be perfect, lass..." ("base", xpos="far_left", ypos="head") @@ -273,9 +273,9 @@ label anal_pirate_event_common_1_2: her @ cheeks blush tears soft "B-but--" ("clench", "base", "worried", "mid") gen "That shall make me cannon ready t' fire in ye broadside." ("base", xpos="far_left", ypos="head") her @ cheeks blush tears crying "be this true? *Sob!*" ("angry", "narrow", "base", "dead") - her @ cheeks blush tears soft "*Sob!* Me hull! *Sob!* It be taking in water! *Sob!*" ("shock", "base", "base", "R") + her @ cheeks blush tears soft "{bounce}*Sob!*{/bounce} Me hull! *Sob!* It be taking in water! *Sob!*" ("shock", "base", "base", "R") gen "Aye, ye ship be sinking... ye booty be mine." ("base", xpos="far_left", ypos="head") - her @ cheeks blush tears messy "*SOB!*" ("angry", "squint", "base", "mid") + her @ cheeks blush tears messy "{bounce}*SOB!*{/bounce}" ("angry", "squint", "base", "mid") gen "Ye poor wee sprog..." ("base", xpos="far_left", ypos="head") gen "A grand, wicked pirate be plunderin' yer booty!" ("base", xpos="far_left", ypos="head") her @ cheeks blush tears messy "*SOB!* Yeees! *SOB!*" ("scream", "squint", "base", "mid") @@ -288,7 +288,7 @@ label anal_pirate_event_common_1_2: her "oil, cap'n?!" ("angry", "wide", "base", "stare") gen "Blimey! Just stay still." ("base", xpos="far_left", ypos="head") "*Squeeze!*" - her "Ahhh! Shiver me timbers, tis cold!" ("scream", "happyCl", "worried", "mid") + her "{shake}Ahhh! Shiver me timbers, tis cold!{/shake}" ("scream", "happyCl", "worried", "mid") nar "Ye thoroughly oil 'er cavern." gen "Sail ho!" ("base", xpos="far_left", ypos="head") her "Nay, cap'n, wait! Maybe--" ("angry", "base", "worried", "mid") @@ -299,14 +299,14 @@ label anal_pirate_event_common_1_2: play sound "sounds/gltch.ogg" with hpunch with kissiris - her @ tears soft "ARGH!" ("shock", "base", "base", "mid") + her @ tears soft "{shake}ARGH!{/shake}" ("shock", "base", "base", "mid") nar "Yer ship fully docked in her as thee oil does its job." gen "Farrg me!" ("angry", xpos="far_left", ypos="head") call her_chibi_scene("sex_slow", trans=d5) - her @ tears soft_blink "Ouch! Ouch! Ouch!" ("mad", "happyCl", "worried", "mid") + her @ tears soft_blink "{shake}Ouch! Ouch! Ouch{/shake}!" ("mad", "happyCl", "worried", "mid") her "No, ye're hurtin' me! Ye be hurtin' me!" ("scream", "happyCl", "worried", "mid") gen "*Argh* Farrg, I can nah pull out!" ("angry", xpos="far_left", ypos="head") her "Sink me! It hurts!" ("scream", "happyCl", "worried", "mid") @@ -334,7 +334,7 @@ label anal_pirate_event_common_1_2: pause 1.0 gen "Oh, 'tis worked." ("base", xpos="far_left", ypos="head") - her @ cheeks blush tears soft "*sob!*" ("mad", "base", "angry", "down") + her @ cheeks blush tears soft "{shake}*sob!*{/shake}" ("mad", "base", "angry", "down") her @ cheeks blush tears soft "... me cavern... me poor cavern... *sob*" ("mad", "base", "angry", "mid") gen "In that case, let's try it again." ("grin", xpos="far_left", ypos="head") her @ cheeks blush tears soft "No! Avast! Cap'n!" ("open", "wide", "worried", "mid") @@ -344,7 +344,7 @@ label anal_pirate_event_common_1_2: play sound "sounds/gltch.ogg" with hpunch with kissiris - her "{size=+5}AAAAAAAAhhhhh!!!{/size}" ("scream", "wide", "base", "stare") + her "{shake}AAAAAAAAhhhhh!!!{/shake}" ("scream", "wide", "base", "stare") gen "YARR!!!" ("angry", xpos="far_left", ypos="head") call her_chibi_scene("sex_slow", trans=d5) @@ -359,7 +359,7 @@ label anal_pirate_event_common_1_2: her @ cheeks blush tears soft "Oh..." ("shock", "base", "base", "R") her @ cheeks blush tears soft "I be a wench??" ("clench", "base", "worried", "mid") gen "Aye ye be!" ("grin", xpos="far_left", ypos="head") - her @ cheeks blush "*Sob!* I be a wench..." ("angry", "squint", "base", "mid") + her @ cheeks blush "{bounce}*Sob!*{/bounce} I be a wench..." ("angry", "squint", "base", "mid") her "I love t' suck pegleg..." her @ cheeks blush tears crying "'n now me wee cavern be gettin' ripped apart... *Sob!*" ("angry", "narrow", "base", "dead") gen "Aye! Aye!" ("angry", xpos="far_left", ypos="head") @@ -374,7 +374,7 @@ label anal_pirate_event_common_1_2: her "No! AH!" ("scream", "wide", "base", "stare", ypos="head", flip=True) play sound "sounds/cannon.ogg" call cum_block - gen "{size=+15}ARGH!!!!!!!!!!!!!!!!{/size}" ("angry", xpos="far_left", ypos="head") + gen "{shake}ARGH!!!!!!!!!!!!!!!!{/shake}" ("angry", xpos="far_left", ypos="head") call her_chibi_scene("sex_cum_in", trans=d5) @@ -382,7 +382,7 @@ label anal_pirate_event_common_1_2: call cum_block call ctc - her @ cheeks blush tears messy "AH! ME BILGE IS FILLING UP! Sink Me!{heart}{heart}{heart}" ("open", "wide", "worried", "stare") + her @ cheeks blush tears messy "{hearts}{shake}AH! ME BILGE IS FILLING UP! Sink Me!{/shake}{hearts}" ("open", "wide", "worried", "stare") gen "Aye, ye wench! I be shooting me cannons!" ("angry", xpos="far_left", ypos="head") her @ cheeks blush tears messy "Me hull is splintering, spare me Captain!" ("angry", "squint", "base", "mid") gen "Ye're nah sunk yet!" ("angry", xpos="far_left", ypos="head") @@ -398,11 +398,11 @@ label anal_pirate_event_common_1_2: play sound "sounds/cannon.ogg" with hpunch play sound "sounds/burp.ogg" - her @ tears messy "{size=+7}*BURP!*!!!!!{/size}" ("full", "wide", "worried", "stare") + her @ tears messy "{shake}*BURP!*!!!!!{/shake}" ("full", "wide", "worried", "stare") her @ tears messy "......................." ("full", "base", "base", "mid") her "............." play sound "sounds/gulp.ogg" - her "{size=+7}*GULP!*{/size}" ("cum", "happyCl", "worried", "mid") + her "{bounce}}*GULP!*{/bounce}" ("cum", "happyCl", "worried", "mid") her @ cheeks blush tears messy "*SOB!* I HATE YOU..." ("angry", "squint", "base", "mid") her @ cheeks blush tears messy "{size=+5}I HATE YE'N AND YER RUSTY OLE CANNON!{/size}" ("scream", "base", "angry", "mid") her "{size=+5}I HATE YE'N! YE HEAR ME?!{/size}" @@ -502,21 +502,21 @@ label anal_pirate_event_3: play sound "sounds/gltch.ogg" with hpunch with kissiris - her "Ooooohhhhhhhhhhhh....{heart}" ("scream", "wide", "base", "stare") + her "{hearts}Ooooohhhhhhhhhhhh....{hearts}" ("scream", "wide", "base", "stare") call her_chibi_scene("sex_slow", trans=d5) gen "Oh, ye-es!" ("angry", xpos="far_left", ypos="head") - her "*Ah*..." ("soft", "narrow", "annoyed", "up") + her "{bounce}*Ah*...{/bounce}" ("soft", "narrow", "annoyed", "up") gen "It seems like yer cavern be a bit more welcomin', lass." ("base", xpos="far_left", ypos="head") - her "*Ah*... It still be a bit tight." ("base", "narrow", "base", "mid_soft") + her "{bounce}*Ah*...{/bounce} It still be a bit tight." ("base", "narrow", "base", "mid_soft") her "'n , jus' call me \"wench\", captain." ("base", "squint", "base", "mid") gen "*Agh*! Ye wench! Ye always get me wit' yer words!" ("angry", xpos="far_left", ypos="head") play music "music/pirate.ogg" fadein 1 fadeout 1 if_changed play background "sounds/CreakingShip.ogg" - her "*Ah*... *Ah*..." ("open", "closed", "base", "mid") - her "*Ah*..." + her "{bounce}*Ah*... *Ah*...{/bounce}" ("open", "closed", "base", "mid") + her "{bounce}*Ah*...{/bounce}" her "captain?" ("base", "narrow", "base", "mid_soft") gen "Aye, wench?" ("base", xpos="far_left", ypos="head") her "*Ehm*..." ("angry", "base", "base", "mid") @@ -550,7 +550,7 @@ label anal_pirate_event_3: gen "Wha' do ye mean \"why\", wench?" ("base", xpos="far_left", ypos="head") gen "Ye be right out of harbour 'n ye only just set sail..." ("base", xpos="far_left", ypos="head") gen "Tight cabin, shimering tits, 'n wet wee powder pan..." ("base", xpos="far_left", ypos="head") - her "*Ah*...{heart}" ("open", "closed", "base", "mid") + her "{bounce}*Ah*...{/bounce}{heart}" ("open", "closed", "base", "mid") gen "Ye will make some lucky scallywag a mighty happy one, some day, wench." ("base", xpos="far_left", ypos="head") gen "*Ehm*, I mean, lass." ("base", xpos="far_left", ypos="head") her "No, \"wench\" be good. you be calling me that more, captain." ("silly", "narrow", "annoyed", "up") @@ -588,7 +588,7 @@ label anal_pirate_event_3: her "I'm cumming captain...{heart}{heart}{heart}" ("open_wide_tongue", "narrow", "annoyed", "up") gen "Agh! My cock!" ("angry", xpos="far_left", ypos="head") gen "Relax your muscles a little, would you?" ("angry", xpos="far_left", ypos="head") - her "BUT I'M CUMMING!{heart}{heart}{heart}" ("open", "happyCl", "worried", "mid") + her "{shake}BUT I'M CUMMING!{/shake}{heart}{heart}{heart}" ("open", "happyCl", "worried", "mid") gen "Fine! 'ave it yer way wench!" ("angry", xpos="far_left", ypos="head") with hpunch her "{size=+7}*Ah-ah-aha*!!! I'm cumming!!!{/size}" ("scream", "wide", "base", "stare") diff --git a/game/scripts/minigames/mirror/events/eating_for_pleasure.rpy b/game/scripts/minigames/mirror/events/eating_for_pleasure.rpy index ce8861ff..577d551c 100644 --- a/game/scripts/minigames/mirror/events/eating_for_pleasure.rpy +++ b/game/scripts/minigames/mirror/events/eating_for_pleasure.rpy @@ -94,7 +94,7 @@ label eating_for_pleasure: with d5 pause 1.0 play sound "sounds/cough_male.ogg" - gen "*Cough* *Cough*" ("base", xpos="far_left", ypos="head") + gen "{shake}*Cough* *Cough{/shake}*" ("base", xpos="far_left", ypos="head") hat "Say the name!" play sound "sounds/sniff.ogg" gen "*Ah* Piz-- *Ah-a*" ("base", xpos="far_left", ypos="head") @@ -108,7 +108,7 @@ label eating_for_pleasure: pause 0.4 call gen_chibi("stand_alt") with d2 - "Pizza Hu--*shoo*lut!!!{fast}" with hpunch + "Pizza Hu--{shake}*shoo*lut!!!{/shake}{fast}" with hpunch pause 1.0 hat "Did you say Pizza--?" play sound "sounds/microphone_feedback.ogg" @@ -124,13 +124,13 @@ label eating_for_pleasure: "-Meat Eater-": $ flag = 0 gen "{size=+16}I'll have the pepperoni!{/size}" ("open", xpos="far_left", ypos="head") with vpunch - "*Sigh* One pepperoni... anything else?" + "{bounce}*Sigh*{/bounce} One pepperoni... anything else?" $ her_outfit_pizza.group[2].set_color([[180, 50, 10, 255]]) $ her_outfit_pizza.group[3].set_color([[180, 50, 10, 255]]) "-Vegan Delight-": $ flag = 1 gen "{size=+16}I'll have the vegetariana!{/size}" ("open", xpos="far_left", ypos="head") with vpunch - "*Sigh* One vegetariana... anything else?" + "{bounce}*Sigh*{/bounce} One vegetariana... anything else?" $ her_outfit_pizza.group[2].set_color([[73, 226, 53, 255]]) $ her_outfit_pizza.group[3].set_color([[73, 226, 53, 255]]) diff --git a/game/scripts/minigames/mirror/events/genie_house_elf.rpy b/game/scripts/minigames/mirror/events/genie_house_elf.rpy index 365305b5..e57809ba 100644 --- a/game/scripts/minigames/mirror/events/genie_house_elf.rpy +++ b/game/scripts/minigames/mirror/events/genie_house_elf.rpy @@ -47,7 +47,7 @@ label genie_house_elf: sna "No. You're literally in control of the school... look." ("snape_08", xpos="base", ypos="base") nar "Snape said, pulling his wand out and waving it." - sna "Revelio!" ("snape_01", xpos="base", ypos="base") + sna "{shake}Revelio!{/shake}" ("snape_01", xpos="base", ypos="base") hide snape_main hide screen bld1 nar "After a flash of light and a small pop, a house elf appeared in the corner of the room." diff --git a/game/scripts/minigames/mirror/events/not_so_great_escape.rpy b/game/scripts/minigames/mirror/events/not_so_great_escape.rpy index 05bb2b1d..f7fac54d 100644 --- a/game/scripts/minigames/mirror/events/not_so_great_escape.rpy +++ b/game/scripts/minigames/mirror/events/not_so_great_escape.rpy @@ -216,7 +216,7 @@ label not_so_great_escape: lun "Then where is he Miss? Is he invisible?" ("angry", "base", "raised", "mid", xpos="base", ypos="base", trans=d5) play sound "sounds/crunch.ogg" - "*Rustle*" #Sound from fireplace + "{shake}*Rustle*{/shake}" #Sound from fireplace gen "(Oh fuck, my foot almost slipped!)" ("angry", xpos="far_left", ypos="head") call chibi_emote("exclaim", "cho") @@ -246,7 +246,7 @@ label not_so_great_escape: with d3 lun "If I can't see him then I'll have to search for him some other way!" ("mad", "base", "base", "L", xpos="mid", ypos="base", flip=True, trans=d5) - cho "*Sigh*..." ("disgust", "base", "base", "mid") + cho "{bounce}*Sigh*{/bounce}" ("disgust", "base", "base", "mid") ton "Well he's here somewhere, that's for sure." ("base", "narrow", "base", "L", xpos=500, ypos="base", trans=d5) cho "Really?" ("angry", "base", "base", "mid") gen "(How does she know?)" ("angry", xpos="far_left", ypos="head") @@ -463,7 +463,7 @@ label not_so_great_escape: nar "Tonks leans over the window and sees Genie lying face down in a rose bush." gen "Bloody hell..." ("angry", xpos="far_left", ypos="head") - ton "*Sigh*... He'll be fine..." ("soft", "closed", "base", "mid", xpos="mid", ypos="base", trans=d5) + ton "{bounce}*Sigh*{/bounce} He'll be fine..." ("soft", "closed", "base", "mid", xpos="mid", ypos="base", trans=d5) call blkfade centered "{size=+10}{color=#cbcbcb}Happy Halloween!{/color}{/size}" diff --git a/game/scripts/minigames/mirror/events/suck_and_run.rpy b/game/scripts/minigames/mirror/events/suck_and_run.rpy index 16012785..d1d63f38 100644 --- a/game/scripts/minigames/mirror/events/suck_and_run.rpy +++ b/game/scripts/minigames/mirror/events/suck_and_run.rpy @@ -165,7 +165,7 @@ label suck_and_run: gen "I don't think that will be necessary." ("base", xpos="far_left", ypos="head") gen "Just make sure they're not staying up all night, alright?" ("base", xpos="far_left", ypos="head") ton "*Aww*, You're no fun at all." ("annoyed", "narrow", "base", "mid") #pout - gen "*glares*" ("base", xpos="far_left", ypos="head") + gen "*Glares*" ("base", xpos="far_left", ypos="head") ton "*Sigh* Fiiiiiine... Goodnight [name_genie_tonks]." ("annoyed", "base", "base", "mid") gen "Goodnight [name_tonks_genie]." ("base", xpos="far_left", ypos="head") @@ -226,13 +226,13 @@ label suck_and_run: ton "*Slurp* *Slurp* *Gulp*!" ("open_wide_tongue", "narrow", "shocked", "stare", xpos="far_right", ypos=200, trans=d3) # Explicit positions to avoid hiding the doll call ton_chibi_scene("bj_desk") - gen "am I still dreaming?" ("angry", xpos="far_left", ypos="head") + gen "Am I still dreaming?" ("angry", xpos="far_left", ypos="head") ton "*Slurp* *Slurp* *slurp*!" ("open_wide_tongue", "narrow", "shocked", "stare") - gen "*Ngh*... But it feels so real!" ("angry", xpos="far_left", ypos="head") + gen "{shudder}*Ngh*{/shudder} But it feels so real!" ("angry", xpos="far_left", ypos="head") stop background ton @ hair angry "..." ("base", "closed", "annoyed", "up") #Hair turns red call ton_chibi_scene("bj_desk_shocked") - gen "*Ah*... T-Tonks?!" ("base", xpos="far_left", ypos="head") + gen "{bounce}*Ah*...{/bounce} T-Tonks?!" ("base", xpos="far_left", ypos="head") stop music fadeout 0.5 ton "" ("base", "narrow", "base", "mid", xpos="mid", ypos="base") @@ -288,7 +288,7 @@ label suck_and_run: gen "Excellent..." ("base", xpos="far_left", ypos="head") play background "sounds/slickloopfast.ogg" fadein 2 ton @ hair angry "*Slurp* *Slurp* *slurp*!" ("open_wide_tongue", "narrow", "base", "up") - gen "*Argh*!" ("angry", xpos="far_left", ypos="head") + gen "{shake}*Argh*!{/shake}" ("angry", xpos="far_left", ypos="head") gen "So...{w=0.4} *Ah*... What is it, then?" ("angry", xpos="far_left", ypos="head") ton @ hair angry "*Slurp*?" ("open_wide_tongue", "base", "base", "mid") gen "What kind of foul creature am I dealing with?" ("base", xpos="far_left", ypos="head") @@ -303,7 +303,7 @@ label suck_and_run: gen "*Argh*... You're no fun, I was just about to--" ("base", xpos="far_left", ypos="head") play background "sounds/slickloopveryfast.ogg" fadein 2 ton @ cheeks blush hair horny "*Slurp* *Slurp* *Slurp*" ("open_wide_tongue2", "narrow", "base", "up") - gen "*Nghh*...{w=0.4} To..." ("base", xpos="far_left", ypos="head") + gen "{shudder}*Nghh*{/shudder}...{w=0.4} To..." ("base", xpos="far_left", ypos="head") ton @ cheeks blush "*Slurp*! *Slurp*! *Slurp*!" ("open_wide_tongue2", "closed", "base", "up") gen "Cum down your throat!" ("base", xpos="far_left", ypos="head") ton @ cheeks blush "*Slurp* *Slurp* *Slurp*" ("open_wide_tongue", "happyCl", "shocked", "mid") diff --git a/game/scripts/minigames/mirror/events/whose_points.rpy b/game/scripts/minigames/mirror/events/whose_points.rpy index 4a562114..3ea9999c 100644 --- a/game/scripts/minigames/mirror/events/whose_points.rpy +++ b/game/scripts/minigames/mirror/events/whose_points.rpy @@ -50,13 +50,13 @@ label whose_points: play sound "sounds/applause01.ogg" lun "..." ("base", "wink", "base", "mid", xpos=650, ypos="base") play sound "sounds/giggle2_loud.ogg" - lun "*heh*... hello." ("grin", "narrow", "base", "mid") + lun "*Heh*... hello." ("grin", "narrow", "base", "mid") gen "And the small girl with a big personality. Astoria!" ("base", xpos="far_left", ypos="head") play sound "sounds/applause01.ogg" gen "..." ("grin", xpos="far_left", ypos="head") play sound "sounds/gasp3.ogg" - ast "Hey!" ("scream", "base", "angry", "mid", xpos=380, ypos="base") + ast "{shake}Hey!{/shake}" ("scream", "base", "angry", "mid", xpos=380, ypos="base") pause.5 hide hermione_main @@ -75,7 +75,7 @@ label whose_points: hat "You put notes inside me without my consent?" play sound "sounds/burp.ogg" - hat "*Burp*" + hat "{shake}*Burp*{/shake}" hat "Pardon me." gen "Looks like we have our first prompt." ("base", xpos="far_left", ypos="head") @@ -112,7 +112,7 @@ label whose_points: gen "Any more?{w=0.5} On to the next prompt then... Hat?" ("base", xpos="far_left", ypos="head") hat "Sorry, what did you *cough* call me? That's {i}Sorting Hat{/i} to you..." play sound "sounds/burp.ogg" - hat "*Burp*" + hat "{shake}*Burp*{/shake}" hat "That one was spicy..." gen "Ah, this one..." ("base", xpos="far_left", ypos="head") gen "\"Things you might do in Quidditch, but also with your lover\"..." ("grin", xpos="far_left", ypos="head") diff --git a/game/scripts/minigames/puzzle.rpy b/game/scripts/minigames/puzzle.rpy index aee11664..2eefe927 100644 --- a/game/scripts/minigames/puzzle.rpy +++ b/game/scripts/minigames/puzzle.rpy @@ -118,7 +118,7 @@ label puzzle_minigame: gen "Fuck it..." ("angry", xpos="far_left", ypos="head") play sound "sounds/door_down.ogg" with hpunch - "{size=32}*Smash*{/size}" + "{shake}*Smash*{/shake}" play sound "sounds/glass_shatter.ogg" gen "A broken bottle..." ("base", xpos="far_left", ypos="head") gen "Oh well, too late now. Back to my usual--" ("base", xpos="far_left", ypos="head") diff --git a/game/scripts/shops/item/room.rpy b/game/scripts/shops/item/room.rpy index bce08928..578dd1eb 100644 --- a/game/scripts/shops/item/room.rpy +++ b/game/scripts/shops/item/room.rpy @@ -28,12 +28,12 @@ label item_store: fre "Professor Dumbledore? What are you doing here? I thought you didn't leave your office anymore." ger "You're not here to shut us down are you?" gen "Shut you down? What for?" ("base", xpos="far_left", ypos="head") - fre "NOTHING!" + fre "{shake}NOTHING!{/shake}" ger "We certainly aren't selling potion ingredients that we stole from Snape." fre "No prohibited goods being sold here." ger "None at all!" - fre "But if we did sell them--" - ger "--Which we don't--" + fre "But if we did sell them." + ger "Which we don't..." fre "They would be sold at the best prices in the school." ger "Unbeatable." gen "I see..." ("base", xpos="far_left", ypos="head") @@ -122,7 +122,7 @@ label item_store: play sound "sounds/kick.ogg" with hpunch - fre "*Cries out like a hurt puppy*" + fre "{shake}*Cries out like a hurt puppy*{/shake}" ger "Of course not, professor, Fred was just joking, right Fred?" fre "... Yes sir, just kidding." gen "Right..." ("base", xpos="far_left", ypos="head") @@ -133,7 +133,7 @@ label item_store: twi "Looking for something in particular, sir?" gen "I'm looking to acquire some Wizard cards." ("base", xpos="far_left", ypos="head") play sound "sounds/spit.ogg" - fre "Wizard cards....*spit*" + fre "Wizard cards.... {shudder}*Spit*{/shudder}" ger "Why would you want any of those?" gen "What does one do with playing cards... Play the game of course." ("base", xpos="far_left", ypos="head") fre "Well, we got some of our own to see if it was worth stocking them, but none for sale."