-
Notifications
You must be signed in to change notification settings - Fork 1
/
8.9.1_all_quotes.json
13900 lines (13900 loc) · 845 KB
/
8.9.1_all_quotes.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
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"Annie": {
"champ_id": 1,
"quotes": {
"Champion Select": {
"Annie_Select": "\"You wanna play too? It'll be fun!\"",
"Annie.attack5": "\"I want a turn!\""
},
"Attacking": {
"Annie.attack1": "\"Take that!\"",
"Annie.attack2": "\"Don't make me hurt you!\"",
"Annie.attack3": "\"Eeny, meeny, miny, burn!\"",
"Annie.attack4": "\"Let's count to five!\"",
"Annie.attack5": "\"I want a turn!\"",
"Annie.attack6": "\"Play time!\"",
"Annie.attack7": "\"Can they do this?\"",
"Annie.attack8": "\"This is fun!\"",
"Annie.attack9": "\"Ashes, ashes, they all fall down.\""
},
"Movement": {
"Annie.move1": "\"Have you seen my bear Tibbers?\"",
"Annie.move2": "\"This way!\"",
"Annie.move3": "\"Try to keep up!\"",
"Annie.move4": "\"Are we there yet?\"",
"Annie.move5": "\"I never play with matches.\"",
"Annie.move6": "\"Don't be a scaredy cat!\"",
"Annie.move7": "\"Hop, skip, jump!\"",
"Annie.move8": "\"Come out, come out, wherever you are!\""
},
"Joke": {
"Annie.joke1": "\"You smell like burning!\"",
"Annie.joke2": "\"What's your favorite aminal? A bear?\""
},
"Taunt": {
"Annie.taunt1": "\"Beaten by a little girl... ha!\"",
"Annie.taunt2": "\"You can't come to Tibbers' tea party! Bleh!\"",
"Annie.taunt3": "\"I'm rubber and you're... on fire!\""
},
"Laugh": {},
"Upon Using Summon Tibbers": {
"Annie.ultimate1": "\"Get 'em, Tibbers!\"",
"Annie.ultimate2": "\"Bear hug!\"",
"Annie.ultimate3": "\"Tibbers!\"",
"Annie.ultimate4": "\"Yay, Tibbers!\"",
"Annie.ultimate5": "\"Found him!\""
},
"Upon Death": {
"Annie.dying1": "\"Uh... *cough* Tibbers.\""
}
}
},
"Olaf": {
"champ_id": 2,
"quotes": {
"Champion Select": {
"Olaf_Select": "\"Leave nothing behind!\"",
"Olaf.taunt": "\"C'mon, I won't hurt you. I promise!\""
},
"Attacking": {
"Olaf.attack1": "\"Faster to battle!\"",
"Olaf.attack2": "\"Chop chop!\"",
"Olaf.attack3": "\"My axe is thirsty.\"",
"Olaf.attack4": "\"Finally, some fun!\"",
"Olaf.attack5": "\"Death by steel!\"",
"Olaf.attack6": "\"Obliteration!\""
},
"Movement": {
"Olaf.move1": "\"The might of Lokfar approaches!\"",
"Olaf.move2": "\"To plunder!\"",
"Olaf.move3": "\"To action!\"",
"Olaf.move4": "\"I'm going.\"",
"Olaf.move5": "\"Urge to kill, rising!\""
},
"Taunt": {
"Olaf.taunt": "\"C'mon, I won't hurt you. I promise!\""
},
"Joke": {
"Olaf.joke": "\"The worth of a man can be measured by the length of his beard, and the girth of his belt buckle.\""
},
"Laugh": {}
}
},
"Galio": {
"champ_id": 3,
"quotes": {
"Champion Select": {
"Galio_Select_new": "\"Time to make an impact!\"",
"Galio_Ban": "\"Back to sleep, then... \""
},
"Upon Starting a Game": {
"Galio.start01": "\"You know what's hard about fighting? Nothing! Come on, I'm made of stone.\"",
"Galio.start02": "\"I've got a high tolerance for magic. Takes a lot for me to feel it.\"",
"Galio.start03": "\"As a symbol of this great nation, I say... let's go mess up some mages!\"",
"Galio.start04": "\"Know of any battles? Just looking to get my wings dirty.\"",
"Galio.start05": "\"People are funny. They pass beneath me doing the same thing day after day.\"",
"Galio.start06": "\"I'd like to apologize in advance for ruining this place.\"",
"Galio.start07": "\"Let someone else be a statue, I got stuff to do.\"",
"Galio.start08": "\"I don't wake up 'til its time to squash something and I'm awake right now.\""
},
"Attacking": {
"Galio.attack01": "\"You're going to need some mending.\"",
"Galio.attack02": "\"So... what do you people do when you're not fighting?\"",
"Galio.attack03": "\"Bring it.\"",
"Galio.attack04": "\"Wanna go?\"",
"Galio.attack05": "\"So many things to squash!\"",
"Galio.attack06": "\"Not a fair fight.\"",
"Galio.attack07": "\"Go time!\"",
"Galio.attack08": "\"Smash.\"",
"Galio.attack09": "\"Fight me, small warrior person!\"",
"Galio.attack10": "\"Good thing I don't bleed.\"",
"Galio.attack11": "\"Magic goes in, might comes out.\"",
"Galio.attack12": "\"Crunch!\"",
"Galio.attack13": "\"Hmhm, people break.\"",
"Galio.attack14": "\"I. EAT. MAGIC!\"",
"Galio.attack15": "\"We don't have to fight. Let's do though!\"",
"Galio.attack16": "\"Honor.\"",
"Galio.attack17": "\"Justice.\"",
"Galio.attack18": "\"Stone cold.\"",
"Galio.attack19": "\"Punching time!\"",
"Galio.attack20": "\"Hahaha! This never gets old.\"",
"Galio.attack21": "\"To battle!\"",
"Galio.attack22": "\"Yes!\"",
"Galio.attack23": "\"It's punch o'clock!\"",
"Galio.attack24": "\"Boom!\"",
"Galio.attackTower01": "\"Well, hello there, handsome.\"",
"Galio.attackTower02": "\"At last, a worthy opponent.\"",
"Galio.attackTower03": "\"Well met, giant zapping man!\"",
"Galio.attackTower04": "\"I got the big guy!\"",
"Galio.attackTower05": "\"There is only room for one of us.\"",
"Galio.attackTower06": "\"What are you looking at?\"",
"Galio.attackBlueSentinel01": "\"Heh, stone on stone!\"",
"Galio.attackBlueSentinel02": "\"You're a sentinel? I'm a sentinel! We should fight!\"",
"Galio.attackBlueSentinel03": "\"It's like a weaker version of me.\"",
"Galio.attackBlueSentinel04": "\"Let us make violence, fellow rock man!\"",
"Galio.attackDragon01": "\"My wings versus yours. Let's go!\"",
"Galio.attackDragon02": "\"Hello beautiful, what are you doing here?\"",
"Galio.attackBaron01": "\"Greetings fellow large thing, let's fight!\"",
"Galio.attackBaron02": "\"Now this will be a fight for the ages.\"",
"Galio.attackBaron03": "\"Yes... now that's a fellow I can punch!\""
},
"Movement": {
"Galio.move01": "\"Ahh, feels good to stretch my wings.\"",
"Galio.move02": "\"I didn't choose to come to life, but I definitely prefer it.\"",
"Galio.move03": "\"I've seen much, not sure I understand it but... it... it happened.\"",
"Galio.move04": "\"Hahaha, majestic? Is that what I'm supposed to be?\"",
"Galio.move05": "\"I might be made of stone, but that doesn't mean my heart is.\"",
"Galio.move06": "\"I wish mountains had fists - that'd be a good fight.\"",
"Galio.move07": "\"Hmm, must be some powerful magic around here.\"",
"Galio.move08": "\"Somehow I always end up in the center of everything.\"",
"Galio.move09": "\"The guy that made me, he was pretty good right?\"",
"Galio.move10": "\"Tragedy is worse when you can do nothing about it.\"",
"Galio.move11": "\"I wish they'd chisel me a friend. Someone who won't break!\"",
"Galio.move12": "\"I know, it's completely unfair. I didn't ask to be this impressive.\"",
"Galio.move13": "\"I always wonder what lies beyond this land. Something to fight, I hope.\"",
"Galio.move14": "\"I am not going back on the pedestal, not yet... \"",
"Galio.move15": "\"They made me to stop magic, and yet I hate when it's gone.\"",
"Galio.move16": "\"I sleep, I wake, I break things\"",
"Galio.move17": "\"Whoa, I didn't know I had a tail!\"",
"Galio.move18": "\"Do I get to crush that? Oh, please say yes!\"",
"Galio.move19": "\"I don't know why life chose me, but I'm glad it did.\"",
"Galio.move20": "\"I'm supposed to be a symbol. Of what, I'm not so sure.\"",
"Galio.move21": "\"It's hard to be a symbol, when you've got a soul.\"",
"Galio.move22": "\"Let's move! I've got people to inspire!\"",
"Galio.move23": "\"It's not easy when everyone looks up to you.\"",
"Galio.move24": "\"Can someone please get the pigeons out of my head?\"",
"Galio.move25": "\"Ah, mages. I love the way they squish.\"",
"Galio.move26": "\"I don't break easy.\"",
"Galio.move27": "\"I fought a house once. I'm pretty sure I won.\"",
"Galio.move28": "\"People vanish! And new ones take their places! It must be magic.\"",
"Galio.move29": "\"The best defense is me.\"",
"Galio.move30": "\"The best defense is a good magic absorbing colossus.\"",
"Galio.move31": "\"I love walking, it sounds like thunder!\"",
"Galio.move32": "\"Ah, the world, it goes by in a flash.\"",
"Galio.move33": "\"It's time to move! Shake off the moss.\"",
"Galio.move34": "\"I'm going, you try moving three hundred tons.\"",
"Galio.move35": "\"They just don't make doorways big enough.\"",
"Galio.move36": "\"Going to sleep means saying goodbye.\"",
"Galio.move37": "\"Which way's the fun?\"",
"Galio.move38": "\"What should I break next?\"",
"Galio.move39": "\"They say I'm all made of petricite, I say I'm all guts!\"",
"Galio.move40": "\"I fell in love with a crag-beast once. Oh... wasn't meant to be.\"",
"Galio.move41": "\"I haven't been to many places, so I might as well like this one.\"",
"Galio.move42": "\"Let me do the heavy lifting.\"",
"Galio.move43": "\"Get behind me, huddled masses!\"",
"Galio.move44": "\"People live such tiny lives!\"",
"Galio.move45": "\"I'm a big man, with big needs.\"",
"Galio.move46": "\"One people year is fifty Galio-years.\"",
"Galio.move47": "\"I love Demacia! It's the only place I've been.\"",
"Galio.move48": "\"At last a change of scenery!\"",
"Galio.move49": "\"Apparently I'm some sort of big deal.\"",
"Galio.move50": "\"Who wants to get protected?\"",
"Galio.move51": "\"Excuse me, but... which king are we on now?\"",
"Galio.moveNexus01": "\"Greetings, giant glowing mineral! I must break you.\"",
"Galio.moveNexus02": "\"Ooh, a giant crystal? I'll fight it.\""
},
"Joke": {
"Galio.joke01": "\"My middle name is Justice. Galio Justice Justice.\"",
"Galio.joke02": "\"I came to chew bubblegum and kick butt, and I'm all out of butt.\""
},
"Taunt": {
"Galio.taunt01": "\"I'm sorry, I just woke up. Were we fighting?\"",
"Galio.taunt02": "\"Hey, you. Don't mess with Demacia, I saw you thinking about it.\"",
"Galio.taunt03": "\"Didn't I fight you yesterday, or was that a different puny thing?\"",
"Galio.tauntJarvanIV01": "\"You're a Jarvan? I swear, I've met at least three others.\"",
"Galio.tauntAlly01": "\"Would you like to ride on my massive shoulder?\"",
"Galio.tauntAlly02": "\"Quick! Hide in my crevices.\"",
"Galio.tauntAlly03": "\"Rest in my ample shade.\"",
"Galio.tauntLux01": "\"You. Young girl person. Can you stay and accompany me wherever I go?\"",
"Galio.tauntPoppy01": "\"I like you, small blue thing. You're the one who doesn't change.\"",
"Galio.interactionTauntPoppy01": "\"Gargoyle? No, I'm more of a magic-nullifying colossus.\"",
"Galio.tauntYordle01": "\"Looks like I'll have to punch down. Hmph. Way down.\"",
"Galio.tauntYordle02": "\"I don't fight small things. Come back with something bigger and meaner.\"",
"Galio.tauntGaren01": "\"Dang right, Demacia!\"",
"Galio.tauntSion01": "\"Hahaha! Ours would be a fight for the ages! They'd find pieces of us for miles around!\"",
"Galio.tauntUrgot01": "\"You look horrid! I should give you the name of my sculptor.\"",
"Galio.tauntAurelionSol01": "\"You're from space, huh? I'd fight space. Bring it on!\"",
"Galio.tauntAurelionSol02": "\"",
"Galio.tauntChoGath01": "\"Hey, World Eater, I've got something you can snack on. It's my fist!\"",
"Galio.tauntIllaoi01": "\"Summon your god, painted priestess, and we'll see who's mightier.\"",
"Galio.tauntMalphite01": "\"Hm. How strange. No-one bothered to sculpt you?\"",
"Galio.tauntNautilus01": "\"So, what's it like living underwater? Fought any whales?\"",
"Galio.tauntRekSai01": "\"Back to your hole, giant crawly worm.\"",
"Galio.tauntVolibear01": "\"Do not raise your claws at me, furry growly man.\"",
"Galio.tauntZac01": "\"What awful material were you sculpted from?\"",
"Galio.interactionTauntEnemy01": "\"Climb up here and say that my face.\"",
"Galio.interactionTauntEnemy02": "\"You speak a lot, loud talky thing.\"",
"Galio.interactionTauntEnemy03": "\"Hmph. Good thing I don't have ears.\""
},
"Laugh": {},
"Upon Casting Winds of War": {
"Galio.spellQ1": "\"Wing blast!\"",
"Galio.spellQ2": "\"My wings, your face!\"",
"Galio.spellQ3": "\"Feel the whoosh!\"",
"Galio.spellQ4": "\"Wing punch!\"",
"Galio.spellQ5": "\"Feel the breeze!\"",
"Galio.spellQ6": "\"Blow it down!\"",
"Galio.spellQ7": "\"Flap!\"",
"Galio.spellQ8": "\"Wind!\"",
"Galio.spellQ9": "\"Whiff!\"",
"Galio.spellQ10": "\"Both wings!\""
},
"Upon Casting Shield of Durand": {
"Galio.spellW1": "\"Goin' somewhere?\"",
"Galio.spellW2": "\"Don't have long, let's fight!\"",
"Galio.spellW3": "\"Haha, come here!\"",
"Galio.spellW4": "\"Let's get rowdy!\"",
"Galio.spellW5": "\"I can take it!\"",
"Galio.spellW6": "\"Pick on someone my size!\"",
"Galio.spellW7": "\"Fight me! Now!\"",
"Galio.spellW8": "\"Gotcha!\"",
"Galio.spellW9": "\"Step right up!\"",
"Galio.spellW10": "\"Take your shot!\"",
"Galio.spellW11": "\"I'll take you all on!\""
},
"Upon Casting Justice Punch": {
"Galio.spellE1": "\"Come get some!\"",
"Galio.spellE2": "\"Let's do this, then!\"",
"Galio.spellE3": "\"Take the first swing!\"",
"Galio.spellE5": "\"Whammo!\"",
"Galio.spellE6": "\"Uppercut!\"",
"Galio.spellE7": "\"To the chin!\"",
"Galio.spellE8": "\"Better bite down!\"",
"Galio.spellE9": "\"Punch!\"",
"Galio.spellE10": "\"Aha!\"",
"Galio.spellE11": "\"Fist!\"",
"Galio.spellE12": "\"Crack!\"",
"Galio.spellE13": "\"Bustin' heads!\"",
"Galio.spellE14": "\"Up you go!\"",
"Galio.spellE15": "\"Lights out!\"",
"Galio.spellE16": "\"Haymaker!\"",
"Galio.spellE17": "\"Knuckle up!\"",
"Galio.spellE18": "\"Get your guard up!\"",
"Galio.spellE19": "\"To your face!\"",
"Galio.spellE20": "\"Freedom punch!\"",
"Galio.spellE21": "\"Hammer fist!\"",
"Galio.spellE22": "\"And back!\"",
"Galio.spellE23": "\"Big blast!\"",
"Galio.spellE24": "\"That's it!\"",
"Galio.spellE25": "\"Smash!\"",
"Galio.spellE26": "\"Right!\""
},
"Upon Casting Hero's Entrance": {
"Galio.spellR1": "\"Hi, everybody!\""
},
"Upon Killing an Enemy Champion": {
"Galio.kill01": "\"Eww, dead guy in my toes.\"",
"Galio.kill02": "\"Too easy.\"",
"Galio.kill03": "\"Squish.\"",
"Galio.kill04": "\"Vanquished!\"",
"Galio.kill05": "\"Like a bug.\"",
"Galio.kill06": "\"Splat.\"",
"Galio.kill07": "\"Next!\"",
"Galio.killDemacian01": "\"Oops! Friendly fire.\"",
"Galio.spreeKillingSpree01": "\"Squish, squish, squish!\"",
"Galio.spreeKillingSpree02": "\"Ooh, that was glorious.\"",
"Galio.spreeKillingSpree03": "\"Who's still standing?\"",
"Galio.spreeKillingSpree04": "\"Hahahaha, did we win yet?\""
},
"Upon Buying an Item": {
"Galio.item01": "\"Hehehe, I like buying person things.\"",
"Galio.item02": "\"Hmm... doesn't come with instructions.\"",
"Galio.item03": "\"I don't know what this is. I bet it's great though!\"",
"Galio.item04": "\"That builds INTO something.\"",
"Galio.itemRubyCrystal01": "\"Haha! Tiny.\"",
"Galio.itemRubyCrystal02": "\"Hmm... looks red.\"",
"Galio.itemRubyCrystal03": "\"To plug my cracks.\"",
"Galio.itemClothArmor01": "\"Can I exchange this for a size seven-thousand?\"",
"Galio.itemClothArmor02": "\"Hmm... it doesn't fit. Well, guess I'll just hold it.\"",
"Galio.itemClothArmor03": "\"Armour, kinda makes you feel like you're made of stone.\"",
"Galio.itemClothArmor04": "\"Cloth will protect my rock hard skin!\"",
"Galio.itemAmplifyingTome01": "\"Eh, never been much of a reader.\"",
"Galio.itemAmplifyingTome02": "\"Smashing power amplified!\"",
"Galio.itemAmplifyingTome03": "\"A book! Oh, just need someone to turn the pages for me.\"",
"Galio.itemAmplifyingTome04": "\"A paginated collection of words!\"",
"Galio.itemGlacialShroud01": "\"Glacial? Oh, that sounds big.\"",
"Galio.itemGlacialShroud02": "\"From the frozen loom! Whatever that is.\"",
"Galio.itemGlacialShroud03": "\"Protect me, tiny ice shield!\"",
"Galio.itemIcebornGauntlet01": "\"Haha, ice fist!\"",
"Galio.itemIcebornGauntlet02": "\"So cold, yet it makes me feel all warm inside.\"",
"Galio.itemIcebornGauntlet03": "\"Unleash your power, magic frozen fist!\"",
"Galio.itemIcebornGauntlet04": "\"Punchy spikes!\"",
"Galio.itemRodofAges01": "\"Make me stronger, purple zapping stick!\"",
"Galio.itemRodofAges02": "\"Rod of Ages? Hm, sounds old.\"",
"Galio.itemRodofAges03": "\"This is perfect! I too am very old.\"",
"Galio.itemRodofAges04": "\"I'll use it as a toothpick!\"",
"Galio.itemHextechProtobelt0101": "\"Might need to loosen that a few hundred notches.\"",
"Galio.itemHextechProtobelt0102": "\"Belt's a... little tight.\"",
"Galio.itemHextechProtobelt0103": "\"Looks dangerous... let's fire it up!\"",
"Galio.itemHextechProtobelt0104": "\"I know, I'll wear it as a ring!\""
},
"Upon Casting Recall": {
"Galio.recall01": "\"Oh, I hate to miss out on the action... \"",
"Galio.recall02": "\"Everyone stay put, I'll be right back.\"",
"Galio.recall03": "\"Phew! I'm tired of punching.\"",
"Galio.recall04": "\"Time for some fresh mortar.\"",
"Galio.recall05": "\"Demacia calls.\"",
"Galio.recall06": "\"Need a break from clobbering.\""
},
"Upon Death": {
"Galio.death01": "\"I... crumble... \"",
"Galio.death02": "\"Mend... me... \"",
"Galio.death03": "\"I am cracked... \"",
"Galio.respawn01": "\"How long was I out?\"",
"Galio.respawn02": "\"Ah, how'd I get back here?\"",
"Galio.respawn03": "\"Okay, new battle!\"",
"Galio.respawn04": "\"Well, we lost that one. Let's go fight something else!\"",
"Galio.respawn05": "\"What happened? Was it a frost troll again?\"",
"Galio.respawn06": "\"I am chiselled anew.\"",
"Galio.respawn07": "\"Hey, I remember this place.\""
}
}
},
"Twisted Fate": {
"champ_id": 4,
"quotes": {
"Champion Select": {
"TwistedFate_Select": "\"Lady luck is smilin'.\"",
"TwistedFate.move1": "\"I reckon.\""
},
"Attacking": {
"TwistedFate.attack1": "\"Pick a card.\"",
"TwistedFate.attack2": "\"All or nothin'.\"",
"TwistedFate.attack3": "\"I never bluff.\"",
"TwistedFate.attack4": "\"Let's raise the stakes.\"",
"TwistedFate.attack5": "\"Looks like trouble.\"",
"TwistedFate.attack6": "\"Let it ride.\"",
"TwistedFate.attack7": "\"I got this.\"",
"TwistedFate.attack8": "\"Nobody touches the hat.\""
},
"Movement": {
"TwistedFate.move1": "\"I reckon.\"",
"TwistedFate.move2": "\"Doin' it.\"",
"TwistedFate.move3": "\"Deal 'em.\"",
"TwistedFate.move4": "\"It's all in the cards.\"",
"TwistedFate.move5": "\"Just the luck of the draw.\"",
"TwistedFate.move6": "\"It's my lucky day.\"",
"TwistedFate.move7": "\"Don't mind if I do.\"",
"TwistedFate.move8": "\"I'm one of a kind.\"",
"TwistedFate.move9": "\"Always on the run.\"",
"TwistedFate.move10": "\"Lookin' good.\"",
"TwistedFate.move11": "\"Charmed, I'm sure.\""
},
"Joke": {
"TwistedFate.joke1": "\"Never lost a fair game... or played one.\"",
"TwistedFate.joke2": "\"Cheater's just a fancy word for winner.\""
},
"Taunt": {
"TwistedFate.taunt1": "\"Only two Jokers in the deck, and I get dealt you.\"",
"TwistedFate.taunt2": "\"Only a fool plays the hand he's dealt.\""
},
"Dance": {
"TwistedFate.dance1": "\"\u00c1ndale, heheheh... \"",
"TwistedFate.dance2": "\"Giddy up! Heheheh... \""
},
"Laugh": {},
"Upon Picking... ": {
"TwistedFate.bluecard1": "\"Feelin' blue.\"",
"TwistedFate.bluecard2": "\"Eyes open.\"",
"TwistedFate.bluecard3": "\"Clear as day.\"",
"TwistedFate.redcard1": "\"Blood red.\"",
"TwistedFate.redcard2": "\"Seein' red.\"",
"TwistedFate.redcard3": "\"Thorned rose.\"",
"TwistedFate.goldcard1": "\"Shinin' gold.\"",
"TwistedFate.goldcard2": "\"Hold it, partner.\"",
"TwistedFate.goldcard3": "\"Lucky them.\"",
"TwistedFate.graves1": "\"Dead in his tracks.\"",
"TwistedFate.graves2": "\"Tough luck, Malcolm.\"",
"TwistedFate.graves3": "\"Simmer down, hotshot.\""
},
"Upon Using Destiny": {
"TwistedFate.destiny1": "\"No fightin' destiny.\"",
"TwistedFate.destiny2": "\"It ain't luck, it's destiny.\"",
"TwistedFate.gate1": "\"I'm already gone.\"",
"TwistedFate.gate2": "\"I'm gone.\"",
"TwistedFate.gate3": "\"Gotta hit the trail.\""
}
}
},
"Xin Zhao": {
"champ_id": 5,
"quotes": {
"Champion Select": {
"XinZhao_Select": "\"To the arena!\"",
"XinZhao.move4": "\"The warrior's spirit is never broken.\""
},
"Attacking": {
"XinZhao.attack1": "\"Fate has made its choice.\"",
"XinZhao.attack2": "\"Do not bore me.\"",
"XinZhao.attack3": "\"Press the assault!\"",
"XinZhao.attack4": "\"Perish with honor.\"",
"XinZhao.attack5": "\"Their lives are forfeit.\"",
"XinZhao.attack6": "\"Here's a tip, and a spear behind it!\""
},
"Movement": {
"XinZhao.move1": "\"My king commands.\"",
"XinZhao.move2": "\"It shall be done!\"",
"XinZhao.move3": "\"To triumph!\"",
"XinZhao.move4": "\"The warrior's spirit is never broken.\"",
"XinZhao.move5": "\"A Demacian does not retreat.\"",
"XinZhao.move6": "\"Victory calls.\"",
"XinZhao.move7": "\"Always forward.\"",
"XinZhao.move8": "\"Sound the march!\"",
"XinZhao.move9": "\"Only actions truly speak.\""
},
"Taunt": {
"XinZhao.taunt": "\"I may be outnumbered, but not even the odds can stand against me!\""
},
"Joke": {
"XinZhao.joke": "\"Find me an immovable object, and I'll put this question to rest!\""
},
"Laugh": {}
}
},
"Urgot": {
"champ_id": 6,
"quotes": {
"Champion Select": {
"Urgot_Select_new": "\"You cannot know strength... Until you are broken.\"",
"Urgot_Ban": "\"Cling to hope... it is all you have.\""
},
"Upon starting a game": {
"Urgot.start1": "\"If they could only comprehend the truth of the Dredge... I wouldn't need to drive it into their skulls.\"",
"Urgot.start2": "\"Enjoy this final moment... before your trial begins.\"",
"Urgot.start3": "\"It is time... for them to die.\"",
"Urgot.start4": "\"Controlling them will be simple... with my hand around their throats.\""
},
"Attacking": {
"UrgotClassic_001": "\"Break men to break their shackles.\"",
"UrgotClassic_002": "\"What will you do to survive? Tell me!\"",
"UrgotClassic_003": "\"This pain is a gift.\"",
"UrgotClassic_004": "\"Zaun, bear witness.\"",
"UrgotClassic_005": "\"The fortunate will be the first to fall.\"",
"UrgotClassic_006": "\"The barons are not your masters - fear is.\"",
"UrgotClassic_007": "\"Chaos will set you free.\"",
"UrgotClassic_008": "\"Hahaha... Is that crying I hear? Or are you mewling?\"",
"UrgotClassic_009": "\"They put me in chains. They gave me my weapon.\"",
"UrgotClassic_010": "\"You cannot rule what I have turned to ash!\"",
"UrgotClassic_011": "\"I will lay your weakness bare.\"",
"UrgotClassic_012": "\"The suffering is only beginning.\"",
"UrgotClassic_013": "\"Existence is torment.\"",
"UrgotClassic_014": "\"I am Zaun's reckoning!\"",
"UrgotClassic_015": "\"What didn't kill me, will kill you!\"",
"UrgotClassic_016": "\"Your cries will give voice to chaos.\"",
"UrgotClassic_017": "\"A crucible of pain!\"",
"UrgotClassic_018": "\"Embrace your fear.\"",
"UrgotClassic_019": "\"Pain will not betray you.\"",
"UrgotClassic_020": "\"You listen to my words, while my weapons speak!\"",
"UrgotClassic_021": "\"I am not your enemy.\"",
"UrgotClassic_022": "\"Another slave to pain.\"",
"UrgotClassic_023": "\"Death will end your agony.\"",
"UrgotClassic_024": "\"Do not fight it. Shh...\"",
"UrgotClassic_025": "\"You will thank me, between the screams.\"",
"UrgotClassic_026": "\"Steel is stronger.\"",
"UrgotClassic_027": "\"No more hope.\"",
"UrgotClassic_028": "\"You will know fear.\"",
"UrgotClassic_029": "\"Feel this. The pain will prove useful later.\"",
"UrgotClassic_030": "\"Life favors the strong.\"",
"UrgotClassic_031": "\"You will fall so far.\"",
"UrgotClassic_032": "\"All must be tested.\"",
"UrgotClassic_033": "\"I offer redemption.\"",
"UrgotClassic_034": "\"I am the weapon.\"",
"UrgotClassic_035": "\"You have already lost.\""
},
"Movement": {
"UrgotClassic_066": "\"Power. Fear. These are my weapons.\"",
"UrgotClassic_067": "\"A city, choking in the chembaron's grasp.\"",
"UrgotClassic_068": "\"Endless misery, mhm... Wonderful.\"",
"UrgotClassic_069": "\"I want to see their faces when I tear their hope away.\"",
"UrgotClassic_070": "\"Few will endure the chaos to come.\"",
"UrgotClassic_071": "\"Their future is carved into my flesh.\"",
"UrgotClassic_072": "\"I was not reborn in the depths. I merely refused to die.\"",
"UrgotClassic_073": "\"Carnage - as intoxicating as chemtech.\"",
"UrgotClassic_074": "\"If they do not stop me, they will die. It is just that simple.\"",
"UrgotClassic_075": "\"Zaun will be redeemed... in the flames.\"",
"UrgotClassic_076": "\"If you hide in the shadows, you are only drawing me home.\"",
"UrgotClassic_077": "\"The weak are condemned.\"",
"UrgotClassic_078": "\"Cast into a pit of despair, I climbed out on the corpses.\"",
"UrgotClassic_079": "\"I answer to no one. No matter how loudly they beg.\"",
"UrgotClassic_080": "\"Where will they run when the whole city burns?\"",
"UrgotClassic_081": "\"Screams follow in my wake.\"",
"UrgotClassic_082": "\"There is no coming back.\"",
"UrgotClassic_083": "\"I will guide you to a new age, born of destruction.\"",
"UrgotClassic_084": "\"Such marvels, built of pain.\"",
"UrgotClassic_085": "\"I am stronger than man, stronger than machine, I am an idea.\"",
"UrgotClassic_086": "\"Your fear, given chemtech and flesh.\"",
"UrgotClassic_087": "\"Their cries are calling me home.\"",
"UrgotClassic_088": "\"A new order... chaos.\"",
"UrgotClassic_089": "\"Strength... will be tested.\"",
"UrgotClassic_090": "\"Who among you are worthy?\"",
"UrgotClassic_091": "\"This is the only truth that matters: a weapon aimed at your head.\"",
"UrgotClassic_092": "\"I am the very definition of a self-made man.\"",
"UrgotClassic_093": "\"We will rise from the rubble, stronger than before.\"",
"UrgotClassic_094": "\"Only those who survive this city deserve it.\"",
"UrgotClassic_095": "\"Think how much stronger they'll be... if they live.\"",
"UrgotClassic_096": "\"Tear their weakness away, and nothing is left!\""
},
"Taunt": {
"UrgotClassic_122": "\"What is strength if you do not use it?\"",
"UrgotClassic_123": "\"Pain is the act of becoming.\"",
"UrgotClassic_124": "\"It is not violence. It is... philosophy.\"",
"Urgot.tauntNoxus": "\"Noxus is lost.\"",
"Urgot.tauntPiltover": "\"Piltover is a parasite.\"",
"Urgot.tauntZaun1": "\"Think of all that you have survived.\"",
"Urgot.tauntZaun2": "\"There is always another trial.\"",
"Urgot.tauntZaun3": "\"Zaun welcomed me with open arms... and a knife to my back.\"",
"Urgot.tauntAhri": "\"Do you think me so weak as to fall for your charms?\"",
"Urgot.tauntCamille1": "\"My, my. What have they been up to in Piltover?\"",
"Urgot.tauntCamille2": "\"I must admit, I have a thing for... legs.\"",
"Urgot.tauntDarius": "\"The hand of Noxus can be cut off; ask your master.\"",
"Urgot.tauntDraven1": "\"A pale imitation.\"",
"Urgot.tauntDraven2": "\"My replacement? Really, now?\"",
"Urgot.tauntAllyEkko": "\"The child is learning.\"",
"Urgot.tauntEnemyEkko": "\"This one... has potential.\"",
"Urgot.tauntEvelynn": "\"If you feed on pain, I welcome you to the feast.\"",
"Urgot.tauntFiddlesticks": "\"Give me a reason to fear you.\"",
"Urgot.tauntIrelia": "\"You defeated Noxus. For that, I will make this quick.\"",
"Urgot.tauntJanna": "\"I heard you like to give hugs.\"",
"Urgot.tauntJinx": "\"The city calls for chaos. She is but the first to answer.\"",
"Urgot.tauntKatarina1": "\"Where do your loyalties lie? I will bury you next to them.\"",
"Urgot.tauntKatarina2": "\"I hope your father begged when Swain betrayed him.\"",
"Urgot.tauntKled": "\"This is not your land, and that lizard doesn't even like you.\"",
"Urgot.tauntRenekton": "\"Let the rage carry you... into my chains.\"",
"Urgot.tauntRengar": "\"You respect strength. Good. Then you understand.\"",
"Urgot.tauntRiven": "\"Noxus failed you... when it did not punish your betrayal!\"",
"Urgot.tauntShen": "\"Caught between two worlds? I'll drag you out of both.\"",
"Urgot.tauntSoraka": "\"You've felt my pain. Now feel yours.\"",
"Urgot.tauntSwain": "\"I will not kneel to a deceiver.\"",
"Urgot.tauntTahmKench": "\"Your coat isn't even as nice as mine.\"",
"Urgot.tauntTeemo": "\"Compared to what you do, this is merciful.\"",
"Urgot.tauntTristana": "\"How brave of you to volunteer.\"",
"Urgot.tauntTwitch": "\"Don't be greedy, there's enough pain for all of us.\"",
"Urgot.tauntVi1": "\"Beneath those gloves... you are broken.\"",
"Urgot.tauntVi2": "\"The only thing you enforce is limitations.\"",
"Urgot.tauntXinZhao": "\"You can die beside them, but you will never be a Demacian.\"",
"Urgot.tauntZac1": "\"You were made to be a weapon. Embrace it.\"",
"Urgot.tauntZac2": "\"This... is going to be messy.\"",
"Urgot.tauntResponseDiana": "\"No, please, tell me about your religion.\"",
"Urgot.tauntResponseEkko": "\"That is what I want you to think.\"",
"Urgot.tauntResponseKarthus": "\"Death. Could not. Break me.\"",
"Urgot.jokeResponseKarthus": "\"But I still have so much to kill for.\""
},
"Joke": {
"Urgot.joke01": "\"What exactly have I been killing.\"",
"Urgot.joke02": "\"Hold on... there's something... ah, that's better.\""
},
"Laugh": {},
"Upon tagging an enemy with Fear Beyond Death": {
"UrgotClassic_167": "\"The end is near.\"",
"UrgotClassic_168": "\"Accept what you have always known.\"",
"UrgotClassic_169": "\"Cut their weakness out!\"",
"Urgot.tagCaitlyn": "\"Keep struggling. Maybe you can save your hat.\"",
"Urgot.tagDarius": "\"Scream louder, I want Swain to hear it!\"",
"Urgot.tagFiora": "\"A duel to your death.\"",
"Urgot.tagGangplank": "\"Think of all the innocent barrels I'm saving.\"",
"Urgot.tagKindred": "\"Let me introduce you to death.\"",
"Urgot.tagLeeSin": "\"Tranquility awaits.\"",
"Urgot.tagLucian": "\"She'll never escape, and neither will you.\"",
"Urgot.tagMordekaiser": "\"Metal... meet metal.\"",
"Urgot.tagNidalee": "\"Here, kitty, kitty...\"",
"Urgot.tagTryndamere": "\"Your rage makes you... predictable.\"",
"Urgot.tagWarwick": "\"Bringing the beast to heel.\""
},
"Upon executing an enemy with Fear Beyond Death": {
"UrgotClassic_170": "\"You only have yourself to blame.\"",
"UrgotClassic_171": "\"If only you were stronger.\"",
"UrgotClassic_172": "\"Unworthy.\"",
"UrgotClassic_173": "\"Freed by chains.\"",
"UrgotClassic_174": "\"Get over here!\"",
"UrgotClassic_175": "\"The weak deserve to die!\"",
"Urgot.executeAscended": "\"The world does not need gods.\"",
"Urgot.executeBilgewater": "\"You'd think a nation of pirates would never bow.\"",
"Urgot.executeDarkin": "\"I am all the weapon I need.\"",
"Urgot.executeDemacia": "\"The walls come tumbling down.\"",
"Urgot.executeDemon": "\"What'll be born of your suffering?\"",
"Urgot.executeFreljord": "\"Cold as death.\"",
"Urgot.executeIonia": "\"Balance gives way, to chaos.\"",
"Urgot.executeMountTargon": "\"The stars are too far away to help you.\"",
"Urgot.executeNoxus": "\"Every empire falls.\"",
"Urgot.executePiltover": "\"Without Zaun, you are nothing!\"",
"Urgot.executeShadowIsles": "\"I'll finish what the Mist started.\"",
"Urgot.executeShurima": "\"The sands will bury you all.\"",
"Urgot.executeVastaya": "\"In the depths, we are all animals.\"",
"Urgot.executeVoid": "\"The Void may learn, but not quickly enough.\"",
"Urgot.executeZaun": "\"We will make Zaun great again.\"",
"Urgot.executeAmumu": "\"No one will shed a tear. That is why you cry.\"",
"Urgot.executeAnnie": "\"What kind of monster would kill a child? Oh... right.\"",
"Urgot.executeAurelionSol": "\"Stars fall the hardest.\"",
"Urgot.executeAzir": "\"Say \"Shurima\" one more time!\"",
"Urgot.executeBraum": "\"Those who stand behind you will share your fate.\"",
"Urgot.executeCamille": "\"I considered you my equal. I was wrong.\"",
"Urgot.executeDraven": "\"Noxus already had an executioner.\"",
"Urgot.executeEkko": "\"Your friends are the chain you could not break.\"",
"Urgot.executeEvelynn": "\"Frankly, I never found you attractive.\"",
"Urgot.executeEzreal": "\"You belong in a grave.\"",
"Urgot.executeFizz": "\"Slippery, aren't you?\"",
"Urgot.executeGalio": "\"Hmph. I thought you would be bigger.\"",
"Urgot.executeGaren": "\"Demacia, indeed.\"",
"Urgot.executeGnar": "\"I don't know what he said, but he screamed it.\"",
"Urgot.executeIllaoi": "\"Of all the people to fail a test.\"",
"Urgot.executeJarvanIV": "\"Make way for Jarvan V.\"",
"Urgot.executeJax": "\"You chose... the wrong weapon.\"",
"Urgot.executeJayce": "\"And Piltover rejoices.\"",
"Urgot.executeJhin": "\"I never saw the beauty in death... until now.\"",
"Urgot.executeKassadin": "\"A father should be with his daughter.\"",
"Urgot.executeKennen": "\"The storm... breaks.\"",
"Urgot.executeKog%27Maw": "\"That thing spit in my eye.\"",
"Urgot.executeLeBlanc": "\"Every one of you, as dead as the last.\"",
"Urgot.executeLulu": "\"Let me know how it tastes.\"",
"Urgot.executeMalphite": "\"I had my fill of stones in the Dredge.\"",
"Urgot.executeMissFortune": "\"You finally live up to your name.\"",
"Urgot.executeNasus": "\"Power must be earned.\"",
"Urgot.executeNunu": "\"Friends to the end. How inspiring.\"",
"Urgot.executeOlaf": "\"As the bones foretold: a quiet, peaceful death!\"",
"Urgot.executePantheon": "\"You died the moment you let a god control you.\"",
"Urgot.executePoppy": "\"You were the hero. Now you're dead.\"",
"Urgot.executeQuinn": "\"I'm sure Valor will swoop down any second...\"",
"Urgot.executeRakan": "\"A resplendent death; feathers and fur.\"",
"Urgot.executeRiven": "\"Broken, again.\"",
"Urgot.executeRyze": "\"Don't worry, I'll take care of those runes.\"",
"Urgot.executeSejuani": "\"So much anger.\"",
"Urgot.executeSion": "\"Ah, Sion. You were already dead to me.\"",
"Urgot.executeSkarner": "\"Not. Viable.\"",
"Urgot.executeSona": "\"No music. Only silence.\"",
"Urgot.executeSwain1": "\"You knew this day would come!\"",
"Urgot.executeSwain2": "\"You've betrayed me for the last time!\"",
"Urgot.executeTaliyah": "\"You were never in control.\"",
"Urgot.executeTalon": "\"Obedient to the end.\"",
"Urgot.executeTrundle": "\"You bargained away your freedom... for a frozen stick.\"",
"Urgot.executeUrgot": "\"I liked the old you more.\"",
"Urgot.executeVarus": "\"Did you say bow? Or bow?\"",
"Urgot.executeVeigar": "\"Evil needs a new master.\"",
"Urgot.executeVi": "\"You could have been so much more.\"",
"Urgot.executeViktor": "\"Evolution gives way to revolution.\"",
"Urgot.executeVladimir": "\"Blood in, blood out.\"",
"Urgot.executeXayah": "\"Birds of a feather, die together.\""
},
"Upon an Enemy Champion surviving Fear Beyond Death": {
"UrgotClassic_164": "\"Impressive.\"",
"UrgotClassic_165": "\"Your strength has saved you.\"",
"UrgotClassic_166": "\"There are more trials to come.\""
},
" Scoring Kills and Objectives ": {
"Urgot.kill01": "\"Sacrificed for the cause.\"",
"Urgot.kill02": "\"Raise them up on chains. Zaun will see my message.\"",
"Urgot.kill03": "\"You admit your weakness.\"",
"Urgot.kill04": "\"One falls, as many rise.\"",
"Urgot.kill05": "\"You disappoint me.\"",
"Urgot.kill06": "\"Now, to destroy everything you love.\"",
"Urgot.kill07": "\"At last, you know your place.\"",
"Urgot.killNoxus": "\"I was stronger.\"",
"Urgot.killZaun": "\"Zaun, let this be your warning.\"",
"Urgot.KillingSpree1": "\"Are none of you worthy?!\"",
"Urgot.KillingSpree2": "\"Do not waste my time.\"",
"Urgot.KillingSpree3": "\"A pathetic display.\"",
"Urgot.EnemyKillingSpree": "\"Brutality. I approve.\""
},
"Upon Enemy Champion using a Health Potion": {
"UrgotClassic_097": "\"Was the pain too much?\"",
"UrgotClassic_098": "\"You only prolong your agony.\"",
"UrgotClassic_099": "\"Do you feel...safer?\"",
"UrgotClassic_100": "\"Strength comes from suffering.\"",
"UrgotClassic_101": "\"Did you think that would save you?\""
},
"Upon enemy champion recalling": {
"UrgotClassic_104": "\"Come back when you are stronger.\"",
"UrgotClassic_105": "\"Run, if you must.\"",
"UrgotClassic_106": "\"You try to flee, not realizing... you are in chains.\""
},
"Upon casting Recall": {
"UrgotClassic_102": "\"Gather your strength. Soon, I will take it.\"",
"UrgotClassic_103": "\"You die when I choose.\""
},
"Upon Respawning": {
"UrgotClassic_107": "\"Zaun calls for its headsman.\"",
"UrgotClassic_108": "\"Echoing from the depths.\"",
"UrgotClassic_109": "\"Our rise cannot be stopped.\""
}
}
},
"LeBlanc": {
"champ_id": 7,
"quotes": {
"Champion Select": {
"LeBlanc_Select": "\"The Black Rose shall bloom once more.\"",
"LeBlanc.move5": "\"Are you certain?\""
},
"Attacking": {
"LeBlanc.attack1": "\"Time to make an appearance.\"",
"LeBlanc.attack2": "\"There's no escape.\"",
"LeBlanc.attack3": "\"Watch closely.\"",
"LeBlanc.attack4": "\"What a treat.\"",
"LeBlanc.attack5": "\"Right where I want them.\"",
"LeBlanc.attack6": "\"Surprised to see me?\""
},
"Movement": {
"LeBlanc.move1": "\"Where next?\"",
"LeBlanc.move2": "\"It's all smoke and mirrors.\"",
"LeBlanc.move3": "\"Patience, summoner.\"",
"LeBlanc.move4": "\"Tricky, aren't you?\"",
"LeBlanc.move5": "\"Are you certain?\"",
"LeBlanc.move6": "\"Trust me.\"",
"LeBlanc.move7": "\"Classic misdirection.\"",
"LeBlanc.move8": "\"Looks can be deceiving.\"",
"LeBlanc.move9": "\"Would I lie?\""
},
"Taunt": {
"LeBlanc.taunt": "\"For a moment I thought I'd broken a sweat.\""
},
"Joke": {
"LeBlanc.joke1": "\"For my next trick I'll make their life bar disappear.\"",
"LeBlanc.joke2": "\"Lying is, like, ninety five percent of what I do.\""
},
"Laugh": {}
}
},
"Vladimir": {
"champ_id": 8,
"quotes": {
"Champion Select": {
"Vladimir_Select": "\"The rivers will run red.\"",
"Vladimir.move6": "\"I'm absolutely livid.\""
},
"Attacking": {
"Vladimir.attack1": "\"I'd love a pint.\"",
"Vladimir.attack2": "\"Hmm, something is leaking.\"",
"Vladimir.attack3": "\"Deliciously vain.\"",
"Vladimir.attack4": "\"I'm a universal recipient.\"",
"Vladimir.attack5": "\"Care to make a donation?\"",
"Vladimir.attack6": "\"A draining exercise.\""
},
"Movement": {
"Vladimir.move1": "\"Wonderful.\"",
"Vladimir.move2": "\"My cup is half empty.\"",
"Vladimir.move3": "\"The clot thickens.\"",
"Vladimir.move4": "\"Please, let it all out.\"",
"Vladimir.move5": "\"Let's pool our efforts.\"",
"Vladimir.move6": "\"I'm absolutely livid.\"",
"Vladimir.move7": "\"Trickling progress.\"",
"Vladimir.move8": "\"A vital decision.\"",
"Vladimir.move9": "\"A harvest moon, so aptly named.\"",
"Vladimir.move10": "\"I love a warrior with heart, never a stale moment.\"",
"Vladimir.move11": "\"I've got you under my skin.\""
},
"Taunt": {
"Vladimir.taunt": "\"You look like someone who's got a lot going on beneath the surface.\""
},
"Joke": {
"Vladimir.joke": "\"Go ahead, be negative. You'll be just my type.\""
},
"Laugh": {}
}
},
"Fiddlesticks": {
"champ_id": 9,
"quotes": {
"Champion Select": {
"Fiddlesticks_Select": "\"Your bidding, master!\"",
"Fiddlesticks.attack5": "\"Are you afraid?\""
},
"Movement/Attacking": {
"Fiddlesticks.attack1": "\"To our end.\"",
"Fiddlesticks.attack2": "\"Indeed!\"",
"Fiddlesticks.attack3": "\"The end is near!\"",
"Fiddlesticks.attack4": "\"Yes, my master.\"",
"Fiddlesticks.attack5": "\"Are you afraid?\"",
"Fiddlesticks.attack6": "\"Fear me.\"",
"Fiddlesticks.attack7": "\"I feel your fear... \""
},
"Taunt": {
"Fiddlesticks.taunt": "\"I think I'll let you suffer for a while... \""
},
"Joke": {
"Fiddlesticks.joke": "\"I haven't got a brain, and soon... neither will you!\""
},
"Laugh": {
"Fiddlesticks.laugh2": "\"Oh, yes!\""
}
}
},
"Kayle": {
"champ_id": 10,
"quotes": {
"Champion Select": {
"Kayle_Select": "\"Into the fray!\"",
"Kayle.move3": "\"An eye for an eye.\""
},
"Attacking/Movement": {
"Kayle.attack1": "\"Lead me to battle.\"",
"Kayle.attack2": "\"Into the fray!\"",
"Kayle.attack3": "\"Who's next?\"",
"Kayle.attack4": "\"Your time has come.\"",
"Kayle.move3": "\"An eye for an eye.\""
},
"Taunt": {
"Kayle.taunt": "\"Come here! I'll teach you all about the afterlife.\""
},
"Joke": {
"Kayle.joke": "\"Are... you sure you're not in the wrong league?\""
},
"Laugh": {}
}
},
"Master Yi": {
"champ_id": 11,
"quotes": {
"Champion Select": {
"MasterYi_Select": "\"My blade is yours.\"",
"MasterYi.move14": "\"Doubt is the greatest enemy.\""
},
"Attacking": {
"MasterYi.attack01": "\"This will be... a harsh lesson.\"",
"MasterYi.attack02": "\"One cut, of many.\"",
"MasterYi.attack03": "\"Observe.\"",
"MasterYi.attack05": "\"Defend yourself.\"",
"MasterYi.attack06": "\"Blade and body.\"",
"MasterYi.attack09": "\"Never await victory.\""
},
"Movement": {
"MasterYi.move01": "\"Let us begin.\"",
"MasterYi.move03": "\"Anger gives motivation without purpose.\"",
"MasterYi.move05": "\"In me, Wuju lives on.\"",
"MasterYi.move06": "\"Form before strength.\"",
"MasterYi.move10": "\"The focused mind can pierce through stone.\"",
"MasterYi.move11": "\"Do not let your pride blind you.\"",
"MasterYi.move12": "\"I will show you the path.\"",
"MasterYi.move14": "\"Doubt is the greatest enemy.\"",
"MasterYi.move15": "\"A true master is an eternal student.\"",
"MasterYi.move07": "\"Wuju style!\""
},
"Taunt": {
"MasterYi.taunt01": "\"Your skills are inferior!\"",
"MasterYi.taunt02": "\"You wish to learn the hard way, I see.\"",
"MasterYi.taunt03": "\"I will take an eye... heh, as if I don't have enough already.\"",
"MasterYi.interaction01": "\"Pupil, show me what you have learned.\"",
"MasterYi.interaction02": "\"Quit monkeying around!\""
},
"Joke": {
"MasterYi.joke_old": "\"Wuju.. pass me that potion?\"",
"MasterYi.joke01": "\"The goggles? Just for reading!\"",
"MasterYi.joke03": "\"The key to immortality? Not dying.\""
},
"Laugh": {},
"Upon Casting Alpha Strike": {
"MasterYi.Q01": "\"Many foes, one strike!\"",
"MasterYi.Q02": "\"A master stroke!\"",
"MasterYi.Q03": "\"Did you miss it?\""
},
"Upon Casting Meditate": {
"MasterYi.W01": "\"Mind and body.\"",
"MasterYi.W02": "\"Shh - I'm meditating!\"",
"MasterYi.W03": "\"Look inward.\""
},
"Upon Casting Highlander": {
"MasterYi.ultimate01": "\"Speed of thought!\"",
"MasterYi.ultimate02": "\"Keep up!\"",
"MasterYi.ultimate03": "\"So fast.\"",
"MasterYi.ultimate04": "\"Watch, and learn.\""
}
}
},
"Alistar": {
"champ_id": 12,
"quotes": {
"Champion Select": {
"Alistar_Select": "\"Nothing can hold me back!\"",
"Alistar.move3": "\"Now I'm angry.\""
},
"Movement/Attacking": {
"Alistar.attack2": "\"You must follow.\"",
"Alistar.attack3": "\"I know the way.\"",
"Alistar.attack4": "\"Nothing can hold me back.\"",
"Alistar.attack1": "\"Stampede!\"",
"Alistar.move3": "\"Now I'm angry.\""
},
"Taunt": {
"Alistar.taunt": "\"Mess with the bull and you get the horns!\""
},
"Joke": {
"Alistar.joke": "\"You can't milk those.\""
},
"Dance": {},
"Laugh": {},
"Upon Casting Recall": {}
}
},
"Ryze": {
"champ_id": 13,
"quotes": {
"Champion Select": {
"Ryze_Select_new": "\"A step ahead of cataclysm.\"",
"Ryze.attack14": "\"Fine.\""
},
"Upon Starting a Game": {
"Ryze.start01": "\"",
"Ryze.start01.1": "\"",
"Ryze.start02": "\"The things I've seen in the dark corners of Runeterra are better left unseen.\"",
"Ryze.start03": "\"Things to do today: find food, build shelter, fix the world.\"",
"Ryze.start04": "\"I sense another rune, but where?\"",
"Ryze.start05": "\"Can we make this quick? I have some place to be!\"",
"Ryze.start06": "\"If I sound rude, it's because I've got a world to save.\""
},
"Attacking": {
"Ryze.attack01": "\"Keep your distance.\"",
"Ryze.attack02": "\"I read the runes. You lose.\"",
"Ryze.attack03": "\"Blood will spill.\"",
"Ryze.attack04": "\"Makers guide me!\"",
"Ryze.attack05": "\"They come for the scroll.\"",
"Ryze.attack06": "\"Time dwindles.\"",
"Ryze.attack07": "\"Are you following me?\"",
"Ryze.attack08": "\"You know nothing of loss.\"",
"Ryze.attack09": "\"I am just a vessel.\"",
"Ryze.attack10": "\"A fine edge you dance on.\"",
"Ryze.attack11": "\"By will.\"",
"Ryze.attack12": "\"I don't have time for this!\"",
"Ryze.attack13": "\"If you insist.\"",
"Ryze.attack14": "\"Fine.\"",
"Ryze.attack15": "\"This ends badly.\"",
"Ryze.attack16": "\"This might burn.\"",
"Ryze.attack17": "\"Hands off the runes.\"",
"Ryze.attack18": "\"They have no idea.\"",
"Ryze.attack19": "\"Leave now.\"",
"Ryze.attack20": "\"Ah, the hard way.\"",
"Ryze.attack21": "\"Stay back.\"",
"Ryze.attack22": "\"Away.\"",
"Ryze.attack23": "\"You've got nothing.\"",
"Ryze.attack24": "\"You won't win this.\"",
"Ryze.attack25": "\"Last chance.\"",
"Ryze.attack26": "\"Let's have it, then.\""
},
"Movement": {
"Ryze.move01": "\"These runes are not for eyes such as yours.\"",
"Ryze.move02": "\"They know so little of the world they traverse.\"",
"Ryze.move03": "\"Ah, Runeterrans. So endearing, so foolish.\"",
"Ryze.move04": "\"I work alone. Company weighs me down.\"",
"Ryze.move05": "\"What's on my back? That's not your concern.\"",
"Ryze.move06": "\"Knowledge is a real weapon.\"",
"Ryze.move07": "\"Every rune I find is another day we live.\"",
"Ryze.move08": "\"Blessing or curse, what's the difference?\"",
"Ryze.move09": "\"They have forgotten the fires that forged this world.\"",
"Ryze.move10": "\"You know what I could use? An ale.\"",
"Ryze.move11": "\"They want to read my scroll. It'll be the last thing they read.\"",
"Ryze.move12": "\"I could tell you what's on this scroll, but then I'd have to obliterate you.\"",
"Ryze.move13": "\"The wise seek to contain power.\"",
"Ryze.move14": "\"I dream in nightmares of the past.\"",
"Ryze.move15": "\"None are worthy of my task... even me.\"",
"Ryze.move16": "\"Everyone is doomed to repeat history. That's where I come in.\"",
"Ryze.move17": "\"I've heard entire nations go silent.\"",
"Ryze.move18": "\"I may fail, but I won't quit.\"",
"Ryze.move19": "\"Trust no-one, especially those who seek power.\"",
"Ryze.move20": "\"Just once I'd like a good night's sleep.\"",
"Ryze.move21": "\"Their minds couldn't handle what my eyes have seen.\"",
"Ryze.move22": "\"I care about these mortals. That's why I keep them at arm's length.\"",
"Ryze.move23": "\"In an instant, all could be gone.\"",
"Ryze.move24": "\"I long for the day when this is all over.\"",
"Ryze.move25": "\"Some stones are best left unturned.\"",
"Ryze.move26": "\"Everyone wants to chat when you're busy saving the world.\"",
"Ryze.move27": "\"Terrible things are afoot.\"",
"Ryze.move28": "\"You know what I miss? Standing still.\"",
"Ryze.move29": "\"All that binds this world is will.\"",
"Ryze.move30": "\"Magic dooms us... but perhaps it can save us.\"",