40 lines
2.9 KiB
YAML
40 lines
2.9 KiB
YAML
room:
|
|
name: "Your Office"
|
|
grid: [0, 0]
|
|
upon_enter: "You are standing behind your desk, you see a |NAMEPLATE|, a |TAPE RECORDER| and your trusty |LOG VIEWER|"
|
|
look_around: "You look around the room, you see a |DESK|, a |BOOKSHELF| and the |DOOR|"
|
|
desk:
|
|
look_at: "You move to stand behind your desk. You see a |NAMEPLATE|, a |TAPE RECORDER| and your trusty |LOG VIEWER|"
|
|
inspect: "The desk is large and ornate with one of those silly lamps hovering over it."
|
|
bookshelf:
|
|
look_at: "The bookshelf is a bookshelf."
|
|
inspect: "Its still a bookshelf."
|
|
log_viewer:
|
|
item_name: "Log Viewer"
|
|
look_at: "The log viewer is a small piece of ornate code, allowing you to examine |entities| more closely."
|
|
inspect: "The dials are wiggly and the viewer makes Beep Boop sounds sometimes."
|
|
pick_up: "You pick up the *LOG VIEWER*."
|
|
door:
|
|
leads_to: hallway.yaml
|
|
look_at: "Its a door, it leads to the Hallway. You should try to |OPEN| it."
|
|
inspect: "Its ornate but basic, the other side of the door has your name on a plaque."
|
|
art: |
|
|
+ +
|
|
| |
|
|
| OFFICE STUFF? |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
+ +
|