shadow-over-bishkek001/resources/config_en/items.json
2026-07-15 12:44:29 +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/ItemJournal002.png",
"selectedIcon": "resources/w/ui/img/inv/ItemSelJournal002.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/ItemKnife002.png",
"selectedIcon": "resources/w/ui/img/inv/ItemSelKnife002.png"
},
{
"id": "book",
"name": "Book",
"description": "This is a book about the manaschi Zhusup Mamai.",
"icon": "resources/w/ui/img/inv/ItemBook002.png",
"selectedIcon": "resources/w/ui/img/inv/ItemSelBook002.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/ItemNote002.png",
"selectedIcon": "resources/w/ui/img/inv/ItemSelNote002.png"
},
{
"id": "report_card",
"name": "Begimai's record book",
"description": "This is Begimai's record book. This is where a teacher should write grades for each subject or coursework.",
"icon": "resources/w/ui/img/inv/ItemReportCard002.png",
"selectedIcon": "resources/w/ui/img/inv/ItemSelReportCard002.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/ItemCoursework002.png",
"selectedIcon": "resources/w/ui/img/inv/ItemSelCoursework002.png"
}
]
}