forked from SilverStudioGames/WTS
Susan posing
* Finished remaining posing. * Adjusted "down" pupil position.
This commit is contained in:
parent
4932306688
commit
1f776778db
BIN
game/characters/susan/face/pupils/down.webp
(Stored with Git LFS)
BIN
game/characters/susan/face/pupils/down.webp
(Stored with Git LFS)
Binary file not shown.
@ -1692,13 +1692,13 @@ label slytherin_match_return:
|
||||
call cho_chibi("hide")
|
||||
call ast_chibi("hide")
|
||||
call sus_chibi("stand", "desk", "base", flip=False)
|
||||
sus "You want to s-spank me? W-Why would you want to sp-spank me, professor? Did I do something wrong?" ("base", "base", "base", "mid", xpos="mid", ypos="base", flip=False, trans=morph)
|
||||
sus "You want to s-spank me? W-Why would you want to sp-spank me, professor? Did I do something wrong?" ("angry", "wide", "base", "mid", xpos="mid", ypos="base", flip=False, trans=morph, cheeks="blush")
|
||||
|
||||
sus "Are you going to punish me for flaunting these massive pair of--" ("base", "base", "base", "mid")
|
||||
sus "Wow... They really are big aren't they... And they feel so soft..." ("base", "base", "base", "mid")
|
||||
sus "(I'll give you two the attention you deserve tonight...)" ("base", "base", "base", "mid")
|
||||
sus "Are you going to punish me for flaunting these massive pair of--" ("horny", "wink", "base", "mid", cheeks="blush")
|
||||
sus "Wow... They really are big aren't they... And they feel so soft..." ("smile", "base", "base", "down", cheeks="blush")
|
||||
sus "(I'll give you two the attention you deserve tonight...)" ("grin", "narrow", "base", "down", cheeks="blush")
|
||||
gen "Tonks?" ("base", xpos="far_left", ypos="head")
|
||||
sus "Oh right...{w=0.3} Where was I?" ("base", "base", "base", "mid")
|
||||
sus "Oh right...{w=0.3} Where was I?" ("smile", "happy", "low", "downL")
|
||||
|
||||
elif susan_unlocked:
|
||||
# Tonks Turns into Susan
|
||||
@ -1744,7 +1744,7 @@ label slytherin_match_return:
|
||||
call sus_chibi("hide")
|
||||
call lun_chibi("hide")
|
||||
call sna_chibi("stand",410,177+250, flip=False)
|
||||
sna "Want some of this, Genie?" ("snape_clown", xpos="320", ypos="base", flip=False, trans=morph)
|
||||
sna "Want some of this, Genie?" ("snape_clown", xpos=320, ypos="base", flip=False, trans=morph)
|
||||
|
||||
call play_sound("gasp")
|
||||
with hpunch
|
||||
|
@ -26,66 +26,67 @@ label susan_chitchat:
|
||||
$ random_number = renpy.random.randint(1, 15)
|
||||
|
||||
if random_number == 1:
|
||||
sus "My favourite subject is Herbology..." ("base", "base", "base", "mid")
|
||||
sus "But when we're working in groups the other students usually talk over me..." ("base", "base", "base", "mid")
|
||||
sus "My favourite subject is Herbology..." ("open", "closed", "base", "mid")
|
||||
sus "But when we're working in groups, the other students usually talk over me..." ("soft", "narrow", "base", "down")
|
||||
sus "" ("annoyed", "happy", "base", "mid")
|
||||
|
||||
elif random_number == 2:
|
||||
sus "The Hufflepuff house entrance is hidden in the kitchen corridor." ("base", "base", "base", "mid")
|
||||
sus "Even though we're so close, I've only seen a house elf once." ("base", "base", "base", "mid")
|
||||
sus "The Hufflepuff house entrance is hidden in the kitchen corridor." ("open", "closed", "base", "mid")
|
||||
sus "Even though we're so close, I've only seen a house elf once." ("soft", "base", "raised", "mid")
|
||||
|
||||
elif random_number == 3:
|
||||
sus "Care for magical creatures is a bit scary sometimes..." ("base", "base", "base", "mid")
|
||||
sus "When we were taught how to properly approach Hippogriffs, I was shaking the entire time." ("base", "base", "base", "mid")
|
||||
sus "After bowing and letting it approach me, I only pet it a couple of times. I wouldn't dare to ride the thing." ("base", "base", "base", "mid")
|
||||
sus "Care for magical creatures is a bit scary sometimes..." ("soft", "happy", "base", "downR")
|
||||
sus "When we were taught how to properly approach Hippogriffs, I was shaking the entire time." ("open", "happy", "sad", "downR")
|
||||
sus "After bowing and letting it approach me, I only pet it a couple of times. I wouldn't dare to ride the thing." ("normal", "happy", "sad", "mid")
|
||||
|
||||
elif random_number == 4:
|
||||
sus "Sir, could you... Could you please tell professor Snape not to..." ("base", "base", "base", "mid")
|
||||
sus "Never mind..." ("base", "base", "base", "mid")
|
||||
sus "Sir, could you... Could you please tell professor Snape not to..." ("soft", "happy", "sad", "down")
|
||||
sus "Never mind..." ("soft", "closed", "sad", "mid")
|
||||
|
||||
elif random_number == 5:
|
||||
sus "Does flying have to be mandatory?" ("base", "base", "base", "mid")
|
||||
sus "Surely only a piece of wood between you, and falling from the sky can't be safe..." ("base", "base", "base", "mid")
|
||||
sus "Does flying have to be mandatory?" ("open", "closed", "sad", "mid")
|
||||
sus "Surely only a piece of wood between you, and falling from the sky can't be safe..." ("soft", "narrow", "worried", "mid")
|
||||
|
||||
elif random_number == 6:
|
||||
sus "Madame Hooch was keeping a close eye on me during the last flying lesson." ("base", "base", "base", "mid")
|
||||
sus "I hope I'm not disappointing her too much..." ("base", "base", "base", "mid")
|
||||
sus "Madame Hooch was keeping a close eye on me during the last flying lesson." ("open", "base", "base", "right")
|
||||
sus "I hope I'm not disappointing her too much..." ("open", "base", "sad", "downR")
|
||||
|
||||
elif random_number == 7:
|
||||
sus "Madame Pomfrey once prescribed me a \"Draught of peace\" to drink the night before exams so I could get some sleep." ("base", "base", "base", "mid")
|
||||
sus "But even with her prescription, Snape wouldn't give one to me." ("base", "base", "base", "mid")
|
||||
sus "Madame Pomfrey once prescribed me a \"Draught of peace\" to drink the night before exams so I could get some sleep." ("open", "base", "base", "right")
|
||||
sus "But even with her prescription, Snape wouldn't give one to me." ("open", "base", "sad", "downR")
|
||||
|
||||
elif random_number == 8:
|
||||
sus "Why does everyone assume I'm a Weasley just because I've got red hair?" ("base", "base", "base", "mid")
|
||||
sus "Some Slytherin boys keep mocking... even though I'm clearly wearing Hufflepuff robes." ("base", "base", "base", "mid")
|
||||
sus "Why does everyone assume I'm a Weasley, just because I've got red hair?" ("open", "base", "sad", "right")
|
||||
sus "Some Slytherin boys keep mocking... even though I'm clearly wearing Hufflepuff robes." ("annoyed", "happy", "worried", "downR")
|
||||
|
||||
elif random_number == 9:
|
||||
sus "I used to be scared of ghosts before I got to Hogwarts, but the \"Fat Friar\" is so nice it's hard to stay scared of them." ("base", "base", "base", "mid")
|
||||
sus "Poltergeists on the other hand..." ("base", "base", "base", "mid")
|
||||
sus "Poltergeists on the other hand..." ("angry", "happy", "sad", "mid")
|
||||
|
||||
elif random_number == 10:
|
||||
sus "The \"Defence against the dark arts\" lesson when we had to confront a Boggart was one of my worst days here..." ("base", "base", "base", "mid")
|
||||
sus "Professor Tonks had me stay behind after class to make sure I was okay." ("base", "base", "base", "mid")
|
||||
sus "Once I got back to my dorm, some of the other students were whistling at me for some reason..." ("base", "base", "base", "mid")
|
||||
sus "The \"Defence against the dark arts\" lesson when we had to confront a Boggart was one of my worst days here..." ("soft", "happy", "worried", "down")
|
||||
sus "Professor Tonks had me stay behind after class to make sure I was okay." ("soft", "happy", "sad", "down")
|
||||
sus "Once I got back to my dorm, some of the other students were whistling at me for some reason..." ("soft", "happy", "sad", "mid")
|
||||
|
||||
elif random_number == 11:
|
||||
sus "Whilst most students go home during winter break, I usually stay at Hogwarts." ("base", "base", "base", "mid")
|
||||
sus "The castle is a lot quieter than usual, but I don't really mind." ("base", "base", "base", "mid")
|
||||
sus "The castle is a lot quieter than usual, but I don't really mind." ("base", "base", "shocked", "right")
|
||||
|
||||
elif random_number == 12:
|
||||
sus "How come Professor Snape is allowed to ask us to gather ingredients in the forbidden forest?" ("base", "base", "base", "mid")
|
||||
sus "The students that didn't go got a bad grade and the ones that did got detention..." ("base", "base", "base", "mid")
|
||||
sus "How is that fair?" ("base", "base", "base", "mid")
|
||||
sus "How come Professor Snape is allowed to ask us to gather ingredients in the forbidden forest?" ("soft", "happy", "sad", "mid")
|
||||
sus "The students that didn't go got a bad grade and the ones that did got detention..." ("angry", "closed", "sad", "mid")
|
||||
sus "How is that fair?" ("soft", "happy", "sad", "mid")
|
||||
|
||||
elif random_number == 13:
|
||||
sus "I think my school robes must've shrunk in the wash." ("base", "base", "base", "mid")
|
||||
sus "They're a lot tighter than when I bought them..." ("base", "base", "base", "mid")
|
||||
sus "I think my school robes must've shrunk in the wash." ("open", "happy", "sad", "down")
|
||||
sus "They're a lot tighter than when I bought them..." ("soft", "base", "sad", "mid")
|
||||
|
||||
elif random_number == 14:
|
||||
sus "Just because the Hufflepuff house is next to the kitchen, doesn't mean we can get food whenever we like." ("base", "base", "base", "mid")
|
||||
sus "So why does the Slytherin students keep asking me to show where I hide my melons?" ("base", "base", "base", "mid")
|
||||
sus "Just because the Hufflepuff house is next to the kitchen, doesn't mean we can get food whenever we like." ("annoyed", "base", "base", "mid")
|
||||
sus "So why does the Slytherin students keep asking me to show where I hide my melons?" ("annoyed", "happy", "sad", "down")
|
||||
|
||||
elif random_number == 15:
|
||||
sus "Why do people seem to find my surname so funny?" ("base", "base", "base", "mid")
|
||||
sus "I mean, I guess it's a bit unusual..." ("base", "base", "base", "mid")
|
||||
sus "Why do people seem to find my surname so funny?" ("soft", "happy", "sad", "down")
|
||||
sus "I mean, I suppose it's a bit unusual..." ("annoyed", "happy", "sad", "right")
|
||||
|
||||
return
|
||||
|
@ -130,45 +130,46 @@ label susan_intro_E1:
|
||||
menu:
|
||||
"\"Hello, Gorgeous!\"":
|
||||
$ camera.set(zoom=0.5, pos=(-270, -150), t=3.0)
|
||||
sus "*Ehm*..." ("base", "base", "base", "mid") # Embarrassed.
|
||||
sus "H-Hello..." ("base", "base", "base", "mid")
|
||||
sus "*Ehm*..." ("soft", "happy", "base", "downR", cheeks="blush") # Embarrassed.
|
||||
sus "H-Hello..." ("open", "happy", "base", "downL", cheeks="blush")
|
||||
|
||||
"\"Susan! How great to see you!\"" if d_flag_01:
|
||||
$ camera.set(zoom=0.5, pos=(-270, -150), t=3.0)
|
||||
gen "Where have you been all my life?"
|
||||
sus "I've been here at school for a couple of years now, Sir." ("base", "base", "base", "mid")
|
||||
sus "I--{w=0.4} I've been here at school for a couple of years now, Sir." ("open", "happy", "base", "mid", cheeks="blush")
|
||||
gen "You don't say..."
|
||||
|
||||
"\"My day just got a whole lot brighter!\"":
|
||||
$ camera.set(zoom=0.5, pos=(-270, -150), t=3.0)
|
||||
sus "Sir?" ("base", "base", "base", "mid")
|
||||
sus "Sir?" ("open", "happy", "base", "downL", cheeks="blush")
|
||||
gen "(Or should say darker?)"
|
||||
show screen blktone
|
||||
gen "(Those tits must cast a huge-ass shadow...)"
|
||||
hide screen blktone
|
||||
|
||||
sus "Professor Tonks said you wanted to see me?" ("base", "base", "base", "mid")
|
||||
sus "Professor Tonks said you wanted to see me?" ("soft", "happy", "base", "downL", cheeks="blush")
|
||||
gen "Did she now?"
|
||||
gen "(I have to get that woman a drink for introducing me to this magnificently voluptuous creature...)"
|
||||
gen "Well, how nice of her."
|
||||
sus "Is there anything I can help you with, Professor?" ("base", "base", "base", "mid")
|
||||
sus "Is there anything I can help you with, Professor?" ("angry", "happy", "base", "mid")
|
||||
gen "..."
|
||||
sus "S-Sir?" ("base", "base", "base", "mid")
|
||||
sus "S-Sir?" ("soft", "happy", "shocked", "mid")
|
||||
gen "(This must be that girl she wanted me to help with body confidence...)"
|
||||
gen "Did professor Tonks tell you why I wanted to see you?"
|
||||
sus "N-no...{w} I'm not in trouble am I?" ("base", "base", "base", "mid")
|
||||
sus "N-no...{w} I'm not in trouble am I?" ("open", "happy", "base", "stare")
|
||||
gen "Don't worry, I just needed to confirm something - You're free to go..."
|
||||
sus "C-confirm something?" ("base", "base", "base", "mid")
|
||||
sus "So I'm not in trouble then?" ("base", "base", "base", "mid")
|
||||
sus "C-confirm something?" ("angry", "happy", "base", "mid")
|
||||
sus "So I'm not in trouble then?" ("open", "happy", "sad", "mid")
|
||||
gen "(This girl's got some confidence issues for sure...)"
|
||||
gen "No miss Bones... You're not in any trouble."
|
||||
sus "Very well..." ("base", "base", "base", "mid")
|
||||
sus "Very well..." ("soft", "closed", "low", "mid")
|
||||
|
||||
if game.daytime:
|
||||
sus "I shall return to class then." ("base", "base", "base", "mid")
|
||||
sus "Good--{w=0.4} Good day, sir." ("base", "base", "base", "mid")
|
||||
sus "I shall return to class then." ("open", "happy", "base", "right")
|
||||
sus "Good--{w=0.4} Good day, sir." ("open", "happyCl", "base", "mid")
|
||||
else:
|
||||
sus "I shall return to my dormitory then." ("base", "base", "base", "mid")
|
||||
sus "Good--{w=0.4} Good night, sir." ("base", "base", "base", "mid")
|
||||
sus "I shall return to my dormitory then." ("open", "happy", "base", "right")
|
||||
sus "Good--{w=0.4} Good night, sir." ("open", "happyCl", "base", "mid")
|
||||
|
||||
hide screen animatedCG
|
||||
with fade
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user