-
Notifications
You must be signed in to change notification settings - Fork 0
/
A3_Rooms.json
266 lines (264 loc) · 3.81 KB
/
A3_Rooms.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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
{
"room": [{
"id": 1,
"start": true,
"height": 10,
"width": 10,
"doors": [{
"dir": "S",
"con_room": 3,
"wall_pos": 4
},{
"dir": "E",
"con_room": 2,
"wall_pos": 4
}
],
"loot": [{
"id": 1,
"x": 3,
"y": 3
}]
},
{
"id": 2,
"start": false,
"height": 20,
"width": 20,
"doors": [{
"dir": "E",
"con_room": 5,
"wall_pos": 4
},
{
"dir": "S",
"con_room": 4,
"wall_pos": 8
},
{
"dir": "W",
"con_room": 1,
"wall_pos": 4
}
],
"loot": [{
"id": 2,
"x": 4,
"y": 4
},{
"id": 3,
"x": 7,
"y": 7
},{
"id": 4,
"x": 12,
"y": 12
},{
"id": 5,
"x": 16,
"y": 7
}
]
},
{
"id": 3,
"start": false,
"height": 20,
"width": 10,
"doors": [{
"dir": "E",
"con_room": 4,
"wall_pos": 17
},
{
"dir": "N",
"con_room": 1,
"wall_pos": 4
}
],
"loot": [{
"id": 6,
"x": 7,
"y": 3
},{
"id": 7,
"x": 2,
"y": 16
},{
"id": 8,
"x": 8,
"y": 18
}
]
},
{
"id": 4,
"start": false,
"height": 20,
"width": 20,
"doors": [{
"dir": "W",
"con_room": 3,
"wall_pos": 4
},
{
"dir": "N",
"con_room": 2,
"wall_pos": 8
},
{
"dir": "S",
"con_room": 6,
"wall_pos": 9
}
],
"loot": [{
"id": 9,
"x": 3,
"y": 3
},{
"id": 10,
"x": 17,
"y": 3
},{
"id": 11,
"x": 3,
"y": 17
},{
"id": 12,
"x": 17,
"y": 17
}
]
},
{
"id": 5,
"start": false,
"height": 10,
"width": 20,
"doors": [{
"dir": "W",
"con_room": 2,
"wall_pos": 4
}
],
"loot": [{
"id": 13,
"x": 5,
"y": 5
},{
"id": 14,
"x": 14,
"y": 3
}
]
},
{
"id": 6,
"start": false,
"height": 8,
"width": 8,
"doors": [{
"dir": "N",
"con_room": 4,
"wall_pos": 3
}],
"loot": [{
"id": 15,
"x": 2,
"y": 2
}]
}
],
"items": [{
"id": 1,
"name": "Health Potion",
"type": "Potion",
"description": "you feel better"
},
{
"id": 2,
"name": "Scroll of Fireball",
"type": "Scroll",
"description": "A 20 foot ball of flame hurtles away from you"
},
{
"id": 3,
"name": "Mango",
"type": "Food",
"description": "my that was a yummy mango!"
},
{
"id": 4,
"name": "Elixir",
"type": "Potion",
"description": "You drink the potion and feel better: The glass bottle shatters when it lands"
},
{
"id": 5,
"name": "Ring of Fire",
"type": "Ring",
"description": "Can create fire"
},
{
"id": 6,
"name": "Iron Chestplate",
"type": "Clothing",
"description": "Used to protect yourself"
},
{
"id": 7,
"name": "Silver Boots",
"type": "Clothing",
"description": "Can move faster with this"
},
{
"id": 8,
"name": "Golden Eye",
"type": "Food",
"description": "Edible eye that grants you anything"
},
{
"id": 9,
"name": "Diamon Hat",
"type": "Clothing",
"description": "Rare armour"
},
{
"id": 10,
"name": "Scroll of Wisdom",
"type": "Scroll",
"description": "ancient item"
},
{
"id": 11,
"name": "Scroll of Water",
"type": "Scroll",
"description": "water ability"
},
{
"id": 12,
"name": "Scroll of Earth",
"type": "Scroll",
"description": "earth ability"
},
{
"id": 13,
"name": "Scroll of Air",
"type": "Scroll",
"description": "air ability"
},
{
"id": 14,
"name": "Scroll of Fire",
"type": "Scroll",
"description": "fire ability"
},
{
"id": 15,
"name": "Golden Apple",
"type": "SmallFood",
"description": "yummy apple thats shiny: You've thrown the apple away"
}
]
}