shadow-over-bishkek001/resources/config_en/items.json
2026-07-07 11:24:21 +03:00

61 lines
2.4 KiB
JSON

{
"items": [
{
"id": "phone",
"name": "Phone",
"description": "I can't imagine life without my phone.",
"icon": "resources/w/ui/img/inv/ItemPhone001.png",
"selectedIcon": "resources/w/ui/img/inv/ItemSelPhone001.png"
},
{
"id": "journal",
"name": "Journal",
"description": "This is my journal where I write my notes.",
"icon": "resources/w/ui/img/inv/ItemJournal001.png",
"selectedIcon": "resources/w/ui/img/inv/ItemSelJournal001.png"
},
{
"id": "teacher_room_key",
"name": "Key to the teachers' room",
"description": "This is the key to the teachers' room that I got from Aiperi.",
"icon": "resources/w/ui/img/inv/ItemKey001.png",
"selectedIcon": "resources/w/ui/img/inv/ItemSelKey001.png"
},
{
"id": "knife",
"name": "Silver knife",
"description": "I borrowed this silver knife from Aiperi, and I must return it.",
"icon": "resources/w/ui/img/inv/ItemKnife001.png",
"selectedIcon": "resources/w/ui/img/inv/ItemSelKnife001.png"
},
{
"id": "book",
"name": "Book",
"description": "This is a book about the manaschi Zhusup Mamai.",
"icon": "resources/w/ui/img/inv/ItemBook001.png",
"selectedIcon": "resources/w/ui/img/inv/ItemSelBook001.png"
},
{
"id": "note_spell",
"name": "Note",
"description": "It says, \"Greetings to a fellow shadow from a fellow shadow! I give you a way to get through any locked door! Touch the silver with your hand and read this spell out loud! The spell only works at night.\" and the text of the spell.",
"icon": "resources/w/ui/img/inv/ItemNote001.png",
"selectedIcon": "resources/w/ui/img/inv/ItemSelNote001.png"
},
{
"id": "report_card",
"name": "Begimai's grade book",
"description": "This is Begimai's grade book. This is where you need to put your grade for your coursework.",
"icon": "resources/w/ui/img/inv/ItemReportCard001.png",
"selectedIcon": "resources/w/ui/img/inv/ItemSelReportCard001.png"
},
{
"id": "coursework",
"name": "Begimai's coursework",
"description": "This is Begimai's coursework, because of which she jumped out of the window.",
"icon": "resources/w/ui/img/inv/ItemCoursework001.png",
"selectedIcon": "resources/w/ui/img/inv/ItemSelCoursework001.png"
}
]
}