shadow-over-bishkek001/resources/config_en/quests.json
2026-07-15 12:44:29 +03:00

84 lines
4.6 KiB
JSON

{
"quests": [
{
"id": "tutorial_take_items",
"title": "The Phone and the Journal",
"status": "Available",
"autoComplete": true,
"description": "Whenever I go somewhere, I always take my phone and my journal with me.",
"objectives": [
{ "id": "take_phone", "text": "Take the phone", "completed": false },
{ "id": "take_journal", "text": "Take the journal", "completed": false }
]
},
{
"id": "ghost_lore",
"title": "The Ghost",
"status": "Hidden",
"autoComplete": true,
"description": "A ghostly female student appears at the university every night. She claims her name is Begimai and that she has a coursework due. I don't remember a student by that name, but maybe she's from a different year? I need to find out more.",
"objectives": [
{ "id": "ghost_lore_aiperi", "text": "Talk to Aiperi", "completed": false },
{ "id": "ghost_lore_alik", "text": "Talk to Alik", "completed": false, "visible": false },
{ "id": "ghost_lore_teacher", "text": "Talk to Aida Dzhenibekovna", "completed": false }
]
},
{
"id": "ghost_coursework",
"title": "The Ghost's coursework",
"status": "Hidden",
"autoComplete": true,
"description": "Begimai's story is even more mysterious. While her coursework was due, the university was undergoing a general cleaning. By chance, her coursework ended up in the trash bin. As a result, her coursework was thrown away, the professor was not able to find it, and gave her a zero grade. According to Alik, the coursework still lies in a pile of trash in the university courtyard.",
"objectives": [
{ "id": "ghost_coursework_find", "text": "Find Begimai's coursework", "completed": false },
{ "id": "ghost_coursework_mark", "text": "Show coursework to Aida Dzhenibekovna", "completed": false }
]
},
{
"id": "ghost_release",
"title": "Liberation",
"status": "Hidden",
"autoComplete": true,
"description": "A student named Begimai actually attended university last year. She tried to submit a coursework, but due to a series of circumstances, she failed and received a zero grade. This coursework shattered all her plans and hopes, and Begimai jumped out the window. Now she's returned as a ghost, and to be liberated, she must ensure she receives a grade for the coursework.",
"objectives": [
{ "id": "ghost_release_reportcard", "text": "Find Begimai's record book", "completed": false },
{ "id": "ghost_release_mark", "text": "Put a grade for the coursework in the record book", "completed": false },
{ "id": "ghost_release_show", "text": "Show the record book to the ghost", "completed": false }
]
},
{
"id": "study_beginning",
"title": "Manas studies",
"status": "Available",
"autoComplete": true,
"description": "There's a Manas Studies module coming up soon, and I've never attended a lecture before. We have a Manas Studies lecture today, so I need to attend it and get the module assignment from my teacher, Aida Dzhenibekovna.",
"objectives": [
{ "id": "study_beginning_lecture", "text": "Attend the lecture", "completed": false },
{ "id": "study_beginning_task", "text": "Get an assignment for the module", "completed": false }
]
},
{
"id": "study_project",
"title": "Essay on Manaschi",
"status": "Hidden",
"description": "My Manas studies teacher, Aida Dzhenibekovna, gave me an assignment: find a book about Zhusup Mamai's Manaschi in the library and write an essay about it. The book isn't allowed out of the library, but I can use the library's computer to write the essay. The essay must be completed before tomorrow.",
"objectives": [
{ "id": "study_project_book", "text": "Find the book", "completed": false },
{ "id": "study_project_write", "text": "Write the essay", "completed": false },
{ "id": "study_project_give", "text": "Submit the essay", "completed": false }
]
},
{
"id": "aiperi_knife",
"title": "Silver knife",
"status": "Hidden",
"description": "Aiperi lent me the silver knife we used to cut the teachers' birthday cake. The knife is still somewhere in the staff room, and I have to get it and return it to Aiperi.",
"objectives": [
{ "id": "aiperi_knife_keys", "text": "Get the keys to the teachers' room", "completed": false },
{ "id": "aiperi_knife_take", "text": "Take the knife", "completed": false },
{ "id": "aiperi_knife_give", "text": "Give the knife to Aiperi", "completed": false }
]
}
]
}