-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathdatas.json
734 lines (734 loc) · 21.9 KB
/
datas.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
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
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
{
"houses": {
"baelish": {
"name": "House Baelish of Harrenhal"
},
"baratheon": {
"name": "House Baratheon of Dragonstone"
},
"bolton": {
"name": "House Bolton of the Dreadfort"
},
"clegane": {
"name": "House Clegane of Clegane's Keep"
},
"frey": {
"name": "House Frey of the Crossing"
},
"greyjoy": {
"name": "House Greyjoy of Pyke"
},
"lannister": {
"name": "House Lannister of Casterly Rock"
},
"martell": {
"name": "House Martell of Sunspear"
},
"mormont": {
"name": "House Mormont of Bear Island"
},
"stark": {
"name": "House Stark of Winterfell"
},
"targaryen": {
"name": "House Targaryen of King's Landing"
},
"tarly": {
"name": "House Tarly of Horn Hill"
},
"tarth": {
"name": "House Tarth of Evenfall Hall"
},
"tyrell": {
"name": "House Tyrell of Highgarden"
}
},
"characters": {
"aemon": {
"name": "Aemon Targaryen",
"house": "targaryen"
},
"aerys": {
"name": "Aerys II Targaryen",
"house": "targaryen"
},
"arya": {
"name": "Arya Stark",
"house": "stark"
},
"baelish": {
"name": "Petyr Baelish",
"house": "baelish"
},
"bran": {
"name": "Bran Stark",
"house": "stark"
},
"brienne": {
"name": "Brienne of Tarth",
"house": "tarth"
},
"catelyn": {
"name": "Catelyn Stark",
"house": "stark"
},
"cersei": {
"name": "Cersei Lannister",
"house": "lannister"
},
"daario": {
"name": "Daario Naharis",
"house": null
},
"daenerys": {
"name": "Daenerys Targaryen",
"house": "targaryen"
},
"davos": {
"name": "Davos Seaworth",
"house": null
},
"hodor": {
"name": "Hodor",
"house": null
},
"jaime": {
"name": "Jaime Lannister",
"house": "lannister"
},
"jaqen": {
"name": "Jaqen H'ghar",
"house": null
},
"joffrey": {
"name": "Joffrey Baratheon",
"house": "baratheon"
},
"joer": {
"name": "Joer Mormont",
"house": "mormont"
},
"jon": {
"name": "Jon Snow",
"house": "stark"
},
"lyanna": {
"name": "Lyanna Mormont",
"house": "mormont"
},
"mance": {
"name": "Mance Rayder",
"house": null
},
"melisandre": {
"name": "Melisandre",
"house": null
},
"ned": {
"name": "Eddard \"Ned\" Stark",
"house": "stark"
},
"oberyn": {
"name": "Oberyn Martell",
"house": "martell"
},
"olenna": {
"name": "Olenna Tyrell",
"house": "tyrell"
},
"qyburn": {
"name": "Qyburn",
"house": null
},
"ramsay": {
"name": "Ramsay Bolton",
"house": "bolton"
},
"robb": {
"name": "Robb Stark",
"house": "stark"
},
"robert": {
"name": "Robert Baratheon",
"house": "baratheon"
},
"samwell": {
"name": "Samwell Tarly",
"house": "tarly"
},
"sandor": {
"name": "Sandor Clegane",
"house": "clegane"
},
"sansa": {
"name": "Sansa Stark",
"house": "stark"
},
"theon": {
"name": "Theon Greyjoy",
"house": "greyjoy"
},
"tormund": {
"name": "Tormund",
"house": null
},
"tyrion": {
"name": "Tyrion Lannister",
"house": "lannister"
},
"tywin": {
"name": "Tywin Lannister",
"house": "lannister"
},
"varys": {
"name": "Lord Varys",
"house": null
},
"walder": {
"name": "Walder Frey",
"house": "frey"
},
"ygritte": {
"name": "Ygritte",
"house": null
}
},
"quotes": [
{
"character": "aemon",
"sentence": "We are only human, and the gods have fashioned us for love. That is our great glory, and our great tragedy."
},
{
"character": "aerys",
"sentence": "Burn them all!"
},
{
"character": "arya",
"sentence": "Fear cuts deeper than swords."
},
{
"character": "arya",
"sentence": "When people ask you what happened here, tell them the North remembers. Tell them winter came for House Frey."
},
{
"character": "arya",
"sentence": "Nothing isn't better or worse than anything. Nothing is just nothing."
},
{
"character": "arya",
"sentence": "Leave one wolf alive and the sheep are never safe."
},
{
"character": "baelish",
"sentence": "A man with no motive is a man no one suspects. Always keep your foes confused."
},
{
"character": "baelish",
"sentence": "Chaos isn't a pit. Chaos is a ladder."
},
{
"character": "baelish",
"sentence": "I have always found revenge to be the purest of motivations."
},
{
"character": "baelish",
"sentence": "It doesn't matter what we want. Once we get it, then we want something else."
},
{
"character": "baelish",
"sentence": "The fall breaks them. And some are given a chance to climb; they cling to the real or the gods or love."
},
{
"character": "bran",
"sentence": "Can a man still be brave if he's afraid? That is the only time a man can be brave."
},
{
"character": "bran",
"sentence": "We don't have time for all this. The Night King has your dragon. He's one of them now. The Wall has fallen. The dead march south."
},
{
"character": "brienne",
"sentence": "All I ever wanted was to fight for a lord I believed in. But the good lords are dead and the rest are monsters."
},
{
"character": "brienne",
"sentence": "All my life men like you have sneered at me, and all my life I've been knocking men like you into the dust."
},
{
"character": "brienne",
"sentence": "I will shield your back and keep your counsel, and give my life for yours if need be."
},
{
"character": "catelyn",
"sentence": "All this horror that has come to my family, it's all because I couldn't love a motherless child."
},
{
"character": "catelyn",
"sentence": "Laughter is poison to fear."
},
{
"character": "cersei",
"sentence": "I don't care about checking my worst impulses. I don't care about making the world a better place. Hang the world."
},
{
"character": "cersei",
"sentence": "I don't choose sides. I'm the queen of the Seven Kingdoms."
},
{
"character": "cersei",
"sentence": "I want our baby to live. Don't let me die, Jaime. Please don't let me die."
},
{
"character": "cersei",
"sentence": "If you ever call me sister again, I'll have you strangled in your sleep."
},
{
"character": "cersei",
"sentence": "If you want a whore, buy one. If you want a Queen, earn her."
},
{
"character": "cersei",
"sentence": "Power, is power"
},
{
"character": "cersei",
"sentence": "Tears aren't a woman's only weapon. The best one's between your legs."
},
{
"character": "cersei",
"sentence": "The more people you love, the weaker you are."
},
{
"character": "cersei",
"sentence": "The only way to keep your people loyal is to make certain they fear you more than they do the enemy."
},
{
"character": "cersei",
"sentence": "The only way to keep your people loyal is to make certain they fear you more than they do the enemy."
},
{
"character": "cersei",
"sentence": "When you play the game of thrones, you win or you die. There is no middle ground."
},
{
"character": "cersei",
"sentence": "You love your children. It's why you'll never win."
},
{
"character": "daario",
"sentence": "You understood fear once long ago, but you've forgotten what it means. Someone who's forgotten fear, has forgotten how to hide."
},
{
"character": "daenerys",
"sentence": "All men must die, but we are not men."
},
{
"character": "daenerys",
"sentence": "Dracarys!"
},
{
"character": "daenerys",
"sentence": "He was no dragon. Fire cannot kill a dragon."
},
{
"character": "daenerys",
"sentence": "I am Daenerys Stormborn of the Blood of old Valyria and I will take what is mine, with fire and blood I will take it"
},
{
"character": "daenerys",
"sentence": "I am the dragon's daughter, and I swear to you that those who would harm you will die screaming."
},
{
"character": "daenerys",
"sentence": "Which war was won without deceit and mass murder?"
},
{
"character": "davos",
"sentence": "I may not know the north, but I know men. They're more or less the same in any corner of the world and even the bravest of them don't want to see their wives and children skinned for a lost cause."
},
{
"character": "hodor",
"sentence": "Hold the door."
},
{
"character": "jaime",
"sentence": "By what right does the wolf judge the lion?"
},
{
"character": "jaime",
"sentence": "Fighting bravely for a losing cause is admirable. Fighting for a winning cause is far more rewarding."
},
{
"character": "jaime",
"sentence": "The things I do for love."
},
{
"character": "jaime",
"sentence": "There are no men like me. Only me."
},
{
"character": "jaime",
"sentence": "Three victories don't make you a conqueror."
},
{
"character": "jaqen",
"sentence": "If the day comes when you must find me again, just give that coin to any man from Braavos and say these words to him: \"Valar morghulis.\""
},
{
"character": "joer",
"sentence": "You want to lead one day? Then learn how to follow"
},
{
"character": "joffrey",
"sentence": "Everyone is mine to torment."
},
{
"character": "joffrey",
"sentence": "Say what you will about the Targaryens, they were conquerors."
},
{
"character": "jon",
"sentence": "Everything before the word \"but\" is horseshit."
},
{
"character": "jon",
"sentence": "If I fall, don't bring me back."
},
{
"character": "jon",
"sentence": " I swore a vow to the Night's Watch. If I don't take my own word seriously, what sort of \"Lord of Winterfell\" would I be?"
},
{
"character": "jon",
"sentence": "Love is the death of duty."
},
{
"character": "jon",
"sentence": "There is only one war that matters. The Great War. And it is here."
},
{
"character": "jon",
"sentence": "The war is not over. And I promise you, friend, the true enemy won't wait out the storm. He brings the storm."
},
{
"character": "jon",
"sentence": "Thousands of men don't need to die. Only one of us. Let's end this the old way. You against me."
},
{
"character": "lyanna",
"sentence": "The North remembers! We know no king but the King in the North whose name is Stark."
},
{
"character": "mance",
"sentence": "The freedom to make my own mistakes was all I ever wanted."
},
{
"character": "melisandre",
"sentence": "The night is dark and full of terrors."
},
{
"character": "ned",
"sentence": "A madman sees what he sees."
},
{
"character": "ned",
"sentence": "A ruler who hides behind paid executioners soon forgets what death is."
},
{
"character": "ned",
"sentence": "I, Eddard of the house Stark, lord of Winterfell and warden of the North, sentence you to die."
},
{
"character": "ned",
"sentence": "I grew up with soldiers. I learned how to die a long time ago."
},
{
"character": "ned",
"sentence": "The man who passes the sentence should swing the sword."
},
{
"character": "ned",
"sentence": "Winter is coming!"
},
{
"character": "ned",
"sentence": "When the snows fall and the white winds blow, the lone wolf dies but the pack survives"
},
{
"character": "oberyn",
"sentence": "Tell your father I'm here. And tell him the Lannisters aren't the only ones who pay their debts."
},
{
"character": "oberyn",
"sentence": "'Tis a big and beautiful world. Most of us live and die in the same corner where we were born and never get to see any of it. I don't want to be most of us."
},
{
"character": "oberyn",
"sentence": "You're not a golden lion. You're just a pink little man, who is far too slow on the draw. "
},
{
"character": "olenna",
"sentence": "I was told you were drunk, impertinent and thoroughly debauched. You can imagine my disappointment at finding nothing but a browbeaten bookkeeper."
},
{
"character": "olenna",
"sentence": "The world is overflowing with horrible things, but they’re all a tray of cakes next to death."
},
{
"character": "olenna",
"sentence": "You're a dragon. Be a dragon."
},
{
"character": "qyburn",
"sentence": "But sometimes before we can usher in the new, the old must be put to rest."
},
{
"character": "ramsay",
"sentence": "If you think this has a happy ending, you haven't been paying attention."
},
{
"character": "robert",
"sentence": "I'm the King, I get what I want. I never loved my brothers. Sad thing for a man to admit, but it's true. You were the brother I chose."
},
{
"character": "robb",
"sentence": "All men should keep their word, kings most of all."
},
{
"character": "samwell",
"sentence": "I was nothing at all. And when you're nothing at all, there's no reason to be afraid."
},
{
"character": "samwell",
"sentence": "Whilst Lord Janos was hiding with the women and children, Jon Snow was leading."
},
{
"character": "samwell",
"sentence": "Yes, well I suppose life is irregular"
},
{
"character": "sansa",
"sentence": "I am a Stark of Winterfell, this is my home. And you can't frighten me."
},
{
"character": "sansa",
"sentence": "I hate the king more than any of them."
},
{
"character": "sansa",
"sentence": "Only a fool would trust Littlefinger."
},
{
"character": "sansa",
"sentence": "No need to seize the last word, Lord Baelish. I'll assume it was something clever."
},
{
"character": "sansa",
"sentence": "When the snows fall and the white winds blow, the lone wolf dies, but the pack survives."
},
{
"character": "theon",
"sentence": "It's better to be cruel than weak."
},
{
"character": "theon",
"sentence": "It's always seemed there was an impossible choice I had to make...Stark or Greyjoy."
},
{
"character": "theon",
"sentence": "My sword is yours, in victory and defeat, from this day until my last day."
},
{
"character": "tormund",
"sentence": "Gingers are beautiful. We've been kissed by fire."
},
{
"character": "tyrion",
"sentence": "A Lannister always pays his debts."
},
{
"character": "tyrion",
"sentence": "A ruler who kills those devoted to her is not a ruler who inspires devotion."
},
{
"character": "tyrion",
"sentence": "Everyone who makes a joke about a dwarf's height thinks he's the only person ever to make a joke about a dwarf's height."
},
{
"character": "tyrion",
"sentence": "Death is so terribly final, while life is full of possibilities."
},
{
"character": "tyrion",
"sentence": "I'm a constant disappointment to my own father, and I have learned to live with it."
},
{
"character": "tyrion",
"sentence": "I'm guilty of being a dwarf."
},
{
"character": "tyrion",
"sentence": "I am your son. I have always been your son."
},
{
"character": "tyrion",
"sentence": "I did not kill Joffrey, but I wish that I had! Watching your vicious bastard die gave me more relief than a thousand lying whores!"
},
{
"character": "tyrion",
"sentence": "I have a lot of experience in losing."
},
{
"character": "tyrion",
"sentence": "I have a tender spot in my heart for cripples, bastards and broken things."
},
{
"character": "tyrion",
"sentence": "I know that our enemies hate each other almost as much as they hate us."
},
{
"character": "tyrion",
"sentence": "I wish I was the monster you think I am! I wish I had enough poison for the whole pack of you! I would gladly give my life to watch you all swallow it!"
},
{
"character": "tyrion",
"sentence": "It's hard to put a leash on a dog once you've put a crown on its head."
},
{
"character": "tyrion",
"sentence": "It's not easy being drunk all the time. Everyone would do it, if it were easy."
},
{
"character": "tyrion",
"sentence": "Love is more powerful than reason. We all know that."
},
{
"character": "tyrion",
"sentence": "Many underestimated you. Most of them are dead now."
},
{
"character": "tyrion",
"sentence": "Never forget what you are. The rest of the world will not. Wear it like armour, and it can never be used to hurt you."
},
{
"character": "tyrion",
"sentence": "No matter who you are, no matter how strong you are, sooner or later, you'll face circumstances beyond your control."
},
{
"character": "tyrion",
"sentence": "People often claim to hunger for truth, but seldom like the taste when it's served up."
},
{
"character": "tyrion",
"sentence": "That bit of theatre will haunt our family for a generation."
},
{
"character": "tyrion",
"sentence": "That's what I do: I drink and I know things."
},
{
"character": "tyrion",
"sentence": "The day will come when you think you are safe and happy, and your joy will turn to ashes in your mouth."
},
{
"character": "tyrion",
"sentence": "Well, my brother has his sword, and I have my mind, and a mind needs books like a sword needs a whetstone, if it's to keep its edge."
},
{
"character": "tyrion",
"sentence": "When you tear out a man's tongue, you are not proving him a liar, you're only telling the world that you fear what he might say"
},
{
"character": "tyrion",
"sentence": "Why is it that when one man builds a wall, the next man immediately needs to know what's on the other side?"
},
{
"character": "tyrion",
"sentence": "You love your children. It's your one redeeming quality. That and your cheekbones."
},
{
"character": "tywin",
"sentence": "A lion does not concern himself with the opinion of sheep."
},
{
"character": "tywin",
"sentence": "Any man who must say 'I am the King' is no true King."
},
{
"character": "tywin",
"sentence": "Every day that he remains a prisoner, the less our name commands respect."
},
{
"character": "tywin",
"sentence": "He's a Lannister! Maybe the lowest of the Lannisters, but he's one of us. And everyday that he remains a prisoner, the less our name commands respect."
},
{
"character": "tywin",
"sentence": "I need you to become the man you were always meant to be. Not next year, not tomorrow, now."
},
{
"character": "tywin",
"sentence": "If another house can seize one of our own and hold him captive with impunity, we are no longer a house to be feared."
},
{
"character": "tywin",
"sentence": "You are being counseled at this very moment."
},
{
"character": "sandor",
"sentence": "A hound will die for you, but never lie to you."
},
{
"character": "sandor",
"sentence": "Aye, there's a reason. I'm a big fucker and I'm tough to kill."
},
{
"character": "sandor",
"sentence": "Fuck the king."
},
{
"character": "sandor",
"sentence": "Hate's as good a thing as any to keep a person going. Better than most. We come across my brother, maybe we can both cross a name off our list."
},
{
"character": "sandor",
"sentence": "How did a mad fucker like you live this long?"
},
{
"character": "sandor",
"sentence": "If you can't protect yourself, die and get out of the way of those who can. Sharp steel and strong arms rule this world, don't ever believe any different."
},
{
"character": "sandor",
"sentence": "Thoros isn't here anymore, so I hope you're not about to give a sermon. Because if you are, the Lord of Light's gonna wonder why he brought you back 19 times just to watch you die when I chuck you over this fucking wall."
},
{
"character": "sandor",
"sentence": "You're shit at dying you know that?."
},
{
"character": "sandor",
"sentence": "Your lips are moving and you're complaining about something. That's whinging. This one's been killed six times. (points to Beric) You don't hear him bitching about it."
},
{
"character": "varys",
"sentence": "The storms come and go, the big fish eat the little fish and I keep on paddling."
},
{
"character": "varys",
"sentence": "Power resides where men believe it resides. It's a trick, a shadow on the wall. And a very small man can cast a very large shadow."
},
{
"character": "walder",
"sentence": "The Freys and the Lannisters send their regards."
},
{
"character": "ygritte",
"sentence": "Every man must die, Jon Snow. but first, he must live"
},
{
"character": "ygritte",
"sentence": "You know nothing, Jon Snow."
}
]
}