42 lines
1.4 KiB
JSON
42 lines
1.4 KiB
JSON
{
|
|
"World": [
|
|
{
|
|
"name": "Your Home",
|
|
"story": "As you wake up, you find yourself in a dimly lit bedroom. The air is still and musty, and you can feel the weight of exhaustion on your limbs.\n\nAs your eyes adjust to the darkness, you begin to make out the details of the room. There is a bed against the far wall, a computer desk near the door, and a chest at the foot of the bed. But what catches your eye is the broken portal on the opposite wall. Its twisted metal frame and shattered glass suggest it was destroyed in a violent event.\n\nYou feel a nagging sense of unease as you realize that you have no memory of how you got here or what happened to the portal. It's up to you to uncover the truth and find a way out of this strange and mysterious place.",
|
|
"moves": [
|
|
{"name": "Outside", "story_move": "The Outer World"}
|
|
]
|
|
},
|
|
{
|
|
"name": "The Outer World",
|
|
"story": "",
|
|
"moves": [
|
|
{"name": "Back Home", "place": "home"},
|
|
{"name": "To the Left", "place": ""},
|
|
{"name": "To the Right", "place": ""},
|
|
{"name": "Down to the River", "place": "river"},
|
|
{"name": "To a Old Farm", "place": "old_farm"}
|
|
]
|
|
}
|
|
],
|
|
"Places": {
|
|
"home": {
|
|
"story": ""
|
|
},
|
|
"river": {
|
|
"story": ""
|
|
},
|
|
"old_farm": {
|
|
"story": ""
|
|
}
|
|
},
|
|
"NPCs": [
|
|
|
|
],
|
|
"Monster": [
|
|
|
|
],
|
|
"Items": [
|
|
|
|
]
|
|
} |