Completed the text of the icebreaker section and prior
Word count: 2,062 words
This commit is contained in:
parent
76612b4bb2
commit
15d19268c9
353
game/script.rpy
353
game/script.rpy
|
@ -31,6 +31,8 @@ label start:
|
|||
# 4 means exam onwards
|
||||
day = 0
|
||||
|
||||
attacked_student = false
|
||||
|
||||
label presentation_begins:
|
||||
# TODO
|
||||
# TEXT Y
|
||||
|
@ -165,7 +167,9 @@ label start:
|
|||
# TODO
|
||||
# TEXT N
|
||||
# STAGE N
|
||||
# VAR N
|
||||
# VAR Y
|
||||
|
||||
$ attacked_student = true
|
||||
|
||||
yuuka "That won't be necessary, after all..."
|
||||
|
||||
|
@ -173,221 +177,362 @@ label start:
|
|||
|
||||
narrator "A sunflower, each petal the size of a desk, grew out from beneath the stunned student and lifted thme into the air."
|
||||
|
||||
narrator "The student rolled off, falling onto the soft grass, as the sunflower grew to eclipse the building."
|
||||
narrator "The flower tilted to one side and the student rolled off, falling onto the soft grass, as the sunflower grew to eclipse the building."
|
||||
|
||||
yuuka "Run along then. Save your drivel for someone who cares."
|
||||
|
||||
marisa "I care!"
|
||||
|
||||
yuuka "Always with the jokes."
|
||||
|
||||
marisa "Can't help it when the situation's smelling funny."
|
||||
|
||||
yuuka "You'd know about smelling funny, little miss thief."
|
||||
|
||||
marisa "Thief? I can't believe you try to slander me like that!"
|
||||
|
||||
marisa "I prefer to be called Robin Hood."
|
||||
|
||||
yuuka "Because you take from the rich and dress poor?"
|
||||
|
||||
marisa "Ack! How you wound me."
|
||||
|
||||
marisa "Though given you were living it up in a mansion before, not wrong about the first half."
|
||||
|
||||
yuuka "Cut to chase, Marisa. I need to see that scientist friend of yours."
|
||||
|
||||
marisa "Oh I'd tell you where Yumemi is, if I knew. But she's not here."
|
||||
|
||||
yuuka "And I'm to believe you're not lying when you've lied about where you got your oh-so-original Master Spark from?"
|
||||
|
||||
marisa "Uh, yeah. Because I'm not lying."
|
||||
|
||||
menu:
|
||||
"Does Yuuka believe her?"
|
||||
|
||||
"No, obviously.":
|
||||
yuuka "..."
|
||||
|
||||
marisa "..."
|
||||
|
||||
marisa "So does that mean—"
|
||||
|
||||
yuuka "{i}Then I hit her really hard.{/i}" (cb_name="")
|
||||
|
||||
# TODO: marisa spinning studio trigger style
|
||||
|
||||
marisa ":O"
|
||||
|
||||
yuuka "From the earth you came, to the dirt you'll bite."
|
||||
|
||||
# TODO: kamehameha
|
||||
|
||||
yuuka "{i}Then I blasted her really hard.{nw=1.5}{/i}" (cb_name="")
|
||||
|
||||
yuuka "{i}Is what I want to say happened, but we do have spellcard rules for a reason.{/i}" (cb_name="")
|
||||
|
||||
yuuka "Fine then. If you're not going to concede her, shall we duel?"
|
||||
|
||||
marisa "Every spellcard duel begins with a misunderstanding, they say."
|
||||
|
||||
marisa "I'm not gonna even try to explain myself then! Let the bullets do the talking!"
|
||||
|
||||
yuuka "Lets."
|
||||
|
||||
# TODO: lots of blasty sfx and explosions
|
||||
|
||||
yuuka "{i}Of course, she really wasn't there.{/i}" (cb_name="")
|
||||
|
||||
yuuka "{i}And by the time our battle ended, I took much of my anger out on the blonde punching bag.{/i}" (cb_name="")
|
||||
|
||||
yuuka "{i}I vowed to return but nothing came of it.{/i}" (cb_name="")
|
||||
|
||||
yuuka "{i}Justice would come back around for the field one way or another, and I had longterm plans to make Yumemi pay.{/i}" (cb_name="")
|
||||
|
||||
yuuka "{i}But in the meantime, it was just me and a field that needed nurturing and healing now.{/i}" (cb_name="")
|
||||
|
||||
# TODO: return to presentation
|
||||
|
||||
yuuka "{i}But that didn't really happen, otherwise I wouldn't be hear to talk to you all would I?{/i}" (cb_name="")
|
||||
|
||||
yuuka "{i}And yet here I am.{/i}" (cb_name="")
|
||||
|
||||
yuuka "{i}I don't understand why.{/i}" (cb_name="")
|
||||
|
||||
yuuka "{i}I hope you can, in time.{/i}" (cb_name="")
|
||||
|
||||
yuuka "{i}Best of luck.{/i}" (cb_name="")
|
||||
|
||||
$ kicked_out.grant()
|
||||
|
||||
jump ending
|
||||
|
||||
"...yes. Marisa can be trusted.":
|
||||
yuuka "..."
|
||||
|
||||
marisa "..."
|
||||
|
||||
marisa "So does that mean—"
|
||||
|
||||
yuuka "Fine, so she's not here?"
|
||||
|
||||
marisa "No, but I'm figuring out where she went. "
|
||||
|
||||
yuuka "I see. Any leads?"
|
||||
|
||||
marisa "Well, I was trailing your fan until..."
|
||||
|
||||
narrator "{i}The student was crawling to their feet, awe-struck gaze at Yuuka's newly grown sunflower.{/i}"
|
||||
|
||||
"???" "Wow, miss! You're incredible! What kind of magic is that?"
|
||||
|
||||
yuuka "The fool doesn't realize who I am?"
|
||||
|
||||
marisa "We're pretty sure all the humans in this school aren't from Gensokyo."
|
||||
|
||||
yuuka "Idiotic."
|
||||
|
||||
marisa "I'll leave the two of you to it then."
|
||||
|
||||
marisa "Don't mess this up, teach."
|
||||
|
||||
yuuka "Don't call me tha— and she's gone."
|
||||
|
||||
narrator "{i}The student approached Yuuka, only slightly rattled.{/i}"
|
||||
|
||||
"???" "I hope we haven't gotten off on the wrong foot, teach! Would you still like me to show the way?"
|
||||
|
||||
jump icebreakers
|
||||
|
||||
"Go along with it":
|
||||
# TODO
|
||||
# TEXT Y
|
||||
# STAGE N
|
||||
# VAR N
|
||||
# VAR Y
|
||||
|
||||
yuuka "Yes, that would be very helpful."
|
||||
jump icebreakers
|
||||
|
||||
narrator "Led by the student, Yuuka entered the building."
|
||||
label icebreakers:
|
||||
yuuka "Yes, that would be very helpful."
|
||||
|
||||
scene bg hallway with fade
|
||||
narrator "{i}Led by the student, Yuuka entered the building.{/i}"
|
||||
|
||||
yuuka "It's very..."
|
||||
scene bg hallway with fade
|
||||
|
||||
"???" "Modern, isn't it? It's Outside World-inspired."
|
||||
yuuka "It's very..."
|
||||
|
||||
yuuka "Oh, I'm sure it's more than just inspired by it."
|
||||
"???" "Modern, isn't it? It's Outside World-inspired."
|
||||
|
||||
scene bg classroom with fade
|
||||
yuuka "Oh, I'm sure it's more than just inspired by it."
|
||||
|
||||
narrator "The student, leading Yuuka to her class, held the door open for her, letting her get a peek inside."
|
||||
scene bg classroom with fade
|
||||
|
||||
narrator "{i}The student, leading Yuuka to her class, held the door open for her, letting her get a peek inside.{/i}"
|
||||
|
||||
if not attacked_student:
|
||||
yuuka "Oh, would you look at that? I think there's somewhere else I need to be, th—"
|
||||
|
||||
"???" "The substitute's here!"
|
||||
"???" "The substitute's here!"
|
||||
|
||||
"Various Students" "Oh finally. I don't think there's enough time even for a quiz.{nw=1}"
|
||||
"Various Students" "Oh finally. I don't think there's enough time even for a quiz.{nw=1}"
|
||||
|
||||
"Various Students" "I thought we're excused if they're late?{nw=1}"
|
||||
"Various Students" "I thought we're excused if they're late?{nw=1}"
|
||||
|
||||
"Various Students" "She's kind of fugly with that weird outfit.{nw=1}"
|
||||
|
||||
"Various Students" "Huh, what's happening? Is it a test?{nw=1}"
|
||||
"Various Students" "She's kind of fugly with that weird outfit.{nw=1}"
|
||||
|
||||
"Various Students" "Huh, what's happening? Is it a test?{nw=1}"
|
||||
|
||||
if not attacked_student:
|
||||
yuuka "{sc}Amusing{/sc} as a misunderstanding this is, I really should be—"
|
||||
|
||||
marisa "Hey teach, how about we get a move on before lunch's on!"
|
||||
marisa "Hey teach, how about we get a move on before lunch's on!"
|
||||
|
||||
yuuka "..."
|
||||
|
||||
if attacked_student:
|
||||
yuuka "{i}It was at this moment that I shot a glare at Marisa then took the time actually pick out individual faces from the crowd.{/i}" (cb_name="")
|
||||
else:
|
||||
yuuka "{i}It was at this moment that I took the time actually pick out individual faces from the crowd.{/i}" (cb_name="")
|
||||
|
||||
if attacked_student:
|
||||
yuuka "{i}There was Marisa Kirisame, cooled down from our earlier encounter.{/i}" (cb_name="")
|
||||
else:
|
||||
yuuka "{i}There was Marisa Kirisame, irritance, thief, and perpetual child as per usual.{/i}" (cb_name="")
|
||||
|
||||
yuuka "{i}Sitting next to her was Alice Margatroid, hatchling spawn of Makai, and the relatively coolheaded one of the three.{/i}" (cb_name="")
|
||||
yuuka "{i}Sitting next to her was Alice Margatroid, hatchling spawn of Makai, and the relatively coolheaded one of the three.{/i}" (cb_name="")
|
||||
|
||||
yuuka "{i}Last was Reimu Hakurei, sitting in the back, with a glint in her eye staring back at me.{/i}" (cb_name="")
|
||||
yuuka "{i}Last was Reimu Hakurei, sitting in the back, with a glint in her eye staring back at me.{/i}" (cb_name="")
|
||||
|
||||
yuuka "{i}She seemed to be itching for a fight.{/i}" (cb_name="")
|
||||
yuuka "{i}She seemed to be itching for a fight.{/i}" (cb_name="")
|
||||
|
||||
if not attacked_student:
|
||||
reimu "A misunderstanding?" (cb_name="")
|
||||
|
||||
yuuka "{i}While I was and forever will be confident in my ability to subdue our militant shrine maiden, I am a person who can...{/i}" (cb_name="")
|
||||
yuuka "{i}While I was and forever will be confident in my ability to subdue our militant shrine maiden,{/i}" (cb_name="")
|
||||
|
||||
yuuka "{i}...play along, so long as the result is the same. I put on my most polite smile and...{/i}" (cb_name="")
|
||||
yuuka "{i}I am a person who can play along. It makes encounters more interesting. I put on my most polite smile and...{/i}" (cb_name="")
|
||||
|
||||
if not attacked_student:
|
||||
yuuka "Yes, class! I'm afraid there will be no tests or lectures today."
|
||||
else:
|
||||
yuuka "I'm afraid there will be no tests or lectures today, class."
|
||||
|
||||
narrator "Barely contained cheering erupted throughout the room."
|
||||
narrator "{i}Barely contained cheering erupted throughout the room.{/i}"
|
||||
|
||||
yuuka "Instead we'll be having an {sc}icebreaker{/sc}."
|
||||
yuuka "Instead we'll be having an {sc}icebreaker{/sc}."
|
||||
|
||||
narrator "Barely contained sighs and groans erupted throughout the room."
|
||||
narrator "{i}Barely contained sighs and groans erupted throughout the room.{/i}"
|
||||
|
||||
yuuka "You there, in the red and white! Introduce yourself and tell us an interesting fact about yourself."
|
||||
yuuka "You there, in the red and white! Introduce yourself and tell us an interesting fact about yourself."
|
||||
|
||||
yuuka "{i}I could be patient as long as it meant seeing these three flounder.{/i}" (cb_name="")
|
||||
yuuka "{i}I could be patient as long as it meant seeing these three flounder.{/i}" (cb_name="")
|
||||
|
||||
reimu "I— uh, what?"
|
||||
reimu "I— uh, what?"
|
||||
|
||||
narrator "Yuuka's smile grew wider."
|
||||
|
||||
yuuka "You heard me."
|
||||
narrator "{i}Yuuka's smile grew wider.{/i}"
|
||||
|
||||
yuuka "You heard me."
|
||||
|
||||
narrator "There were barely stifled giggles from Marisa's seat as Reimu looked at Yuuka like she cloned herself."
|
||||
narrator "{i}There were barely stifled giggles from Marisa's seat as Reimu looked at Yuuka like she cloned herself.{/i}"
|
||||
|
||||
narrator "That's Reimu realized her folly, allowing Yuuka to use her new assumed position to do something unforgivable: mildly inconviencing her."
|
||||
narrator "{i}That's Reimu realized her folly, allowing Yuuka to use her new assumed position to do something unforgivable: mildly inconviencing her.{/i}"
|
||||
|
||||
narrator "Her hand went to her gohei before she remembered all the students around her."
|
||||
narrator "{i}Her hand went to her gohei before she remembered all the students around her.{/i}"
|
||||
|
||||
reimu "Well, I'm Reimu Hakurei. I'm a shrine maiden."
|
||||
reimu "Well, I'm Reimu Hakurei. I'm a shrine maiden."
|
||||
|
||||
reimu "Uh, interesting facts..."
|
||||
reimu "Uh, interesting facts..."
|
||||
|
||||
narrator "A lull fell for a moment as Reimu collected her thoughts."
|
||||
narrator "{i}A lull fell for a moment as Reimu collected her thoughts.{/i}"
|
||||
|
||||
yuuka "We haven't got all day, Ms. Hakurei."
|
||||
yuuka "We haven't got all day, Ms. Hakurei."
|
||||
|
||||
reimu "Well that's... I guess I'm ambidextrous?"
|
||||
reimu "Well that's... I guess I'm ambidextrous?"
|
||||
|
||||
narrator "Marisa then broke out into laughter, unfazed by Alice's glance, and Reimu's melting glare."
|
||||
narrator "{i}Marisa then broke out into laughter, unfazed by Alice's glance, and Reimu's melting glare.{/i}"
|
||||
|
||||
marisa "I-I can't, oh my god, she's the teacher? They hired HER?"
|
||||
marisa "I-I can't, she's the teacher? They hired HER?"
|
||||
|
||||
yuuka "Yes, they did. You're up next, blondie. I want TWO interesting facts now."
|
||||
yuuka "Yes, they did. You're up next, blondie. I want TWO interesting facts now."
|
||||
|
||||
marisa "Oh, crap."
|
||||
marisa "Oh, crap."
|
||||
|
||||
yuuka "{i}The rest of our time left in the class went swimmingly.{/i}" (cb_name="")
|
||||
yuuka "{i}The rest of our time left in the class went swimmingly.{/i}" (cb_name="")
|
||||
|
||||
yuuka "{i}Some of you may think I was overly hostile, judgemental, and sadistic on my first day.{/i}" (cb_name="")
|
||||
yuuka "{i}Some of you may think I was overly hostile, judgemental, and sadistic on my first day.{/i}" (cb_name="")
|
||||
|
||||
yuuka "{i}To that I will say: I could've gone farther. I exercised excellent restraint.{/i}" (cb_name="")
|
||||
yuuka "{i}To that I will say: I could've gone farther. I exercised excellent restraint.{/i}" (cb_name="")
|
||||
|
||||
yuuka "{i}Afterwards, the trio I named earlier pulled me aside.{/i}" (cb_name="")
|
||||
|
||||
reimu "What do you think you're doing, exactly, Yuuka?"
|
||||
yuuka "{i}Afterwards, the trio I named earlier pulled me aside.{/i}" (cb_name="")
|
||||
|
||||
reimu "What do you think you're doing, exactly, Yuuka?"
|
||||
|
||||
yuuka "I think you'll find I'm doing exactly as people expect of me."
|
||||
yuuka "I think you'll find I'm doing exactly as people expect of me."
|
||||
|
||||
reimu "Terrorizing and intimidating humans?"
|
||||
reimu "Terrorizing and intimidating humans?"
|
||||
|
||||
marisa "Sending minions to do your dirty work?"
|
||||
marisa "Sending minions to do your dirty work?"
|
||||
|
||||
alice "Standing in the middle of a field ominously?"
|
||||
alice "Standing in the middle of a field ominously?"
|
||||
|
||||
yuuka "I've not done those since this morning. You know how routines get."
|
||||
yuuka "I've not done those since this morning. You know how routines get."
|
||||
|
||||
yuuka "I'm merely here to take a debt owed."
|
||||
yuuka "I'm merely here to take a debt owed."
|
||||
|
||||
yuuka "You?"
|
||||
yuuka "You?"
|
||||
|
||||
reimu "Hm, this school just showed up one day. Apparently it's Yumemi's."
|
||||
reimu "Hm, this school just showed up one day. Apparently it's Yumemi's."
|
||||
|
||||
marisa "Been a long time since that huh? The scramble for a wish, exploring those ruins..."
|
||||
marisa "Been a long time since that huh? The scramble for a wish, exploring those ruins..."
|
||||
|
||||
yuuka "{i}Marisa glanced back and forth between all of us.{/i}" (cb_name="")
|
||||
yuuka "{i}Marisa glanced back and forth between all of us.{/i}" (cb_name="")
|
||||
|
||||
alice "I wasn't there."
|
||||
alice "I wasn't there."
|
||||
|
||||
yuuka "Neither was I."
|
||||
yuuka "Neither was I."
|
||||
|
||||
marisa "Great times."
|
||||
|
||||
reimu "Right, anyways we're just here to find her. There've been noise complaints from the Human Village about what they're getting up to here."
|
||||
marisa "Great times."
|
||||
|
||||
reimu "Right, anyways we're just here to find her. There've been noise complaints from the Human Village about what they're getting up to here."
|
||||
if not attacked_student:
|
||||
marisa "Plus, all of the students? They're not from the village. They didn't even know about Reimu! We're thinking this is a major breach of the barrier."
|
||||
else:
|
||||
marisa "We're thinking this is a major breach of the barrier. I already said we think these students aren't from the village but they don't even know the first thing about Gensokyo!"
|
||||
|
||||
alice "But, there's otherwise no evidence of anything other than some disturbances caused by this school."
|
||||
alice "But, there's otherwise no evidence of anything other than some disturbances caused by this school."
|
||||
|
||||
yuuka "Other than the flower field they destroyed?"
|
||||
yuuka "Other than the flower field they destroyed?"
|
||||
|
||||
yuuka "{i}I paused for a response. I was angry. I was here for retribution.{/i}" (cb_name="")
|
||||
yuuka "{i}I paused for a response. I was angry. I was here for retribution.{/i}" (cb_name="")
|
||||
|
||||
reimu "...that's new."
|
||||
reimu "...that's new."
|
||||
|
||||
yuuka "It's how I found out about this wretched place."
|
||||
yuuka "It's how I found out about this wretched place."
|
||||
|
||||
reimu "In any case, we'll keep it in mind. We're going to keep attending as students until we figure this out."
|
||||
reimu "In any case, we'll keep it in mind. We're going to keep attending as students until we figure this out."
|
||||
|
||||
yuuka "Good, and I will be looking for Yumemi."
|
||||
yuuka "Good, and I will be looking for Yumemi."
|
||||
|
||||
narrator "Marisa chuckled."
|
||||
narrator "{i}Marisa chuckled.{/i}"
|
||||
|
||||
marisa "Yuuka, who do you think you were substituting for?"
|
||||
marisa "Yuuka, who do you think you were substituting for?"
|
||||
|
||||
yuuka "...huh?"
|
||||
yuuka "...huh?"
|
||||
|
||||
marisa "She's out for the week. No one told you, {bt}professor{/bt}?"
|
||||
marisa "She's out for the week. No one told you, {bt}professor{/bt}?"
|
||||
|
||||
narrator "Yuuka grit her teeth and snarled, Marisa stepping back instinctively."
|
||||
narrator "{i}Yuuka grit her teeth and snarled. Marisa stepped back instinctively.{/i}"
|
||||
|
||||
yuuka "This charade is absurd and I've apparently no reason to be here. Good day to you all."
|
||||
yuuka "This charade is absurd and I've apparently no reason to be here. Good day to you all."
|
||||
|
||||
yuuka "{i}I stomped my way back through the hallway, turning a corner before Alice caught up to me.{/i}" (cb_name="")
|
||||
yuuka "{i}I stomped my way back through the hallway, turning a corner before Alice caught up to me.{/i}" (cb_name="")
|
||||
|
||||
alice "Don't you think you're missing an opportunity?"
|
||||
alice "Don't you think you're missing an opportunity?"
|
||||
|
||||
yuuka "An opportunity to what?"
|
||||
yuuka "An opportunity to what?"
|
||||
|
||||
alice "If you stick around, which by the way would be easy given the students have already accepted the fact that you're their teacher,"
|
||||
alice "If you stick around, which by the way would be easy given the students have already accepted the fact that you're their teacher,"
|
||||
|
||||
alice "You can just sit tight for a week and Yumemi will walk right up to you."
|
||||
alice "You can just sit tight for a week and Yumemi will walk right up to you."
|
||||
|
||||
yuuka "I could lay a trap."
|
||||
yuuka "I could lay a trap."
|
||||
|
||||
alice "Exactly."
|
||||
alice "Exactly."
|
||||
|
||||
yuuka "A tempting offer, but I don't think I'll need any tricks to deal with her."
|
||||
yuuka "A tempting offer, but I don't think I'll need any tricks to deal with her."
|
||||
|
||||
yuuka "{i}Once more I turned away, and—{/i}" (cb_name="")
|
||||
yuuka "{i}Once more I turned away, and—{/i}" (cb_name="")
|
||||
|
||||
alice "Oh for Shinki's sake, are you scared of something?"
|
||||
alice "Oh for Shinki's sake, are you scared of something?"
|
||||
|
||||
yuuka "What?"
|
||||
yuuka "What?"
|
||||
|
||||
alice "You talk to humans less than I do and I live in a poisonous swamp forest."
|
||||
alice "You talk to humans less than I do and I live in a poisonous swamp of a forest."
|
||||
|
||||
alice "You've barely talked to anyone other than us three after leaving your mansion in Mugenkan years ago."
|
||||
alice "You've barely talked to anyone other than us three after leaving your mansion in Mugenkan years ago."
|
||||
|
||||
yuuka "I talk with Medicine."
|
||||
yuuka "They're beneath me. Besides, I talk with Medicine."
|
||||
|
||||
alice "She barely counts as an exception."
|
||||
alice "She's one person and a child."
|
||||
|
||||
alice "Look, this is the first time I've seen you talk with humans without it being some kind of underlying threat. This could be good for you."
|
||||
alice "Look, this is the first time I've seen you talk with humans without it being some kind of underlying threat or overlying threat. This could be good for you."
|
||||
|
||||
yuuka "I—"
|
||||
yuuka "I—"
|
||||
|
||||
alice "Before anything else, it's also a week. Just a week. At least come in tomorrow and give it a shot?"
|
||||
alice "Before anything else, it's a week. Just a week. At least come in tomorrow and give it a shot?"
|
||||
|
||||
yuuka "..."
|
||||
yuuka "..."
|
||||
|
||||
yuuka "I do not agree with your points, Alice."
|
||||
yuuka "I do not agree with your points, Alice."
|
||||
|
||||
yuuka "But I consider you to know me better than most."
|
||||
yuuka "But I consider you to know me better than most."
|
||||
|
||||
yuuka "Very well, I'll play along."
|
||||
yuuka "Very well, I'll play along."
|
||||
|
||||
alice "Thank you."
|
||||
alice "Thank you. That's all I'm asking."
|
||||
|
||||
yuuka "I'll be back tomorrow. Goodbye Alice."
|
||||
yuuka "I'll be back tomorrow. Goodbye Alice."
|
||||
|
||||
alice "Goodbye."
|
||||
alice "Goodbye."
|
||||
elif day == 1:
|
||||
# TODO
|
||||
# TEXT N
|
||||
|
|
Loading…
Reference in New Issue