var student = {
life: 100
}
var roomId = "start";
var items = {
protein:0,
vodka:0,
бабосики:0
}
var Rooms = {
start: {
title: "Клоповник",
description: "Комната из шараги, нравитЬся не нравитЬсяС-терпи моя красавица",
img: "img/start.jpg",
actions: [
{ title: "Окно", id: "window", damage: -1 },
{ title: "коридор", id: "tall", damage: -1 }
]
},
window: {
title: "Окно",
description: "Надо было делать домашку",
img: "img/window.jpg",
actions: []
},
kitchen: {
title: "Кухня",
description: "Орды тараканов, мышей и голодных чертей орудуют в это месте",
img: "img/kitchen.jpg",
actions: [
{ title: "Сьесть потрясающий борщ", id: "ponos", damage: -1 },
{ title: "Выйти обратно в коридор", id: "tall", damage: -1 }
]
},
tall: {
title: "Коридор",
description: "Коридор как коридор, мышки бегают",
img: "img/tall.jpg",
actions: [
{ title: "Пойти в туалет", id: "toulet", damage: -1 },
{ title: "Идти в комнату", id: "start", damage: -1 },
{ title: "Выйти на пропускной пункт" , id: "kpp", damage: -1 },
{ title: "Пойти хавать", id: "kitchen", damage: -1 },
{ title: "Поднять таракана", eats:1}
]
},
kpp: {
title: "Пропускной пункт",
description: "Баба зина как понос, может быстро заставить тебя вылететь из комнаты",
img: "img/kpp.jpeg",
actions: [
{ title: "Пойти в коридор", id: "tall", damage: -1 },
{ title: "Выйти на улицу", id: "street", damage: -1 },
{ title: "Поцеловать красоку", damage: -99 }
]
game.js:20 Uncaught TypeError: Cannot read properties of undefined (reading 'title')
at goToRoom (game.js:20:59)
at HTMLButtonElement.<anonymous> (game.js:62:17) Вот структура самого data.js