@maka/maka-cli 5.175.1 → 5.177.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundle/typescript/package.json +1 -1
- package/bundle/typescript/src/commands/game/sideQuest/engine-version.js +11 -1
- package/bundle/typescript/src/commands/game/sideQuest/factories/chargen-factory.js +16 -23
- package/bundle/typescript/src/commands/game/sideQuest/game.js +90 -11
- package/bundle/typescript/src/commands/game/sideQuest/headless.js +336 -275
- package/bundle/typescript/src/commands/game/sideQuest/ui.js +35 -3
- package/bundle/typescript/src/commands/game/sideQuest/utilities/catalog.js +5 -19
- package/bundle/typescript/src/commands/game/sideQuest/utilities/cloud-saves.js +12 -0
- package/bundle/typescript/src/commands/game/sideQuest/utilities/hub-seed.js +284 -0
- package/bundle/typescript/src/commands/game/sideQuest/utilities/site-transport.js +61 -0
- package/bundle/typescript/src/commands/game/sideQuest.sub.cmd.js +53 -6
- package/package.json +1 -1
- package/bundle/typescript/src/commands/game/sideQuest/scenes/scene2.json +0 -1413
|
@@ -1,1413 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "Tacoma Purple Haze",
|
|
3
|
-
"story": "The Purple Haze district of Tacoma: your streets, your people, your bolt-hole. Nobody's shooting at you tonight -- but Mr. Krow always has a meet to set up for a runner who calls.",
|
|
4
|
-
"hub": true,
|
|
5
|
-
"residenceTiers": [
|
|
6
|
-
"Street",
|
|
7
|
-
"Squatter",
|
|
8
|
-
"Low",
|
|
9
|
-
"Middle",
|
|
10
|
-
"High",
|
|
11
|
-
"Luxury"
|
|
12
|
-
],
|
|
13
|
-
"currency": {
|
|
14
|
-
"type": "nuyen",
|
|
15
|
-
"authorityRoomTags": [
|
|
16
|
-
"Bank"
|
|
17
|
-
]
|
|
18
|
-
},
|
|
19
|
-
"rumors": [
|
|
20
|
-
"The Haze Dragons doubled their watch on the Smuggler's Tunnel -- something's moving under the district that even Brick won't name.",
|
|
21
|
-
"A corp scout in a too-clean coat has been photographing the Night Market stalls. Nobody sells to them, and nobody's seen them leave.",
|
|
22
|
-
"Mama Wu's cousin swears the Sim Den's couches started whispering NAMES last week. Real ones.",
|
|
23
|
-
"Somebody's buying up fake SINs across three districts and paying triple. Whisper won't say who, which means Whisper knows.",
|
|
24
|
-
"The Drowned Choir under the chapel sang all night on Tuesday. Sister Verdigris burned sage until dawn and won't talk about it.",
|
|
25
|
-
"Doc Halloran turned away a man with corp-grade chrome and a bullet in him. The man walked north into the rain and nobody's seen him since.",
|
|
26
|
-
"Somebody from OUTSIDE the district has been sniffing Ratchet's shop link twice this month. He's rewiring the whole counter and swearing in three languages.",
|
|
27
|
-
"A docks crew found a shipping crate of medical-grade bioware, still cold. By morning the crate was gone -- and so was their foreman.",
|
|
28
|
-
"Mr. Krow's clients are getting jumpy -- two meets cancelled this month before the ink dried. Something upstream is scaring the money.",
|
|
29
|
-
"Old Cray says the water in the Flooded Undermarket dropped half a meter overnight. Nobody drains water down there on purpose."
|
|
30
|
-
],
|
|
31
|
-
"gigs": [
|
|
32
|
-
{
|
|
33
|
-
"from": "Mama Wu",
|
|
34
|
-
"to": "Brick",
|
|
35
|
-
"itemName": "Wu's Peace Offering",
|
|
36
|
-
"itemDescription": "A steamer crate of noodles and dumplings, sealed against the rain, smelling like a truce.",
|
|
37
|
-
"pay": 200,
|
|
38
|
-
"brief": "Take this to Brick. He and I have an arrangement, and the arrangement is: I feed his crew, they forget my stall exists on collection day."
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
"from": "Patch",
|
|
42
|
-
"to": "Doc Halloran",
|
|
43
|
-
"itemName": "Unlabeled Bottle",
|
|
44
|
-
"itemDescription": "A heavy glass bottle with no label and a wax seal. The contents slosh like they mean it.",
|
|
45
|
-
"pay": 150,
|
|
46
|
-
"brief": "Get this to the Doc. He'll know what it's for, and neither of us is going to say it out loud."
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"from": "Ratchet",
|
|
50
|
-
"to": "Sister Verdigris",
|
|
51
|
-
"itemName": "Shielded Datachip",
|
|
52
|
-
"itemDescription": "A datachip in a hand-soldered Faraday sleeve. Someone wanted this VERY offline.",
|
|
53
|
-
"pay": 300,
|
|
54
|
-
"brief": "The Sister asked for this off the grid -- all the way off. No wireless, no scanning it, no curiosity. That's what the pay's for."
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"from": "Doc Halloran",
|
|
58
|
-
"to": "Mama Wu",
|
|
59
|
-
"itemName": "Wu's Prescription",
|
|
60
|
-
"itemDescription": "A discreet clinic pouch, dosage schedule printed small. The Doc's handwriting says take it seriously.",
|
|
61
|
-
"pay": 200,
|
|
62
|
-
"brief": "Wu's refill. She won't come collect it herself because that would mean admitting she needs it. Be kind about that."
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"from": "Skitter",
|
|
66
|
-
"to": "Old Cray",
|
|
67
|
-
"itemName": "Prepaid Lucky Charm",
|
|
68
|
-
"itemDescription": "A brass dragon charm on a red cord, tagged PAID IN FULL in a teenager's handwriting.",
|
|
69
|
-
"pay": 100,
|
|
70
|
-
"brief": "Cray bought a charm and then forgot which century he bought it in. Walk it over before the luck expires -- stall policy says it can."
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"from": "Whisper",
|
|
74
|
-
"to": "Ratchet",
|
|
75
|
-
"itemName": "Sealed Pawn Ticket",
|
|
76
|
-
"itemDescription": "A pawn ticket in a wax-sealed envelope. What it redeems is nobody's business, which is the point.",
|
|
77
|
-
"pay": 250,
|
|
78
|
-
"brief": "Ratchet's property came through my counter. The ticket says which lockbox. You carry the ticket, not the question."
|
|
79
|
-
}
|
|
80
|
-
],
|
|
81
|
-
"player": {
|
|
82
|
-
"name": "Maka",
|
|
83
|
-
"startLocation": "Neon Strip",
|
|
84
|
-
"lifestyleChoices": [
|
|
85
|
-
{
|
|
86
|
-
"type": "residence",
|
|
87
|
-
"metadata": {
|
|
88
|
-
"tier": "Street",
|
|
89
|
-
"location": "Neon Strip"
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
],
|
|
93
|
-
"startingItems": [
|
|
94
|
-
{
|
|
95
|
-
"name": "Ares Light Fire 70",
|
|
96
|
-
"description": "A small, concealable light pistol favored by shadowrunners on a budget.",
|
|
97
|
-
"size": "Small",
|
|
98
|
-
"category": "RangedWeapon",
|
|
99
|
-
"shape": "Pistol",
|
|
100
|
-
"color": "Black",
|
|
101
|
-
"texture": "Matte",
|
|
102
|
-
"rating": "Common",
|
|
103
|
-
"weight": 1.2
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
"name": "Armor Jacket",
|
|
107
|
-
"description": "A rugged armored jacket with built-in smartweave.",
|
|
108
|
-
"size": "Large",
|
|
109
|
-
"category": "Armor",
|
|
110
|
-
"shape": "Jacket",
|
|
111
|
-
"color": "Dark Green",
|
|
112
|
-
"texture": "Kevlar",
|
|
113
|
-
"rating": "Standard",
|
|
114
|
-
"weight": 3.5
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
"name": "Meta Link",
|
|
118
|
-
"description": "A cheap but functional commlink. You hope it doesn't get hacked.",
|
|
119
|
-
"size": "Tiny",
|
|
120
|
-
"category": "Commlink",
|
|
121
|
-
"shape": "Rectangle",
|
|
122
|
-
"color": "Gray",
|
|
123
|
-
"texture": "Plastic",
|
|
124
|
-
"rating": "Common",
|
|
125
|
-
"weight": 0.1
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
"name": "Starter Credstick",
|
|
129
|
-
"description": "A basic credstick loaded with some nuyen for expenses.",
|
|
130
|
-
"size": "Small",
|
|
131
|
-
"category": "Credstick",
|
|
132
|
-
"shape": "Cylinder",
|
|
133
|
-
"color": "Silver",
|
|
134
|
-
"texture": "Smooth",
|
|
135
|
-
"rating": "Common",
|
|
136
|
-
"weight": 0.2,
|
|
137
|
-
"currencyAmount": 250
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
"name": "Urban Explorer Boots",
|
|
141
|
-
"description": "Sturdy street boots with impact gel soles and reinforced toes.",
|
|
142
|
-
"size": "Medium",
|
|
143
|
-
"category": "Boots",
|
|
144
|
-
"shape": "Boots",
|
|
145
|
-
"color": "Black",
|
|
146
|
-
"texture": "Rugged",
|
|
147
|
-
"rating": "Common",
|
|
148
|
-
"weight": 2
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
"name": "Glasses (Capacity 3)",
|
|
152
|
-
"description": "Ordinary frames with room for three enhancements. Nobody looks twice.",
|
|
153
|
-
"size": "Tiny",
|
|
154
|
-
"category": "Glasses",
|
|
155
|
-
"shape": "Glasses",
|
|
156
|
-
"color": "Black",
|
|
157
|
-
"texture": "Plastic",
|
|
158
|
-
"rating": "Common",
|
|
159
|
-
"weight": 0.1
|
|
160
|
-
}
|
|
161
|
-
]
|
|
162
|
-
},
|
|
163
|
-
"rooms": [
|
|
164
|
-
{
|
|
165
|
-
"name": "Neon Strip",
|
|
166
|
-
"description": "The spine of the Purple Haze district: rain-slick pavement under a canopy of violet neon, food smoke, and AR graffiti three layers deep. Everyone you need is a block away in some direction.",
|
|
167
|
-
"roomType": "Street",
|
|
168
|
-
"tags": [
|
|
169
|
-
"residence"
|
|
170
|
-
],
|
|
171
|
-
"supportedLifestyles": {
|
|
172
|
-
"residenceTypes": [
|
|
173
|
-
"Street",
|
|
174
|
-
"Squatter"
|
|
175
|
-
]
|
|
176
|
-
},
|
|
177
|
-
"isStartRoom": true,
|
|
178
|
-
"exits": [
|
|
179
|
-
{
|
|
180
|
-
"direction": "north",
|
|
181
|
-
"targetRoom": "Purple Haze Bar"
|
|
182
|
-
},
|
|
183
|
-
{
|
|
184
|
-
"direction": "east",
|
|
185
|
-
"targetRoom": "Night Market"
|
|
186
|
-
},
|
|
187
|
-
{
|
|
188
|
-
"direction": "south",
|
|
189
|
-
"targetRoom": "Rain-Chewed Alley"
|
|
190
|
-
},
|
|
191
|
-
{
|
|
192
|
-
"direction": "west",
|
|
193
|
-
"targetRoom": "Mama Wu's Noodles"
|
|
194
|
-
}
|
|
195
|
-
],
|
|
196
|
-
"size": "huge"
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
"name": "Purple Haze Bar",
|
|
200
|
-
"description": "The district's namesake: a smoky dive with a long bar down one side and high-backed booths along the walls -- they've heard every job in Tacoma get planned. The house special glows faintly, a back corner sits where the light gives up, and the door lets the neon bleed in behind every arrival.",
|
|
201
|
-
"roomType": "Bar",
|
|
202
|
-
"size": "large",
|
|
203
|
-
"spots": [
|
|
204
|
-
{
|
|
205
|
-
"name": "door",
|
|
206
|
-
"description": "The street door, where the neon bleeds in."
|
|
207
|
-
},
|
|
208
|
-
{
|
|
209
|
-
"name": "bar",
|
|
210
|
-
"description": "The long counter, sticky with decades."
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
"name": "booths",
|
|
214
|
-
"description": "High-backed booths built for quiet deals.",
|
|
215
|
-
"tags": [
|
|
216
|
-
"cover-partial"
|
|
217
|
-
]
|
|
218
|
-
},
|
|
219
|
-
{
|
|
220
|
-
"name": "back corner",
|
|
221
|
-
"description": "The dim table nobody chooses by accident."
|
|
222
|
-
}
|
|
223
|
-
]
|
|
224
|
-
},
|
|
225
|
-
{
|
|
226
|
-
"name": "Mama Wu's Noodles",
|
|
227
|
-
"description": "Steam, chili oil, and the best laksa in the Barrens-adjacent world -- a bead-curtain door opening onto six stools at the counter. Mama Wu feeds everyone and forgets nothing.",
|
|
228
|
-
"roomType": "Restaurant",
|
|
229
|
-
"size": "small",
|
|
230
|
-
"spots": [
|
|
231
|
-
{
|
|
232
|
-
"name": "door",
|
|
233
|
-
"description": "A bead curtain and a blast of chili-scented steam."
|
|
234
|
-
},
|
|
235
|
-
{
|
|
236
|
-
"name": "counter",
|
|
237
|
-
"description": "Six stools and the pot that never empties."
|
|
238
|
-
}
|
|
239
|
-
]
|
|
240
|
-
},
|
|
241
|
-
{
|
|
242
|
-
"name": "Night Market",
|
|
243
|
-
"description": "From the entrance, stalls of counterfeit everything under strings of dying festival lights, and a shadowed edge where the light gives out. The real shops open off the stalls -- iron, circuits, medicine, and things with no barcode at all.",
|
|
244
|
-
"roomType": "Market",
|
|
245
|
-
"size": "huge",
|
|
246
|
-
"spots": [
|
|
247
|
-
{
|
|
248
|
-
"name": "entrance"
|
|
249
|
-
},
|
|
250
|
-
{
|
|
251
|
-
"name": "stalls"
|
|
252
|
-
},
|
|
253
|
-
{
|
|
254
|
-
"name": "shadowed edge",
|
|
255
|
-
"tags": [
|
|
256
|
-
"cover-partial"
|
|
257
|
-
]
|
|
258
|
-
}
|
|
259
|
-
],
|
|
260
|
-
"exits": [
|
|
261
|
-
{
|
|
262
|
-
"direction": "north",
|
|
263
|
-
"targetRoom": "Ironmonger's Arms",
|
|
264
|
-
"atSpot": "stalls"
|
|
265
|
-
},
|
|
266
|
-
{
|
|
267
|
-
"direction": "east",
|
|
268
|
-
"targetRoom": "Circuit Bazaar",
|
|
269
|
-
"atSpot": "stalls"
|
|
270
|
-
},
|
|
271
|
-
{
|
|
272
|
-
"direction": "south",
|
|
273
|
-
"targetRoom": "Doc Halloran's Clinic",
|
|
274
|
-
"atSpot": "stalls"
|
|
275
|
-
}
|
|
276
|
-
]
|
|
277
|
-
},
|
|
278
|
-
{
|
|
279
|
-
"name": "Ironmonger's Arms",
|
|
280
|
-
"description": "Racked steel and gun oil: from the door, Torque's counter fronts wall racks of serious hardware for serious people. Everything on the racks has a price and a history.",
|
|
281
|
-
"roomType": "Shop",
|
|
282
|
-
"owner": "Torque",
|
|
283
|
-
"size": "medium",
|
|
284
|
-
"spots": [
|
|
285
|
-
{
|
|
286
|
-
"name": "door"
|
|
287
|
-
},
|
|
288
|
-
{
|
|
289
|
-
"name": "counter"
|
|
290
|
-
},
|
|
291
|
-
{
|
|
292
|
-
"name": "racks"
|
|
293
|
-
}
|
|
294
|
-
]
|
|
295
|
-
},
|
|
296
|
-
{
|
|
297
|
-
"name": "Circuit Bazaar",
|
|
298
|
-
"description": "Ratchet's electronics den -- a counter by the door, workbenches of half-gutted decks and optical cable behind it, and a wall of refurbished commlinks blinking for sale over the shopfront where locals trade parts and gossip.",
|
|
299
|
-
"roomType": "Shop",
|
|
300
|
-
"owner": "Ratchet",
|
|
301
|
-
"size": "medium",
|
|
302
|
-
"spots": [
|
|
303
|
-
{
|
|
304
|
-
"name": "door"
|
|
305
|
-
},
|
|
306
|
-
{
|
|
307
|
-
"name": "counter"
|
|
308
|
-
},
|
|
309
|
-
{
|
|
310
|
-
"name": "workbenches"
|
|
311
|
-
}
|
|
312
|
-
],
|
|
313
|
-
"exits": [
|
|
314
|
-
{
|
|
315
|
-
"direction": "east",
|
|
316
|
-
"targetRoom": "Talismonger's Hut"
|
|
317
|
-
}
|
|
318
|
-
]
|
|
319
|
-
},
|
|
320
|
-
{
|
|
321
|
-
"name": "Talismonger's Hut",
|
|
322
|
-
"description": "Bundled herbs and etched copper crowd the doorway; at the altar table, Sister Verdigris works under the pressure of old rituals. The whole shop sits inside a working ward that hums against your teeth.",
|
|
323
|
-
"roomType": "Shop",
|
|
324
|
-
"owner": "Sister Verdigris",
|
|
325
|
-
"warded": true,
|
|
326
|
-
"size": "small",
|
|
327
|
-
"spots": [
|
|
328
|
-
{
|
|
329
|
-
"name": "doorway"
|
|
330
|
-
},
|
|
331
|
-
{
|
|
332
|
-
"name": "altar table"
|
|
333
|
-
}
|
|
334
|
-
]
|
|
335
|
-
},
|
|
336
|
-
{
|
|
337
|
-
"name": "Doc Halloran's Clinic",
|
|
338
|
-
"description": "A street clinic that smells of antiseptic and burnt coffee: three cots past the door, a supply shelf under lock and habit. Halloran patches runners with no questions and a running tab.",
|
|
339
|
-
"roomType": "Clinic",
|
|
340
|
-
"owner": "Doc Halloran",
|
|
341
|
-
"size": "medium",
|
|
342
|
-
"spots": [
|
|
343
|
-
{
|
|
344
|
-
"name": "door"
|
|
345
|
-
},
|
|
346
|
-
{
|
|
347
|
-
"name": "cots"
|
|
348
|
-
},
|
|
349
|
-
{
|
|
350
|
-
"name": "supply shelf"
|
|
351
|
-
}
|
|
352
|
-
]
|
|
353
|
-
},
|
|
354
|
-
{
|
|
355
|
-
"name": "Rain-Chewed Alley",
|
|
356
|
-
"description": "The way down: an alley chewed ragged by decades of acid rain, its storm drains breathing cold air up from the undermarket below.",
|
|
357
|
-
"roomType": "Street",
|
|
358
|
-
"exits": [
|
|
359
|
-
{
|
|
360
|
-
"direction": "south",
|
|
361
|
-
"targetRoom": "Flooded Undermarket"
|
|
362
|
-
},
|
|
363
|
-
{
|
|
364
|
-
"direction": "east",
|
|
365
|
-
"targetRoom": "Union Pawnshop"
|
|
366
|
-
}
|
|
367
|
-
],
|
|
368
|
-
"size": "small"
|
|
369
|
-
},
|
|
370
|
-
{
|
|
371
|
-
"name": "Union Pawnshop",
|
|
372
|
-
"description": "Whisper's cage of secondhand everything: a caged counter facing the door, back shelves of fenced goods and forgotten heirlooms, and a ledger of favors nobody wants called in.",
|
|
373
|
-
"roomType": "Shop",
|
|
374
|
-
"owner": "Whisper",
|
|
375
|
-
"size": "medium",
|
|
376
|
-
"spots": [
|
|
377
|
-
{
|
|
378
|
-
"name": "door"
|
|
379
|
-
},
|
|
380
|
-
{
|
|
381
|
-
"name": "counter"
|
|
382
|
-
},
|
|
383
|
-
{
|
|
384
|
-
"name": "back shelves"
|
|
385
|
-
}
|
|
386
|
-
]
|
|
387
|
-
},
|
|
388
|
-
{
|
|
389
|
-
"name": "Flooded Undermarket",
|
|
390
|
-
"description": "The old market level, shin-deep in black water below the entrance stair. Vendors work from stilted stalls over the flood; dry platforms raft the edges, and things move under the surface that nobody names.",
|
|
391
|
-
"roomType": "Market",
|
|
392
|
-
"size": "huge",
|
|
393
|
-
"spots": [
|
|
394
|
-
{
|
|
395
|
-
"name": "entrance stair"
|
|
396
|
-
},
|
|
397
|
-
{
|
|
398
|
-
"name": "stilted stalls"
|
|
399
|
-
},
|
|
400
|
-
{
|
|
401
|
-
"name": "dry platforms"
|
|
402
|
-
}
|
|
403
|
-
],
|
|
404
|
-
"exits": [
|
|
405
|
-
{
|
|
406
|
-
"direction": "south",
|
|
407
|
-
"targetRoom": "Smuggler's Tunnel",
|
|
408
|
-
"atSpot": "stilted stalls"
|
|
409
|
-
},
|
|
410
|
-
{
|
|
411
|
-
"direction": "west",
|
|
412
|
-
"targetRoom": "Condemned Chapel",
|
|
413
|
-
"atSpot": "dry platforms"
|
|
414
|
-
}
|
|
415
|
-
]
|
|
416
|
-
},
|
|
417
|
-
{
|
|
418
|
-
"name": "Smuggler's Tunnel",
|
|
419
|
-
"description": "A bore of cracked ferrocrete running under the district, lit by chemlights and lined with cargo that never saw customs.",
|
|
420
|
-
"roomType": "Tunnel",
|
|
421
|
-
"exits": [
|
|
422
|
-
{
|
|
423
|
-
"direction": "east",
|
|
424
|
-
"targetRoom": "Haze Dragons Turf"
|
|
425
|
-
},
|
|
426
|
-
{
|
|
427
|
-
"direction": "south",
|
|
428
|
-
"targetRoom": "Sim Den"
|
|
429
|
-
}
|
|
430
|
-
],
|
|
431
|
-
"size": "small"
|
|
432
|
-
},
|
|
433
|
-
{
|
|
434
|
-
"name": "Haze Dragons Turf",
|
|
435
|
-
"description": "The Dragons' clubhouse: a watched gate, engine blocks for furniture, stacked crates along the wall, and Brick holding court by the fire barrel. Respect gets you in; anything else gets you Brick.",
|
|
436
|
-
"roomType": "Gang Turf",
|
|
437
|
-
"owner": "Brick",
|
|
438
|
-
"size": "large",
|
|
439
|
-
"spots": [
|
|
440
|
-
{
|
|
441
|
-
"name": "gate"
|
|
442
|
-
},
|
|
443
|
-
{
|
|
444
|
-
"name": "fire barrel"
|
|
445
|
-
},
|
|
446
|
-
{
|
|
447
|
-
"name": "stacked crates",
|
|
448
|
-
"tags": [
|
|
449
|
-
"cover-partial"
|
|
450
|
-
]
|
|
451
|
-
}
|
|
452
|
-
]
|
|
453
|
-
},
|
|
454
|
-
{
|
|
455
|
-
"name": "Condemned Chapel",
|
|
456
|
-
"description": "A drowned chapel leaning into the flood: past the doorway, pews rafted together into a nave, and an altar where the saints stand scoured faceless. Something still sings here at the edge of hearing.",
|
|
457
|
-
"roomType": "Chapel",
|
|
458
|
-
"size": "large",
|
|
459
|
-
"spots": [
|
|
460
|
-
{
|
|
461
|
-
"name": "doorway"
|
|
462
|
-
},
|
|
463
|
-
{
|
|
464
|
-
"name": "nave"
|
|
465
|
-
},
|
|
466
|
-
{
|
|
467
|
-
"name": "altar"
|
|
468
|
-
}
|
|
469
|
-
]
|
|
470
|
-
},
|
|
471
|
-
{
|
|
472
|
-
"name": "Sim Den",
|
|
473
|
-
"description": "Past the door, rows of scavenged sim-couches under a ceiling of dead fibre and hand-spliced cable, every rig running off its own box and nothing on the grid at all. The couch rows whisper with other people's dreams.",
|
|
474
|
-
"roomType": "Den",
|
|
475
|
-
"size": "small",
|
|
476
|
-
"spots": [
|
|
477
|
-
{
|
|
478
|
-
"name": "door"
|
|
479
|
-
},
|
|
480
|
-
{
|
|
481
|
-
"name": "couch rows"
|
|
482
|
-
}
|
|
483
|
-
]
|
|
484
|
-
},
|
|
485
|
-
{
|
|
486
|
-
"name": "Krow's Back Office",
|
|
487
|
-
"description": "Wherever Mr. Krow actually works from. You have never seen it and never will.",
|
|
488
|
-
"roomType": "Office",
|
|
489
|
-
"reachable": false,
|
|
490
|
-
"size": "small"
|
|
491
|
-
}
|
|
492
|
-
],
|
|
493
|
-
"npcs": [
|
|
494
|
-
{
|
|
495
|
-
"description": "Mr. Krow is the district's fixer: the man who sets up the meets. Permanently unreachable in person, he brokers work over comms -- a client, a location, an expected rate -- and takes his cut upstream. When called with no job active, he shakes a new client loose.",
|
|
496
|
-
"dialogue": [
|
|
497
|
-
"You know how this works. I call the number, you do the thing, the cred appears.",
|
|
498
|
-
"Call me when you're ready to work.",
|
|
499
|
-
"No names. That's the whole point of me."
|
|
500
|
-
],
|
|
501
|
-
"player": {
|
|
502
|
-
"name": "Mr. Krow",
|
|
503
|
-
"startLocation": "Krow's Back Office",
|
|
504
|
-
"lifestyleChoices": []
|
|
505
|
-
}
|
|
506
|
-
},
|
|
507
|
-
{
|
|
508
|
-
"description": "Torque runs Ironmonger's Arms: an ex-mercenary dwarf who sells weapons and armor at honest prices to people she likes. She does not extend credit and does not tolerate theft.",
|
|
509
|
-
"dialogue": [
|
|
510
|
-
"Everything on that wall works. I test-fire personally.",
|
|
511
|
-
"You break it, you bought it. You steal it, I bury you with it.",
|
|
512
|
-
"Predators are in this week. Serious iron for serious people."
|
|
513
|
-
],
|
|
514
|
-
"player": {
|
|
515
|
-
"name": "Torque",
|
|
516
|
-
"startLocation": "Ironmonger's Arms",
|
|
517
|
-
"startSpot": "counter",
|
|
518
|
-
"lifestyleChoices": [],
|
|
519
|
-
"combat": {
|
|
520
|
-
"body": 5,
|
|
521
|
-
"agility": 4,
|
|
522
|
-
"reaction": 4,
|
|
523
|
-
"combatSkill": 5,
|
|
524
|
-
"strength": 5,
|
|
525
|
-
"willpower": 4,
|
|
526
|
-
"intuition": 3,
|
|
527
|
-
"charisma": 2,
|
|
528
|
-
"skills": {
|
|
529
|
-
"automatics": 6,
|
|
530
|
-
"pistols": 6,
|
|
531
|
-
"longarms": 6,
|
|
532
|
-
"unarmed": 4,
|
|
533
|
-
"perception": 4,
|
|
534
|
-
"intimidation": 4,
|
|
535
|
-
"negotiation": 3
|
|
536
|
-
}
|
|
537
|
-
}
|
|
538
|
-
}
|
|
539
|
-
},
|
|
540
|
-
{
|
|
541
|
-
"description": "Ratchet is the Circuit Bazaar's owner: a wiry decker who sells, repairs, and quietly upgrades electronics. He knows every deck in the district and who bought it, keeps the Sim Den's rigs running off the books, and gossips freely with fellow tech-heads.",
|
|
542
|
-
"dialogue": [
|
|
543
|
-
"Everything here boots. Mostly.",
|
|
544
|
-
"The Sim Den? Nothing in there touches the grid, chummer -- every couch runs off its own box, hard lines only. Somebody down there is paranoid for a REASON.",
|
|
545
|
-
"Bring me broken decks. I like the sad ones."
|
|
546
|
-
],
|
|
547
|
-
"player": {
|
|
548
|
-
"name": "Ratchet",
|
|
549
|
-
"startLocation": "Circuit Bazaar",
|
|
550
|
-
"startSpot": "counter",
|
|
551
|
-
"lifestyleChoices": [],
|
|
552
|
-
"combat": {
|
|
553
|
-
"body": 2,
|
|
554
|
-
"agility": 3,
|
|
555
|
-
"reaction": 3,
|
|
556
|
-
"combatSkill": 2,
|
|
557
|
-
"willpower": 4,
|
|
558
|
-
"logic": 6,
|
|
559
|
-
"intuition": 4,
|
|
560
|
-
"charisma": 3,
|
|
561
|
-
"skills": {
|
|
562
|
-
"hacking": 6,
|
|
563
|
-
"perception": 4,
|
|
564
|
-
"locksmith": 3,
|
|
565
|
-
"con": 2
|
|
566
|
-
}
|
|
567
|
-
}
|
|
568
|
-
}
|
|
569
|
-
},
|
|
570
|
-
{
|
|
571
|
-
"description": "Sister Verdigris is the district's talismonger: an Awakened woman who trades in foci, formulas, and quiet warnings. Her shop's ward is her own work and her pride. She reads auras out of habit.",
|
|
572
|
-
"dialogue": [
|
|
573
|
-
"The ward stays up, dear. It is not personal. It is structural.",
|
|
574
|
-
"Foci, formulas, and honest advice -- two of the three have prices.",
|
|
575
|
-
"The chapel spirit below sings sadder lately. Someone should visit her."
|
|
576
|
-
],
|
|
577
|
-
"player": {
|
|
578
|
-
"name": "Sister Verdigris",
|
|
579
|
-
"startLocation": "Talismonger's Hut",
|
|
580
|
-
"startSpot": "altar table",
|
|
581
|
-
"lifestyleChoices": [],
|
|
582
|
-
"combat": {
|
|
583
|
-
"body": 3,
|
|
584
|
-
"agility": 3,
|
|
585
|
-
"reaction": 3,
|
|
586
|
-
"combatSkill": 2,
|
|
587
|
-
"willpower": 6,
|
|
588
|
-
"logic": 4,
|
|
589
|
-
"intuition": 5,
|
|
590
|
-
"charisma": 4,
|
|
591
|
-
"magic": 5,
|
|
592
|
-
"skills": {
|
|
593
|
-
"spellcasting": 5,
|
|
594
|
-
"assensing": 5,
|
|
595
|
-
"perception": 4,
|
|
596
|
-
"negotiation": 3
|
|
597
|
-
}
|
|
598
|
-
}
|
|
599
|
-
}
|
|
600
|
-
},
|
|
601
|
-
{
|
|
602
|
-
"description": "Doc Halloran runs the street clinic: a weary human trauma surgeon who left corp medicine and never explains why. He patches anyone, sells supplies at cost to regulars, and remembers every bullet he has pulled. He also cuts chrome -- cyberware and bioware installed clean, priced fair, essence toll explained up front to anyone who asks (the 'install' board lists his catalog).",
|
|
603
|
-
"dialogue": [
|
|
604
|
-
"Sit. Bleed on the tray, not the floor.",
|
|
605
|
-
"Medkits are on the shelf. Pay what you can. Pay SOMETHING.",
|
|
606
|
-
"You runners keep me in business and out of sleep."
|
|
607
|
-
],
|
|
608
|
-
"player": {
|
|
609
|
-
"name": "Doc Halloran",
|
|
610
|
-
"startLocation": "Doc Halloran's Clinic",
|
|
611
|
-
"startSpot": "cots",
|
|
612
|
-
"lifestyleChoices": [],
|
|
613
|
-
"combat": {
|
|
614
|
-
"body": 3,
|
|
615
|
-
"agility": 3,
|
|
616
|
-
"reaction": 3,
|
|
617
|
-
"combatSkill": 2,
|
|
618
|
-
"willpower": 4,
|
|
619
|
-
"logic": 6,
|
|
620
|
-
"intuition": 4,
|
|
621
|
-
"charisma": 3,
|
|
622
|
-
"skills": {
|
|
623
|
-
"first-aid": 6,
|
|
624
|
-
"medicine": 6,
|
|
625
|
-
"perception": 4,
|
|
626
|
-
"negotiation": 3
|
|
627
|
-
}
|
|
628
|
-
}
|
|
629
|
-
}
|
|
630
|
-
},
|
|
631
|
-
{
|
|
632
|
-
"description": "Mama Wu owns the noodle stand and, functionally, the district's rumor network. She feeds everyone, likes being flattered, and trades gossip for company. Nothing happens on the Strip she doesn't hear about.",
|
|
633
|
-
"dialogue": [
|
|
634
|
-
"Sit, eat. Skinny runners die faster.",
|
|
635
|
-
"The Dragons are twitchy this week. Eat your noodles somewhere ELSE if you plan to be stupid.",
|
|
636
|
-
"Everyone tells Mama Wu everything. Eventually."
|
|
637
|
-
],
|
|
638
|
-
"player": {
|
|
639
|
-
"name": "Mama Wu",
|
|
640
|
-
"startLocation": "Mama Wu's Noodles",
|
|
641
|
-
"startSpot": "counter",
|
|
642
|
-
"lifestyleChoices": [],
|
|
643
|
-
"combat": {
|
|
644
|
-
"body": 3,
|
|
645
|
-
"agility": 2,
|
|
646
|
-
"reaction": 3,
|
|
647
|
-
"combatSkill": 1,
|
|
648
|
-
"willpower": 5,
|
|
649
|
-
"intuition": 5,
|
|
650
|
-
"charisma": 5,
|
|
651
|
-
"skills": {
|
|
652
|
-
"perception": 5,
|
|
653
|
-
"negotiation": 5,
|
|
654
|
-
"con": 3
|
|
655
|
-
}
|
|
656
|
-
}
|
|
657
|
-
}
|
|
658
|
-
},
|
|
659
|
-
{
|
|
660
|
-
"description": "Patch tends the Purple Haze Bar: an ork ex-runner who retired the day her whole team didn't, and has poured drinks over the wall of their photographs ever since. She sells drinks, keeps confidences, and can read a runner's last job in how they hold their glass. Nothing rattles her; she has seen the before AND the after.",
|
|
661
|
-
"dialogue": [
|
|
662
|
-
"First one's full price. So is every one after. This isn't that kind of story.",
|
|
663
|
-
"You've got the look. Drink it slow, whatever it is you're deciding.",
|
|
664
|
-
"The wall behind you? Friends of the house. Don't end up on it."
|
|
665
|
-
],
|
|
666
|
-
"player": {
|
|
667
|
-
"name": "Patch",
|
|
668
|
-
"startLocation": "Purple Haze Bar",
|
|
669
|
-
"startSpot": "bar",
|
|
670
|
-
"lifestyleChoices": [],
|
|
671
|
-
"combat": {
|
|
672
|
-
"body": 5,
|
|
673
|
-
"agility": 4,
|
|
674
|
-
"reaction": 4,
|
|
675
|
-
"combatSkill": 4,
|
|
676
|
-
"strength": 5,
|
|
677
|
-
"willpower": 5,
|
|
678
|
-
"intuition": 4,
|
|
679
|
-
"charisma": 4,
|
|
680
|
-
"skills": {
|
|
681
|
-
"automatics": 5,
|
|
682
|
-
"pistols": 5,
|
|
683
|
-
"longarms": 5,
|
|
684
|
-
"unarmed": 4,
|
|
685
|
-
"perception": 5,
|
|
686
|
-
"negotiation": 4,
|
|
687
|
-
"intimidation": 4,
|
|
688
|
-
"first-aid": 3
|
|
689
|
-
}
|
|
690
|
-
}
|
|
691
|
-
}
|
|
692
|
-
},
|
|
693
|
-
{
|
|
694
|
-
"description": "Old Cray is the Purple Haze Bar's permanent fixture: a dwarf ex-rigger with a dead datajack, a standing tab, and an encyclopedic feel for everything that moves in the district. He trades gossip for drinks and company, embellishes freely, and is right more often than anyone wants to admit.",
|
|
695
|
-
"dialogue": [
|
|
696
|
-
"Buy an old man a drink and I'll tell you what the rain's been hiding.",
|
|
697
|
-
"I flew drones over half this sprawl before your voice broke. I still hear everything -- just slower.",
|
|
698
|
-
"The Undermarket water's WRONG lately. You mark me."
|
|
699
|
-
],
|
|
700
|
-
"player": {
|
|
701
|
-
"name": "Old Cray",
|
|
702
|
-
"startLocation": "Purple Haze Bar",
|
|
703
|
-
"startSpot": "booths",
|
|
704
|
-
"lifestyleChoices": [],
|
|
705
|
-
"combat": {
|
|
706
|
-
"body": 3,
|
|
707
|
-
"agility": 2,
|
|
708
|
-
"reaction": 2,
|
|
709
|
-
"combatSkill": 1,
|
|
710
|
-
"willpower": 4,
|
|
711
|
-
"logic": 4,
|
|
712
|
-
"intuition": 6,
|
|
713
|
-
"charisma": 3,
|
|
714
|
-
"skills": {
|
|
715
|
-
"perception": 6,
|
|
716
|
-
"piloting": 4,
|
|
717
|
-
"negotiation": 2,
|
|
718
|
-
"con": 2
|
|
719
|
-
}
|
|
720
|
-
}
|
|
721
|
-
}
|
|
722
|
-
},
|
|
723
|
-
{
|
|
724
|
-
"description": "Skitter runs a folding stall in the Night Market: a wiry human teenager who sells ammunition, knockoff patches, and lucky charms of dubious provenance. Fast hands, faster mouth, and a strict no-refunds policy delivered with a grin. The stall folds up in eight seconds flat when badges appear.",
|
|
725
|
-
"dialogue": [
|
|
726
|
-
"Ammo, patches, charms -- everything a runner needs and nothing they can trace.",
|
|
727
|
-
"No refunds. The luck's non-transferable once you touch it.",
|
|
728
|
-
"You hear about the corp scout with the camera? I sold them a charm. Cursed one."
|
|
729
|
-
],
|
|
730
|
-
"player": {
|
|
731
|
-
"name": "Skitter",
|
|
732
|
-
"startLocation": "Night Market",
|
|
733
|
-
"startSpot": "stalls",
|
|
734
|
-
"lifestyleChoices": [],
|
|
735
|
-
"combat": {
|
|
736
|
-
"body": 2,
|
|
737
|
-
"agility": 5,
|
|
738
|
-
"reaction": 4,
|
|
739
|
-
"combatSkill": 1,
|
|
740
|
-
"willpower": 3,
|
|
741
|
-
"intuition": 4,
|
|
742
|
-
"charisma": 4,
|
|
743
|
-
"skills": {
|
|
744
|
-
"sneaking": 5,
|
|
745
|
-
"con": 4,
|
|
746
|
-
"perception": 4,
|
|
747
|
-
"negotiation": 3,
|
|
748
|
-
"gymnastics": 4,
|
|
749
|
-
"running": 4,
|
|
750
|
-
"swimming": 4
|
|
751
|
-
}
|
|
752
|
-
}
|
|
753
|
-
}
|
|
754
|
-
},
|
|
755
|
-
{
|
|
756
|
-
"description": "Brick is the Haze Dragons' lieutenant: an ork mountain who respects strength, nerve, and very little else. He'll spar, arm-wrestle, or trade war stories with anyone who impresses him -- and flatten anyone who disrespects the turf. He is not looking for a war with a local runner.",
|
|
757
|
-
"dialogue": [
|
|
758
|
-
"This is Dragons' ground. State your business or state your teeth.",
|
|
759
|
-
"You want respect down here? Earn it. Words or fists, your pick.",
|
|
760
|
-
"Krow's errand rat, huh. He deals you fair? He better."
|
|
761
|
-
],
|
|
762
|
-
"player": {
|
|
763
|
-
"name": "Brick",
|
|
764
|
-
"startLocation": "Haze Dragons Turf",
|
|
765
|
-
"startSpot": "fire barrel",
|
|
766
|
-
"lifestyleChoices": [],
|
|
767
|
-
"combat": {
|
|
768
|
-
"body": 6,
|
|
769
|
-
"agility": 4,
|
|
770
|
-
"reaction": 4,
|
|
771
|
-
"combatSkill": 5,
|
|
772
|
-
"strength": 6,
|
|
773
|
-
"willpower": 4,
|
|
774
|
-
"intuition": 3,
|
|
775
|
-
"charisma": 3,
|
|
776
|
-
"skills": {
|
|
777
|
-
"unarmed": 6,
|
|
778
|
-
"blades": 5,
|
|
779
|
-
"automatics": 4,
|
|
780
|
-
"pistols": 4,
|
|
781
|
-
"longarms": 4,
|
|
782
|
-
"intimidation": 5,
|
|
783
|
-
"perception": 3
|
|
784
|
-
}
|
|
785
|
-
}
|
|
786
|
-
}
|
|
787
|
-
},
|
|
788
|
-
{
|
|
789
|
-
"description": "Whisper runs the Union Pawnshop and fences whatever crosses the counter, no questions recorded. A silver-tongued elf who lies as easily as breathing and respects anyone who catches them at it.",
|
|
790
|
-
"dialogue": [
|
|
791
|
-
"Everything's authentic. Some things are authentically stolen.",
|
|
792
|
-
"Buying, selling, or confessing? The rates differ.",
|
|
793
|
-
"The crypt under the chapel? Old bones, old locks, old stories. I sell one of the three."
|
|
794
|
-
],
|
|
795
|
-
"player": {
|
|
796
|
-
"name": "Whisper",
|
|
797
|
-
"startLocation": "Union Pawnshop",
|
|
798
|
-
"startSpot": "counter",
|
|
799
|
-
"lifestyleChoices": [],
|
|
800
|
-
"combat": {
|
|
801
|
-
"body": 2,
|
|
802
|
-
"agility": 4,
|
|
803
|
-
"reaction": 4,
|
|
804
|
-
"combatSkill": 2,
|
|
805
|
-
"willpower": 4,
|
|
806
|
-
"intuition": 5,
|
|
807
|
-
"charisma": 6,
|
|
808
|
-
"skills": {
|
|
809
|
-
"con": 6,
|
|
810
|
-
"negotiation": 5,
|
|
811
|
-
"sneaking": 4,
|
|
812
|
-
"perception": 4,
|
|
813
|
-
"locksmith": 3
|
|
814
|
-
}
|
|
815
|
-
}
|
|
816
|
-
}
|
|
817
|
-
},
|
|
818
|
-
{
|
|
819
|
-
"plane": "astral",
|
|
820
|
-
"description": "The Drowned Choir is a merged spirit of the chapel's lost congregation: many voices, one grief. It sings in the astral above the flooded pews, remembers every parishioner, and welcomes the Awakened who visit politely.",
|
|
821
|
-
"dialogue": [
|
|
822
|
-
"We remember singing. Sing with us, two-worlds-walker.",
|
|
823
|
-
"The water took the nave but not the song.",
|
|
824
|
-
"The crypt keeps our quietest brother. Let him sleep."
|
|
825
|
-
],
|
|
826
|
-
"player": {
|
|
827
|
-
"name": "The Drowned Choir",
|
|
828
|
-
"startLocation": "Condemned Chapel",
|
|
829
|
-
"startSpot": "nave",
|
|
830
|
-
"lifestyleChoices": [],
|
|
831
|
-
"combat": {
|
|
832
|
-
"body": 4,
|
|
833
|
-
"agility": 3,
|
|
834
|
-
"reaction": 4,
|
|
835
|
-
"combatSkill": 3,
|
|
836
|
-
"willpower": 6,
|
|
837
|
-
"intuition": 5,
|
|
838
|
-
"magic": 5
|
|
839
|
-
}
|
|
840
|
-
}
|
|
841
|
-
}
|
|
842
|
-
],
|
|
843
|
-
"items": [
|
|
844
|
-
{
|
|
845
|
-
"name": "Krow's Commlink",
|
|
846
|
-
"description": "A high-end encrypted commlink that is never powered down and never traced.",
|
|
847
|
-
"size": "Small",
|
|
848
|
-
"category": "Commlink",
|
|
849
|
-
"shape": "Slab",
|
|
850
|
-
"color": "Matte Black",
|
|
851
|
-
"texture": "Cold Metal",
|
|
852
|
-
"rating": "Legendary",
|
|
853
|
-
"weight": 0.2,
|
|
854
|
-
"heldBy": "Mr. Krow",
|
|
855
|
-
"owner": "Mr. Krow",
|
|
856
|
-
"transferable": false
|
|
857
|
-
},
|
|
858
|
-
{
|
|
859
|
-
"name": "Ares Predator V",
|
|
860
|
-
"description": "The iconic heavy pistol of the shadows, racked behind Torque's counter with a price tag that means it.",
|
|
861
|
-
"size": "Small",
|
|
862
|
-
"category": "RangedWeapon",
|
|
863
|
-
"shape": "Pistol",
|
|
864
|
-
"color": "Gunmetal",
|
|
865
|
-
"texture": "Machined Steel",
|
|
866
|
-
"rating": "Rare",
|
|
867
|
-
"weight": 2,
|
|
868
|
-
"room": "Ironmonger's Arms",
|
|
869
|
-
"atSpot": "racks",
|
|
870
|
-
"owner": "Torque"
|
|
871
|
-
},
|
|
872
|
-
{
|
|
873
|
-
"name": "Combat Axe",
|
|
874
|
-
"description": "A brutal single-bit axe with a composite haft. Torque calls it the 'negotiation ender'.",
|
|
875
|
-
"size": "Medium",
|
|
876
|
-
"category": "MeleeWeapon",
|
|
877
|
-
"shape": "Axe",
|
|
878
|
-
"color": "Black",
|
|
879
|
-
"texture": "Composite",
|
|
880
|
-
"rating": "Standard",
|
|
881
|
-
"weight": 2.5,
|
|
882
|
-
"room": "Ironmonger's Arms",
|
|
883
|
-
"atSpot": "racks",
|
|
884
|
-
"owner": "Torque"
|
|
885
|
-
},
|
|
886
|
-
{
|
|
887
|
-
"name": "Ballistic Vest",
|
|
888
|
-
"description": "Plain, heavy, and honest protection. No smartweave, no excuses.",
|
|
889
|
-
"size": "Large",
|
|
890
|
-
"category": "BodyArmor",
|
|
891
|
-
"shape": "Vest",
|
|
892
|
-
"color": "Slate",
|
|
893
|
-
"texture": "Ballistic Weave",
|
|
894
|
-
"rating": "Standard",
|
|
895
|
-
"weight": 4,
|
|
896
|
-
"room": "Ironmonger's Arms",
|
|
897
|
-
"atSpot": "racks",
|
|
898
|
-
"owner": "Torque"
|
|
899
|
-
},
|
|
900
|
-
{
|
|
901
|
-
"name": "Boxed Ammunition",
|
|
902
|
-
"description": "A factory-sealed box of street-caliber rounds from Torque's stock.",
|
|
903
|
-
"size": "Tiny",
|
|
904
|
-
"category": "Ammunition",
|
|
905
|
-
"shape": "Box",
|
|
906
|
-
"color": "Olive",
|
|
907
|
-
"texture": "Cardboard",
|
|
908
|
-
"rating": "Common",
|
|
909
|
-
"weight": 0.4,
|
|
910
|
-
"room": "Ironmonger's Arms",
|
|
911
|
-
"atSpot": "racks",
|
|
912
|
-
"owner": "Torque"
|
|
913
|
-
},
|
|
914
|
-
{
|
|
915
|
-
"name": "Renraku Kitsune",
|
|
916
|
-
"description": "A sleek secondhand cyberdeck on Ratchet's display bench, refurbished and lovingly overclocked.",
|
|
917
|
-
"size": "Small",
|
|
918
|
-
"category": "Cyberdeck",
|
|
919
|
-
"shape": "Deck",
|
|
920
|
-
"color": "Pearl White",
|
|
921
|
-
"texture": "Lacquered",
|
|
922
|
-
"rating": "Standard",
|
|
923
|
-
"weight": 2,
|
|
924
|
-
"room": "Circuit Bazaar",
|
|
925
|
-
"atSpot": "counter",
|
|
926
|
-
"owner": "Ratchet"
|
|
927
|
-
},
|
|
928
|
-
{
|
|
929
|
-
"name": "Shop Commlink",
|
|
930
|
-
"description": "A reliable mid-range commlink from Ratchet's shelf, factory-reset and de-bugged. Probably.",
|
|
931
|
-
"size": "Tiny",
|
|
932
|
-
"category": "Commlink",
|
|
933
|
-
"shape": "Rectangle",
|
|
934
|
-
"color": "Blue",
|
|
935
|
-
"texture": "Polycarbonate",
|
|
936
|
-
"rating": "Standard",
|
|
937
|
-
"weight": 0.1,
|
|
938
|
-
"room": "Circuit Bazaar",
|
|
939
|
-
"atSpot": "counter",
|
|
940
|
-
"owner": "Ratchet"
|
|
941
|
-
},
|
|
942
|
-
{
|
|
943
|
-
"name": "Sentry Roto-Drone",
|
|
944
|
-
"description": "A rebuilt combat roto-drone hanging from Ratchet's ceiling hook, rotors folded, a mounted light SMG slung under its chin. Armed, rigger-ready, and absolutely not street-legal.",
|
|
945
|
-
"size": "Medium",
|
|
946
|
-
"category": "Drone",
|
|
947
|
-
"shape": "Rotorcraft",
|
|
948
|
-
"color": "Gunmetal",
|
|
949
|
-
"texture": "Scuffed Composite",
|
|
950
|
-
"rating": "Rare",
|
|
951
|
-
"weight": 6,
|
|
952
|
-
"room": "Circuit Bazaar",
|
|
953
|
-
"atSpot": "workbenches",
|
|
954
|
-
"owner": "Ratchet"
|
|
955
|
-
},
|
|
956
|
-
{
|
|
957
|
-
"name": "Spell Formula: Heal",
|
|
958
|
-
"description": "A licensed teaching copy of the Heal formula, annotated in Sister Verdigris's neat hand.",
|
|
959
|
-
"size": "Small",
|
|
960
|
-
"category": "SpellFormula",
|
|
961
|
-
"shape": "Scroll",
|
|
962
|
-
"color": "Cream",
|
|
963
|
-
"texture": "Vellum",
|
|
964
|
-
"rating": "Standard",
|
|
965
|
-
"weight": 0.3,
|
|
966
|
-
"room": "Talismonger's Hut",
|
|
967
|
-
"atSpot": "altar table",
|
|
968
|
-
"owner": "Sister Verdigris"
|
|
969
|
-
},
|
|
970
|
-
{
|
|
971
|
-
"name": "Copper Focus",
|
|
972
|
-
"description": "A spiral of etched copper that warms in an Awakened hand. Shop-grade, honestly priced.",
|
|
973
|
-
"size": "Tiny",
|
|
974
|
-
"category": "Focus",
|
|
975
|
-
"shape": "Spiral",
|
|
976
|
-
"color": "Copper",
|
|
977
|
-
"texture": "Etched Metal",
|
|
978
|
-
"rating": "Standard",
|
|
979
|
-
"weight": 0.2,
|
|
980
|
-
"room": "Talismonger's Hut",
|
|
981
|
-
"atSpot": "altar table",
|
|
982
|
-
"owner": "Sister Verdigris"
|
|
983
|
-
},
|
|
984
|
-
{
|
|
985
|
-
"name": "Trauma Kit",
|
|
986
|
-
"description": "A doc-grade field kit from Halloran's shelf: sprays, staples, and things that hiss.",
|
|
987
|
-
"size": "Small",
|
|
988
|
-
"category": "Medical",
|
|
989
|
-
"shape": "Case",
|
|
990
|
-
"color": "White",
|
|
991
|
-
"texture": "Hard Shell",
|
|
992
|
-
"rating": "Rare",
|
|
993
|
-
"weight": 1.5,
|
|
994
|
-
"room": "Doc Halloran's Clinic",
|
|
995
|
-
"atSpot": "supply shelf",
|
|
996
|
-
"owner": "Doc Halloran"
|
|
997
|
-
},
|
|
998
|
-
{
|
|
999
|
-
"name": "Field Medkit",
|
|
1000
|
-
"description": "A standard street medkit, restocked this week.",
|
|
1001
|
-
"size": "Small",
|
|
1002
|
-
"category": "Medical",
|
|
1003
|
-
"shape": "Pouch",
|
|
1004
|
-
"color": "Red",
|
|
1005
|
-
"texture": "Nylon",
|
|
1006
|
-
"rating": "Standard",
|
|
1007
|
-
"weight": 1,
|
|
1008
|
-
"room": "Doc Halloran's Clinic",
|
|
1009
|
-
"atSpot": "supply shelf",
|
|
1010
|
-
"owner": "Doc Halloran"
|
|
1011
|
-
},
|
|
1012
|
-
{
|
|
1013
|
-
"name": "Clinic Stim Patch",
|
|
1014
|
-
"description": "A clinical-grade stimulant patch. The crash is printed on the label, which is more honesty than the street version offers.",
|
|
1015
|
-
"size": "Tiny",
|
|
1016
|
-
"category": "StimPatch",
|
|
1017
|
-
"shape": "Square",
|
|
1018
|
-
"color": "White",
|
|
1019
|
-
"texture": "Foil",
|
|
1020
|
-
"rating": "Standard",
|
|
1021
|
-
"weight": 0.05,
|
|
1022
|
-
"room": "Doc Halloran's Clinic",
|
|
1023
|
-
"atSpot": "supply shelf",
|
|
1024
|
-
"owner": "Doc Halloran"
|
|
1025
|
-
},
|
|
1026
|
-
{
|
|
1027
|
-
"name": "Bowl of Laksa",
|
|
1028
|
-
"description": "Mama Wu's laksa: chili oil, coconut, and the will to keep going.",
|
|
1029
|
-
"size": "Small",
|
|
1030
|
-
"category": "Food",
|
|
1031
|
-
"shape": "Bowl",
|
|
1032
|
-
"color": "Red-Gold",
|
|
1033
|
-
"texture": "Steaming",
|
|
1034
|
-
"rating": "Standard",
|
|
1035
|
-
"weight": 0.5,
|
|
1036
|
-
"room": "Mama Wu's Noodles",
|
|
1037
|
-
"atSpot": "counter",
|
|
1038
|
-
"owner": "Mama Wu"
|
|
1039
|
-
},
|
|
1040
|
-
{
|
|
1041
|
-
"name": "Noodle Bowl",
|
|
1042
|
-
"description": "Mama Wu's hand-pulled noodles in dark broth -- the thing everyone actually orders, whatever the laksa's reputation says.",
|
|
1043
|
-
"size": "Small",
|
|
1044
|
-
"category": "Food",
|
|
1045
|
-
"shape": "Bowl",
|
|
1046
|
-
"color": "Amber",
|
|
1047
|
-
"texture": "Steaming",
|
|
1048
|
-
"rating": "Common",
|
|
1049
|
-
"weight": 0.5,
|
|
1050
|
-
"room": "Mama Wu's Noodles",
|
|
1051
|
-
"atSpot": "counter",
|
|
1052
|
-
"owner": "Mama Wu"
|
|
1053
|
-
},
|
|
1054
|
-
{
|
|
1055
|
-
"name": "Dumpling Basket",
|
|
1056
|
-
"description": "Six pork-adjacent dumplings in a bamboo steamer. The dipping sauce is a family secret and mildly addictive.",
|
|
1057
|
-
"size": "Small",
|
|
1058
|
-
"category": "Food",
|
|
1059
|
-
"shape": "Basket",
|
|
1060
|
-
"color": "Pale Gold",
|
|
1061
|
-
"texture": "Steamed",
|
|
1062
|
-
"rating": "Common",
|
|
1063
|
-
"weight": 0.4,
|
|
1064
|
-
"room": "Mama Wu's Noodles",
|
|
1065
|
-
"atSpot": "counter",
|
|
1066
|
-
"owner": "Mama Wu"
|
|
1067
|
-
},
|
|
1068
|
-
{
|
|
1069
|
-
"name": "Black Soykaf",
|
|
1070
|
-
"description": "Scalding, bitter, and honest about both. Mama Wu brews it strong enough to hold a spoon upright.",
|
|
1071
|
-
"size": "Tiny",
|
|
1072
|
-
"category": "Drink",
|
|
1073
|
-
"shape": "Cup",
|
|
1074
|
-
"color": "Black",
|
|
1075
|
-
"texture": "Steaming",
|
|
1076
|
-
"rating": "Common",
|
|
1077
|
-
"weight": 0.3,
|
|
1078
|
-
"room": "Mama Wu's Noodles",
|
|
1079
|
-
"atSpot": "counter",
|
|
1080
|
-
"owner": "Mama Wu"
|
|
1081
|
-
},
|
|
1082
|
-
{
|
|
1083
|
-
"name": "Purple Haze Special",
|
|
1084
|
-
"description": "The house drink: violet, luminous, and legally ambiguous. Patch pours it with ceremony and zero explanation.",
|
|
1085
|
-
"size": "Tiny",
|
|
1086
|
-
"category": "Drink",
|
|
1087
|
-
"shape": "Glass",
|
|
1088
|
-
"color": "Violet",
|
|
1089
|
-
"texture": "Luminous",
|
|
1090
|
-
"rating": "Common",
|
|
1091
|
-
"weight": 0.3,
|
|
1092
|
-
"room": "Purple Haze Bar",
|
|
1093
|
-
"atSpot": "bar",
|
|
1094
|
-
"owner": "Patch"
|
|
1095
|
-
},
|
|
1096
|
-
{
|
|
1097
|
-
"name": "Haze Amber Lager",
|
|
1098
|
-
"description": "The district's own bootleg brew, served cold enough to forgive it.",
|
|
1099
|
-
"size": "Tiny",
|
|
1100
|
-
"category": "Drink",
|
|
1101
|
-
"shape": "Bottle",
|
|
1102
|
-
"color": "Amber",
|
|
1103
|
-
"texture": "Sweating Glass",
|
|
1104
|
-
"rating": "Common",
|
|
1105
|
-
"weight": 0.4,
|
|
1106
|
-
"room": "Purple Haze Bar",
|
|
1107
|
-
"atSpot": "bar",
|
|
1108
|
-
"owner": "Patch"
|
|
1109
|
-
},
|
|
1110
|
-
{
|
|
1111
|
-
"name": "Synthahol Old-Fashioned",
|
|
1112
|
-
"description": "Patch's good stuff: synthetic bourbon, real bitters, and one enormous slow-melting cube.",
|
|
1113
|
-
"size": "Tiny",
|
|
1114
|
-
"category": "Drink",
|
|
1115
|
-
"shape": "Glass",
|
|
1116
|
-
"color": "Deep Amber",
|
|
1117
|
-
"texture": "Cut Crystal",
|
|
1118
|
-
"rating": "Standard",
|
|
1119
|
-
"weight": 0.3,
|
|
1120
|
-
"room": "Purple Haze Bar",
|
|
1121
|
-
"atSpot": "bar",
|
|
1122
|
-
"owner": "Patch"
|
|
1123
|
-
},
|
|
1124
|
-
{
|
|
1125
|
-
"name": "Street Ammo Bundle",
|
|
1126
|
-
"description": "Loose rounds shrink-wrapped in Skitter's stall, caliber 'probably yours'.",
|
|
1127
|
-
"size": "Small",
|
|
1128
|
-
"category": "Ammunition",
|
|
1129
|
-
"shape": "Bundle",
|
|
1130
|
-
"color": "Brass",
|
|
1131
|
-
"texture": "Shrink-Wrapped",
|
|
1132
|
-
"rating": "Common",
|
|
1133
|
-
"weight": 0.8,
|
|
1134
|
-
"room": "Night Market",
|
|
1135
|
-
"atSpot": "stalls",
|
|
1136
|
-
"owner": "Skitter"
|
|
1137
|
-
},
|
|
1138
|
-
{
|
|
1139
|
-
"name": "Knockoff Slap Patch",
|
|
1140
|
-
"description": "A stim patch of enthusiastic counterfeit origin. Skitter swears by it. Skitter swears by everything.",
|
|
1141
|
-
"size": "Tiny",
|
|
1142
|
-
"category": "StimPatch",
|
|
1143
|
-
"shape": "Patch",
|
|
1144
|
-
"color": "Off-White",
|
|
1145
|
-
"texture": "Peeling Adhesive",
|
|
1146
|
-
"rating": "Common",
|
|
1147
|
-
"weight": 0.1,
|
|
1148
|
-
"room": "Night Market",
|
|
1149
|
-
"atSpot": "stalls",
|
|
1150
|
-
"owner": "Skitter"
|
|
1151
|
-
},
|
|
1152
|
-
{
|
|
1153
|
-
"name": "Lucky Dragon Charm",
|
|
1154
|
-
"description": "A tiny brass dragon on a red cord. The luck is non-transferable once you touch it -- stall policy.",
|
|
1155
|
-
"size": "Tiny",
|
|
1156
|
-
"category": "Trinket",
|
|
1157
|
-
"shape": "Charm",
|
|
1158
|
-
"color": "Brass",
|
|
1159
|
-
"texture": "Worn Smooth",
|
|
1160
|
-
"rating": "Common",
|
|
1161
|
-
"weight": 0.1,
|
|
1162
|
-
"room": "Night Market",
|
|
1163
|
-
"atSpot": "stalls",
|
|
1164
|
-
"owner": "Skitter"
|
|
1165
|
-
},
|
|
1166
|
-
{
|
|
1167
|
-
"name": "Wall of the Fallen Ledger",
|
|
1168
|
-
"description": "A hand-bound book in the bar's back corner, kept beneath a handful of pinned photographs, recording every runner the district lost and how.",
|
|
1169
|
-
"details": "The last page is half-filled. There is room for more names, and the handwriting changes every few years -- whoever keeps the wall, keeps it faithfully.",
|
|
1170
|
-
"size": "Small",
|
|
1171
|
-
"category": "Book",
|
|
1172
|
-
"shape": "Rectangle",
|
|
1173
|
-
"color": "Black",
|
|
1174
|
-
"texture": "Hand-Bound",
|
|
1175
|
-
"rating": "Common",
|
|
1176
|
-
"weight": 0.6,
|
|
1177
|
-
"room": "Purple Haze Bar",
|
|
1178
|
-
"atSpot": "back corner"
|
|
1179
|
-
},
|
|
1180
|
-
{
|
|
1181
|
-
"name": "Chipped Credstick",
|
|
1182
|
-
"description": "A secondhand credstick from Whisper's counter, history unknown and unasked.",
|
|
1183
|
-
"size": "Small",
|
|
1184
|
-
"category": "CurrencyContainer",
|
|
1185
|
-
"shape": "Cylinder",
|
|
1186
|
-
"color": "Scratched Silver",
|
|
1187
|
-
"texture": "Worn",
|
|
1188
|
-
"rating": "Common",
|
|
1189
|
-
"weight": 0.2,
|
|
1190
|
-
"currencyAmount": 120,
|
|
1191
|
-
"room": "Union Pawnshop",
|
|
1192
|
-
"atSpot": "counter",
|
|
1193
|
-
"owner": "Whisper"
|
|
1194
|
-
},
|
|
1195
|
-
{
|
|
1196
|
-
"name": "Lockpick Set",
|
|
1197
|
-
"description": "Precision picks and tension bars in a roll of oiled leather, pawned by someone who went straight or went down.",
|
|
1198
|
-
"size": "Tiny",
|
|
1199
|
-
"category": "Tool",
|
|
1200
|
-
"shape": "Roll",
|
|
1201
|
-
"color": "Brown",
|
|
1202
|
-
"texture": "Oiled Leather",
|
|
1203
|
-
"rating": "Standard",
|
|
1204
|
-
"weight": 0.3,
|
|
1205
|
-
"room": "Union Pawnshop",
|
|
1206
|
-
"atSpot": "back shelves",
|
|
1207
|
-
"owner": "Whisper"
|
|
1208
|
-
},
|
|
1209
|
-
{
|
|
1210
|
-
"name": "Soggy District Flyer",
|
|
1211
|
-
"description": "A rain-pulped flyer for the Purple Haze district, still half-readable.",
|
|
1212
|
-
"details": "The legible part maps the district: the Bar and Wu's off the Strip, the Night Market's shops to the east, and the undermarket below the alley -- 'mind the Dragons, tip the Doc, and never take the last noodle.'",
|
|
1213
|
-
"size": "Tiny",
|
|
1214
|
-
"category": "Book",
|
|
1215
|
-
"shape": "Flyer",
|
|
1216
|
-
"color": "Faded Purple",
|
|
1217
|
-
"texture": "Pulped Paper",
|
|
1218
|
-
"rating": "Common",
|
|
1219
|
-
"weight": 0.05,
|
|
1220
|
-
"room": "Neon Strip"
|
|
1221
|
-
},
|
|
1222
|
-
{
|
|
1223
|
-
"name": "Dragons' Stash Credstick",
|
|
1224
|
-
"description": "The Haze Dragons' petty cash, sitting in the open because nobody in this district is that stupid.",
|
|
1225
|
-
"size": "Small",
|
|
1226
|
-
"category": "CurrencyContainer",
|
|
1227
|
-
"shape": "Rectangle",
|
|
1228
|
-
"color": "Green",
|
|
1229
|
-
"texture": "Stickered",
|
|
1230
|
-
"rating": "Common",
|
|
1231
|
-
"weight": 0.2,
|
|
1232
|
-
"currencyAmount": 200,
|
|
1233
|
-
"room": "Haze Dragons Turf",
|
|
1234
|
-
"atSpot": "stacked crates",
|
|
1235
|
-
"owner": "Brick"
|
|
1236
|
-
},
|
|
1237
|
-
{
|
|
1238
|
-
"name": "Dragon Cleaver",
|
|
1239
|
-
"description": "Brick's personal blade: half machete, half doctrine.",
|
|
1240
|
-
"size": "Medium",
|
|
1241
|
-
"category": "MeleeWeapon",
|
|
1242
|
-
"shape": "Cleaver",
|
|
1243
|
-
"color": "Scarred Steel",
|
|
1244
|
-
"texture": "Notched",
|
|
1245
|
-
"rating": "Standard",
|
|
1246
|
-
"weight": 2.2,
|
|
1247
|
-
"heldBy": "Brick",
|
|
1248
|
-
"owner": "Brick",
|
|
1249
|
-
"transferable": false
|
|
1250
|
-
},
|
|
1251
|
-
{
|
|
1252
|
-
"name": "Torque's Commlink",
|
|
1253
|
-
"description": "A ruggedized shop commlink, speed-dial worn down to the metal -- Torque answers for paying customers.",
|
|
1254
|
-
"size": "Small",
|
|
1255
|
-
"category": "Commlink",
|
|
1256
|
-
"shape": "Slab",
|
|
1257
|
-
"color": "Gunmetal",
|
|
1258
|
-
"texture": "Scarred Polymer",
|
|
1259
|
-
"rating": "Rare",
|
|
1260
|
-
"weight": 0.2,
|
|
1261
|
-
"heldBy": "Torque",
|
|
1262
|
-
"owner": "Torque",
|
|
1263
|
-
"transferable": false
|
|
1264
|
-
},
|
|
1265
|
-
{
|
|
1266
|
-
"name": "Ratchet's Commlink",
|
|
1267
|
-
"description": "A franken-link of three generations of parts that somehow outperforms all of them.",
|
|
1268
|
-
"size": "Small",
|
|
1269
|
-
"category": "Commlink",
|
|
1270
|
-
"shape": "Slab",
|
|
1271
|
-
"color": "Circuit Green",
|
|
1272
|
-
"texture": "Taped Seams",
|
|
1273
|
-
"rating": "Legendary",
|
|
1274
|
-
"weight": 0.2,
|
|
1275
|
-
"heldBy": "Ratchet",
|
|
1276
|
-
"owner": "Ratchet",
|
|
1277
|
-
"transferable": false
|
|
1278
|
-
},
|
|
1279
|
-
{
|
|
1280
|
-
"name": "Halloran's Commlink",
|
|
1281
|
-
"description": "A clinic-grade commlink with a triage tone nobody in the district ignores.",
|
|
1282
|
-
"size": "Small",
|
|
1283
|
-
"category": "Commlink",
|
|
1284
|
-
"shape": "Slab",
|
|
1285
|
-
"color": "Bone White",
|
|
1286
|
-
"texture": "Antiseptic Plastic",
|
|
1287
|
-
"rating": "Rare",
|
|
1288
|
-
"weight": 0.2,
|
|
1289
|
-
"heldBy": "Doc Halloran",
|
|
1290
|
-
"owner": "Doc Halloran",
|
|
1291
|
-
"transferable": false
|
|
1292
|
-
},
|
|
1293
|
-
{
|
|
1294
|
-
"name": "Cray's Commlink",
|
|
1295
|
-
"description": "An ancient rigger deck stripped down to a talk-box -- the dead datajack port still blinks.",
|
|
1296
|
-
"size": "Small",
|
|
1297
|
-
"category": "Commlink",
|
|
1298
|
-
"shape": "Slab",
|
|
1299
|
-
"color": "Faded Orange",
|
|
1300
|
-
"texture": "Worn Rubber",
|
|
1301
|
-
"rating": "Standard",
|
|
1302
|
-
"weight": 0.2,
|
|
1303
|
-
"heldBy": "Old Cray",
|
|
1304
|
-
"owner": "Old Cray",
|
|
1305
|
-
"transferable": false
|
|
1306
|
-
},
|
|
1307
|
-
{
|
|
1308
|
-
"name": "Skitter's Commlink",
|
|
1309
|
-
"description": "A knockoff commlink under three cracked screen protectors, ringtone set to a jingle.",
|
|
1310
|
-
"size": "Small",
|
|
1311
|
-
"category": "Commlink",
|
|
1312
|
-
"shape": "Slab",
|
|
1313
|
-
"color": "Neon Pink",
|
|
1314
|
-
"texture": "Sticker-Covered",
|
|
1315
|
-
"rating": "Standard",
|
|
1316
|
-
"weight": 0.2,
|
|
1317
|
-
"heldBy": "Skitter",
|
|
1318
|
-
"owner": "Skitter",
|
|
1319
|
-
"transferable": false
|
|
1320
|
-
},
|
|
1321
|
-
{
|
|
1322
|
-
"name": "Whisper's Commlink",
|
|
1323
|
-
"description": "A pawned-and-reclaimed executive commlink, call log encrypted twice.",
|
|
1324
|
-
"size": "Small",
|
|
1325
|
-
"category": "Commlink",
|
|
1326
|
-
"shape": "Slab",
|
|
1327
|
-
"color": "Silver",
|
|
1328
|
-
"texture": "Polished Glass",
|
|
1329
|
-
"rating": "Rare",
|
|
1330
|
-
"weight": 0.2,
|
|
1331
|
-
"heldBy": "Whisper",
|
|
1332
|
-
"owner": "Whisper",
|
|
1333
|
-
"transferable": false
|
|
1334
|
-
},
|
|
1335
|
-
{
|
|
1336
|
-
"name": "Verdigris's Commlink",
|
|
1337
|
-
"description": "A commlink in a hand-stitched leather sleeve, sigils inked along the seam.",
|
|
1338
|
-
"size": "Small",
|
|
1339
|
-
"category": "Commlink",
|
|
1340
|
-
"shape": "Slab",
|
|
1341
|
-
"color": "Oxblood",
|
|
1342
|
-
"texture": "Tooled Leather",
|
|
1343
|
-
"rating": "Rare",
|
|
1344
|
-
"weight": 0.2,
|
|
1345
|
-
"heldBy": "Sister Verdigris",
|
|
1346
|
-
"owner": "Sister Verdigris",
|
|
1347
|
-
"transferable": false
|
|
1348
|
-
},
|
|
1349
|
-
{
|
|
1350
|
-
"name": "Mama Wu's Commlink",
|
|
1351
|
-
"description": "A commlink that has taken more orders than any till on the Strip, screen fogged with steam.",
|
|
1352
|
-
"size": "Small",
|
|
1353
|
-
"category": "Commlink",
|
|
1354
|
-
"shape": "Slab",
|
|
1355
|
-
"color": "Rice White",
|
|
1356
|
-
"texture": "Steam-Clouded",
|
|
1357
|
-
"rating": "Standard",
|
|
1358
|
-
"weight": 0.2,
|
|
1359
|
-
"heldBy": "Mama Wu",
|
|
1360
|
-
"owner": "Mama Wu",
|
|
1361
|
-
"transferable": false
|
|
1362
|
-
},
|
|
1363
|
-
{
|
|
1364
|
-
"name": "Patch's Commlink",
|
|
1365
|
-
"description": "A bar commlink behind the taps, ringer off, contact list longer than the drinks menu.",
|
|
1366
|
-
"size": "Small",
|
|
1367
|
-
"category": "Commlink",
|
|
1368
|
-
"shape": "Slab",
|
|
1369
|
-
"color": "Bottle Green",
|
|
1370
|
-
"texture": "Sticky Lacquer",
|
|
1371
|
-
"rating": "Rare",
|
|
1372
|
-
"weight": 0.2,
|
|
1373
|
-
"heldBy": "Patch",
|
|
1374
|
-
"owner": "Patch",
|
|
1375
|
-
"transferable": false
|
|
1376
|
-
},
|
|
1377
|
-
{
|
|
1378
|
-
"name": "Brick's Commlink",
|
|
1379
|
-
"description": "A commlink the size of a brick, in a case the size of two, in a fist the size of both.",
|
|
1380
|
-
"size": "Small",
|
|
1381
|
-
"category": "Commlink",
|
|
1382
|
-
"shape": "Slab",
|
|
1383
|
-
"color": "Dragon Red",
|
|
1384
|
-
"texture": "Rubber Armoured",
|
|
1385
|
-
"rating": "Standard",
|
|
1386
|
-
"weight": 0.2,
|
|
1387
|
-
"heldBy": "Brick",
|
|
1388
|
-
"owner": "Brick",
|
|
1389
|
-
"transferable": false
|
|
1390
|
-
},
|
|
1391
|
-
{
|
|
1392
|
-
"name": "Fairlight Excalibur",
|
|
1393
|
-
"description": "Mr. Krow's deck, and the reason nobody has ever read his call log. Top of the line and configured like a vault door rather than a battering ram -- every spare point of that array is sunk into Firewall.",
|
|
1394
|
-
"size": "Small",
|
|
1395
|
-
"category": "Cyberdeck",
|
|
1396
|
-
"shape": "Deck",
|
|
1397
|
-
"color": "Brushed Titanium",
|
|
1398
|
-
"texture": "Cool Enamel",
|
|
1399
|
-
"rating": "MilitaryGrade",
|
|
1400
|
-
"weight": 2,
|
|
1401
|
-
"heldBy": "Mr. Krow",
|
|
1402
|
-
"owner": "Mr. Krow",
|
|
1403
|
-
"transferable": false,
|
|
1404
|
-
"deckOrder": [
|
|
1405
|
-
3,
|
|
1406
|
-
2,
|
|
1407
|
-
1,
|
|
1408
|
-
0
|
|
1409
|
-
]
|
|
1410
|
-
}
|
|
1411
|
-
],
|
|
1412
|
-
"puzzles": []
|
|
1413
|
-
}
|