summaryrefslogtreecommitdiff
path: root/proto/rooms.json
diff options
context:
space:
mode:
authorNat Lasseter <Nat Lasseter nathan@bytemark.co.uk>2018-04-04 21:54:03 +0100
committerNat Lasseter <Nat Lasseter nathan@bytemark.co.uk>2018-04-04 21:54:03 +0100
commitc7f7a60a7f1175696b8239355dc7737532c1f1ce (patch)
treefe5759a74286560e0da63208fdb0424098fe810c /proto/rooms.json
Initial commitHEADmaster
Diffstat (limited to 'proto/rooms.json')
-rw-r--r--proto/rooms.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/proto/rooms.json b/proto/rooms.json
new file mode 100644
index 0000000..a6d0cd7
--- /dev/null
+++ b/proto/rooms.json
@@ -0,0 +1,25 @@
+{
+ "start": {
+ "summary": "A bland, starting room.",
+ "inventory": [
+ "apple",
+ "lamp"
+ ],
+ "north": "another",
+ "south": "another",
+ "east": "start",
+ "west": "start"
+ },
+ "another": {
+ "summary": "Another room.",
+ "dark": true,
+ "inventory": [
+ "apple",
+ "apple"
+ ],
+ "north": "start",
+ "south": "start",
+ "east": "another",
+ "west": "another"
+ }
+}