Skip to content

Commit

Permalink
chore: day 3
Browse files Browse the repository at this point in the history
  • Loading branch information
TentativeTenebris committed Sep 29, 2024
1 parent de6d04d commit 71dd442
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
label day2_lord_intro:
label day2_lord:

$ event_meet_lord2 = True

Expand Down
27 changes: 27 additions & 0 deletions game/story/day3/day3_lord.rpy
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
label day3_lord:

$ event_meet_lord2 = True

play music the_old_castle

scene bg hallway day with dissolve

show lord smirk with dissolve
lord "Good morning. I hope you had a productive night."
player "I spoke with some creepy-looking ghosts. I don't know that I would say it was productive."
lord "Give it time. It would be foolish to think such a matter would be handled in a single night."
#player "Do all ghosts look similar?"
#lord "No, they come in a wide variety of different shapes and forms."
player "I didn't really get anywhere with either of the ghosts I talked to. I'm not so sure this is going to work. If they’re really trapped here, I don’t see how talking to them is going to change that?"
lord "A fair question. Think of it as us giving them the support they need. An intact soul inherently has the ability to crossover to the other side on its own. But if they don't want to cross over, or don't know that they can, then they usually won’t. In a way, your role is not so different from that of the psychopomps of mythology, such as valkyries, shinigami, or the ferryman of the river Styx."
player "I see. But what if they don’t want to go? It seems wrong to try and force them. What's wrong with just letting them be?"
lord "How astute. A few reasons. The first is that certain dangers can arise if a soul remains on this side for too long. But more pertinent is the fact that these are not normal souls."
player "Not normal? What do you mean?"
lord "When someone dies, their soul is released from their body, creating a single spirit. But sometimes, their soul shatters into multiple fragments or shards. These individual shards cannot pass over on their own, even if they want to. Unless these shards are reunited into a single, complete soul, they will forever remain trapped in the realm between."
player "Hmm. So my end goal is to reunite them. Okay. That seems… doable. Not the worst way to become rich, either. I guess I'll try to talk to the ghosts again tonight."

scene black with dissolve

stop music fadeout 4

jump explore_inside_day
1 change: 0 additions & 1 deletion game/story/start.rpy
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
label start:

show screen inventory

play music hide_and_seek1
Expand Down

0 comments on commit 71dd442

Please sign in to comment.