-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtravisroom.yaml
More file actions
38 lines (37 loc) · 1.49 KB
/
travisroom.yaml
File metadata and controls
38 lines (37 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
roommeta:
desc: This is Travis Room. In this room you can also LOOK UP and LOOK DOWN
inspect: Apon further inspection, the room opens up to your left and right more than forward.
items:
bottle:
desc: A bottle
inspect: The bottle can hold liquid. It's clear.
gameManual:
desc: Welcome! and thanks for playing this game, INSPECT this manual for more info
inspect: This manual is almost useful for nothing!
down:
desc: You look down. You see a bottle on the ground. You can INSPECT bottle.
bottle:
name: bottle
inspect: Its an empty bottle.
west:
desc: You turn to the left and see a wall.
east:
desc: You see a large metal door with strange markings all over it. The door is slightly ajar. you see nothing else.
door:
inspect: Its a large metal door with strange markings all over it, your inspection reveals nothing more about it
dest: This leads to a secret room
path: gamedata/secretroom.yaml
south:
desc: There is the door that leads back to the previous room.
door:
inspect: It is the door leading back to the room you came from.
dest: It appears to go back.
path: gamedata/newroom.yaml
up:
desc: You see the ceiling. you see that the ceiling is gay.
north:
desc: there is a door with a window
door:
inspect: you look through the window. There are a few snakes in the next room.
dest: This leads to another room
path: gamedata/snakeroom.yaml