-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsource.json
38 lines (24 loc) · 4.73 KB
/
source.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"origin": ["#starts# #attributes.a# #places#.\n#thefloor# #decayed# #floorobject.s#.\n#openquestion#", "#starts# #attributes.a# #places#.\n#thefloor# #weird# #floorobject.s#.\n#openquestion#", "#starts# #attributes.a# #places#.\n#thewall# #weird# #wallobject.s#.\n#openquestion#", "#starts# #attributes.a# #places#.\n#theobject# #magical.a# #theobjects#.\n#openquestion#", "#starts# #attributes.a# #places#.\n#thenote# '#notetext#'"],
"starts": ["You see","You're in","You're inside","You're trapped in","You discover","You explore", "Your home is", "You are teleported to", "You hide in", "You live in"],
"attributes": ["beautiful", "hidden", "burning", "mystical", "ancient", "colorful", "tiny", "small", "magical", "overgrown", "destroyed", "lost", "dark","wet", "cold", "forgotten", "foggy", "misty"],
"places": ["manor","castle","attic","cellar","tower","apartment","room","building","house","office","cave","mine", "temple", "cavern", "ruin", "greenhouse", "monastery", "cabin", "chapel", "library", "church", "cave system", "underground city", "lighthouse", "ship", "underground tunnel", "abbey", "cottage", "underground garden", "battleship"],
"thefloor":["The floor is filled with", "The floor is covered in", "The ground is covered in"],
"decayed":["damaged", "decaying", "lost", "broken", "destroyed", "shattered", "overgrown", "mossy", "ancient", "old"],
"floorobject":["doll", "crystal", "glass", "skull", "clock", "chain", "book", "toy", "instrument", "lamp", "machine", "bottle", "shoe", "painting", "statue", "paint brush", "mannequin", "cage", "coffin", "weapon", "television", "telephone", "lightbulb"],
"thewall":["The walls are filled with", "On the walls are", "The walls are covered in", "The ceiling is covered in", "On the ceiling are"],
"weird":["weird", "crazy", "crude", "mysterious", "odd", "strange", "eerie", "abnormal", "unnatural", "occult", "cryptic", "miraculous", "glowing", "overgrown", "ancient"],
"wallobject":["painting", "drawing", "note", "writing", "diagram", "schematic", "wallpaper", "mirror", "symbol", "plant", "pattern", "crystal", "fresco", "mosaic", "paint"],
"theobject":["You see", "In the distance you see", "Oh look, this seems to be", "Hm, this looks like"],
"magical":["#weird#", "#decayed#", "magical", "glowing", "floating", "seemingly weightless"],
"theobjects":["painting", "drawing", "note", "writing", "plant", "tree", "leaf", "crystal", "clock", "fairy", "book", "firefly", "acorn", "flower", "mirror", "light", "skull", "fish", "tophat", "#floorobject#", "documents"],
"thenote":["You find a #writing#, it reads:\n", "You find a #writing# and decide to read it:\n"],
"writing":["writing", "note", "piece of paper", "diary entry"],
"notetext":["Life does not have to be perfect to be beautiful", "I love the forest", "Add value to peoples lifes", "Nature is magical", "Make art with people you love", "Respect the art you make", "What matters in your life?", "Nature brings peace to my restless mind", "I believe in you!", "Hope is a waking dream", "If you dream it, you can do it.", "Everything you can imagine is real", "The journey is my home", "My mind is blank D:", "Earth laughs in flowers", "Art is freedom", "Don't be afraid of silence", "Beware of the monsters in your head", "Life is art", "You're the sun of your life. Rise.", "You are always welcome here", "Trust your instincts", "Truth. Patience. Empathy. Value them", "The silence awaits your song", "You are an animal.", "I was waiting for you.","Make it true.","Words are no match for imagination.","The forest calls for you.", "Listen to the rain.", "There are secrets in the bark of every tree.", "You're here now. Rest.", "There's food under the door mat.", "brb travelling the world", "Travel on foot.", "Take a breath between every sentence.", "Mirrors don't reflect minds.", "Found this note. You can keep it.", "Don't be afraid to ask for help.", "Thank you for listening.", "Cherish my memory", "I'm watching the trees getting old", "From my ashes a tree will rise", "Spend time with people you love", "Learn to laugh at yourself", "A life, that lasts", "I'll remember your kindness and love"],
"openquestion":["Who lives here?", "What is this place?", "Who may have lived here?", "How did this all get here?", "Why is this all here?", "Why was this place lost?"],
"maybeanswer":["Yeah, maybe.", "Looks like it!", "Hm, yeah. Seems like it."],
"someoneanswer":["That someone was you!", "I think it was you!", "Looks like it was you! ;)"],
"howanswer":["I don't know, you are the traveler.", "Hm, maybe ask again later.", "Don't worry about it. Sometimes it''s ok not to understand things."],
"sorryanswer":["HOW DARE YOU!", "move along", "Aww man, I hate this job."],
"greatanswer":["Yup, it's pretty nice.", "It's lovely, isn't it?", "I couldn't agree more."]
}