This repository has been archived by the owner on Apr 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenglish.json
4886 lines (4886 loc) · 275 KB
/
english.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
{
"string10000": "Deity",
"string10001": "Ok",
"string10002": "Cancel",
"string10003": "Yes",
"string10004": "No",
"string10005": "Founders",
"string10006": "The following players are founders of Survived By:",
"string10007": "Patrons",
"string10008": "The following players are patrons of Survived By:",
"string10009": "Accept",
"string10010": "Dismiss",
"string10011": "Continue",
"string10012": "Exit",
"string10013": "Confirm",
"string10014": "Customer Service",
"string10015": "Close",
"string10016": "Activate Altars (I)",
"string10017": "Activate {0} altars",
"string10018": "Altars",
"string10019": "Activate Dangerous Chests (I)",
"string10020": "Activate {0} dangerous chests",
"string10021": "chests",
"string10022": "Complete Daily Quests (III)",
"string10023": "Complete {0} bounties",
"string10024": "Bounties",
"string10025": "Complete Daily Quests (II)",
"string10026": "Complete Daily Quests (I)",
"string10027": "Complete Daily Quests (IV)",
"string10028": "Complete Bounty Kills (III)",
"string10029": "Complete {0} quests",
"string10030": "Quests",
"string10031": "Complete Bounty Kills (II)",
"string10032": "Complete Bounty Kills (I)",
"string10033": "Activate Dangerous Chests (IV)",
"string10034": "Activate Altars (II)",
"string10035": "Activate Altars (IV)",
"string10036": "Complete Bounty Kills (IV)",
"string10037": "Activate Dangerous Chests (III)",
"string10038": "Activate Dangerous Chests (II)",
"string10039": "Activate Altars (III)",
"string10040": "Craft Items (III)",
"string10041": "Craft {0} items",
"string10042": "Items",
"string10043": "Craft Items (II)",
"string10044": "Discover Straits of the Deep",
"string10045": "Locate and enter the Straits of the Deep dungeon",
"string10046": "Discover Sundered Swamp Vault",
"string10047": "Locate and enter the Sundered Swamp Vault dungeon",
"string10048": "Discover Will-o'-the-Wisp Forest",
"string10049": "Locate and enter the Will-o'-the-Wisp Forest dungeon",
"string10050": "Craft Items (IV)",
"string10051": "Discover The Source",
"string10052": "Locate and enter The Source",
"string10053": "Craft Items (I)",
"string10054": "Discover Estate of the Immortal",
"string10055": "Locate and enter the Estate of the Immortal dungeon",
"string10056": "Discover Monastery of the Rift",
"string10057": "Locate and enter the Monastery of the Rift dungeon",
"string10058": "Discover Burning Sands",
"string10059": "Locate and enter the Burning Sands dungeon",
"string10060": "Discover Frozen Haven",
"string10061": "Locate and enter the Frozen Haven dungeon",
"string10062": "Perform Critical Hits (II)",
"string10063": "Perform {0} critical hits",
"string10064": "Critical Hits",
"string10065": "Perform Critical Hits (I)",
"string10066": "Perform Critical Hits (III)",
"string10067": "Discover Spawning Nest",
"string10068": "Locate and enter the Spawning Nest dungeon",
"string10069": "Discover Conduit of Fire",
"string10070": "Locate and enter the Conduit of Fire dungeon",
"string10071": "Discover Paradise Undone",
"string10072": "Locate and enter the Paradise Undone dungeon",
"string10073": "Perform Critical Hits (IV)",
"string10074": "Discover The Space Between",
"string10075": "Locate and enter The Space Between",
"string10076": "Discover Forge of Corruption",
"string10077": "Locate and enter the Forge of Corruption dungeon",
"string10078": "Discover Monsters (I)",
"string10079": "Discover {0} monsters",
"string10080": "Monsters",
"string10081": "Discover Legacies (IV)",
"string10082": "Discover {0} legacies",
"string10083": "Legacies",
"string10084": "Discover Legacies (III)",
"string10085": "Discover Gear (III)",
"string10086": "Discover {0} items",
"string10087": "Discover Gear (II)",
"string10088": "Discover Gear (V)",
"string10089": "Discover Gear (IV)",
"string10090": "Discover Gear (XI)",
"string10091": "Discover Legacies (VIII)",
"string10092": "Discover Monsters (VI)",
"string10093": "Discover Gear (VI)",
"string10094": "Discover Legacies (I)",
"string10095": "Discover Gear (IX)",
"string10096": "Discover Gear (X)",
"string10097": "Discover Gear (VII)",
"string10098": "Discover Gear (VIII)",
"string10099": "Discover Monsters (III)",
"string10100": "Discover Monsters (V)",
"string10101": "Discover Monsters (VIII)",
"string10102": "Discover Legacies (IX)",
"string10103": "Discover Legacies (VII)",
"string10104": "Discover Legacies (X)",
"string10105": "Discover Legacies (VI)",
"string10106": "Discover Monsters (IV)",
"string10107": "Discover Gear (XII)",
"string10108": "Discover Legacies (V)",
"string10109": "Discover Monsters (VII)",
"string10110": "Discover Monsters (IX)",
"string10111": "Discover Monsters (II)",
"string10112": "Discover Legacies (II)",
"string10113": "Discover Gear (I)",
"string10114": "Discover Gear (XIII)",
"string10115": "Kill Fury (I)",
"string10116": "Kill {0} fury",
"string10117": "Kills",
"string10118": "Kill Boreal Shaman",
"string10119": "Kill Gorgon",
"string10120": "Kill Fury (IV)",
"string10121": "Kill Mirage Hunter",
"string10122": "Kill Boreal Shaman (Hard)",
"string10123": "Kill Beasts (IV)",
"string10124": "Kill {0} beasts",
"string10125": "Kill Beasts (III)",
"string10126": "Kill Beasts (II)",
"string10127": "Kill Chimeras (IV)",
"string10128": "Kill {0} chimeras",
"string10129": "Kill Proto Elemental",
"string10130": "Kill Locus",
"string10131": "Kill Chimeras (II)",
"string10132": "Kill Gorgon (Hard)",
"string10133": "Kill Fury (II)",
"string10134": "Kill Miniwarden",
"string10135": "Kill Kraken (Hard)",
"string10136": "Kill Beasts (I)",
"string10137": "Kill Goliath (I)",
"string10138": "Kill Mirage Hunter (Hard)",
"string10139": "Kill Chimeras (III)",
"string10140": "Kill Hydra",
"string10141": "Kill Locus (Hard)",
"string10142": "Kill Heart of the Forest",
"string10143": "Kill Shadow of the Mother",
"string10144": "Kill Fury (III)",
"string10145": "Kill Kraken",
"string10146": "Kill Chimeras (I)",
"string10147": "Kill Heart of the Forest (Hard)",
"string10148": "Kill Hydra (Hard)",
"string10149": "Kill Elemental Spirits",
"string10150": "Level Sentinel (I)",
"string10151": "Reach level {0} with Sentinel",
"string10152": "Levels",
"string10153": "Level Druid (III)",
"string10154": "Reach level {0} with Druid",
"string10155": "Level Druid (II)",
"string10156": "Level Druid (I)",
"string10157": "Deal Points of Damage (I)",
"string10158": "Deal {0} points of damage",
"string10159": "Damage",
"string10160": "Level Alchemist (IV)",
"string10161": "Reach level {0} with Alchemist",
"string10162": "Level Alchemist (III)",
"string10163": "Level Alchemist (II)",
"string10164": "Level Alchemist (I)",
"string10165": "Kill Spirits (I)",
"string10166": "Kill {0} spirits",
"string10167": "Level Druid (IV)",
"string10168": "Kill Infernals (II)",
"string10169": "Kill {0} infernals",
"string10170": "Kill Infernals (IV)",
"string10171": "Kill Infernals (III)",
"string10172": "Level Infiltrator (IV)",
"string10173": "Reach level {0} with Infiltrator",
"string10174": "Level Infiltrator (III)",
"string10175": "Level Infiltrator (II)",
"string10176": "Level Infiltrator (I)",
"string10177": "Max Level Infiltrator",
"string10178": "Max Level Geomancer",
"string10179": "Reach level {0} with Geomancer",
"string10180": "Level Geomancer (IV)",
"string10181": "Level Geomancer (III)",
"string10182": "Level Geomancer (II)",
"string10183": "Level Geomancer (I)",
"string10184": "Kill Spirits (IV)",
"string10185": "Kill Spirits (III)",
"string10186": "Kill Spirits (II)",
"string10187": "Max Level Sentinel",
"string10188": "Max Level Harbinger",
"string10189": "Reach level {0} with Harbinger",
"string10190": "Level Harbinger (IV)",
"string10191": "Level Harbinger (III)",
"string10192": "Level Harbinger (II)",
"string10193": "Level Harbinger (I)",
"string10194": "Deal Points of Damage (II)",
"string10195": "Max Level Druid",
"string10196": "Deal Points of Damage (IV)",
"string10197": "Deal Points of Damage (III)",
"string10198": "Max Level Alchemist",
"string10199": "Level Sentinel (IV)",
"string10200": "Level Sentinel (III)",
"string10201": "Level Sentinel (II)",
"string10202": "Kill Infernals (I)",
"string10203": "Use Beneficial Consumables (IV)",
"string10204": "Use {0} consumables that provide a positive buff",
"string10205": "Buffs",
"string10206": "Reach Level",
"string10207": "Reach level {0}",
"string10208": "Survive Debuffs (I)",
"string10209": "Survive {0} debuffs",
"string10210": "Debuffs",
"string10211": "Use Beneficial Consumables (III)",
"string10212": "Survive Debuffs (IV)",
"string10213": "Survive Debuffs (III)",
"string10214": "Survive Debuffs (II)",
"string10215": "Use Beneficial Consumables (II)",
"string10216": "Use Beneficial Consumables (I)",
"string10217": "Use Energy Potions (IV)",
"string10218": "Use {0} energy potions",
"string10219": "Potions",
"string10220": "Use Healing Potions (II)",
"string10221": "Use {0} healing potions",
"string10222": "Use Healing Potions (IV)",
"string10223": "Use Healing Potions (III)",
"string10224": "Use Energy Potions (III)",
"string10225": "Use Energy Potions (II)",
"string10226": "Use Energy Potions (I)",
"string10227": "Use Healing Potions (I)",
"string10228": "Complete Quests",
"string10229": "Craft Items",
"string10230": "Perform Critical Hits",
"string10231": "Kill Beasts",
"string10232": "Do Damage",
"string10233": "Kill Chimera",
"string10234": "Kill {0} chimera",
"string10235": "Kill Fury",
"string10236": "Kill Spirits",
"string10237": "The World Tree shudders, as if mourning...",
"string10238": "Conduit of Fire (press)",
"string10239": "Capitol of the Ashaga",
"string10240": "Invasion Staging Grounds",
"string10241": "Cylinder",
"string10242": "Kill Lesser Manifestations of Sin",
"string10243": "Kill {0} Lesser Manifestations of Sin",
"string10244": "Kill Greater Manifestations of Sin (I)",
"string10245": "Kill {0} Greater Manifestations of Sin",
"string10246": "Kill Sin",
"string10247": "Kill Sin {0} Times",
"string10248": "Kill Lesser Manifestations of Sin (II)",
"string10249": "Kill Lesser Manifestations of Sin (IIII)",
"string10250": "Kill Lesser Manifestations of Sin (IV)",
"string10251": "Kill Sin (I)",
"string10252": "Kill Greater Manifestations of Sin (II)",
"string10253": "Kill Greater Manifestations of Sin (III)",
"string10254": "Kill Greater Manifestations of Sin (IV)",
"string10255": "Kill Sin (II)",
"string10256": "Kill Sin (III)",
"string10257": "Kill Sin (IV)",
"string10258": "Kill Lesser Manifestations of Sin (I)",
"string10259": "Reach Level 25",
"string10260": "Quests",
"string10261": "Challenges",
"string10262": "Achievements",
"string10263": "Kill Dark Persona",
"string10264": "Clear Deep Night Fissures",
"string10265": "Clear all eight fissure dungeons",
"string10266": "Craft a Gate Stone",
"string10267": "Turn in Amber Effigy (I)",
"string10268": "Turn in Amber Effigy (II)",
"string10269": "Turn in Amber Effigy (III)",
"string10270": "Turn in {0} Amber Effigies",
"string10271": "Turn in Bonfire Bundle (I)",
"string10272": "Turn in Bonfire Bundle (II)",
"string10273": "Turn in Bonfire Bundle (III)",
"string10274": "Turn in {0} Bonfire Bundles",
"string10275": "Turn in Bundle of Candles (I)",
"string10276": "Turn in Bundle of Candles (II)",
"string10277": "Turn in Bundle of Candles (III)",
"string10278": "Turn in {0} Bundles of Candles",
"string10279": "Equip Candy Attachments",
"string10280": "Equip all three Candy attachments at once ",
"string10281": "Equip Spider Attachments",
"string10282": "Equip all three Spider attachments at once ",
"string10283": "Equipped Attachments",
"string10284": "Candles",
"string10285": "Bonfire Bundles",
"string10286": "Amber Effigies",
"string10287": "Kill Dark Persona (II)",
"string10288": "Kill the Dark Persona {0} times",
"string11000": "Abandon your current quest chain? Your current progress will be saved.",
"string11001": "Please Wait...",
"string11002": "You can purchase Electrum for Bloodstone from the Bloodstone Exchange.",
"string11003": "Please Wait",
"string11004": "Are you sure you want to buy {0} for {1} {2}?",
"string11005": "If you delete this character it cannot be recovered and all progress will be lost.",
"string11006": "Are you sure you want to use a {0}?",
"string11007": "Are you sure you want to buy {0} {1} for {2} {3}?",
"string11008": "Are you sure you want to buy {0} {1} for {2} {3}?",
"string11009": "Are you sure you want to drop {0} {1} on the ground?",
"string11010": "Are you sure you want to destroy {0} {1} forever?",
"string11011": "House Name Setup Success!",
"string11012": "You must claim all attachments before deleting this message.",
"string11013": "You must claim all attachments from {0} message(s) before deleting them.",
"string11014": "Are you sure you want to destroy {0} {1} forever?",
"string11015": "Are you sure you want to drop {0} {1} on the ground?",
"string11016": "Return item {0} on death for {1} {2}?",
"string11017": "Are you sure you want to reset all keybindings to defaults?",
"string11018": "Name already in use",
"string11019": "Change skin for {0} silver?",
"string11020": "You have reached the max card limit of {0}. Any new cards will be lost until you make more space.",
"string11021": "You are near the max card limit of {0}. If you run out of space, new cards will be lost.",
"string11022": "Apply actions failed, please reconnect and try again",
"string11023": "Any unspent Valr will be lost. Are you sure?",
"string11024": "Account is locked for administration.",
"string11025": "Buy x{0} {1} for {2} {3}?",
"string11026": "Are you sure you want to sell your entire stack of {0} {1} for {2} {3}?",
"string11027": "{0} has been crafted",
"string11028": "You killed {0}",
"string11029": "Ancestral Legacy",
"string11030": "{0} (Requires level {1})",
"string11031": "Picked up {0} x{1}",
"string11032": "The dungeon boss has been killed",
"string11033": "The bounty board has been refreshed",
"string11034": "Quest completed",
"string11035": "Started a new quest",
"string11036": "If you consume this ancestral legacy it cannot be recovered and all progress will be lost.",
"string11037": "Upgrade to Level {0}",
"string11038": "Legacies: {0}/{1}",
"string11039": "Next",
"string11040": "Submit",
"string11041": "Are you sure you want to reset your hand?",
"string11042": "Ancestral Legacies",
"string11043": "Select Ancestral Legacy",
"string11044": "Leave Anyway",
"string11045": "Primary",
"string11046": "Secondary",
"string11047": "Graphics",
"string11048": "Sound",
"string11049": "Gameplay",
"string11050": "Controllers",
"string11051": "Key Bindings",
"string11052": "Report A Bug",
"string11053": "You have unsaved changes that will be lost until you click Apply!",
"string11054": "Warning: you will now be charged real money when you purchase electrum.",
"string11055": "Too busy, try again later",
"string11056": "Get x{0} {1}?",
"string11057": "Sign Up",
"string11058": "Email Address",
"string11059": "Confirm Email",
"string11060": "Username",
"string11061": "Password",
"string11062": "Confirm Password",
"string11063": "Sign Up Now",
"string11064": "Yes, I'd like to receive news and updates from the Survived By development team.",
"string11065": "Yes, let me know about new updates with targeted ads.",
"string11066": "I am over 13 and have read and agreed to the Terms of Use & Privacy Policy.",
"string11067": "Terms of Use",
"string11068": "Privacy Policy",
"string11069": "LOGIN",
"string11070": "Remember Password",
"string11071": "Create Account",
"string11072": "Forgot Password",
"string11073": "{0} is a required field.",
"string11074": "{0} and {1} must match.",
"string11075": "You must agree to the Terms of Use and Privacy Policy.",
"string11076": "Invalid email address.",
"string11077": "Invalid username. Must be 4-16 characters.",
"string11078": "Invalid password. Minimum 4 characters.",
"string11079": "A verification email has been sent to the email address you provided. Please follow the link it contains to activate your account. If the email has not arrived within 15 minutes please check your spam folder. If it's still not present you can email [email protected] for assistance.",
"string11080": "You abandoned your quest.",
"string11081": "Revert",
"string11082": "Do you want to spawn the quest monster?",
"string11083": "SPAWN QUEST MONSTER",
"string11084": "Accept quest to kill quest monster?",
"string11085": "NEW QUEST",
"string15000": "Invasion in {0}.",
"string20000": "Generating...",
"string20001": "SFX OFF",
"string20002": "SFX ON",
"string20003": "MUSIC OFF",
"string20004": "MUSIC ON",
"string20005": "LOG OUT",
"string20006": "EXIT GAME",
"string20007": "No Man's Land",
"string20008": "The Tower",
"string20009": "Spawning Nest",
"string20010": "Will-o'-the-Wisp Forest",
"string20011": "Frozen Haven",
"string20012": "Sundered Swamp Vault",
"string20013": "Burning Sands",
"string20014": "Straits of the Deep",
"string20015": "Monastery of the Rift",
"string20016": "Estate of the Immortal",
"string20017": "Conduit of Fire (I)",
"string20018": "Forge of Corruption",
"string20019": "Ashaga Staging Grounds",
"string20020": "Paradise Undone (I)",
"string20021": "The Space Between (I)",
"string20022": "Ashaga Capitol",
"string20023": "The Source",
"string20024": "Den of the Hydra",
"string20025": "Heart of the Forest",
"string20026": "Shaman's Sanctum",
"string20027": "<Ruins Boss>",
"string20028": "Eye of the Desert",
"string20029": "The Breach",
"string20030": "Cloister of Awakening",
"string20031": "<Estate Boss>",
"string20032": "Magma Chamber",
"string20033": "Crucible of Corruption",
"string20034": "<Staging Grounds Boss>",
"string20035": "Ley Convergence",
"string20036": "Taproot",
"string20037": "<Capitol Boss>",
"string20038": "<Source Boss>",
"string20039": "Heartland Wilderness",
"string20040": "The Well",
"string20041": "Harsa Village",
"string20042": "Tower Steppes",
"string20043": "Borderlands",
"string20044": "Cinder Valley",
"string20045": "Southern Expanse",
"string20046": "Talon Mountains",
"string20047": "Dome of Hollows",
"string20048": "Ruins of Harsa",
"string20049": "Ruins of Sagila",
"string20050": "Viridian Highlands",
"string20051": "Bulwark Fen",
"string20052": "Escalade Islands",
"string20053": "Demesne of the Unseen",
"string20054": "Ninsa Lake",
"string20055": "Sea of Crags",
"string20056": "Weeping Fissure",
"string20057": "Abandoned Storage Cave",
"string20058": "Underground Chamber",
"string20059": "Conduit of Fire (II)",
"string20060": "Magma Chamber",
"string20061": "Conduit of Fire (III)",
"string20062": "Magma Chamber",
"string20063": "Paradise Undone (II)",
"string20064": "Ley Convergence",
"string20065": "Paradise Undone (III)",
"string20066": "Ley Convergence",
"string20067": "The Space Between (II)",
"string20068": "Taproot",
"string20069": "The Space Between (III)",
"string20070": "Taproot",
"string20071": "Cave Hard",
"string20072": "Cave Hard Boss",
"string20073": "Desert Hard",
"string20074": "Desert Hard Boss",
"string20075": "Haven Hard",
"string20076": "Haven Hard Boss",
"string20077": "Incubator Hard",
"string20078": "Incubator Hard Boss",
"string20079": "Islands Hard",
"string20080": "Islands Hard Boss",
"string20081": "Forest Hard",
"string20082": "Forest Hard Boss",
"string20083": "Monastery Hard",
"string20084": "Monastery Hard Boss",
"string20085": "The Terrace",
"string20086": "Lion King",
"string20087": "Druidic Grove",
"string20088": "Sent In",
"string20089": "A Bad Ratting",
"string20090": "Deep Fissure",
"string20091": "Deep Fissure Boss",
"string20092": "Deep Fissure Finale",
"string20093": "Deep Fissure Finale Boss",
"string20094": "Island Fury Boss",
"string20095": "Alchemist Boss",
"string20096": "The Battle",
"string20097": "Afterlife",
"string20098": "Guildhall",
"string20099": "Sin Dungeon",
"string20100": "{0} x {1}",
"string20101": "{0} x {1} (Pixel Perfect)",
"string20102": "Population",
"string20103": "Loot Box T4",
"string20104": "Loot Box T1",
"string20105": "Treasure Hunter",
"string20106": "Bard",
"string20107": "Founder Monument",
"string20108": "Keeper of Records",
"string20109": "Chest",
"string20110": "Returner",
"string20111": "The Exchange",
"string20112": "Treasure",
"string20113": "Instructor",
"string20114": "Captured",
"string20115": "Loot Box T15",
"string20116": "Vault",
"string20117": "Pre-Alpha Items Vendor",
"string20118": "Loot Box T9",
"string20119": "Craftsman",
"string20120": "Thorns Vendor",
"string20121": "Patron Monument",
"string20122": "Lootbag",
"string20123": "Loot Box T11",
"string20124": "Bow and Dagger Vendor",
"string20125": "Equipment Vendor",
"string20126": "Seamstress",
"string20127": "Auction House",
"string20128": "Medium Armor Vendor",
"string20129": "Loot Box T7",
"string20130": "Loot Box T14",
"string20131": "Loot Box T2",
"string20132": "Heavy Armor Vendor",
"string20133": "Loot Box T3",
"string20134": "Loot Box T10",
"string20135": "Loot Box T8",
"string20136": "Volcano Items Vendor",
"string20137": "Jewelry Vendor",
"string20138": "Enhancement Vendor",
"string20139": "Mailbox",
"string20140": "Loot Box T13",
"string20141": "Loot Box T6",
"string20142": "Loot Box T5",
"string20143": "Injured",
"string20144": "Loot Box T12",
"string20145": "Crafting Vendor",
"string20146": "Sword and Totem Vendor",
"string20147": "Daily Challenge Board",
"string20148": "Idol",
"string20149": "Obsidian Crystal Cluster",
"string20150": "Damage Altar",
"string20151": "Damage Reduction Altar",
"string20152": "Health Regen Altar",
"string20153": "Energy Altar",
"string20154": "XP Altar",
"string20155": "Dangerous Chest",
"string20156": "Shrine",
"string20157": "Someone Died Here",
"string20158": "Press [Interact] to Pay Respects",
"string20159": "Dungeon has reached maximum capacity. A new key will be necessary to open this dungeon again.",
"string20160": "Capitol Dungeon",
"string20161": "Cave Dungeon",
"string20162": "Desert Dungeon",
"string20163": "Estate Dungeon",
"string20164": "Forest Dungeon",
"string20165": "Haven Dungeon",
"string20166": "Incubator Dungeon",
"string20167": "Islands Dungeon",
"string20168": "Paradise Dungeon",
"string20169": "Ruins Dungeon",
"string20170": "Source Dungeon",
"string20171": "Staging Grounds Dungeon",
"string20172": "Void Dungeon",
"string20173": "Volcano Dungeon",
"string20174": "Heartland",
"string20175": "Private Well",
"string20176": "Exit",
"string20177": "Burning Sands is locked",
"string20178": "Unlock Burning Sands",
"string20179": "Enter Burning Sands",
"string20182": "Enter Burning Sands Hard",
"string20185": "Ashaga Capitol is locked",
"string20186": "Unlock Ashaga Capitol",
"string20187": "Enter Ashaga Capitol",
"string20189": "Abandoned Storage Cave is locked",
"string20190": "Unlock Abandoned Storage Cave",
"string20191": "Enter Abandoned Storage Cave",
"string20193": "Spawning Nest is locked",
"string20194": "Unlock Spawning Nest",
"string20195": "Enter Spawning Nest",
"string20197": "Enter Spawning Nest Hard",
"string20198": "This dungeon is intended for level 25. Characters much higher level will receive reduced or no rewards.",
"string20199": "Estate of the Immortal is locked",
"string20200": "Inventory full",
"string20201": "To use the Harbinger special attack get within range of enemies and hit RMB to target up to six. Then use LMB to fire super powerful shots.",
"string20202": "To use the Alchemist special attack press the RMB to launch 3 vials that will leave behind damaging pools of resin.",
"string20203": "To use the Infiltrator special attack press RMB to conceal yourself and press RMB again to fire knives all around you and reveal yourself.",
"string20204": "To use the Sentinel special attack press RMB to place a circle that buffs and heals you and nearby players.",
"string20205": "To use the Geomancer special attack press RMB to create turrets that will fire at any nearby enemies.",
"string20206": "To use the Druid special attack press the RMB to transform into a bear. This will increase your stats significantly.",
"string20207": "Altar is depleted",
"string20208": "Press [Interact] to interact",
"string20209": "Press [Interact] to loot bag",
"string20210": "Dungeon keys can be found on Quest monsters or purchased from the Treasure Hunter with Bloodstones",
"string20211": "Press [Interact] to unlock for 30 seconds with the matching single use key",
"string20212": "You got mail!",
"string20213": "You received mail!",
"string20214": "You are now friends with {0}!",
"string20215": "{0} wants to be your friend!",
"string20216": "{0} wants to trade!",
"string20217": "Unable to trade, player out of range!",
"string20218": "Challenge completed: {0}",
"string20219": "Daily Challenge completed: {0}",
"string20220": "Another player has killed your quest monster",
"string20221": "Your {0} gained a level",
"string20222": "LEVEL UP!",
"string20223": "+{0} XP",
"string20224": "Are you sure?",
"string20225": "Unlock Estate of the Immortal",
"string20226": "Enter Estate of the Immortal",
"string20227": "Will-o'-the-Wisp Forest is locked",
"string20228": "Unlock Will-o'-the-Wisp Forest",
"string20229": "Enter Will-o'-the-Wisp Forest",
"string20231": "Enter Will-o'-the-Wisp Forest Hard",
"string20232": "Frozen Haven is locked",
"string20233": "Unlock Frozen Haven",
"string20234": "Enter Frozen Haven",
"string20235": "{0} has declined your party invite.",
"string20236": "{0} invites you to join their party.",
"string20237": "Enter Frozen Haven Hard",
"string20238": "Respects +1",
"string20239": "Quest: Kill {0}",
"string20240": "Are you sure you want to abandon your current quest?",
"string20241": "Maybe you have what it takes to clear out the Spawning Nest; where we think they are breeding their bugs. Reports say it's in the Borderlands to the West; but you'll have to go around the fissures to get there.",
"string20242": "To fight back we need better weapons, and for that we need Obsidian. Unfortunately, that means venturing into the perpetually Burning Sands of Cinder Valley, and the only way to get there is in the southwest corner of the Borderlands.",
"string20243": "We knew the Chimera had to have a leader, and now we've found him! The coward hides in his Frozen Haven beneath the Dome of Hollows to the East. Ensure that he never leaves.",
"string20244": "Of course we were losing this war, we were fighting the wrong enemy! Return to the Ruins of Harsa to the East, to the homes we lost, and see if you can discover this Forge of Corruption and the intentions of these \"Fury\".",
"string20245": "This is our chance! The Fury aren't native to our world, and if we can seal the breach in the World Tree we'll cut them off from their leaders and reinforcements. The beachhead must be somewhere in the Escalade Islands to the Northeast, perhaps at the Straits of the Deep.",
"string20246": "We must find a way to quiet the World Tree. As long as it convulses the Fury will always find a way inside. The Heart of the Forest, upon the island on Ninsa Lake to the Northwest, was once a sacred druidic site, but the spirits there turned on us when the Chimera invasion began. Perhaps the two events are linked.",
"string20247": "This vault of stone the spirit spoke of can only be the Monastery of the Rift. We assumed it destroyed as the lands to the west suffered the worst when the World Tree started to split. But still you must travel to the Weeping Fissure to the West and find a way to put things right.",
"string20248": "We did this to ourselves. We did not see the signs and now She rages and screams. We have no other choice. We must calm the inferno within the Conduit of Fire, purify the essence of the Paradise Undone and land a decisive blow against the Fury that tear at our world from The Space Between. Only then might we have a chance to reach Her and finally end this.",
"string20249": "Your quest monster has run away!",
"string20250": "Forge of Corruption is locked",
"string20251": "Unlock Forge of Corruption",
"string20252": "Enter Forge of Corruption",
"string20255": "Enter Forge of Corruption Hard",
"string20256": "Paradise Undone is locked",
"string20257": "Unlock Paradise Undone",
"string20258": "Enter Paradise Undone",
"string20259": "Straits of the Deep is locked",
"string20260": "Unlock Straits of the Deep",
"string20261": "Enter Straits of the Deep",
"string20263": "Enter Straits of the Deep Hard",
"string20264": "Monastery of the Rift is locked",
"string20265": "Unlock Monastery of the Rift",
"string20266": "Enter Monastery of the Rift",
"string20268": "Enter Monastery of the Rift Hard",
"string20269": "Ashaga Staging Grounds is locked",
"string20270": "Unlock Ashaga Staging Grounds",
"string20271": "Enter Ashaga Staging Grounds",
"string20272": "The Source is locked",
"string20273": "Unlock The Source",
"string20274": "Enter The Source",
"string20275": "Sundered Swamp Vault is locked",
"string20276": "Unlock Sundered Swamp Vault",
"string20277": "Enter Sundered Swamp Vault",
"string20278": "The Space Between is locked",
"string20279": "Unlock The Space Between",
"string20280": "Enter The Space Between",
"string20281": "Heartland is locked",
"string20282": "Unlock Heartland",
"string20283": "Enter Heartland",
"string20284": "Conduit of Fire is locked",
"string20285": "Unlock Conduit of Fire",
"string20286": "Enter Conduit of Fire",
"string20287": "You do not hear the call. It is not your time. You are not yet a legend.",
"string20288": "The Well calls to you. You are ready to Pass Into Legend.",
"string20289": "The Terrace is locked",
"string20290": "Unlock The Terrace",
"string20291": "Descend the Tower to the Terrace that hangs beneath the World Tree",
"string20292": "Exit Harsa Village",
"string20293": "Trade",
"string20294": "Available",
"string20295": "Unlock Now",
"string20296": "NEW\nCHARACTER",
"string20297": "Delete",
"string20298": "Unlock Slot",
"string20299": "Survived By Dev team (Human Head Studios)",
"string20300": "Amethyst Begley\nBrian Pelletier\nChris Rhinehart\nIan Mahuta\nJack Bransky\nJames Sumwalt\nJun Soo Noh\nKat Shanahan\nKatherine Stull\nLacey Zick\nMax Orme\nNick Choles\nPaul MacArthur\nRachel Berkowitz\nRyan Jackson\nRyan Smith\nShane Gurno\nSteven Dunn\nTJ Cobb",
"string20301": "Producer\nArt Lead\nGame Design & Programming\nProgrammer\nProgrammer\nArt Director\nAudio Effects and Editing\nMarketing Director\nCommunity Manager\nQA\nDesigner\nCharacter Artist\nProgrammer\nProgrammer\nGame Lead/Senior Producer/Game Designer\nLead Programmer\nEnvironmental Art Lead\nProgrammer\nQA/Content Designer",
"string20302": "Other Staff",
"string20303": "Adam Larson\nBen Gokey\nDanielle Sands (Sketching Sands LLC)\nEmily Dilihunt\nJeffrey Moy\nJimmy Shin\nJustin R. Durban\nKeith Krieger\nKevin Schilder\nMaciej Kuczyński\nRob Richie\nTim Wendorf",
"string20304": "Programmer\nOperations\nIcon Art\nEnvironment Art\nCharacter Artist\nProgrammer\nMusic Composition\nOperations\nAudio Effects and Editing\nEnvironmental Art (once VFX art)\nOperations\nEnvironmental/Character Art",
"string20305": "Development Support",
"string20306": "Alex Larioza\nAlex Sherman\nMatt Spencer\nNathan LeRoux",
"string20307": "Programmer\nProgrammer\nProgrammer\nProgrammer",
"string20308": "Special Thanks",
"string20309": "Alyson Douglas\nBrad Mackey\nBrennen Pelletier\nCalder Bowman\nDiane Barry\nErik Begley\nGabriel Bowman\nGreg Cowan\nJ.R. Swantz\nJason Abitz\nKiersten Pelletier\nNazira Atalla\nSara Erhart\nSteven Farrell\nSultani Atalla\nTarah Hiemes\nWillow Bowman\n",
"string20310": "Friends & Family player\nFriends & Family player\nFriends & Family player\nFriends & Family player\nFriends & Family player\nFriends & Family player\nFriends & Family player\nFriends & Family player\nFriends & Family player\nFriends & Family player\nFriends & Family player\nFriends & Family player\nFriends & Family player\nFriends & Family player\nFriends & Family player\nFriends & Family player\nFriends & Family player\n",
"string20311": "To all of our Closed Alpha and Beta Players: Your enthusiastic participation, hours of exploration, and passionate feedback is deeply appreciated. We are better because of you.",
"string20312": "Tools we Used",
"string20313": "Pyxel Edit\nTiles",
"string20314": "Pyxel Edit - Developed by Daniel Kvarfordt\nTiled",
"string20315": "Font/Icons",
"string20316": "Font Awesome\nPixel Operator\nTwemoji\nUpheaval",
"string20317": "Font Awesome (icons)\nPixel Operator (OFL)\nTwitter emogi (twemoji)\nUpheaval (freeware)",
"string20318": "Dismiss",
"string20319": "Undiscovered",
"string20320": "Click to track",
"string20321": "Weapons",
"string20322": "Armor",
"string20323": "Boots",
"string20324": "Amulets",
"string20325": "Rings",
"string20326": "Consumables",
"string20327": "Materials",
"string20328": "{0} / {1} XP",
"string20329": "Tutorial",
"string20330": "Debug Settings",
"string20331": "Loading...",
"string20332": "Read More",
"string20333": "News",
"string20334": "PATCH NOTES",
"string20335": "COMING SOON",
"string20336": "Coming Soon",
"string20337": "PURCHASE ELECTRUM",
"string20338": "Recommended Deals",
"string20339": "Exit",
"string20340": "Credits",
"string20341": "Settings",
"string20342": "Play",
"string20343": "Ancestral Legacies",
"string20344": "Tutorial",
"string20345": "Server Select",
"string20346": "The playtest has ended.\nThanks for playing!",
"string20347": "Failed to connect to server.\nPlease try again in a few moments.",
"string20348": "Exit Game",
"string20349": "Change Server",
"string20350": "Send a bug report",
"string20351": "Nearby Players",
"string20352": "Auto Refreshing",
"string20353": "Paused",
"string20354": "New Quest",
"string20355": "Kill",
"string20356": "Decline",
"string20357": "Accept",
"string20358": "Click a shrine",
"string20359": "from the map to teleport.",
"string20360": "Undiscovered shrines will not appear on the map.",
"string20361": "Shrine",
"string20362": "X",
"string20363": "Health",
"string20364": "Energy",
"string20365": "empty",
"string20366": "Your Offer",
"string20367": "Your Inventory",
"string20368": "Offer",
"string20369": "Inventory",
"string20370": "Maximum Stack Amount 100",
"string20371": "Account Bound",
"string20372": "Soul Bound",
"string20373": "Insured",
"string20374": "Add",
"string20375": "Remove",
"string20376": "Their Offer",
"string20377": "Ready",
"string20378": "Make Trade",
"string20379": "Confirmed",
"string20380": "Ready",
"string20381": "Trade with",
"string20382": "X",
"string20383": "Can't add items if ready",
"string20384": "Can't remove items if ready",
"string20385": "Not enough bag space for this trade",
"string20386": "Both players must be ready",
"string20387": "You cannot purchase this offer anymore",
"string20388": "Toggle Essence",
"string20389": "Use Consumable",
"string20390": "Return to Tower",
"string20391": "Not Enough Waystones",
"string20392": "Use Health Potion",
"string20393": "Use Energy Potion",
"string20394": "Continue",
"string20395": "Friends",
"string20396": "You Have Died",
"string20397": "Continue",
"string20398": "User Id",
"string20399": "User Name",
"string20400": "Language",
"string20401": "Server",
"string20402": "Change key bindings",
"string20403": "Show All Servers",
"string20404": "Apply",
"string20405": "Debug Settings",
"string20406": "X",
"string20407": "Close",
"string20408": "Close",
"string20409": "Item Recovery Offering",
"string20410": "This quest would put you over the daily limit of 45 Bloodstone",
"string20411": "You have not completed the bounty prerequisites",
"string20412": "You can only have 1 active bounty",
"string20413": "You already completed this bounty",
"string20414": "You've completed the maximum number of bounties",
"string20415": "You have not made any changes",
"string20416": "You can't afford this",
"string20417": "This auction has expired",
"string20418": "You don't have all of the ingredients",
"string20419": "Electrum",
"string20420": "Craft Now Offering",
"string20421": "Your inventory is full",
"string20422": "The listing has expired",
"string20423": "You don't have any bloodstone",
"string20424": "Verified",
"string20425": "You can't afford to send this message",
"string20426": "Unclaimed Attachment",
"string20427": "No messages selected",
"string20428": "Your vault is full",
"string20429": "Your inventory is full",
"string20430": "Invalid character name",
"string20431": "You can't afford this offer.",
"string20432": "Local Scholar",
"string20433": "You don't have enough Valr",
"string20434": "Ancestral Legacy cannot be upgraded; it is at maximum level.",
"string20435": "Zoom In",
"string20436": "Zoom Out",
"string20437": "Character Menu",
"string20438": "Challenges",
"string20439": "Toggle Chat",
"string20440": "Relics",
"string20441": "Toggle Settings",
"string20442": "New messages",
"string20443": "Local Villager",
"string20444": "Local Hunter",
"string20445": "Sagila Survivor",
"string20446": "Harsa Survivor",
"string20447": "Cartographer",
"string20448": "Captain of the Guard",
"string20449": "I know your name. Your ancestor was there at Harsa, trying to teach us how to fight back. I'm so sorry. When I saw that great alabaster bear... I... I just ran.",
"string20450": "Is this really our last refuge? The Tower is a place of madness and suffering. So many of our ancestors have been devoured by it.",
"string20451": "If you must descend the Tower, steel yourself against the words of the insane that gather there. Do not give credence to their words unless you wish to lose your own sanity as well.",
"string20452": "What you did for Harsa... I know we still can't return, but killing that... thing... thank you.",
"string20453": "Though we've been here for a time, the Tower does not call to me. Does that mean that I am immune to its madness? Or, perhaps, unworthy of it?",
"string20454": "Are the denizens of the Tower insane, or do we simply not understand the world as they do? What else do we not understand?",
"string20455": "It was... a nightmare. I still hear their unnatural howls when I close my eyes.",
"string20456": "Have we learned where they came from? Who leads them? Do we know what they want?",
"string20457": "For how unnatural the Chimera are, the bizarre fusion of man and beast, the Fury are even worse. They can't possibly be natives of the World Tree.",
"string20458": "I was there at Sagila when the Chimera came. Please... avenge our kin as you did for those that fell at Harsa.",
"string20459": "Genocide? What did we do to deserve extinction in the eyes of these Fury?",
"string20460": "I knew the Fury couldn't be of the World Tree. Does that mean we can drive them out?",
"string20461": "We didn't stand a chance when the Chimera came. We've had too many generations of peace. The deserts of the Cinder Valley are the only lingering scars of the last time we were at war.",
"string20462": "Farming, crafting and diplomacy; those were the ancestral legacies we were passing to our children. They won't help us now.",
"string20463": "The Chimera and their Fury have pushed us to this last stronghold so quickly. Can we hold it long enough for us to recover our legacies of war?",
"string20464": "We didn't stand a chance when the Chimera came. We'd had too many generations of peace. But seeing you makes me believe that perhaps there is still hope.",
"string20465": "Farming, crafting and diplomacy; maybe we can one day return to those Legacies. But today we need the Legacies of war.",
"string20466": "The Fury and their Chimera minions pushed us to the Tower, but we did not break. Perhaps now we can finally go on the offensive.",
"string20467": "The Chimera and the shuddering of the World Tree, they must be connected. Those abominations were unknown before that first great quake that tore enormous fissures into the Heartland.",
"string20468": "To the West only slivers of land remain, to the South the great deserts of the Cinder Valley still fester, and to the North and East come the Chimera. We are surrounded on all sides by death.",
"string20469": "If only pilgrimage up the World Tree was possible. But the madness that rises from the roots of the tree would consume up before we could ascend to another terrace.",
"string20470": "That the Fury seek to wipe us out is now clear, but are the tremors of the World Tree their doing or what drives them to hate us?",
"string20471": "The destruction of the Hydra and the Locus have bought us both time and information, but do not think that we do not still stand on the edge of a precipice.",
"string20472": "Pilgrimage... it was a fool's thought. This is our home, our only home. We have no choice but to fight back.",
"string20473": "I know we cannot ignore the Chimera, but we can only defeat the Chimera once we understand why they are attacking us.",
"string20474": "So many mysteries remain. Why have the Spirits turned rabid? Why have the Infernals not risen up to burn away the Chimera and the Fury?",
"string20475": "Though the Chimera come at us from the North and the East, this started in the West, the epicenter of the first great quake. Do answers lie hidden amidst that devastated landscape?",
"string20476": "We have managed to save a few records in our frantic retreat. I cannot wage war like you can, but I can seek the answers that might arm you.",
"string20477": "Before the war, not all of the insane gathered here at the Tower. Some, perhaps those of stronger will than the others, migrated to the deep valleys to the West.",
"string20478": "They masked their faces and called themselves the Witnesses. With so many of us touched by madness, few cared about those that wandered off on their own and disappeared.",
"string20479": "You don't have any Electrum.",
"string20480": "Refreshes In:",
"string20481": "Completed:",
"string20482": "Abandon",
"string20483": "Begin",
"string20484": "Turn In",
"string20485": "Daily Challenge Board",
"string20486": "Ancestral Respec",
"string20487": "Undo",
"string20488": "Apply Changes",
"string20489": "Steps to reproduce...",
"string20490": "Include Screenshot",
"string20491": "Send",
"string20492": "Report A Bug",
"string20493": "Buy Electrum",
"string20494": "Defaults",
"string20495": "Keybindings",
"string20496": "Relics",
"string20497": "Report A Bug",
"string20498": "Main Menu",
"string20499": "Keybindings",
"string20500": "Exit Game",
"string20501": "Settings",
"string20502": "Buy",
"string20503": "Sell",
"string20504": "Mode",
"string20505": "Filters",
"string20506": "Items",
"string20507": "Vendor",
"string20508": "Sell\n",
"string20509": "Item Details",
"string20510": "Deposit",
"string20511": "Withdraw",
"string20512": "Return Item",
"string20513": "Cost",
"string20514": "Return Item on Death",
"string20515": "Drop",
"string20516": "Destroy",
"string20517": "You are the highest bidder",
"string20518": "Mine",
"string20519": "Post",
"string20520": "Active Bounty",
"string20521": "Completed",
"string20522": "Achievements",
"string20523": "Trophy Room",
"string20524": "Choose Character Class",
"string20525": "Enter a character name",
"string20526": "Character name did not pass offsensive word test",
"string20527": "Ancestral Lineage of family",
"string20528": "Generate",
"string20529": "Back",
"string20530": "Next",
"string20531": "Create New Character",
"string20532": "UPCOMING FEATURES",
"string20533": "Legacy Of",
"string20534": "Sets",
"string20535": "Stats",
"string20536": "Description",
"string20537": "The Exchange",
"string20538": "Reroll Prefix",
"string20539": "Reroll Suffix",
"string20540": "The truth has changed nothing...and everything.\n\n\n\nWhether master or slave, the Chimera still kill us, and sympathy for what has been done to them will only cause us to hesitate in our defense, a weakness we can ill afford.\n\n\n\nBut now we know that the Chimera are only foot soldiers. They are endless and we cannot win this war by defeating them; but must instead strike out against the Fury.\n\n\n\nIt's impossible to know why the Locus said what it did, but with few other alternatives we must pursue the leads nevertheless.\n\n\n\nThe first sightings of the Fury came from the fishers that work the Escalade Islands to the Northeast. If it is true that they originate from outside of the World Tree, perhaps there is a breach we can seal...",
"string20541": "The World Tree has not known war like this for untold generations.",
"string20542": "The Chimera, hybrids of beast and man, attacked with such ferocity that the town of Sagila had no chance.",
"string20543": "Few survived the attack, and those survivors brought news of the slaughter to Harsa.",
"string20544": "The people now make hasty preparations to protect themselves and their homes.",
"string20545": "{0} name is null or empty",
"string20546": "{0} name must start with a letter",
"string20547": "{0} name must be at least 3 characters",
"string20548": "{0} name can only contain numbers, letters, periods, hyphens, and underscores",
"string20549": "{0} name cannot contain consecutive symbols",
"string20550": "Message",
"string20551": "RemoveFriend",
"string20552": "Ignore",
"string20553": "Post Bloodstone",
"string20554": "Inspect",
"string20555": "Information",
"string20556": "Post Electrum",
"string20557": "The Exchange",
"string20558": "Influence of the Signs",
"string20559": "Current Influence",
"string20560": "Weekly Influence & Buff",
"string20561": "Influence of the Signs",
"string20562": "The signs cannot be seen at this time.",
"string20563": "Quest Chain Header",
"string20564": "Quests",
"string20565": "Refresh Now",
"string20566": "Quest Villager",
"string20567": "Reward",
"string20568": "Click To Begin Quest",
"string20569": "{0} name cannot contain swear words",
"string20570": "{0} name is too long.",
"string20571": "{0} name can not be used.",
"string20580": "Enter Lion King",
"string20581": "Open Door",
"string20582": "The cycle is nearly complete. Sin is almost upon us.",
"string20583": "The manifestations of Sin infest the Burning Sands; foul portents of its return.",
"string20584": "If we do nothing Sin will destroy us, but perhaps there is a way to call it before it is ready. Perhaps then it can be defeated.",
"string20585": "The Bards will sing the praises of those that can defeat Sin and turn its foul essence into weapons of war.",
"string20586": "Should a champion cull Sin's ranks sufficiently, that champion will pass additional legacies to their kin.",
"string20587": "We mustn't allow the Prophecies of Sin to be spoken, err they doom us all.",
"string20588": "Enter Sagila",
"string20589": "{0} Kills",
"string20590": "Resets: {0}",
"string20591": "Pristine Iris Mounting",
"string20592": "The techniques used to forge a setting that allows a charm to be set into an existing piece of equipment have long been lost, but some of the old mounts remain intact, and can still be used to add a socket to an item.",
"string20593": "Get ",
"string20594": "Available In: ",
"string20595": "Free",
"string20596": "Lost Boys Interactive",
"string20597": "Gear Auction House",
"string20598": "Materials Auction House",
"string20599": "Enter Sent In",
"string20600": "Enter A Bad Ratting",
"string20601": "Once a year the Deep Night comes, when Midnight will be unbroken for 7 days and the denizens of the furthest depths of the World Tree will rise to the surface. ",
"string20602": "To deter the inhabitants of the fissures from stalking the surface massive bonfires are erected near the deepest pits. The greater these fires become the greater the reward for killing the creatures of the deep. ",
"string20603": "There is strength in the bonfires, and by burning an effegy of yourself in the flames you will receive a fragment of that strength.",
"string20604": "For those that wish to do more than just cower, with the light of a thousand candles one might descend into the fissure and face the embodiment of darkness that resides within. ",
"string20605": "The domain of true darkness lies far to the West, but to gain access to that foul chasm you will need a key constructed of the shards of the guardians of the lesser fissures. ",
"string20606": "Enter Deep Fissure",
"string20607": "Enter Deep Fissure Finale",
"string20608": "Item must be crafted in order to be unlocked.",
"string20609": "Enter Island Fury",
"string20610": "Cannot post Promotional Electrum to The Exchange.",
"string20611": "Must be level 25.",
"string20612": "Present",
"string20613": "You don't have any Non-Promotional Electrum.",
"string20614": "Free Daily Energy Potion",
"string20615": "Free Daily Health Potion",
"string20616": "says",
"string20617": "Place Bid",
"string20618": "We're the last line of defense here, so you will have to excuse me for not dropping everything to help a dead man walking. Still, if you're determined to do some good before underestimating some fluffy bunny out there then see if you can dig out any of the supplies we had to leave behind when that creature forced us to abandon a local storage cavern. [1060, 740]",
"string20619": "I'm noticing a pattern here. The people of the Borderlands, the ones that are still bleeding out there now, saw a huge caravan of refugees and thought, \"We've got this; those guys were just pampered civilians.\" And now here you are asking me for intel on where the mother of the worm monsters is? Well, she's here: [865, 910]. We could definitely use less stubborn idiocy in the gene pool.",
"string20620": "The obsidian down there is valuable, I'll give you that, but these things are so angry that they are still trying to kill the dust that is left over from whatever civilization they wiped out down there. The level of overkill would be hilarious if it wasn't so terrifying. So, yeah, sounds like a great place for you to spend a relaxing afternoon. [600, 80]",
"string20621": "It seems like they have gone to ground at the Dome of Hollows, here: [1880, 540]. If they want to hide out in a frozen hole in the ground more power to them. We have enough friends out there that need killing without getting the damn bear whipped up into a blood frenzy.",
"string20622": "We lost at Harsa... badly. And you think you've got what it takes to march down into the hole those things came out of and kill whatever is inside? I guess if enough of you fools die down there maybe you can block the tunnels up. The entrance is here: [1375, 1170]",
"string20623": "The Straits are near the edge of the Heartland, here: [1630, 1855]. Why am I not giving you a hard time? Simple, the more heroes those bugs are feasting on the less likely they will be eating me.",
"string20624": "You want to enter the heart of an insane, hyper aggressive forest and try to chat with it? Are you going to talk about the weather? [620, 1495], Ninsa Island. Just don't come back here and haunt me because you thought a pissed off bush would be good company.",
"string20625": "You think there's something to be learned out at the old Monastery? You sure you haven't already left your sanity behind? Your cremation I guess. Scouts have put eyes on the place here [390, 1030], but that won't help you much. A straight line will just lead to a long fall.",
"string20626": "Enter Alchemist Antedote",
"string20627": "Enter The Battle",
"string20650": "Enter at your own risk, intended for levels {0} or higher",
"string20651": "This dungeon is intended for levels {0} to {1}. Characters much higher level will receive reduced or no rewards.",
"string20652": "Must be level 25 to enter.",
"string20699": "Each Electrum purchase supports the development of Survived By. Thank you for your support.",
"string20700": "Ancestral Legacies represent the strength of your bloodline, passed down from character to character.\n\n\nEach character can have up to four unique Ancestral Legacies assigned to them (more than one Legacy of the same name can't be assigned to the same character), but once that Legacy is assigned to a character no other character may use it until that original character dies in battle.\n\n\nIn addition, some Ancestral Legacies are part of a set and using two or three Legacies from the same set will provide an additional bonus. With the right combination of Legacies it's possible to receive up to four set bonuses on a single character.",
"string20701": "This screen shows you all of the Ancestral Legacies that have been awarded to your bloodline.\n\n\nEach Legacy starts at Level 1, but it can be improved up to Level 50 by spending Valr, which is earned by completing Challenges in game. The Level is noted by the number at the bottom of the Legacy.\n\n\nEach Legacy also has a Rarity. The more rare the Legacy, the more powerful it can become. The Rarity is noted by the number of square pips on the sides of the Legacies.\n\n\nEquipping multiple Legacies that belong to the same set also provides an additional bonus. Equipping two Legacies from the same set is all that is required to get the bonus, but if you equip three Legacies from the same set that bonus is even larger.",
"string20702": "Every boss in Survived By influences the Heartland by its very presence. Or, more importantly, by the lack of its presence.\n\nAs the bosses are killed their deaths cause the influence of their Signs to increase. And once that influence is high enough, a blessing will be given to every character for a short time. After a few days the Sign will be exhausted and must again build influence before its blessing can be reactivated.\n\nPractically speaking, every week we track the number of hard mode boss kills across all servers and regions. At the end of that week we rank them and award their Signs influence based on that ranking. Once a Sign has received enough influence it is said to be in Zenith. For 48 hours, during the weekend, all players will receive a buff based on which Signs are in Zenith for that week. At the end of the week that Sign's influence is reset to 0 and it starts over from scratch.\n\nPlayers that want to activate a particular blessing can focus their efforts on killing the associated boss to increase that Sign's influence, causing it to activate sooner.",
"string20800": "{0} was killed by {1}",
"string20801": "Here lies {0}",
"string20900": "You got a care package!",
"string20950": "Directions",
"string21000": "REQUIRES LEVEL {0}",
"string21001": "Press [Interact] to enter",
"string21002": "Press [Interact] to unlock for 30 seconds with the matching Bundle of Candles",
"string21003": "Bundle of Candles can be crafted during the Deep Night Event",