loredata 0.1.0 → 0.2.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/README.md +33 -5
- package/data/breaking-bad/characters.json +36 -7
- package/data/breaking-bad/meta.json +3 -1
- package/data/fast-and-furious/characters.json +26 -7
- package/data/fast-and-furious/meta.json +3 -1
- package/data/friends/characters.json +128 -22
- package/data/friends/meta.json +6 -1
- package/data/game-of-thrones/characters.json +45 -15
- package/data/game-of-thrones/meta.json +3 -1
- package/data/harry-potter/characters.json +30 -7
- package/data/harry-potter/meta.json +3 -1
- package/data/house-md/characters.json +58 -15
- package/data/house-md/meta.json +6 -1
- package/data/lost/characters.json +120 -24
- package/data/lost/meta.json +6 -1
- package/data/matrix/characters.json +112 -24
- package/data/matrix/meta.json +6 -1
- package/data/peaky-blinders/characters.json +33 -11
- package/data/peaky-blinders/meta.json +6 -1
- package/data/sherlock/characters.json +99 -19
- package/data/sherlock/meta.json +6 -1
- package/data/the-office/characters.json +55 -15
- package/data/the-office/meta.json +3 -1
- package/dist/browser.cjs +107 -8
- package/dist/browser.cjs.map +1 -1
- package/dist/browser.d.cts +7 -3
- package/dist/browser.d.ts +7 -3
- package/dist/browser.js +103 -8
- package/dist/browser.js.map +1 -1
- package/dist/cli/cli.cjs +109 -16
- package/dist/cli/cli.cjs.map +1 -1
- package/dist/cli/cli.js +110 -17
- package/dist/cli/cli.js.map +1 -1
- package/dist/index.cjs +110 -15
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +14 -4
- package/dist/index.d.ts +14 -4
- package/dist/index.js +110 -16
- package/dist/index.js.map +1 -1
- package/dist/{universe-store-DJrm7bP7.d.cts → universe-store-Del1UHgn.d.cts} +11 -9
- package/dist/{universe-store-DJrm7bP7.d.ts → universe-store-Del1UHgn.d.ts} +11 -9
- package/package.json +9 -4
|
@@ -3,7 +3,13 @@
|
|
|
3
3
|
"id": "jack-shephard",
|
|
4
4
|
"firstName": "Jack",
|
|
5
5
|
"lastName": "Shephard",
|
|
6
|
-
"usernames": [
|
|
6
|
+
"usernames": [
|
|
7
|
+
"live_together_die_alone",
|
|
8
|
+
"chief_of_surgery",
|
|
9
|
+
"man_of_science",
|
|
10
|
+
"oceanic815_doc",
|
|
11
|
+
"spinal_surgeon"
|
|
12
|
+
],
|
|
7
13
|
"profession": "spinal surgeon",
|
|
8
14
|
"interests": ["medicine", "leadership", "rock climbing", "reading", "fixing things"],
|
|
9
15
|
"quotes": [
|
|
@@ -14,13 +20,21 @@
|
|
|
14
20
|
"I'm gonna kill you.",
|
|
15
21
|
"You're not John Locke. You disrespect his memory by wearing his face, but you're nothing like him. Turns out he was right about most everything. I just wish I could've told him that while he was still alive."
|
|
16
22
|
],
|
|
17
|
-
"gender": "male"
|
|
23
|
+
"gender": "male",
|
|
24
|
+
"symbol": "✈️",
|
|
25
|
+
"color": "#083344"
|
|
18
26
|
},
|
|
19
27
|
{
|
|
20
28
|
"id": "kate-austen",
|
|
21
29
|
"firstName": "Kate",
|
|
22
30
|
"lastName": "Austen",
|
|
23
|
-
"usernames": [
|
|
31
|
+
"usernames": [
|
|
32
|
+
"always_running",
|
|
33
|
+
"freckles_fugitive",
|
|
34
|
+
"marshal_bait",
|
|
35
|
+
"oceanic815_kate",
|
|
36
|
+
"not_running_now"
|
|
37
|
+
],
|
|
24
38
|
"profession": "fugitive, former farmer",
|
|
25
39
|
"interests": ["survival", "firearms", "climbing", "running", "fixing engines"],
|
|
26
40
|
"quotes": [
|
|
@@ -30,13 +44,21 @@
|
|
|
30
44
|
"Since when did shooting kids and blowing up hydrogen bombs become okay?",
|
|
31
45
|
"I saved you a bullet!"
|
|
32
46
|
],
|
|
33
|
-
"gender": "female"
|
|
47
|
+
"gender": "female",
|
|
48
|
+
"symbol": "🏃",
|
|
49
|
+
"color": "#3b1f0a"
|
|
34
50
|
},
|
|
35
51
|
{
|
|
36
52
|
"id": "john-locke",
|
|
37
53
|
"firstName": "John",
|
|
38
54
|
"lastName": "Locke",
|
|
39
|
-
"usernames": [
|
|
55
|
+
"usernames": [
|
|
56
|
+
"man_of_faith",
|
|
57
|
+
"dont_tell_me_what_i_cant",
|
|
58
|
+
"walkabout_john",
|
|
59
|
+
"box_company_hunter",
|
|
60
|
+
"the_island_chose_me"
|
|
61
|
+
],
|
|
40
62
|
"profession": "box company employee, survivalist",
|
|
41
63
|
"interests": ["hunting", "backgammon", "nature", "philosophy", "destiny"],
|
|
42
64
|
"quotes": [
|
|
@@ -47,13 +69,21 @@
|
|
|
47
69
|
"No, I don't think that's true. You're not running now.",
|
|
48
70
|
"Two players. Two sides. One is light... one is dark."
|
|
49
71
|
],
|
|
50
|
-
"gender": "male"
|
|
72
|
+
"gender": "male",
|
|
73
|
+
"symbol": "🗺️",
|
|
74
|
+
"color": "#083344"
|
|
51
75
|
},
|
|
52
76
|
{
|
|
53
77
|
"id": "hugo-hurley-reyes",
|
|
54
78
|
"firstName": "Hugo",
|
|
55
79
|
"lastName": "Reyes",
|
|
56
|
-
"usernames": [
|
|
80
|
+
"usernames": [
|
|
81
|
+
"hurley_dude",
|
|
82
|
+
"number_42_hugo",
|
|
83
|
+
"clucks_lottery_winner",
|
|
84
|
+
"dharma_chef",
|
|
85
|
+
"156_million_problems"
|
|
86
|
+
],
|
|
57
87
|
"profession": "fast food restaurant owner, lottery winner",
|
|
58
88
|
"interests": ["golf", "comic books", "Star Wars", "chicken", "people"],
|
|
59
89
|
"quotes": [
|
|
@@ -64,13 +94,21 @@
|
|
|
64
94
|
"I can sorta use someone with, like, experience. For a little while. So... will you help me, Ben?",
|
|
65
95
|
"It's kind of true, dude. He's worse than Yoda."
|
|
66
96
|
],
|
|
67
|
-
"gender": "male"
|
|
97
|
+
"gender": "male",
|
|
98
|
+
"symbol": "🍗",
|
|
99
|
+
"color": "#083344"
|
|
68
100
|
},
|
|
69
101
|
{
|
|
70
102
|
"id": "james-sawyer-ford",
|
|
71
103
|
"firstName": "James",
|
|
72
104
|
"lastName": "Ford",
|
|
73
|
-
"usernames": [
|
|
105
|
+
"usernames": [
|
|
106
|
+
"sawyer_nicknames",
|
|
107
|
+
"dharmaville_lafleur",
|
|
108
|
+
"confidence_man_jim",
|
|
109
|
+
"redneck_man",
|
|
110
|
+
"dharma_cowboy"
|
|
111
|
+
],
|
|
74
112
|
"profession": "con man, DHARMA Initiative security chief",
|
|
75
113
|
"interests": ["reading", "poker", "nicknames", "cons", "whiskey"],
|
|
76
114
|
"quotes": [
|
|
@@ -81,13 +119,21 @@
|
|
|
81
119
|
"I ain't no hero, Mike.",
|
|
82
120
|
"Some of us are meant to be alone."
|
|
83
121
|
],
|
|
84
|
-
"gender": "male"
|
|
122
|
+
"gender": "male",
|
|
123
|
+
"symbol": "📖",
|
|
124
|
+
"color": "#65a30d"
|
|
85
125
|
},
|
|
86
126
|
{
|
|
87
127
|
"id": "sayid-jarrah",
|
|
88
128
|
"firstName": "Sayid",
|
|
89
129
|
"lastName": "Jarrah",
|
|
90
|
-
"usernames": [
|
|
130
|
+
"usernames": [
|
|
131
|
+
"republican_guard_sayid",
|
|
132
|
+
"torturer_of_the_island",
|
|
133
|
+
"nadia_letter",
|
|
134
|
+
"iraqi_soldier",
|
|
135
|
+
"communications_officer"
|
|
136
|
+
],
|
|
91
137
|
"profession": "former Iraqi Republican Guard communications officer",
|
|
92
138
|
"interests": ["electronics", "cooking", "engineering", "chess", "Nadia"],
|
|
93
139
|
"quotes": [
|
|
@@ -98,13 +144,21 @@
|
|
|
98
144
|
"I've tortured more people than I can remember. I murdered. Wherever I'm going... it can't be very pleasant.",
|
|
99
145
|
"Because it is going to be you, Jack."
|
|
100
146
|
],
|
|
101
|
-
"gender": "male"
|
|
147
|
+
"gender": "male",
|
|
148
|
+
"symbol": "📡",
|
|
149
|
+
"color": "#083344"
|
|
102
150
|
},
|
|
103
151
|
{
|
|
104
152
|
"id": "charlie-pace",
|
|
105
153
|
"firstName": "Charlie",
|
|
106
154
|
"lastName": "Pace",
|
|
107
|
-
"usernames": [
|
|
155
|
+
"usernames": [
|
|
156
|
+
"driveshaft_bass",
|
|
157
|
+
"bloody_rock_god",
|
|
158
|
+
"not_pennys_boat_charlie",
|
|
159
|
+
"gods_pianist",
|
|
160
|
+
"heroin_hobbit"
|
|
161
|
+
],
|
|
108
162
|
"profession": "rock musician, bass player of Drive Shaft",
|
|
109
163
|
"interests": ["music", "guitar", "Drive Shaft", "Claire", "Aaron"],
|
|
110
164
|
"quotes": [
|
|
@@ -115,13 +169,21 @@
|
|
|
115
169
|
"It wouldn't be an irrational fear of bees if I could just pull myself together, would it?",
|
|
116
170
|
"Charlie! Tell him I said hi!"
|
|
117
171
|
],
|
|
118
|
-
"gender": "male"
|
|
172
|
+
"gender": "male",
|
|
173
|
+
"symbol": "🎸",
|
|
174
|
+
"color": "#064e3b"
|
|
119
175
|
},
|
|
120
176
|
{
|
|
121
177
|
"id": "desmond-hume",
|
|
122
178
|
"firstName": "Desmond",
|
|
123
179
|
"lastName": "Hume",
|
|
124
|
-
"usernames": [
|
|
180
|
+
"usernames": [
|
|
181
|
+
"see_you_in_another_life",
|
|
182
|
+
"button_pusher_3years",
|
|
183
|
+
"pennys_constant",
|
|
184
|
+
"brother_desmond",
|
|
185
|
+
"failsafe_key_man"
|
|
186
|
+
],
|
|
125
187
|
"profession": "former Royal Scots soldier, button pusher",
|
|
126
188
|
"interests": ["sailing", "Penny", "running", "philosophy", "Dickens"],
|
|
127
189
|
"quotes": [
|
|
@@ -132,13 +194,21 @@
|
|
|
132
194
|
"What's the point in being afraid?",
|
|
133
195
|
"Calling my bloody constant."
|
|
134
196
|
],
|
|
135
|
-
"gender": "male"
|
|
197
|
+
"gender": "male",
|
|
198
|
+
"symbol": "⌚",
|
|
199
|
+
"color": "#0891b2"
|
|
136
200
|
},
|
|
137
201
|
{
|
|
138
202
|
"id": "sun-hwa-kwon",
|
|
139
203
|
"firstName": "Sun",
|
|
140
204
|
"lastName": "Kwon",
|
|
141
|
-
"usernames": [
|
|
205
|
+
"usernames": [
|
|
206
|
+
"paiks_daughter",
|
|
207
|
+
"sun_speaks_english",
|
|
208
|
+
"ji_yeon_mama",
|
|
209
|
+
"oceanic6_sun",
|
|
210
|
+
"controlling_interest_sun"
|
|
211
|
+
],
|
|
142
212
|
"profession": "businesswoman, daughter of a Korean industrialist",
|
|
143
213
|
"interests": ["gardening", "languages", "painting", "Ji Yeon", "Jin"],
|
|
144
214
|
"quotes": [
|
|
@@ -149,13 +219,21 @@
|
|
|
149
219
|
"We can start a new life. We'll go away.",
|
|
150
220
|
"So, Seoul. Is that in the good Korea or the bad Korea? The good one."
|
|
151
221
|
],
|
|
152
|
-
"gender": "female"
|
|
222
|
+
"gender": "female",
|
|
223
|
+
"symbol": "🌱",
|
|
224
|
+
"color": "#312e81"
|
|
153
225
|
},
|
|
154
226
|
{
|
|
155
227
|
"id": "jin-soo-kwon",
|
|
156
228
|
"firstName": "Jin",
|
|
157
229
|
"lastName": "Kwon",
|
|
158
|
-
"usernames": [
|
|
230
|
+
"usernames": [
|
|
231
|
+
"jin_kwon_fisherman",
|
|
232
|
+
"paik_enforcer_jin",
|
|
233
|
+
"dharma_security_jin",
|
|
234
|
+
"korean_survivor",
|
|
235
|
+
"sun_husband"
|
|
236
|
+
],
|
|
159
237
|
"profession": "hotel doorman, Paik Industries enforcer",
|
|
160
238
|
"interests": ["fishing", "family", "cooking", "Sun", "honor"],
|
|
161
239
|
"quotes": [
|
|
@@ -165,13 +243,21 @@
|
|
|
165
243
|
"Daniel... No more flash?",
|
|
166
244
|
"Please, translate!"
|
|
167
245
|
],
|
|
168
|
-
"gender": "male"
|
|
246
|
+
"gender": "male",
|
|
247
|
+
"symbol": "🎣",
|
|
248
|
+
"color": "#4c1d95"
|
|
169
249
|
},
|
|
170
250
|
{
|
|
171
251
|
"id": "benjamin-linus",
|
|
172
252
|
"firstName": "Benjamin",
|
|
173
253
|
"lastName": "Linus",
|
|
174
|
-
"usernames": [
|
|
254
|
+
"usernames": [
|
|
255
|
+
"henry_gale_ben",
|
|
256
|
+
"the_good_guys_leader",
|
|
257
|
+
"i_always_have_a_plan",
|
|
258
|
+
"otherville_ben",
|
|
259
|
+
"jacob_was_wrong_ben"
|
|
260
|
+
],
|
|
175
261
|
"profession": "leader of the Others, former DHARMA Initiative member",
|
|
176
262
|
"interests": ["reading", "power", "manipulation", "the Island", "Dostoevsky"],
|
|
177
263
|
"quotes": [
|
|
@@ -182,13 +268,21 @@
|
|
|
182
268
|
"John Locke was a... a believer, he was a man of faith, he was... a much better man than I will ever be. And I'm very sorry I murdered him.",
|
|
183
269
|
"I would be honored."
|
|
184
270
|
],
|
|
185
|
-
"gender": "male"
|
|
271
|
+
"gender": "male",
|
|
272
|
+
"symbol": "📚",
|
|
273
|
+
"color": "#7c2d12"
|
|
186
274
|
},
|
|
187
275
|
{
|
|
188
276
|
"id": "richard-alpert",
|
|
189
277
|
"firstName": "Richard",
|
|
190
278
|
"lastName": "Alpert",
|
|
191
|
-
"usernames": [
|
|
279
|
+
"usernames": [
|
|
280
|
+
"never_ages_richard",
|
|
281
|
+
"jacobus_emissary",
|
|
282
|
+
"eyeliner_richard",
|
|
283
|
+
"advisor_to_the_island",
|
|
284
|
+
"ab_aeterno_richard"
|
|
285
|
+
],
|
|
192
286
|
"profession": "adviser to the Others, immortal",
|
|
193
287
|
"interests": ["the Island", "Jacob", "history", "faith", "serving"],
|
|
194
288
|
"quotes": [
|
|
@@ -199,6 +293,8 @@
|
|
|
199
293
|
"I want my wife back.",
|
|
200
294
|
"I never want to die. I want to live forever."
|
|
201
295
|
],
|
|
202
|
-
"gender": "male"
|
|
296
|
+
"gender": "male",
|
|
297
|
+
"symbol": "⏳",
|
|
298
|
+
"color": "#1e3a5f"
|
|
203
299
|
}
|
|
204
300
|
]
|
package/data/lost/meta.json
CHANGED
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"id": "neo",
|
|
4
|
-
"firstName": "
|
|
5
|
-
"lastName": "
|
|
6
|
-
"usernames": [
|
|
4
|
+
"firstName": "Neo",
|
|
5
|
+
"lastName": "",
|
|
6
|
+
"usernames": [
|
|
7
|
+
"the_one",
|
|
8
|
+
"red_pill_taken",
|
|
9
|
+
"follow_the_white_rabbit",
|
|
10
|
+
"mr_anderson_no_more",
|
|
11
|
+
"beyond_the_matrix"
|
|
12
|
+
],
|
|
7
13
|
"profession": "software engineer",
|
|
8
14
|
"interests": ["hacking", "martial arts", "truth", "philosophy", "freedom"],
|
|
9
15
|
"quotes": [
|
|
@@ -15,13 +21,21 @@
|
|
|
15
21
|
"Because I choose to.",
|
|
16
22
|
"I'm going to show these people what you don't want them to see. I'm going to show them a world without you. A world without rules or controls, borders or boundaries. A world where anything is possible."
|
|
17
23
|
],
|
|
18
|
-
"gender": "male"
|
|
24
|
+
"gender": "male",
|
|
25
|
+
"symbol": "💊",
|
|
26
|
+
"color": "#134e4a"
|
|
19
27
|
},
|
|
20
28
|
{
|
|
21
29
|
"id": "morpheus",
|
|
22
30
|
"firstName": "Morpheus",
|
|
23
31
|
"lastName": "",
|
|
24
|
-
"usernames": [
|
|
32
|
+
"usernames": [
|
|
33
|
+
"captain_nebuchadnezzar",
|
|
34
|
+
"oracle_believer",
|
|
35
|
+
"zion_soldier",
|
|
36
|
+
"free_your_mind",
|
|
37
|
+
"red_pill_dealer"
|
|
38
|
+
],
|
|
25
39
|
"profession": "ship captain",
|
|
26
40
|
"interests": ["prophecy", "resistance", "philosophy", "leadership", "Zion"],
|
|
27
41
|
"quotes": [
|
|
@@ -33,13 +47,21 @@
|
|
|
33
47
|
"What is real? How do you define real? If you're talking about what you can feel, what you can smell, what you can taste and see, then real is simply electrical signals interpreted by your brain.",
|
|
34
48
|
"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."
|
|
35
49
|
],
|
|
36
|
-
"gender": "male"
|
|
50
|
+
"gender": "male",
|
|
51
|
+
"symbol": "🔴",
|
|
52
|
+
"color": "#3b1f0a"
|
|
37
53
|
},
|
|
38
54
|
{
|
|
39
55
|
"id": "trinity",
|
|
40
56
|
"firstName": "Trinity",
|
|
41
57
|
"lastName": "",
|
|
42
|
-
"usernames": [
|
|
58
|
+
"usernames": [
|
|
59
|
+
"dodge_this",
|
|
60
|
+
"nebuchadnezzar_crew",
|
|
61
|
+
"loves_the_one",
|
|
62
|
+
"ranking_officer",
|
|
63
|
+
"zion_fighter"
|
|
64
|
+
],
|
|
43
65
|
"profession": "hacker",
|
|
44
66
|
"interests": ["hacking", "combat", "freedom", "loyalty", "flying"],
|
|
45
67
|
"quotes": [
|
|
@@ -51,13 +73,21 @@
|
|
|
51
73
|
"I will not stand here and do nothing. I will not wait here to watch them die.",
|
|
52
74
|
"Neo, no one has ever done anything like this."
|
|
53
75
|
],
|
|
54
|
-
"gender": "female"
|
|
76
|
+
"gender": "female",
|
|
77
|
+
"symbol": "💻",
|
|
78
|
+
"color": "#312e81"
|
|
55
79
|
},
|
|
56
80
|
{
|
|
57
81
|
"id": "agent-smith",
|
|
58
82
|
"firstName": "Agent",
|
|
59
83
|
"lastName": "Smith",
|
|
60
|
-
"usernames": [
|
|
84
|
+
"usernames": [
|
|
85
|
+
"mr_anderson",
|
|
86
|
+
"virus_not_mammal",
|
|
87
|
+
"agent_of_the_system",
|
|
88
|
+
"purpose_defines",
|
|
89
|
+
"inevitable"
|
|
90
|
+
],
|
|
61
91
|
"profession": "machine agent",
|
|
62
92
|
"interests": ["order", "control", "elimination", "purpose", "freedom from purpose"],
|
|
63
93
|
"quotes": [
|
|
@@ -69,13 +99,21 @@
|
|
|
69
99
|
"I killed you, Mr. Anderson, I watched you die; and with a certain satisfaction, I might add.",
|
|
70
100
|
"Why, Mr. Anderson?! Why?! WHY DO YOU PERSIST?!"
|
|
71
101
|
],
|
|
72
|
-
"gender": "male"
|
|
102
|
+
"gender": "male",
|
|
103
|
+
"symbol": "🕶️",
|
|
104
|
+
"color": "#059669"
|
|
73
105
|
},
|
|
74
106
|
{
|
|
75
107
|
"id": "the-oracle",
|
|
76
108
|
"firstName": "The",
|
|
77
109
|
"lastName": "Oracle",
|
|
78
|
-
"usernames": [
|
|
110
|
+
"usernames": [
|
|
111
|
+
"know_thyself",
|
|
112
|
+
"cookie_baker",
|
|
113
|
+
"not_without_irony",
|
|
114
|
+
"unbalance_it",
|
|
115
|
+
"temet_nosce"
|
|
116
|
+
],
|
|
79
117
|
"profession": "Oracle program",
|
|
80
118
|
"interests": ["humanity", "baking", "choice", "prophecy", "the future"],
|
|
81
119
|
"quotes": [
|
|
@@ -87,13 +125,21 @@
|
|
|
87
125
|
"One way or another, Neo, this war is going to end. Tonight, the future of both worlds will be in your hands… or in his.",
|
|
88
126
|
"What do you think I am? Human?"
|
|
89
127
|
],
|
|
90
|
-
"gender": "female"
|
|
128
|
+
"gender": "female",
|
|
129
|
+
"symbol": "🍪",
|
|
130
|
+
"color": "#16a34a"
|
|
91
131
|
},
|
|
92
132
|
{
|
|
93
133
|
"id": "cypher",
|
|
94
134
|
"firstName": "Cypher",
|
|
95
135
|
"lastName": "",
|
|
96
|
-
"usernames": [
|
|
136
|
+
"usernames": [
|
|
137
|
+
"ignorance_is_bliss",
|
|
138
|
+
"steak_tastes_real",
|
|
139
|
+
"back_to_sleep",
|
|
140
|
+
"reinserted",
|
|
141
|
+
"judas_of_zion"
|
|
142
|
+
],
|
|
97
143
|
"profession": "hacker",
|
|
98
144
|
"interests": ["comfort", "steak", "wine", "forgetting", "the Matrix"],
|
|
99
145
|
"quotes": [
|
|
@@ -105,13 +151,21 @@
|
|
|
105
151
|
"I don't believe it!",
|
|
106
152
|
"He lied to us, Trinity. He tricked us."
|
|
107
153
|
],
|
|
108
|
-
"gender": "male"
|
|
154
|
+
"gender": "male",
|
|
155
|
+
"symbol": "🥩",
|
|
156
|
+
"color": "#d97706"
|
|
109
157
|
},
|
|
110
158
|
{
|
|
111
159
|
"id": "tank",
|
|
112
160
|
"firstName": "Tank",
|
|
113
161
|
"lastName": "",
|
|
114
|
-
"usernames": [
|
|
162
|
+
"usernames": [
|
|
163
|
+
"genuine_child_of_zion",
|
|
164
|
+
"operator_online",
|
|
165
|
+
"born_free",
|
|
166
|
+
"no_holes",
|
|
167
|
+
"last_human_city"
|
|
168
|
+
],
|
|
115
169
|
"profession": "operator",
|
|
116
170
|
"interests": ["Zion", "hovercraft systems", "human freedom", "family", "combat programs"],
|
|
117
171
|
"quotes": [
|
|
@@ -123,13 +177,21 @@
|
|
|
123
177
|
"Believe it or not, you piece of shit, you're still gonna burn!",
|
|
124
178
|
"So what do you need, besides a miracle?"
|
|
125
179
|
],
|
|
126
|
-
"gender": "male"
|
|
180
|
+
"gender": "male",
|
|
181
|
+
"symbol": "⚙️",
|
|
182
|
+
"color": "#3b1f0a"
|
|
127
183
|
},
|
|
128
184
|
{
|
|
129
185
|
"id": "mouse",
|
|
130
186
|
"firstName": "Mouse",
|
|
131
187
|
"lastName": "",
|
|
132
|
-
"usernames": [
|
|
188
|
+
"usernames": [
|
|
189
|
+
"woman_in_red",
|
|
190
|
+
"neural_kinetics",
|
|
191
|
+
"digital_pimp",
|
|
192
|
+
"fastest_on_the_ship",
|
|
193
|
+
"not_real_chicken"
|
|
194
|
+
],
|
|
133
195
|
"profession": "hacker",
|
|
134
196
|
"interests": ["simulation design", "women", "combat", "chicken programs", "virtual reality"],
|
|
135
197
|
"quotes": [
|
|
@@ -139,13 +201,21 @@
|
|
|
139
201
|
"So what if he makes it?",
|
|
140
202
|
"I know, I know. But what if he does?"
|
|
141
203
|
],
|
|
142
|
-
"gender": "male"
|
|
204
|
+
"gender": "male",
|
|
205
|
+
"symbol": "👻",
|
|
206
|
+
"color": "#475569"
|
|
143
207
|
},
|
|
144
208
|
{
|
|
145
209
|
"id": "the-architect",
|
|
146
210
|
"firstName": "The",
|
|
147
211
|
"lastName": "Architect",
|
|
148
|
-
"usernames": [
|
|
212
|
+
"usernames": [
|
|
213
|
+
"matrix_creator",
|
|
214
|
+
"anomaly_counter",
|
|
215
|
+
"sixth_version",
|
|
216
|
+
"mathematical_precision",
|
|
217
|
+
"father_of_matrix"
|
|
218
|
+
],
|
|
149
219
|
"profession": "architect program",
|
|
150
220
|
"interests": ["order", "mathematics", "system stability", "equations", "control"],
|
|
151
221
|
"quotes": [
|
|
@@ -157,13 +227,21 @@
|
|
|
157
227
|
"If I am the father of the Matrix, she would undoubtedly be its mother.",
|
|
158
228
|
"We won't."
|
|
159
229
|
],
|
|
160
|
-
"gender": "male"
|
|
230
|
+
"gender": "male",
|
|
231
|
+
"symbol": "📐",
|
|
232
|
+
"color": "#dc2626"
|
|
161
233
|
},
|
|
162
234
|
{
|
|
163
235
|
"id": "seraph",
|
|
164
236
|
"firstName": "Seraph",
|
|
165
237
|
"lastName": "",
|
|
166
|
-
"usernames": [
|
|
238
|
+
"usernames": [
|
|
239
|
+
"wingless_angel",
|
|
240
|
+
"oracle_guardian",
|
|
241
|
+
"l_ange_sans_ailes",
|
|
242
|
+
"golden_path",
|
|
243
|
+
"protector_program"
|
|
244
|
+
],
|
|
167
245
|
"profession": "guardian program",
|
|
168
246
|
"interests": ["protection", "martial arts", "loyalty", "the Oracle", "purpose"],
|
|
169
247
|
"quotes": [
|
|
@@ -173,13 +251,21 @@
|
|
|
173
251
|
"So be it.",
|
|
174
252
|
"I have beaten you before."
|
|
175
253
|
],
|
|
176
|
-
"gender": "male"
|
|
254
|
+
"gender": "male",
|
|
255
|
+
"symbol": "🛡️",
|
|
256
|
+
"color": "#312e81"
|
|
177
257
|
},
|
|
178
258
|
{
|
|
179
259
|
"id": "niobe",
|
|
180
260
|
"firstName": "Niobe",
|
|
181
261
|
"lastName": "",
|
|
182
|
-
"usernames": [
|
|
262
|
+
"usernames": [
|
|
263
|
+
"logos_captain",
|
|
264
|
+
"best_pilot_in_zion",
|
|
265
|
+
"ghost_crew",
|
|
266
|
+
"zion_commander",
|
|
267
|
+
"freeway_driver"
|
|
268
|
+
],
|
|
183
269
|
"profession": "ship captain",
|
|
184
270
|
"interests": ["piloting", "resistance", "Zion", "survival", "combat"],
|
|
185
271
|
"quotes": [
|
|
@@ -189,6 +275,8 @@
|
|
|
189
275
|
"There must be some kind of failsafe.",
|
|
190
276
|
"Then what do you need us for?"
|
|
191
277
|
],
|
|
192
|
-
"gender": "female"
|
|
278
|
+
"gender": "female",
|
|
279
|
+
"symbol": "🚀",
|
|
280
|
+
"color": "#083344"
|
|
193
281
|
}
|
|
194
282
|
]
|
package/data/matrix/meta.json
CHANGED