Skip to content
75 changes: 75 additions & 0 deletions Monika After Story/game/script-moods.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -1024,3 +1024,78 @@ label mas_mood_guilty:
m 1ekbsu "I love you.{w=0.2} Don't be so hard on yourself, okay?"
$ mas_moni_idle_disp.force_by_code("1ekbla", duration=5, skip_dissolve=True)
return "love"

init 5 python:
addEvent(
Event(
persistent._mas_mood_database,
eventlabel="mas_mood_cozy",
prompt="...cozy.",
category=[store.mas_moods.TYPE_GOOD],
unlocked=True
),
code="MOO"
)

label mas_mood_cozy:
m 1eua "Oh? {w=0.3} What makes you feel cozy?{nw}"
Comment thread
Tournicotte marked this conversation as resolved.
Outdated
$ _history_list.pop()
menu:
m "Oh? {w=0.3} What makes you feel cozy?{fast}"
Comment thread
Tournicotte marked this conversation as resolved.
Outdated

"Being with you.":
m 1ekbsb "Aww, [player]. {w=0.3} I am so happy I'm making you feel that way."
Comment thread
Tournicotte marked this conversation as resolved.
Outdated
m 1eubsb "I love spending time with you too."
m 1dkbsa "You being cozy makes me feel cozy as well..."
$ _now = datetime.datetime.now().time()
$ is_night = mas_isSStoMN(_now) or mas_isMNtoSR(_now)
if mas_isMoniEnamored(higher=True) or mas_isMoniAff(higher=True) and is_night:
call monika_holdrequest
Comment thread
Tournicotte marked this conversation as resolved.
Outdated
m 1dubsa "Thank you, [player]. I love you."
return "love"
# m 1dkbsa "I wish I could feel your warmth right now..."
# m 1fubsa "I know I can't physically reach you in your reality, but..."
#
# m 1fubsb "Would you like to {w=0.3}hold me in your arms for a while?{w=0.3}{nw}"
# $ _history_list.pop()
# menu:
# m "Would you like to hold me in your arms for a while?{fast}"
# "Hold Monika.":
# m 5dubfa ".{w=0.3} .{w=0.3} .{w=0.3}"
Comment thread
Tournicotte marked this conversation as resolved.
Outdated
# if mas_is_raining and renpy.random.randint(0,1):
# m 5dubfc ".{w=0.3} .{w=0.3} .{w=0.3}"
# label mas_cozy_holding_rain:
# $ _history_list.pop()
# menu:
# m "...{fast}"
#
# "Monika..?":
# m 5dkbfc "Mmh..."
# m 5eubsb "Ah! {w=0.3} Almost fell asleep there."
# m 1eubsa "The sound of the rain is so relaxing..."
#
# "Let her rest.":
# m 5dubfc ".{w=1} .{w=1} .{w=1}"
Comment thread
Tournicotte marked this conversation as resolved.
Outdated
# jump mas_cozy_holding_rain
# else:
# m 5mubfa "Don't let go yet..."
# m 5fubfa "This moment is perfect."
# m 5dubfa ".{w=0.3} .{w=0.3} .{w=0.3}"
Comment thread
Tournicotte marked this conversation as resolved.
Outdated
# m 1dubsa "Thank you, [player]. I love you."
# return

m 1eubsb "I love you, [player]."
return "love"

"A warm blanket.":
Comment thread
Tournicotte marked this conversation as resolved.
Outdated
m 1eub "Oh, I love warm blankets too! {w=0.3} They make everything feel so snug and comfortable."
Comment thread
Tournicotte marked this conversation as resolved.
Outdated
m 1hua "There's nothing like wrapping yourself up in a cozy blanket."
m 1ekbla "It's like a warm hug that lasts forever..."
m 3hubsb "I wish I could wrap you up in a blanket and keep you warm all the time!"
return

"A hot drink.":
Comment thread
Tournicotte marked this conversation as resolved.
Outdated
m 1eub "Mmm, a hot drink sounds perfect! {w=0.3} Whether it's coffee, hot chocolate, or tea, it warms you up from the inside out."
Comment thread
Tournicotte marked this conversation as resolved.
Outdated
m 1hubla "I love a warm cup of coffee..."
m 1eubla "It's like a little moment of comfort in a busy day."
return
Comment thread
Tournicotte marked this conversation as resolved.
Outdated