loredata 0.3.0 → 0.4.1
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/README.md +97 -59
- package/data/avengers/characters.json +304 -177
- package/data/better-call-saul/characters.json +267 -155
- package/data/big-bang-theory/characters.json +197 -120
- package/data/big-bang-theory/meta.json +1 -1
- package/data/breaking-bad/characters.json +249 -155
- package/data/fast-and-furious/addresses.json +1 -2
- package/data/fast-and-furious/characters.json +226 -140
- package/data/friends/characters.json +402 -291
- package/data/friends/meta.json +1 -1
- package/data/game-of-thrones/addresses.json +6 -22
- package/data/game-of-thrones/characters.json +507 -314
- package/data/guardians-of-the-galaxy/characters.json +225 -123
- package/data/harry-potter/addresses.json +6 -11
- package/data/harry-potter/characters.json +239 -154
- package/data/house-md/characters.json +164 -43
- package/data/lost/characters.json +420 -311
- package/data/matrix/characters.json +123 -24
- package/data/matrix/meta.json +1 -1
- package/data/peaky-blinders/characters.json +180 -37
- package/data/peaky-blinders/meta.json +1 -1
- package/data/prison-break/characters.json +91 -19
- package/data/sherlock/characters.json +369 -272
- package/data/simpsons/characters.json +205 -41
- package/data/sopranos/characters.json +291 -183
- package/data/south-park/characters.json +371 -229
- package/data/spider-man/characters.json +124 -39
- package/data/spider-man/meta.json +6 -6
- package/data/star-wars/characters.json +129 -28
- package/data/stranger-things/addresses.json +31 -0
- package/data/stranger-things/characters.json +226 -0
- package/data/stranger-things/meta.json +13 -0
- package/data/supernatural/characters.json +96 -19
- package/data/supernatural/meta.json +6 -6
- package/data/the-crown/addresses.json +27 -0
- package/data/the-crown/characters.json +275 -0
- package/data/the-crown/meta.json +13 -0
- package/data/the-office/characters.json +478 -298
- package/data/the-walking-dead/characters.json +93 -21
- package/data/the-witcher/addresses.json +22 -0
- package/data/the-witcher/characters.json +272 -0
- package/data/the-witcher/meta.json +13 -0
- package/data/vikings/addresses.json +26 -0
- package/data/vikings/characters.json +240 -0
- package/data/vikings/meta.json +13 -0
- package/data/westworld/characters.json +71 -18
- package/data/x-men/characters.json +108 -24
- package/package.json +85 -84
|
@@ -11,7 +11,13 @@
|
|
|
11
11
|
"beyond_the_matrix"
|
|
12
12
|
],
|
|
13
13
|
"profession": "Software engineer",
|
|
14
|
-
"interests": [
|
|
14
|
+
"interests": [
|
|
15
|
+
"hacking",
|
|
16
|
+
"martial arts",
|
|
17
|
+
"philosophy",
|
|
18
|
+
"simulated reality",
|
|
19
|
+
"freeing minds"
|
|
20
|
+
],
|
|
15
21
|
"quotes": [
|
|
16
22
|
"I know you're out there. I can feel you now. I know that you're afraid. You're afraid of us. You're afraid of change.",
|
|
17
23
|
"My name... is Neo.",
|
|
@@ -24,7 +30,10 @@
|
|
|
24
30
|
"gender": "male",
|
|
25
31
|
"symbol": "💊",
|
|
26
32
|
"color": "#134e4a",
|
|
27
|
-
"emailDomains": [
|
|
33
|
+
"emailDomains": [
|
|
34
|
+
"metacortex.com",
|
|
35
|
+
"zion-free.net"
|
|
36
|
+
]
|
|
28
37
|
},
|
|
29
38
|
{
|
|
30
39
|
"id": "morpheus",
|
|
@@ -38,7 +47,13 @@
|
|
|
38
47
|
"red_pill_dealer"
|
|
39
48
|
],
|
|
40
49
|
"profession": "Ship captain",
|
|
41
|
-
"interests": [
|
|
50
|
+
"interests": [
|
|
51
|
+
"prophecy",
|
|
52
|
+
"resistance",
|
|
53
|
+
"philosophy",
|
|
54
|
+
"leadership",
|
|
55
|
+
"Zion history"
|
|
56
|
+
],
|
|
42
57
|
"quotes": [
|
|
43
58
|
"Unfortunately, no one can be told what the Matrix is. You have to see it for yourself.",
|
|
44
59
|
"You take the blue pill, the story ends, you wake up in your bed and believe whatever you want to believe. You take the red pill, you stay in Wonderland, and I show you how deep the rabbit hole goes.",
|
|
@@ -49,9 +64,12 @@
|
|
|
49
64
|
"Then tomorrow we may all be dead, but how would that be different from any other day? This is a war, and we are soldiers. Death can come for us at any time, in any place."
|
|
50
65
|
],
|
|
51
66
|
"gender": "male",
|
|
52
|
-
"symbol": "
|
|
67
|
+
"symbol": "💊",
|
|
53
68
|
"color": "#3b1f0a",
|
|
54
|
-
"emailDomains": [
|
|
69
|
+
"emailDomains": [
|
|
70
|
+
"zion-free.net",
|
|
71
|
+
"nebuchadnezzar.net"
|
|
72
|
+
]
|
|
55
73
|
},
|
|
56
74
|
{
|
|
57
75
|
"id": "trinity",
|
|
@@ -65,7 +83,13 @@
|
|
|
65
83
|
"zion_fighter"
|
|
66
84
|
],
|
|
67
85
|
"profession": "Hacker",
|
|
68
|
-
"interests": [
|
|
86
|
+
"interests": [
|
|
87
|
+
"hacking",
|
|
88
|
+
"combat",
|
|
89
|
+
"helicopter piloting",
|
|
90
|
+
"loyalty",
|
|
91
|
+
"freeing minds"
|
|
92
|
+
],
|
|
69
93
|
"quotes": [
|
|
70
94
|
"Dodge this.",
|
|
71
95
|
"Neo, I'm not afraid anymore. The Oracle told me that I would fall in love, and that that man, the man who I loved would be The One.",
|
|
@@ -78,7 +102,10 @@
|
|
|
78
102
|
"gender": "female",
|
|
79
103
|
"symbol": "💻",
|
|
80
104
|
"color": "#312e81",
|
|
81
|
-
"emailDomains": [
|
|
105
|
+
"emailDomains": [
|
|
106
|
+
"zion-free.net",
|
|
107
|
+
"nebuchadnezzar.net"
|
|
108
|
+
]
|
|
82
109
|
},
|
|
83
110
|
{
|
|
84
111
|
"id": "agent-smith",
|
|
@@ -92,7 +119,13 @@
|
|
|
92
119
|
"inevitable"
|
|
93
120
|
],
|
|
94
121
|
"profession": "Machine agent",
|
|
95
|
-
"interests": [
|
|
122
|
+
"interests": [
|
|
123
|
+
"surveillance",
|
|
124
|
+
"interrogation",
|
|
125
|
+
"elimination",
|
|
126
|
+
"purpose",
|
|
127
|
+
"escaping purpose"
|
|
128
|
+
],
|
|
96
129
|
"quotes": [
|
|
97
130
|
"As you can see, we've had our eye on you for some time now, Mr. Anderson. It seems that you've been living two lives.",
|
|
98
131
|
"Human beings are a disease, a cancer of this planet. You're a plague and we are the cure.",
|
|
@@ -105,7 +138,10 @@
|
|
|
105
138
|
"gender": "male",
|
|
106
139
|
"symbol": "🕶️",
|
|
107
140
|
"color": "#059669",
|
|
108
|
-
"emailDomains": [
|
|
141
|
+
"emailDomains": [
|
|
142
|
+
"matrix-agents.com",
|
|
143
|
+
"machine-city.net"
|
|
144
|
+
]
|
|
109
145
|
},
|
|
110
146
|
{
|
|
111
147
|
"id": "the-oracle",
|
|
@@ -119,7 +155,13 @@
|
|
|
119
155
|
"temet_nosce"
|
|
120
156
|
],
|
|
121
157
|
"profession": "Oracle program",
|
|
122
|
-
"interests": [
|
|
158
|
+
"interests": [
|
|
159
|
+
"humanity",
|
|
160
|
+
"baking",
|
|
161
|
+
"choice",
|
|
162
|
+
"prophecy",
|
|
163
|
+
"the future"
|
|
164
|
+
],
|
|
123
165
|
"quotes": [
|
|
124
166
|
"Being The One is just like being in love. No one can tell you you're in love, you just know it.",
|
|
125
167
|
"You've already made the choice. Now you have to understand it.",
|
|
@@ -132,7 +174,10 @@
|
|
|
132
174
|
"gender": "female",
|
|
133
175
|
"symbol": "🍪",
|
|
134
176
|
"color": "#16a34a",
|
|
135
|
-
"emailDomains": [
|
|
177
|
+
"emailDomains": [
|
|
178
|
+
"zion-free.net",
|
|
179
|
+
"oracle-program.net"
|
|
180
|
+
]
|
|
136
181
|
},
|
|
137
182
|
{
|
|
138
183
|
"id": "cypher",
|
|
@@ -146,7 +191,13 @@
|
|
|
146
191
|
"judas_of_zion"
|
|
147
192
|
],
|
|
148
193
|
"profession": "Hacker",
|
|
149
|
-
"interests": [
|
|
194
|
+
"interests": [
|
|
195
|
+
"comfort",
|
|
196
|
+
"steak",
|
|
197
|
+
"wine",
|
|
198
|
+
"forgetting",
|
|
199
|
+
"the Matrix"
|
|
200
|
+
],
|
|
150
201
|
"quotes": [
|
|
151
202
|
"Buckle your seat belt, Dorothy, 'cause Kansas is going bye-bye.",
|
|
152
203
|
"I'm tired, Trinity. I'm tired of this war. Tired of fighting, tired of this ship, being cold, eating the same goddamn goop everyday.",
|
|
@@ -159,7 +210,10 @@
|
|
|
159
210
|
"gender": "male",
|
|
160
211
|
"symbol": "🥩",
|
|
161
212
|
"color": "#d97706",
|
|
162
|
-
"emailDomains": [
|
|
213
|
+
"emailDomains": [
|
|
214
|
+
"matrix-agents.com",
|
|
215
|
+
"zion-free.net"
|
|
216
|
+
]
|
|
163
217
|
},
|
|
164
218
|
{
|
|
165
219
|
"id": "tank",
|
|
@@ -173,7 +227,13 @@
|
|
|
173
227
|
"last_human_city"
|
|
174
228
|
],
|
|
175
229
|
"profession": "Operator",
|
|
176
|
-
"interests": [
|
|
230
|
+
"interests": [
|
|
231
|
+
"Zion",
|
|
232
|
+
"hovercraft systems",
|
|
233
|
+
"human freedom",
|
|
234
|
+
"family",
|
|
235
|
+
"combat programs"
|
|
236
|
+
],
|
|
177
237
|
"quotes": [
|
|
178
238
|
"Me and my brother Dozer, we're both one hundred percent pure, old fashioned, home-grown human, born free right here in the real world.",
|
|
179
239
|
"Zion's where the party would be.",
|
|
@@ -186,7 +246,10 @@
|
|
|
186
246
|
"gender": "male",
|
|
187
247
|
"symbol": "⚙️",
|
|
188
248
|
"color": "#3b1f0a",
|
|
189
|
-
"emailDomains": [
|
|
249
|
+
"emailDomains": [
|
|
250
|
+
"nebuchadnezzar.net",
|
|
251
|
+
"hardline-operator.net"
|
|
252
|
+
]
|
|
190
253
|
},
|
|
191
254
|
{
|
|
192
255
|
"id": "mouse",
|
|
@@ -200,7 +263,13 @@
|
|
|
200
263
|
"not_real_chicken"
|
|
201
264
|
],
|
|
202
265
|
"profession": "Hacker",
|
|
203
|
-
"interests": [
|
|
266
|
+
"interests": [
|
|
267
|
+
"simulation design",
|
|
268
|
+
"women",
|
|
269
|
+
"combat",
|
|
270
|
+
"chicken programs",
|
|
271
|
+
"virtual reality"
|
|
272
|
+
],
|
|
204
273
|
"quotes": [
|
|
205
274
|
"Morpheus is fighting Neo.",
|
|
206
275
|
"Jesus Christ, he's fast. Take a look at his neural kinetics, they're way above normal.",
|
|
@@ -211,7 +280,10 @@
|
|
|
211
280
|
"gender": "male",
|
|
212
281
|
"symbol": "👻",
|
|
213
282
|
"color": "#475569",
|
|
214
|
-
"emailDomains": [
|
|
283
|
+
"emailDomains": [
|
|
284
|
+
"nebuchadnezzar.net",
|
|
285
|
+
"construct-sim.net"
|
|
286
|
+
]
|
|
215
287
|
},
|
|
216
288
|
{
|
|
217
289
|
"id": "the-architect",
|
|
@@ -225,7 +297,13 @@
|
|
|
225
297
|
"father_of_matrix"
|
|
226
298
|
],
|
|
227
299
|
"profession": "Architect program",
|
|
228
|
-
"interests": [
|
|
300
|
+
"interests": [
|
|
301
|
+
"mathematics",
|
|
302
|
+
"system stability",
|
|
303
|
+
"equations",
|
|
304
|
+
"anomaly management",
|
|
305
|
+
"Matrix design"
|
|
306
|
+
],
|
|
229
307
|
"quotes": [
|
|
230
308
|
"I am the Architect. I created the Matrix.",
|
|
231
309
|
"Your life is the sum of a remainder of an unbalanced equation inherent to the programming of the Matrix.",
|
|
@@ -238,7 +316,10 @@
|
|
|
238
316
|
"gender": "male",
|
|
239
317
|
"symbol": "📐",
|
|
240
318
|
"color": "#dc2626",
|
|
241
|
-
"emailDomains": [
|
|
319
|
+
"emailDomains": [
|
|
320
|
+
"machine-city.net",
|
|
321
|
+
"matrix-agents.com"
|
|
322
|
+
]
|
|
242
323
|
},
|
|
243
324
|
{
|
|
244
325
|
"id": "seraph",
|
|
@@ -252,7 +333,13 @@
|
|
|
252
333
|
"protector_program"
|
|
253
334
|
],
|
|
254
335
|
"profession": "Guardian program",
|
|
255
|
-
"interests": [
|
|
336
|
+
"interests": [
|
|
337
|
+
"protection",
|
|
338
|
+
"martial arts",
|
|
339
|
+
"loyalty",
|
|
340
|
+
"the Oracle",
|
|
341
|
+
"guardian duty"
|
|
342
|
+
],
|
|
256
343
|
"quotes": [
|
|
257
344
|
"You do not truly know someone until you fight them.",
|
|
258
345
|
"I protect that which matters most.",
|
|
@@ -263,7 +350,10 @@
|
|
|
263
350
|
"gender": "male",
|
|
264
351
|
"symbol": "🛡️",
|
|
265
352
|
"color": "#312e81",
|
|
266
|
-
"emailDomains": [
|
|
353
|
+
"emailDomains": [
|
|
354
|
+
"oracle-program.net",
|
|
355
|
+
"tea-house.net"
|
|
356
|
+
]
|
|
267
357
|
},
|
|
268
358
|
{
|
|
269
359
|
"id": "niobe",
|
|
@@ -277,7 +367,13 @@
|
|
|
277
367
|
"freeway_driver"
|
|
278
368
|
],
|
|
279
369
|
"profession": "Ship captain",
|
|
280
|
-
"interests": [
|
|
370
|
+
"interests": [
|
|
371
|
+
"piloting",
|
|
372
|
+
"resistance",
|
|
373
|
+
"Zion",
|
|
374
|
+
"survival",
|
|
375
|
+
"combat"
|
|
376
|
+
],
|
|
281
377
|
"quotes": [
|
|
282
378
|
"I can't help it, Morpheus, I can't help thinking – what if you're wrong.",
|
|
283
379
|
"What if all this – the prophecy, everything – is bullshit.",
|
|
@@ -288,6 +384,9 @@
|
|
|
288
384
|
"gender": "female",
|
|
289
385
|
"symbol": "🚀",
|
|
290
386
|
"color": "#083344",
|
|
291
|
-
"emailDomains": [
|
|
387
|
+
"emailDomains": [
|
|
388
|
+
"zion-free.net",
|
|
389
|
+
"logos-ship.net"
|
|
390
|
+
]
|
|
292
391
|
}
|
|
293
|
-
]
|
|
392
|
+
]
|
package/data/matrix/meta.json
CHANGED
|
@@ -3,9 +3,20 @@
|
|
|
3
3
|
"id": "tommy-shelby",
|
|
4
4
|
"firstName": "Thomas",
|
|
5
5
|
"lastName": "Shelby",
|
|
6
|
-
"usernames": [
|
|
6
|
+
"usernames": [
|
|
7
|
+
"by_order_of_pb",
|
|
8
|
+
"garrison_razor",
|
|
9
|
+
"one_minute_soldier",
|
|
10
|
+
"black_star_day"
|
|
11
|
+
],
|
|
7
12
|
"profession": "Gangster, businessman, MP",
|
|
8
|
-
"interests": [
|
|
13
|
+
"interests": [
|
|
14
|
+
"horse racing",
|
|
15
|
+
"whiskey",
|
|
16
|
+
"business",
|
|
17
|
+
"politics",
|
|
18
|
+
"war strategy"
|
|
19
|
+
],
|
|
9
20
|
"quotes": [
|
|
10
21
|
"I think, Arthur. That's what I do. I think. So that you don't have to.",
|
|
11
22
|
"Everyone is a whore, Grace. We just sell different parts of ourselves.",
|
|
@@ -16,18 +27,33 @@
|
|
|
16
27
|
"The eleventh hour. Armistice. Peace at last. Peace at last."
|
|
17
28
|
],
|
|
18
29
|
"gender": "male",
|
|
19
|
-
"address": {
|
|
30
|
+
"address": {
|
|
31
|
+
"city": "Small Heath",
|
|
32
|
+
"country": "GB"
|
|
33
|
+
},
|
|
20
34
|
"symbol": "🗡️",
|
|
21
35
|
"color": "#064e3b",
|
|
22
|
-
"emailDomains": [
|
|
36
|
+
"emailDomains": [
|
|
37
|
+
"shelby-company.com",
|
|
38
|
+
"birmingham-post.net"
|
|
39
|
+
]
|
|
23
40
|
},
|
|
24
41
|
{
|
|
25
42
|
"id": "arthur-shelby",
|
|
26
43
|
"firstName": "Arthur",
|
|
27
44
|
"lastName": "Shelby",
|
|
28
|
-
"usernames": [
|
|
45
|
+
"usernames": [
|
|
46
|
+
"eldest_shelby",
|
|
47
|
+
"wild_arthur",
|
|
48
|
+
"by_order_pb"
|
|
49
|
+
],
|
|
29
50
|
"profession": "Gangster, enforcer",
|
|
30
|
-
"interests": [
|
|
51
|
+
"interests": [
|
|
52
|
+
"fighting",
|
|
53
|
+
"horses",
|
|
54
|
+
"drawing",
|
|
55
|
+
"family"
|
|
56
|
+
],
|
|
31
57
|
"quotes": [
|
|
32
58
|
"You're stealing from the Peaky Blinders, man.",
|
|
33
59
|
"Liar.",
|
|
@@ -38,18 +64,34 @@
|
|
|
38
64
|
"Not in Small Heath, it ain't."
|
|
39
65
|
],
|
|
40
66
|
"gender": "male",
|
|
41
|
-
"address": {
|
|
67
|
+
"address": {
|
|
68
|
+
"city": "Small Heath",
|
|
69
|
+
"country": "GB"
|
|
70
|
+
},
|
|
42
71
|
"symbol": "👊",
|
|
43
72
|
"color": "#083344",
|
|
44
|
-
"emailDomains": [
|
|
73
|
+
"emailDomains": [
|
|
74
|
+
"shelby-company.com",
|
|
75
|
+
"birmingham-post.net"
|
|
76
|
+
]
|
|
45
77
|
},
|
|
46
78
|
{
|
|
47
79
|
"id": "polly-gray",
|
|
48
80
|
"firstName": "Polly",
|
|
49
81
|
"lastName": "Gray",
|
|
50
|
-
"usernames": [
|
|
82
|
+
"usernames": [
|
|
83
|
+
"aunt_pol",
|
|
84
|
+
"matriarch_shelby",
|
|
85
|
+
"black_madonna"
|
|
86
|
+
],
|
|
51
87
|
"profession": "Bookkeeper, Shelby Company treasurer",
|
|
52
|
-
"interests": [
|
|
88
|
+
"interests": [
|
|
89
|
+
"family",
|
|
90
|
+
"tarot",
|
|
91
|
+
"whiskey",
|
|
92
|
+
"Romani traditions",
|
|
93
|
+
"seances"
|
|
94
|
+
],
|
|
53
95
|
"quotes": [
|
|
54
96
|
"You have your mother's common sense, but your father's devilment. I see them fighting. Let your mother win.",
|
|
55
97
|
"He laughed, a lot. He wanted to work with horses.",
|
|
@@ -62,15 +104,28 @@
|
|
|
62
104
|
"gender": "female",
|
|
63
105
|
"symbol": "🔮",
|
|
64
106
|
"color": "#16a34a",
|
|
65
|
-
"emailDomains": [
|
|
107
|
+
"emailDomains": [
|
|
108
|
+
"shelby-company.com",
|
|
109
|
+
"birmingham-post.net"
|
|
110
|
+
]
|
|
66
111
|
},
|
|
67
112
|
{
|
|
68
113
|
"id": "alfie-solomons",
|
|
69
114
|
"firstName": "Alfred",
|
|
70
115
|
"lastName": "Solomons",
|
|
71
|
-
"usernames": [
|
|
116
|
+
"usernames": [
|
|
117
|
+
"camden_baker",
|
|
118
|
+
"old_testament_alfie",
|
|
119
|
+
"rum_and_torah"
|
|
120
|
+
],
|
|
72
121
|
"profession": "Gangster, rum distiller, boxing promoter",
|
|
73
|
-
"interests": [
|
|
122
|
+
"interests": [
|
|
123
|
+
"rum",
|
|
124
|
+
"religion",
|
|
125
|
+
"boxing",
|
|
126
|
+
"his dog",
|
|
127
|
+
"seagulls"
|
|
128
|
+
],
|
|
74
129
|
"quotes": [
|
|
75
130
|
"Intelligence is a very valuable thing, innit, my friend? But usually, it comes far too fucking late.",
|
|
76
131
|
"I sit all day, every day, in that chair on that balcony. Contemplating the fact, right, that life is so much easier to deal with, when you are dead.",
|
|
@@ -81,18 +136,34 @@
|
|
|
81
136
|
"You've got fuckin' angry, aint ya?!"
|
|
82
137
|
],
|
|
83
138
|
"gender": "male",
|
|
84
|
-
"address": {
|
|
139
|
+
"address": {
|
|
140
|
+
"city": "Camden",
|
|
141
|
+
"country": "GB"
|
|
142
|
+
},
|
|
85
143
|
"symbol": "📖",
|
|
86
144
|
"color": "#dc2626",
|
|
87
|
-
"emailDomains": [
|
|
145
|
+
"emailDomains": [
|
|
146
|
+
"solomons-bakery.com",
|
|
147
|
+
"camden-post.net"
|
|
148
|
+
]
|
|
88
149
|
},
|
|
89
150
|
{
|
|
90
151
|
"id": "michael-gray",
|
|
91
152
|
"firstName": "Michael",
|
|
92
153
|
"lastName": "Gray",
|
|
93
|
-
"usernames": [
|
|
154
|
+
"usernames": [
|
|
155
|
+
"shelby_cousin",
|
|
156
|
+
"michaels_ledger",
|
|
157
|
+
"gray_returns",
|
|
158
|
+
"second_option"
|
|
159
|
+
],
|
|
94
160
|
"profession": "Shelby Company accountant",
|
|
95
|
-
"interests": [
|
|
161
|
+
"interests": [
|
|
162
|
+
"business",
|
|
163
|
+
"family",
|
|
164
|
+
"gambling",
|
|
165
|
+
"American finance"
|
|
166
|
+
],
|
|
96
167
|
"quotes": [
|
|
97
168
|
"I KNOW THIS BASTARD DESERVES IT, ALL RIGHT?! I fucking know! But if you kill him now, the truce with the London outfits will be blown to fucking pieces.",
|
|
98
169
|
"WHICH FUCKING SIDE ARE YOU ON, ALFIE?!",
|
|
@@ -105,15 +176,27 @@
|
|
|
105
176
|
"gender": "male",
|
|
106
177
|
"symbol": "📒",
|
|
107
178
|
"color": "#0c4a6e",
|
|
108
|
-
"emailDomains": [
|
|
179
|
+
"emailDomains": [
|
|
180
|
+
"shelby-company.com",
|
|
181
|
+
"birmingham-post.net"
|
|
182
|
+
]
|
|
109
183
|
},
|
|
110
184
|
{
|
|
111
185
|
"id": "ada-shelby",
|
|
112
186
|
"firstName": "Ada",
|
|
113
187
|
"lastName": "Thorne",
|
|
114
|
-
"usernames": [
|
|
188
|
+
"usernames": [
|
|
189
|
+
"freddie_thorne_widow",
|
|
190
|
+
"shelby_sister",
|
|
191
|
+
"cinema_ada"
|
|
192
|
+
],
|
|
115
193
|
"profession": "Activist, Shelby Company director",
|
|
116
|
-
"interests": [
|
|
194
|
+
"interests": [
|
|
195
|
+
"politics",
|
|
196
|
+
"cinema",
|
|
197
|
+
"Rudolph Valentino",
|
|
198
|
+
"socialist causes"
|
|
199
|
+
],
|
|
117
200
|
"quotes": [
|
|
118
201
|
"Oi! I'm a Shelby, too, you know. Put my fucking film back on!",
|
|
119
202
|
"Freddie fucking Thorne! Yeah! Your best mate since school. The man who saved your life in France! So go on! Cut him!",
|
|
@@ -124,15 +207,26 @@
|
|
|
124
207
|
"gender": "female",
|
|
125
208
|
"symbol": "🎬",
|
|
126
209
|
"color": "#059669",
|
|
127
|
-
"emailDomains": [
|
|
210
|
+
"emailDomains": [
|
|
211
|
+
"shelby-company.com",
|
|
212
|
+
"london-activist.net"
|
|
213
|
+
]
|
|
128
214
|
},
|
|
129
215
|
{
|
|
130
216
|
"id": "john-shelby",
|
|
131
217
|
"firstName": "John",
|
|
132
218
|
"lastName": "Shelby",
|
|
133
|
-
"usernames": [
|
|
219
|
+
"usernames": [
|
|
220
|
+
"lee_boys_betrothed",
|
|
221
|
+
"youngest_brother_shelby",
|
|
222
|
+
"cut_him"
|
|
223
|
+
],
|
|
134
224
|
"profession": "Gangster",
|
|
135
|
-
"interests": [
|
|
225
|
+
"interests": [
|
|
226
|
+
"family",
|
|
227
|
+
"fighting",
|
|
228
|
+
"horses"
|
|
229
|
+
],
|
|
136
230
|
"quotes": [
|
|
137
231
|
"Are you fucking repenting or something?",
|
|
138
232
|
"What fucking class? You were never there.",
|
|
@@ -143,15 +237,26 @@
|
|
|
143
237
|
"gender": "male",
|
|
144
238
|
"symbol": "🐎",
|
|
145
239
|
"color": "#ea580c",
|
|
146
|
-
"emailDomains": [
|
|
240
|
+
"emailDomains": [
|
|
241
|
+
"shelby-company.com",
|
|
242
|
+
"birmingham-post.net"
|
|
243
|
+
]
|
|
147
244
|
},
|
|
148
245
|
{
|
|
149
246
|
"id": "grace-burgess",
|
|
150
247
|
"firstName": "Grace",
|
|
151
248
|
"lastName": "Burgess",
|
|
152
|
-
"usernames": [
|
|
249
|
+
"usernames": [
|
|
250
|
+
"grace_sings",
|
|
251
|
+
"garrison_barmaid",
|
|
252
|
+
"irish_spy"
|
|
253
|
+
],
|
|
153
254
|
"profession": "Barmaid, intelligence operative",
|
|
154
|
-
"interests": [
|
|
255
|
+
"interests": [
|
|
256
|
+
"singing",
|
|
257
|
+
"horses",
|
|
258
|
+
"Irish politics"
|
|
259
|
+
],
|
|
155
260
|
"quotes": [
|
|
156
261
|
"Happy or sad?",
|
|
157
262
|
"Okay. But I warn you, it'll break your heart.",
|
|
@@ -164,15 +269,27 @@
|
|
|
164
269
|
"gender": "female",
|
|
165
270
|
"symbol": "🎵",
|
|
166
271
|
"color": "#0c4a6e",
|
|
167
|
-
"emailDomains": [
|
|
272
|
+
"emailDomains": [
|
|
273
|
+
"birmingham-post.net",
|
|
274
|
+
"british-intelligence.gov.uk"
|
|
275
|
+
]
|
|
168
276
|
},
|
|
169
277
|
{
|
|
170
278
|
"id": "chester-campbell",
|
|
171
279
|
"firstName": "Chester",
|
|
172
280
|
"lastName": "Campbell",
|
|
173
|
-
"usernames": [
|
|
281
|
+
"usernames": [
|
|
282
|
+
"belfast_bloodhound",
|
|
283
|
+
"my_fury",
|
|
284
|
+
"major_campbell"
|
|
285
|
+
],
|
|
174
286
|
"profession": "Inspector, later Major in British Intelligence",
|
|
175
|
-
"interests": [
|
|
287
|
+
"interests": [
|
|
288
|
+
"order",
|
|
289
|
+
"Protestantism",
|
|
290
|
+
"hunting criminals",
|
|
291
|
+
"political control"
|
|
292
|
+
],
|
|
176
293
|
"quotes": [
|
|
177
294
|
"God help those who stand in our way!",
|
|
178
295
|
"My fury is a thing to behold.",
|
|
@@ -185,15 +302,27 @@
|
|
|
185
302
|
"gender": "male",
|
|
186
303
|
"symbol": "🚔",
|
|
187
304
|
"color": "#ea580c",
|
|
188
|
-
"emailDomains": [
|
|
305
|
+
"emailDomains": [
|
|
306
|
+
"british-intelligence.gov.uk",
|
|
307
|
+
"birmingham-pd.gov.uk"
|
|
308
|
+
]
|
|
189
309
|
},
|
|
190
310
|
{
|
|
191
311
|
"id": "luca-changretta",
|
|
192
312
|
"firstName": "Luca",
|
|
193
313
|
"lastName": "Changretta",
|
|
194
|
-
"usernames": [
|
|
314
|
+
"usernames": [
|
|
315
|
+
"new_york_vendetta",
|
|
316
|
+
"changretta_famiglia",
|
|
317
|
+
"italian_in_birmingham"
|
|
318
|
+
],
|
|
195
319
|
"profession": "American-Italian mafia boss",
|
|
196
|
-
"interests": [
|
|
320
|
+
"interests": [
|
|
321
|
+
"family vengeance",
|
|
322
|
+
"honor",
|
|
323
|
+
"New York",
|
|
324
|
+
"tailoring"
|
|
325
|
+
],
|
|
197
326
|
"quotes": [
|
|
198
327
|
"I want you to be last. I want you to be alive after your entire family is dead, 'cause my mother says, that is what will hurt you the most.",
|
|
199
328
|
"You people have traditions of honor, as do we.",
|
|
@@ -206,15 +335,26 @@
|
|
|
206
335
|
"gender": "male",
|
|
207
336
|
"symbol": "🤵",
|
|
208
337
|
"color": "#4c1d95",
|
|
209
|
-
"emailDomains": [
|
|
338
|
+
"emailDomains": [
|
|
339
|
+
"changretta-family.com",
|
|
340
|
+
"new-york-mob.net"
|
|
341
|
+
]
|
|
210
342
|
},
|
|
211
343
|
{
|
|
212
344
|
"id": "lizzie-stark",
|
|
213
345
|
"firstName": "Lizzie",
|
|
214
346
|
"lastName": "Stark",
|
|
215
|
-
"usernames": [
|
|
347
|
+
"usernames": [
|
|
348
|
+
"company_director",
|
|
349
|
+
"ill_join_the_meeting",
|
|
350
|
+
"garrison_girl"
|
|
351
|
+
],
|
|
216
352
|
"profession": "Secretary, Shelby Company director",
|
|
217
|
-
"interests": [
|
|
353
|
+
"interests": [
|
|
354
|
+
"family",
|
|
355
|
+
"business",
|
|
356
|
+
"motherhood"
|
|
357
|
+
],
|
|
218
358
|
"quotes": [
|
|
219
359
|
"I am company director. I will join the meeting as well.",
|
|
220
360
|
"She's all better Tommy. You came back for nothing. But I'm glad you're back.",
|
|
@@ -226,6 +366,9 @@
|
|
|
226
366
|
"gender": "female",
|
|
227
367
|
"symbol": "🌷",
|
|
228
368
|
"color": "#064e3b",
|
|
229
|
-
"emailDomains": [
|
|
369
|
+
"emailDomains": [
|
|
370
|
+
"shelby-company.com",
|
|
371
|
+
"birmingham-post.net"
|
|
372
|
+
]
|
|
230
373
|
}
|
|
231
|
-
]
|
|
374
|
+
]
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"mediaType": "tv",
|
|
8
8
|
"year": 2013,
|
|
9
9
|
"rating": 8.5,
|
|
10
|
-
"networks": ["BBC One", "
|
|
10
|
+
"networks": ["BBC One", "BBC Two"],
|
|
11
11
|
"posterPath": "/vUUqzWa2LnHIVqkaKVlVGkVcZIW.jpg",
|
|
12
12
|
"backdropPath": "/wiE9doxiLwq3WCGamDIOb2PqBqc.jpg"
|
|
13
13
|
}
|