taisei/src/cutscenes/intro.inc.h

85 lines
4.1 KiB
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

.name = "Introduction",
.bgm = "intro",
.phases = (CutscenePhase[]) {
{ "cutscenes/locations/hakurei", {
T_NARRATOR("— The Hakurei Shrine\n"),
T_NARRATOR("The shrine at the border of fantasy and reality.\n"),
T_NARRATOR("Three heroines of Gensōkyō sat drinking tea on a calm day at the end of summer.\n"),
T_NARRATOR("There was something unsettling in the air—"),
{ 0 },
}},
{ "cutscenes/opening/01", {
T_MARISA("Whats got ya both so down? Did I mess up the tea?"),
T_NARRATOR("\nReimu and Yōmu shared a knowing glance.\n"),
T_REIMU("The teas fine. I just feel weird. I cant put my finger on it."),
T_YOUMU("Im feeling something similar, Im afraid."),
{ 0 },
}},
{ "cutscenes/opening/01", {
T_NARRATOR("The bells of the shrine tolled outside. Someone had made a donation.\n"),
T_NARRATOR("A minute later, there was another.\n"),
T_NARRATOR("And another."),
{ 0 },
}},
{ "cutscenes/opening/01", {
T_REIMU("Somethings definitely not right…"),
T_YOUMU("Isnt it normally comforting for the shrine to receive donations?"),
T_REIMU("Normally it *would* be comforting, but…"),
{ 0 },
}},
{ "cutscenes/reimu_bad/01", {
T_NARRATOR("Outside the shrine, nearly every resident of Yōkai Mountain was lined up one after another.\n"),
T_NARRATOR("Everyone seemed vaguely fearful."),
{ 0 },
}},
{ "cutscenes/opening/02", {
T_REIMU("Eh? Whats all this, then?"),
T_KANAKO("Weve come to ask a favour."),
T_MARISA("What kinda favour?"),
{ 0 },
}},
{ "cutscenes/opening/02", {
T_NARRATOR("A mysterious force was slowly causing yōkai and humans alike to succumb to an intense feeling of “knowing everything.”\n"),
T_NARRATOR("It would start with figuring out trivial problems that theyd been struggling with - a technical issue with a machine, or coming up with the perfect newspaper headline.\n"),
T_NARRATOR("But as it progressed, theyd become completely enthralled by it, unable to act rationally.\n"),
T_NARRATOR("Yōkai Mountain was usually protected by the Moriya shrine maiden, but even she had been carried away into madness."),
{ 0 },
}},
{ "cutscenes/opening/02", {
T_SUWAKO("Sanae just keeps talking about video game consoles."),
T_MARISA("Eh? Like those toys you hook up to TVs, the kind you find at Kōrindō?"),
T_KANAKO("Right, but she just wont stop. Ive seen her excited, but not like this."),
{ 0 },
}},
{ "cutscenes/opening/03", {
T_SUMIREKO("Hmm. Quite fascinating."),
T_REIMU("Where the heck did *you* come from?!"),
T_SUMIREKO("I couldnt help overhearing your conversation. Based on my gut feeling, and what youve described, the answer is obvious."),
T_YOUMU("Is that so? Care to share it with us?"),
{ 0 },
}},
{ "cutscenes/opening/03", {
T_SUMIREKO("Some entity on Yōkai Mountain is emitting a powerful eldritch lunacy, likely in all directions from a singular point, given how indiscriminate it is."),
T_SUMIREKO("Too much knowledge all at once… mm, mm, it can potentially be fatal, at least for those with weaker minds."),
T_MARISA("Heh, wanna handle it then, Sumi?"),
T_SUMIREKO("A-ah, n-no, you all know the lay of the land better, a-after all, and with it being such a dire situation—"),
{ 0 },
}},
{ "cutscenes/opening/04", {
T_NARRATOR("Yōmu became distracted at the sight of Lady Yuyuko peeking out from behind the Moriya Gods.\n"),
T_YOUMU("Lady Yuyuko, why are you—?"),
T_YUYUKO("The spirits seem drawn to Yōkai Mountain as well, as if they long for something. Its growing difficult to placate them all…"),
T_YOUMU("I see. Shall I investigate as well?"),
T_YUYUKO("Please do."),
{ 0 },
}},
{ "cutscenes/locations/hakurei", {
T_NARRATOR("Elsewhere at the shrine, the kappa were all huddled into a group, talking intensely in hushed tones…\n"),
T_NARRATOR("And the tengu were furiously scribbling on their notepads, as if theyd just gotten the scoop of their careers.\n"),
T_NARRATOR("Even here, away from Yōkai Mountain, the effects of the so-called eldritch lunacy seemed to be reaching everyone…"),
{ 0 },
}},
{ NULL }
}