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
|
@@ -1,315 +1,508 @@
|
|
|
1
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
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
2
|
+
{
|
|
3
|
+
"id": "jon-snow",
|
|
4
|
+
"firstName": "Jon",
|
|
5
|
+
"lastName": "Snow",
|
|
6
|
+
"usernames": [
|
|
7
|
+
"lord_commander",
|
|
8
|
+
"knows_nothing",
|
|
9
|
+
"king_in_the_north"
|
|
10
|
+
],
|
|
11
|
+
"profession": "Night's Watch commander",
|
|
12
|
+
"interests": [
|
|
13
|
+
"swordsmanship",
|
|
14
|
+
"the Night's Watch",
|
|
15
|
+
"direwolves"
|
|
16
|
+
],
|
|
17
|
+
"quotes": [
|
|
18
|
+
"I don't want it.",
|
|
19
|
+
"You are my queen, now and always.",
|
|
20
|
+
"I've seen the army of the dead. I've seen the Night King. I know what they can do.",
|
|
21
|
+
"The long night is coming, and the dead come with it.",
|
|
22
|
+
"Love is the death of duty."
|
|
23
|
+
],
|
|
24
|
+
"gender": "male",
|
|
25
|
+
"birthYear": 281,
|
|
26
|
+
"address": {
|
|
27
|
+
"city": "Castle Black"
|
|
28
|
+
},
|
|
29
|
+
"symbol": "❄️",
|
|
30
|
+
"color": "#7c2d12",
|
|
31
|
+
"emailDomains": [
|
|
32
|
+
"nights-watch.org",
|
|
33
|
+
"westeros-post.net"
|
|
34
|
+
]
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"id": "daenerys-targaryen",
|
|
38
|
+
"firstName": "Daenerys",
|
|
39
|
+
"lastName": "Targaryen",
|
|
40
|
+
"usernames": [
|
|
41
|
+
"khaleesi",
|
|
42
|
+
"mother_of_dragons",
|
|
43
|
+
"breaker_of_chains"
|
|
44
|
+
],
|
|
45
|
+
"profession": "Queen of the Seven Kingdoms",
|
|
46
|
+
"interests": [
|
|
47
|
+
"dragons",
|
|
48
|
+
"liberation",
|
|
49
|
+
"conquest"
|
|
50
|
+
],
|
|
51
|
+
"quotes": [
|
|
52
|
+
"Dracarys.",
|
|
53
|
+
"I will take what is mine with fire and blood.",
|
|
54
|
+
"I am Daenerys Stormborn of House Targaryen, First of Her Name, the Unburnt, Queen of Meereen, Khaleesi of the Great Grass Sea, Breaker of Chains, and Mother of Dragons.",
|
|
55
|
+
"I'm not going to stop the wheel. I'm going to break the wheel.",
|
|
56
|
+
"They can live in my new world or they can die in their old one.",
|
|
57
|
+
"I was born to rule the Seven Kingdoms, and I will."
|
|
58
|
+
],
|
|
59
|
+
"gender": "female",
|
|
60
|
+
"birthYear": 284,
|
|
61
|
+
"address": {
|
|
62
|
+
"city": "Dragonstone"
|
|
63
|
+
},
|
|
64
|
+
"symbol": "🐉",
|
|
65
|
+
"color": "#475569",
|
|
66
|
+
"emailDomains": [
|
|
67
|
+
"dragonstone.net",
|
|
68
|
+
"targaryen-court.org"
|
|
69
|
+
]
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"id": "tyrion-lannister",
|
|
73
|
+
"firstName": "Tyrion",
|
|
74
|
+
"lastName": "Lannister",
|
|
75
|
+
"usernames": [
|
|
76
|
+
"halfman",
|
|
77
|
+
"imp_of_kings_landing",
|
|
78
|
+
"wine_and_wisdom"
|
|
79
|
+
],
|
|
80
|
+
"profession": "Hand of the King",
|
|
81
|
+
"interests": [
|
|
82
|
+
"wine",
|
|
83
|
+
"reading",
|
|
84
|
+
"strategy"
|
|
85
|
+
],
|
|
86
|
+
"quotes": [
|
|
87
|
+
"I drink and I know things.",
|
|
88
|
+
"Never forget what you are, for surely the world will not.",
|
|
89
|
+
"A mind needs books as a sword needs a whetstone.",
|
|
90
|
+
"It's not easy being drunk all the time. Everyone would do it, if it were easy.",
|
|
91
|
+
"A Lannister always pays his debts."
|
|
92
|
+
],
|
|
93
|
+
"gender": "male",
|
|
94
|
+
"birthYear": 273,
|
|
95
|
+
"address": {
|
|
96
|
+
"city": "King's Landing"
|
|
97
|
+
},
|
|
98
|
+
"symbol": "🍷",
|
|
99
|
+
"color": "#ca8a04",
|
|
100
|
+
"emailDomains": [
|
|
101
|
+
"lannister-holdings.com",
|
|
102
|
+
"kings-landing.net"
|
|
103
|
+
]
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"id": "cersei-lannister",
|
|
107
|
+
"firstName": "Cersei",
|
|
108
|
+
"lastName": "Lannister",
|
|
109
|
+
"usernames": [
|
|
110
|
+
"queen_regent",
|
|
111
|
+
"lioness_of_casterly",
|
|
112
|
+
"power_is_power"
|
|
113
|
+
],
|
|
114
|
+
"profession": "Queen Regent of the Seven Kingdoms",
|
|
115
|
+
"interests": [
|
|
116
|
+
"court politics",
|
|
117
|
+
"wine",
|
|
118
|
+
"her children"
|
|
119
|
+
],
|
|
120
|
+
"quotes": [
|
|
121
|
+
"When you play the game of thrones, you win or you die.",
|
|
122
|
+
"Power is power.",
|
|
123
|
+
"I choose violence.",
|
|
124
|
+
"Tears aren't a woman's only weapon. The best one's between your legs.",
|
|
125
|
+
"Everyone who isn't us is an enemy."
|
|
126
|
+
],
|
|
127
|
+
"gender": "female",
|
|
128
|
+
"birthYear": 267,
|
|
129
|
+
"address": {
|
|
130
|
+
"street": "The Red Keep",
|
|
131
|
+
"city": "King's Landing"
|
|
132
|
+
},
|
|
133
|
+
"symbol": "👑",
|
|
134
|
+
"color": "#3b1f0a",
|
|
135
|
+
"emailDomains": [
|
|
136
|
+
"kings-landing.net",
|
|
137
|
+
"lannister-holdings.com"
|
|
138
|
+
]
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"id": "arya-stark",
|
|
142
|
+
"firstName": "Arya",
|
|
143
|
+
"lastName": "Stark",
|
|
144
|
+
"usernames": [
|
|
145
|
+
"no_one",
|
|
146
|
+
"faceless_girl",
|
|
147
|
+
"needle_and_list"
|
|
148
|
+
],
|
|
149
|
+
"profession": "No One",
|
|
150
|
+
"interests": [
|
|
151
|
+
"swordsmanship",
|
|
152
|
+
"revenge",
|
|
153
|
+
"travel"
|
|
154
|
+
],
|
|
155
|
+
"quotes": [
|
|
156
|
+
"Not today.",
|
|
157
|
+
"A girl has no name.",
|
|
158
|
+
"Stick them with the pointy end.",
|
|
159
|
+
"Leave one wolf alive and the sheep are never safe.",
|
|
160
|
+
"I'm going to kill the queen."
|
|
161
|
+
],
|
|
162
|
+
"gender": "female",
|
|
163
|
+
"birthYear": 289,
|
|
164
|
+
"address": {
|
|
165
|
+
"city": "Winterfell"
|
|
166
|
+
},
|
|
167
|
+
"symbol": "⚔️",
|
|
168
|
+
"color": "#0c4a6e",
|
|
169
|
+
"emailDomains": [
|
|
170
|
+
"winterfell-mail.net",
|
|
171
|
+
"faceless-men.org"
|
|
172
|
+
]
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"id": "ned-stark",
|
|
176
|
+
"firstName": "Eddard",
|
|
177
|
+
"lastName": "Stark",
|
|
178
|
+
"usernames": [
|
|
179
|
+
"lord_eddard",
|
|
180
|
+
"warden_of_the_north",
|
|
181
|
+
"winter_is_coming"
|
|
182
|
+
],
|
|
183
|
+
"profession": "Lord of Winterfell",
|
|
184
|
+
"interests": [
|
|
185
|
+
"the old gods",
|
|
186
|
+
"family",
|
|
187
|
+
"swordsmanship"
|
|
188
|
+
],
|
|
189
|
+
"quotes": [
|
|
190
|
+
"Winter is coming.",
|
|
191
|
+
"The man who passes the sentence should swing the sword.",
|
|
192
|
+
"I grew up with soldiers. I learned how to die a long time ago.",
|
|
193
|
+
"There must always be a Stark in Winterfell.",
|
|
194
|
+
"A ruler who hides behind paid executioners soon forgets what death is."
|
|
195
|
+
],
|
|
196
|
+
"gender": "male",
|
|
197
|
+
"birthYear": 263,
|
|
198
|
+
"address": {
|
|
199
|
+
"city": "Winterfell"
|
|
200
|
+
},
|
|
201
|
+
"symbol": "🐺",
|
|
202
|
+
"color": "#166534",
|
|
203
|
+
"emailDomains": [
|
|
204
|
+
"winterfell-mail.net",
|
|
205
|
+
"westeros-post.net"
|
|
206
|
+
]
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"id": "sansa-stark",
|
|
210
|
+
"firstName": "Sansa",
|
|
211
|
+
"lastName": "Stark",
|
|
212
|
+
"usernames": [
|
|
213
|
+
"lady_stark",
|
|
214
|
+
"queen_in_the_north",
|
|
215
|
+
"slow_learner"
|
|
216
|
+
],
|
|
217
|
+
"profession": "Queen in the North",
|
|
218
|
+
"interests": [
|
|
219
|
+
"politics",
|
|
220
|
+
"needlework",
|
|
221
|
+
"leadership"
|
|
222
|
+
],
|
|
223
|
+
"quotes": [
|
|
224
|
+
"I am a slow learner, it's true. But I learn.",
|
|
225
|
+
"No need to seize the last word, Lord Baelish. I'll assume it was something clever.",
|
|
226
|
+
"I used to think you were the stupidest man alive. I was wrong.",
|
|
227
|
+
"Your words will disappear. Your house will disappear. Your name will disappear. All memory of you will disappear.",
|
|
228
|
+
"The North remembers."
|
|
229
|
+
],
|
|
230
|
+
"gender": "female",
|
|
231
|
+
"birthYear": 286,
|
|
232
|
+
"address": {
|
|
233
|
+
"city": "Winterfell"
|
|
234
|
+
},
|
|
235
|
+
"symbol": "🌹",
|
|
236
|
+
"color": "#059669",
|
|
237
|
+
"emailDomains": [
|
|
238
|
+
"winterfell-mail.net",
|
|
239
|
+
"vale-of-arryn.net"
|
|
240
|
+
]
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"id": "ygritte",
|
|
244
|
+
"firstName": "Ygritte",
|
|
245
|
+
"lastName": "",
|
|
246
|
+
"usernames": [
|
|
247
|
+
"kissed_by_fire",
|
|
248
|
+
"you_know_nothing",
|
|
249
|
+
"free_folk_forever"
|
|
250
|
+
],
|
|
251
|
+
"profession": "Free Folk warrior",
|
|
252
|
+
"interests": [
|
|
253
|
+
"archery",
|
|
254
|
+
"survival",
|
|
255
|
+
"freedom"
|
|
256
|
+
],
|
|
257
|
+
"quotes": [
|
|
258
|
+
"You know nothing, Jon Snow.",
|
|
259
|
+
"You're mine and I'm yours. And if we die, we die. But first we'll live.",
|
|
260
|
+
"I might be your prisoner, but I'm a free woman.",
|
|
261
|
+
"You're mine and I'm yours. And if we die, we die.",
|
|
262
|
+
"In your hearts, all you crows want to fly free."
|
|
263
|
+
],
|
|
264
|
+
"gender": "female",
|
|
265
|
+
"birthYear": 283,
|
|
266
|
+
"symbol": "🏹",
|
|
267
|
+
"color": "#134e4a",
|
|
268
|
+
"emailDomains": [
|
|
269
|
+
"free-folk.net"
|
|
270
|
+
]
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"id": "jaime-lannister",
|
|
274
|
+
"firstName": "Jaime",
|
|
275
|
+
"lastName": "Lannister",
|
|
276
|
+
"usernames": [
|
|
277
|
+
"kingslayer",
|
|
278
|
+
"ser_jaime",
|
|
279
|
+
"things_i_do_for_love"
|
|
280
|
+
],
|
|
281
|
+
"profession": "Knight",
|
|
282
|
+
"interests": [
|
|
283
|
+
"swordsmanship",
|
|
284
|
+
"war stories",
|
|
285
|
+
"Cersei"
|
|
286
|
+
],
|
|
287
|
+
"quotes": [
|
|
288
|
+
"There are no men like me. Only me.",
|
|
289
|
+
"So many vows... they make you swear and swear.",
|
|
290
|
+
"The things I do for love.",
|
|
291
|
+
"By what right does the wolf judge the lion?",
|
|
292
|
+
"We don't get to choose whom we love."
|
|
293
|
+
],
|
|
294
|
+
"gender": "male",
|
|
295
|
+
"birthYear": 266,
|
|
296
|
+
"address": {
|
|
297
|
+
"city": "Casterly Rock"
|
|
298
|
+
},
|
|
299
|
+
"symbol": "🦁",
|
|
300
|
+
"color": "#0284c7",
|
|
301
|
+
"emailDomains": [
|
|
302
|
+
"kings-guard.org",
|
|
303
|
+
"lannister-holdings.com"
|
|
304
|
+
]
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"id": "bran-stark",
|
|
308
|
+
"firstName": "Bran",
|
|
309
|
+
"lastName": "Stark",
|
|
310
|
+
"usernames": [
|
|
311
|
+
"three_eyed_raven",
|
|
312
|
+
"the_broken",
|
|
313
|
+
"i_remember_everything"
|
|
314
|
+
],
|
|
315
|
+
"profession": "Three-Eyed Raven",
|
|
316
|
+
"interests": [
|
|
317
|
+
"Westerosi history",
|
|
318
|
+
"ravens",
|
|
319
|
+
"old stories"
|
|
320
|
+
],
|
|
321
|
+
"quotes": [
|
|
322
|
+
"I'm not really, not anymore.",
|
|
323
|
+
"I remember everything.",
|
|
324
|
+
"I can never be Lord of Winterfell. I can never be anything, actually.",
|
|
325
|
+
"Everything you did brought you where you are now, where you belong, home.",
|
|
326
|
+
"I don't want to be king."
|
|
327
|
+
],
|
|
328
|
+
"gender": "male",
|
|
329
|
+
"birthYear": 290,
|
|
330
|
+
"address": {
|
|
331
|
+
"city": "Winterfell"
|
|
332
|
+
},
|
|
333
|
+
"symbol": "🦅",
|
|
334
|
+
"color": "#9333ea",
|
|
335
|
+
"emailDomains": [
|
|
336
|
+
"winterfell-mail.net",
|
|
337
|
+
"old-gods.net"
|
|
338
|
+
]
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"id": "joffrey-baratheon",
|
|
342
|
+
"firstName": "Joffrey",
|
|
343
|
+
"lastName": "Baratheon",
|
|
344
|
+
"usernames": [
|
|
345
|
+
"king_joffrey",
|
|
346
|
+
"first_of_his_name",
|
|
347
|
+
"everyone_is_mine"
|
|
348
|
+
],
|
|
349
|
+
"profession": "King of the Seven Kingdoms",
|
|
350
|
+
"interests": [
|
|
351
|
+
"crossbows",
|
|
352
|
+
"public punishments",
|
|
353
|
+
"tournaments"
|
|
354
|
+
],
|
|
355
|
+
"quotes": [
|
|
356
|
+
"I am the king! I will punish you.",
|
|
357
|
+
"Everyone is mine to torment.",
|
|
358
|
+
"Maybe he'll bring me yours.",
|
|
359
|
+
"Kill them! Kill them all!",
|
|
360
|
+
"They all belong to me."
|
|
361
|
+
],
|
|
362
|
+
"gender": "male",
|
|
363
|
+
"birthYear": 286,
|
|
364
|
+
"address": {
|
|
365
|
+
"street": "The Red Keep",
|
|
366
|
+
"city": "King's Landing"
|
|
367
|
+
},
|
|
368
|
+
"symbol": "💀",
|
|
369
|
+
"color": "#dc2626",
|
|
370
|
+
"emailDomains": [
|
|
371
|
+
"kings-landing.net",
|
|
372
|
+
"iron-throne.org"
|
|
373
|
+
]
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"id": "petyr-baelish",
|
|
377
|
+
"firstName": "Petyr",
|
|
378
|
+
"lastName": "Baelish",
|
|
379
|
+
"usernames": [
|
|
380
|
+
"littlefinger",
|
|
381
|
+
"master_of_coin",
|
|
382
|
+
"chaos_is_a_ladder"
|
|
383
|
+
],
|
|
384
|
+
"profession": "Master of Coin",
|
|
385
|
+
"interests": [
|
|
386
|
+
"politics",
|
|
387
|
+
"brothelkeeping",
|
|
388
|
+
"court intrigue"
|
|
389
|
+
],
|
|
390
|
+
"quotes": [
|
|
391
|
+
"Chaos isn't a pit. Chaos is a ladder.",
|
|
392
|
+
"Always keep your foes confused. If they are never certain who you are or what you want, they cannot know what you are like to do next.",
|
|
393
|
+
"Knowledge is power.",
|
|
394
|
+
"A man with no motive is a man no one suspects.",
|
|
395
|
+
"I did warn you not to trust me."
|
|
396
|
+
],
|
|
397
|
+
"gender": "male",
|
|
398
|
+
"birthYear": 268,
|
|
399
|
+
"address": {
|
|
400
|
+
"city": "King's Landing"
|
|
401
|
+
},
|
|
402
|
+
"symbol": "🗡️",
|
|
403
|
+
"color": "#0c4a6e",
|
|
404
|
+
"emailDomains": [
|
|
405
|
+
"kings-landing.net",
|
|
406
|
+
"vale-commerce.net"
|
|
407
|
+
]
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"id": "stannis-baratheon",
|
|
411
|
+
"firstName": "Stannis",
|
|
412
|
+
"lastName": "Baratheon",
|
|
413
|
+
"usernames": [
|
|
414
|
+
"the_mannis",
|
|
415
|
+
"rightful_king",
|
|
416
|
+
"not_a_page_in_history"
|
|
417
|
+
],
|
|
418
|
+
"profession": "King of the Seven Kingdoms",
|
|
419
|
+
"interests": [
|
|
420
|
+
"law",
|
|
421
|
+
"duty",
|
|
422
|
+
"siege warfare"
|
|
423
|
+
],
|
|
424
|
+
"quotes": [
|
|
425
|
+
"The iron throne is mine by right.",
|
|
426
|
+
"I will not become a page in someone else's history book.",
|
|
427
|
+
"All those who deny that are my foes.",
|
|
428
|
+
"You don't have to like it. You just have to do it.",
|
|
429
|
+
"A good act does not wash out the bad, nor a bad act the good."
|
|
430
|
+
],
|
|
431
|
+
"gender": "male",
|
|
432
|
+
"birthYear": 264,
|
|
433
|
+
"address": {
|
|
434
|
+
"city": "Dragonstone"
|
|
435
|
+
},
|
|
436
|
+
"symbol": "⚓",
|
|
437
|
+
"color": "#166534",
|
|
438
|
+
"emailDomains": [
|
|
439
|
+
"dragonstone.net",
|
|
440
|
+
"westeros-post.net"
|
|
441
|
+
]
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"id": "melisandre",
|
|
445
|
+
"firstName": "Melisandre",
|
|
446
|
+
"lastName": "",
|
|
447
|
+
"usernames": [
|
|
448
|
+
"red_woman",
|
|
449
|
+
"priestess_of_light",
|
|
450
|
+
"night_is_dark"
|
|
451
|
+
],
|
|
452
|
+
"profession": "Red Priestess",
|
|
453
|
+
"interests": [
|
|
454
|
+
"prophecy",
|
|
455
|
+
"fire rituals",
|
|
456
|
+
"the Lord of Light"
|
|
457
|
+
],
|
|
458
|
+
"quotes": [
|
|
459
|
+
"The night is dark and full of terrors.",
|
|
460
|
+
"Death by fire is the purest death.",
|
|
461
|
+
"I see a darkness in you, and in that darkness, eyes staring back at me.",
|
|
462
|
+
"I serve the Lord of Light. I do what he commands.",
|
|
463
|
+
"There is only one war that matters. The Great War. And it is here."
|
|
464
|
+
],
|
|
465
|
+
"gender": "female",
|
|
466
|
+
"birthYear": 240,
|
|
467
|
+
"symbol": "🔥",
|
|
468
|
+
"color": "#4c1d95",
|
|
469
|
+
"emailDomains": [
|
|
470
|
+
"lords-of-light.org",
|
|
471
|
+
"westeros-post.net"
|
|
472
|
+
]
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"id": "theon-greyjoy",
|
|
476
|
+
"firstName": "Theon",
|
|
477
|
+
"lastName": "Greyjoy",
|
|
478
|
+
"usernames": [
|
|
479
|
+
"reek",
|
|
480
|
+
"prince_of_iron_islands",
|
|
481
|
+
"what_is_dead_may_never"
|
|
482
|
+
],
|
|
483
|
+
"profession": "Prince of the Iron Islands",
|
|
484
|
+
"interests": [
|
|
485
|
+
"sailing",
|
|
486
|
+
"redemption",
|
|
487
|
+
"the Iron Islands"
|
|
488
|
+
],
|
|
489
|
+
"quotes": [
|
|
490
|
+
"My name is Theon Greyjoy.",
|
|
491
|
+
"I've made my choice. I choose the Starks.",
|
|
492
|
+
"I always wanted to do the right thing. I just... never knew what it was.",
|
|
493
|
+
"What is dead may never die.",
|
|
494
|
+
"I'm not the one who ran away."
|
|
495
|
+
],
|
|
496
|
+
"gender": "male",
|
|
497
|
+
"birthYear": 278,
|
|
498
|
+
"address": {
|
|
499
|
+
"city": "Pyke"
|
|
500
|
+
},
|
|
501
|
+
"symbol": "🦑",
|
|
502
|
+
"color": "#1e3a5f",
|
|
503
|
+
"emailDomains": [
|
|
504
|
+
"iron-islands.net",
|
|
505
|
+
"winterfell-mail.net"
|
|
506
|
+
]
|
|
507
|
+
}
|
|
508
|
+
]
|