You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Monika After Story/game/script-topics.rpy
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18042,3 +18042,22 @@ label monika_overton:
18042
18042
m 1eua "I {i}could{/i} finish this story right up to Current Norm, but I just wanted to describe it at a basic level in order to convey an example of how it can work."
18043
18043
m 1huu "Thanks for listening~"
18044
18044
return
18045
+
18046
+
init 5 python:
18047
+
addEvent(Event(persistent.event_database,eventlabel="monika_antilibrary",category=['literature'],prompt="Tsundoku and the antilibrary",random=True))
18048
+
18049
+
label monika_antilibrary:
18050
+
m 3eud "[player], have you heard of an {i}antilibrary{/i} before?"
18051
+
m 3eub "It's a term inspired by the Japanese concept of {i}tsundoku,{/i} or collecting books without reading them."
18052
+
m 4eub "The antilibrary, then, is the collection of those unread books."
18053
+
m 4lksdlb "You might think this is just a hoarding habit, or the product of a little too much shopping..."
18054
+
m 4eud "But some scholars argue that the antilibrary can be a research tool, or another similar service to its owner."
18055
+
m 3eud "It's basically a tiny private library, when you think about it."
18056
+
m "Though, personally, I think an important factor of an antilibrary should be its organization."
18057
+
m 3eka "Having a bunch of stray books hiding around your house is nice, but if you want to use it well, it needs some sort of structure."
18058
+
m 1eua "Some factors might make organizing more complicated, however--{w=0.1}{nw}"
18059
+
extend 1hub "for example, what if we were living together?"
18060
+
m "We might find an antilibrary in each others' collections!"
18061
+
m 1tub "So it doesn't necessarily {i}need{/i} to be so structured, I guess.{w=0.2}{nw}"
18062
+
extend 1hub "Still, I'll strive to read through my antilibrary over time!"
0 commit comments