-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest-cartridge-parse.json
171 lines (171 loc) · 4.42 KB
/
test-cartridge-parse.json
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
{
"filename" : "test-cartridge.json",
"gameTitle" : "Test Cartridge",
"gameImage" : null,
"spawn" : {
"key" : 0,
"value" : 0
},
"map" : {
"40191541" : {
"key" : 1,
"value" : 2
},
"42102625" : {
"key" : 0,
"value" : 0
},
"1651667865" : {
"key" : 0,
"value" : 1
},
"1301987508" : {
"key" : 1,
"value" : 0
},
"319670866" : {
"key" : 1,
"value" : 1
}
},
"items" : {
"765826899" : {
"objectImage" : null,
"itemDescription" : {
"name" : "A test-kit",
"shortDescription" : "A corona test-kit.",
"longDescription" : "A test-kit for PCR testing against the corona disease.",
"detailedDescription" : "The expiration date on the test-kit is not overdue and the kit is ready to use.",
"placedDescription" : "A test-kit is laying packaged on the floor.",
"inventoryDescription" : "You're holding a packaged corona test-kit."
},
"name" : "A test-kit",
"canBeHeld" : true
}
},
"rooms" : {
"40191541" : {
"objectImage" : null,
"roomDescription" : {
"name" : "The exit",
"shortDescription" : "The room that leads outside.",
"longDescription" : "Feel free to roam the world, once you go through the exit.",
"detailedDescription" : null
},
"doors" : [ 1961595039 ],
"directions" : { },
"items" : [ ],
"players" : { },
"location" : {
"key" : 1,
"value" : 2
},
"name" : "The exit",
"canBeHeld" : false
},
"42102625" : {
"objectImage" : null,
"roomDescription" : {
"name" : "Starting room",
"shortDescription" : "A room to start.",
"longDescription" : "It is rough to start, but this room definitely is a start.",
"detailedDescription" : null
},
"doors" : [ ],
"directions" : {
"EAST" : 1301987508,
"NORTH" : 1651667865
},
"items" : [ 765826899 ],
"players" : { },
"location" : {
"key" : 0,
"value" : 0
},
"name" : "Starting room",
"canBeHeld" : false
},
"1651667865" : {
"objectImage" : null,
"roomDescription" : {
"name" : "Room A",
"shortDescription" : "Another Room called A.",
"longDescription" : "Just another room, let's not be creative and assign it the letter A.",
"detailedDescription" : null
},
"doors" : [ ],
"directions" : {
"SOUTH" : 42102625
},
"items" : [ ],
"players" : { },
"location" : {
"key" : 0,
"value" : 1
},
"name" : "Room A",
"canBeHeld" : false
},
"1301987508" : {
"objectImage" : null,
"roomDescription" : {
"name" : "Room B",
"shortDescription" : "Another Room called B.",
"longDescription" : "Just another room, let's not be creative and assign it the letter B.",
"detailedDescription" : null
},
"doors" : [ ],
"directions" : {
"WEST" : 42102625,
"NORTH" : 319670866
},
"items" : [ ],
"players" : { },
"location" : {
"key" : 1,
"value" : 0
},
"name" : "Room B",
"canBeHeld" : false
},
"319670866" : {
"objectImage" : null,
"roomDescription" : {
"name" : "Room C",
"shortDescription" : "Another Room called C.",
"longDescription" : "Just another room, let's not be creative and assign it the letter C.",
"detailedDescription" : null
},
"doors" : [ 1961595039 ],
"directions" : {
"SOUTH" : 1301987508
},
"items" : [ ],
"players" : { },
"location" : {
"key" : 1,
"value" : 1
},
"name" : "Room C",
"canBeHeld" : false
}
},
"doors" : {
"1961595039" : {
"doorDescription" : {
"name" : "Steel door",
"shortDescription" : "A steel door blocks your way.",
"longDescription" : "Blocking your way is a chunky steel door, irresistable to force.",
"detailedDescription" : null,
"insideDescription" : "The steel door is locked from the other side.",
"outsideDescription" : "The steel door is locked.",
"inside" : false
},
"source" : 319670866,
"destination" : 40191541,
"isLocked" : true,
"isOpen" : false
}
},
"secrets" : { }
}