"description":"The dark corner is filled with dust, cobwebs and old papers. There are also some old computers that no one uses anymore, probably the remnants of old computer science students.",
"description":"""The dark corner is filled with dust, cobwebs and old papers.
There are also some old computers that no one uses anymore, probably the remnants of old computer science students.""",
"description":"The door is locked, the keypad has a red light that’s blinking. You press the buttons randomly to no avail. You press more random buttons and the red light blinks faster. :( ",
"description":"""The door is locked, the keypad has a red light that’s blinking.
You press the buttons randomly to no avail. You press more random buttons and the red light blinks faster. :( """,
"exits":{"south":"centre"},
"locked":True,
...
...
@@ -66,8 +70,10 @@ location_door = {
location_entrance={
"name":"level 2 Entrance",
"description":"You find yourself in another level of the basement. "
"It takes a minute for your eyes to adjust to this new, brighter room. In this room there is a trap door with stairs leading up to it. there seems to be a desk underneath the stairs. There are multiple different rooms to the NORTH, WEST, SOUTH, EAST, SOUTH-EAST and then back DOWNSTAIRS. Once again you have 20 minutes, be careful and good luck.",
"description":"""You find yourself in another level of the basement.
It takes a minute for your eyes to adjust to this new, brighter room.In this room there is a trap door with stairs leading up to it.
There seems to be a desk underneath the stairs. There are multiple different rooms to the NORTH, WEST, SOUTH, EAST, SOUTH-EAST and then back DOWNSTAIRS.
Once again you have 20 minutes, be careful and good luck.""",
"description":"The wine cellar is filled wall to wall with the finest Lambrini and Echo Falls known to man. As you inspect the Lambrini closer, something shiny at the bottom catches your eye. ",
"description":"""The wine cellar is filled wall to wall with the finest Lambrini and Echo Falls known to man.
As you inspect the Lambrini closer, something shiny at the bottom catches your eye.""",
"exits":{"south":"entrance"},
...
...
@@ -86,7 +93,8 @@ location_winecellar = {
location_storage={
"name":"Storage Room",
"description":"Infront of you a closet looms large but there are no handles to open the doors. Confused, you scan the room to see if there is anything else useful.",
"description":"""Infront of you a closet looms large but there are no handles to open the doors.
Confused, you scan the room to see if there is anything else useful.""",
"exits":{"north":"closet","east":"entrance"},
...
...
@@ -105,22 +113,25 @@ location_boileroom = {
}
desk={
"name":"desk",
"description":"The desk is similar to the one in the other room, there are many drawers that could hold important items. Sure enough in one of the drawers there is a lock box that has a password. To unlock this box you must guess the word.",
"description":"""The desk is similar to the one in the other room, there are many drawers that could hold important items.
Sure enough in one of the drawers there is a lock box that has a password. To unlock this box you must guess the word.""",
"exits":{"north-west":"entrance"},
"items":[]
}
trap_door={
"name":"trap door",
"description":"The trap door is locked! There is an electronic lock, you could use your key again but there is no guarantee it seems unlikely it will work again. The lock also seems to have no power. ",
"description":"""The trap door is locked!
There is an electronic lock, you could use your key again but there is no guarantee it seems unlikely it will work again. The lock also seems to have no power.""",
"exits":{"west":"entrance"},
"open":False,
"items":[item_lock]
}
closet={
"name":"closet",
"description":"You are amazed that the door is now mysteriously open, wondering how it happened you inspect it further. The closet is wooden with dusty shelves and old literary texts. There is a key card here as well.",
"description":"""You are amazed that the door is now mysteriously open, wondering how it happened you inspect it further.
The closet is wooden with dusty shelves and old literary texts. There is a key card here as well.""",