-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlobby.yaml
More file actions
38 lines (38 loc) · 1.59 KB
/
lobby.yaml
File metadata and controls
38 lines (38 loc) · 1.59 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: "Welcome to the first room of the game! Thanks so much for playing. There are only a few commands you can use right now, you can LOOK NORTH, EAST, SOUTH, or WEST, INSPECT things, OPEN doors, TAKE things, or USE things."
inspect: The room is simple and undecoreated, somebody should tell the game designer to add stuff
items:
blueKey:
blueKey:
desc: A Blue Key
inspect: The key is small and looks blue.
gameManual:
gameManual:
name: Welcome! and thanks for playing this game, INSPECT this manual for more info
inspect: This manual is almost useful for nothing!
west:
desc: You turn to the left and find a wooden door and a small key on the floor, you cannot pick up the key beacuse i did not program that feature yet.
key:
name: blueKey
inspect: Its a blue key
door:
inspect: A simple wooden door, you're not sure where it leads
dest: Nowhere
east:
desc: You see a simple wooden door and nothing else.
door:
inspect: Its a simple wooden door, your inspection reveals nothing more about it
dest: It apears this door leads to newroom
path: gamedata/newroom.yaml
south:
desc: There is nothing behind you but wall
north:
desc: You see a simple wooden door and nothing else.
door:
inspect: A simple wooden door, you're not sure where it leads
dest: Nowhere
down:
desc: there is the game manual on the ground. use INSPECT MANUAL.
gameManual:
name: gameManual
inspect: This manual is almost useful for nothing!