Wip: working on add scenery
This commit is contained in:
+31
-27
@@ -1,35 +1,39 @@
|
||||
[
|
||||
[
|
||||
[
|
||||
{
|
||||
"description": "A fascinating Room. There's ... nothing in it, neat.",
|
||||
"exits": [
|
||||
{
|
||||
"description": "A fascinating Room. There's ... nothing in it, neat.",
|
||||
"exits": [
|
||||
{
|
||||
"dir": 2,
|
||||
"exitID": 1,
|
||||
"isLocked": false
|
||||
},
|
||||
{
|
||||
"dir": 1,
|
||||
"exitID": 2,
|
||||
"isLocked": false
|
||||
}
|
||||
],
|
||||
"id": -8528,
|
||||
"name": "Test Room 1"
|
||||
"dir": 2,
|
||||
"exitID": 1,
|
||||
"isLocked": false
|
||||
},
|
||||
{
|
||||
"description": "Another test room. What a shocker",
|
||||
"exits": [],
|
||||
"id": -8608,
|
||||
"name": "Test Room 2"
|
||||
"dir": 1,
|
||||
"exitID": 2,
|
||||
"isLocked": false
|
||||
}
|
||||
],
|
||||
[
|
||||
],
|
||||
"scenery": [
|
||||
{
|
||||
"description": "Testing another column",
|
||||
"exits": [],
|
||||
"id": -8656,
|
||||
"name": "Test Room 3"
|
||||
}
|
||||
]
|
||||
],
|
||||
"id": -8528,
|
||||
"name": "Test Room 1"
|
||||
},
|
||||
{
|
||||
"description": "Another test room. What a shocker",
|
||||
"exits": [],
|
||||
"id": -8608,
|
||||
"name": "Test Room 2"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"description": "Testing another column",
|
||||
"exits": [],
|
||||
"id": -8656,
|
||||
"name": "Test Room 3"
|
||||
}
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user