@wayward/types 2.13.2-beta.dev.20230518.1 → 2.13.2-beta.dev.20230519.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/definitions/game/game/biome/arid/mapGen/2.13.2.d.ts +12 -0
- package/definitions/game/game/biome/iceCap/mapGen/2.13.2.d.ts +12 -0
- package/definitions/game/game/biome/volcanic/mapGen/2.13.2.d.ts +12 -0
- package/definitions/game/game/biome/wetlands/Wetlands.d.ts +1 -1
- package/definitions/game/game/biome/wetlands/mapGen/2.13.2.d.ts +12 -0
- package/definitions/game/game/doodad/DoodadManager.d.ts +1 -1
- package/definitions/game/game/item/ItemManager.d.ts +1 -1
- package/definitions/game/language/dictionary/Message.d.ts +132 -133
- package/definitions/game/language/dictionary/UiTranslation.d.ts +850 -848
- package/definitions/game/ui/component/Component.d.ts +6 -5
- package/definitions/game/ui/old/screens/InGameScreen.d.ts +2 -1
- package/definitions/game/utilities/StackTrace.d.ts +1 -1
- package/package.json +1 -1
|
@@ -20,853 +20,855 @@ declare enum UiTranslation {
|
|
|
20
20
|
GameStaticButtonRespawnAsNewCharacter = 5,
|
|
21
21
|
GameDialogSharedContextMenuResetPosition = 6,
|
|
22
22
|
GameDialogSharedIslandDropdownLabel = 7,
|
|
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
|
-
|
|
23
|
+
GameDialogContainerWeight = 8,
|
|
24
|
+
GameDialogContainerTrade = 9,
|
|
25
|
+
GameDialogContainerTradeCredit = 10,
|
|
26
|
+
GameDialogContainerShipperNPC = 11,
|
|
27
|
+
GameDialogContainerShipperNPCButtonShipToIsland = 12,
|
|
28
|
+
GameDialogEquipmentTooltipUnequip = 13,
|
|
29
|
+
GameDialogMessagesOptionTimestamp = 14,
|
|
30
|
+
GameDialogMessagesOptionShowSendButton = 15,
|
|
31
|
+
GameDialogMessagesOptionShowOptionsButton = 16,
|
|
32
|
+
GameDialogMessagesOptionMaxMessages = 17,
|
|
33
|
+
GameDialogMessagesOptionUnfocusOnSend = 18,
|
|
34
|
+
GameDialogMessagesEditFiltersLabelName = 19,
|
|
35
|
+
GameDialogMessagesEditFiltersButtonDelete = 20,
|
|
36
|
+
GameDialogMessagesEditFiltersButtonSave = 21,
|
|
37
|
+
GameDialogMessagesEditFiltersButtonReset = 22,
|
|
38
|
+
GameDialogMessagesEditFiltersButtonNew = 23,
|
|
39
|
+
GameDialogMessagesEditFiltersMessageTooltipLabelSources = 24,
|
|
40
|
+
GameDialogMessagesEditFiltersMessageTooltipLabelSourcesSummary = 25,
|
|
41
|
+
GameDialogNotesNoteTime = 26,
|
|
42
|
+
GameDialogNotesNoteNumber = 27,
|
|
43
|
+
GameDialogNotesNoteLockedTitle = 28,
|
|
44
|
+
GameDialogNotesNoteLockedDescription = 29,
|
|
45
|
+
GameDialogNotesLinkId = 30,
|
|
46
|
+
GameDialogNotesLinkLearnMore = 31,
|
|
47
|
+
GameDialogNotesSettingsPinUnreadNotesAutomatically = 32,
|
|
48
|
+
GameDialogMilestonesInvisibleMilestone = 33,
|
|
49
|
+
GameDialogMilestonesProgress = 34,
|
|
50
|
+
GameDialogMilestonesProgressHidden = 35,
|
|
51
|
+
GameDialogMilestonesMilestone = 36,
|
|
52
|
+
GameDialogMilestonesTooltipHidden = 37,
|
|
53
|
+
GameDialogMilestonesTooltipInvisible = 38,
|
|
54
|
+
GameDialogMilestonesHeadingNotUnlockableInMode = 39,
|
|
55
|
+
GameDialogMilestonesHeadingAlreadyUnlocked = 40,
|
|
56
|
+
GameDialogMilestonesParagraphNoMoreUnlockable = 41,
|
|
57
|
+
GameDialogSkillsSkill = 42,
|
|
58
|
+
GameDialogSkillsSkillHover = 43,
|
|
59
|
+
GameDialogMapDurability = 44,
|
|
60
|
+
GameDialogMapTooltipRiddle = 45,
|
|
61
|
+
GameDialogMapTooltipRotateClockwise = 46,
|
|
62
|
+
GameDialogMapTooltipRotateCounterClockwise = 47,
|
|
63
|
+
GameDialogMapTooltipFlipHorizontal = 48,
|
|
64
|
+
GameDialogMapTooltipFlipVertical = 49,
|
|
65
|
+
GameDialogMapTooltipResetView = 50,
|
|
66
|
+
GameDialogMapTooltipCopyMap = 51,
|
|
67
|
+
GameDialogMapTooltipCopyMapRequirementMissing = 52,
|
|
68
|
+
GameDialogMapCheckButtonAlwaysOpaque = 53,
|
|
69
|
+
GameDialogMapCheckButtonUseOnlyIntegerZoomLevels = 54,
|
|
70
|
+
GameDialogMapLabelTheme = 55,
|
|
71
|
+
GameDialogQuestsLink = 56,
|
|
72
|
+
GameDialogQuestsLinkChildQuest = 57,
|
|
73
|
+
GameDialogQuestsChildQuests = 58,
|
|
74
|
+
GameDialogQuestsRequirements = 59,
|
|
75
|
+
GameDialogQuestsActiveQuests = 60,
|
|
76
|
+
GameDialogQuestsCompletedQuests = 61,
|
|
77
|
+
GameDialogQuestsCompleteQuest = 62,
|
|
78
|
+
GameDialogIslandsShip = 63,
|
|
79
|
+
GameDialogIslandsCloseOnTravel = 64,
|
|
80
|
+
GameDialogIslandsShipTitle = 65,
|
|
81
|
+
GameDialogIslandsNoPort = 66,
|
|
82
|
+
GameDialogIslandsConstructLighthousesToBuildMorePorts = 67,
|
|
83
|
+
GameTooltipInspect = 68,
|
|
84
|
+
GameTooltipShowMoreInformation = 69,
|
|
85
|
+
GameTooltipDefenseLabelBase = 70,
|
|
86
|
+
GameTooltipDefenseLabelVehicleBonus = 71,
|
|
87
|
+
GameTooltipDefenseInsulationWeight = 72,
|
|
88
|
+
GameTooltipDefenseInsulationNotRequired = 73,
|
|
89
|
+
GameTooltipItemUseLabelMaxWeight = 74,
|
|
90
|
+
GameTooltipMagicalLabel = 75,
|
|
91
|
+
GameTooltipSharedUsesLabel = 76,
|
|
92
|
+
GameTooltipSharedLabelTurns = 77,
|
|
93
|
+
GameTooltipSharedLabelTurnsAgo = 78,
|
|
94
|
+
GameTooltipRecipeLabelReputation = 79,
|
|
95
|
+
GameTooltipRecipeLabelSkill = 80,
|
|
96
|
+
GameTooltipRecipeLabelLevel = 81,
|
|
97
|
+
GameTooltipRecipeLabelEfficacy = 82,
|
|
98
|
+
GameTooltipRecipeLabelEfficacyHigh = 83,
|
|
99
|
+
GameTooltipRecipeLabelEfficacyHighest = 84,
|
|
100
|
+
GameTooltipRecipeLabelEfficacyLow = 85,
|
|
101
|
+
GameTooltipRecipeLabelEfficacyLowest = 86,
|
|
102
|
+
GameTooltipRecipeLabelEfficacyMed = 87,
|
|
103
|
+
GameTooltipRecipeLabelEfficacyLabel = 88,
|
|
104
|
+
GameTooltipRecipeLabelSuccessChance = 89,
|
|
105
|
+
GameTooltipRecipeLabelQualityChance = 90,
|
|
106
|
+
GameTooltipRecipeNearby = 91,
|
|
107
|
+
GameTooltipRecipeFireSource = 92,
|
|
108
|
+
GameTooltipRecipeRequirement = 93,
|
|
109
|
+
GameTooltipRecipeLabelRequired = 94,
|
|
110
|
+
GameTooltipRecipeLabelConsumed = 95,
|
|
111
|
+
GameTooltipItemSkillSource = 96,
|
|
112
|
+
GameTooltipItemUse = 97,
|
|
113
|
+
GameTooltipItemUseActionOnConsumeTooltipBase = 98,
|
|
114
|
+
GameTooltipItemUseActionOnConsumeTooltipSkill = 99,
|
|
115
|
+
GameTooltipItemUseActionOnConsumeTooltipQuality = 100,
|
|
116
|
+
GameTooltipItemUseActionOnConsumeTooltipMagical = 101,
|
|
117
|
+
GameTooltipSharedUseActionTierLabel = 102,
|
|
118
|
+
GameTooltipItemUseActionSharedLabelRequirements = 103,
|
|
119
|
+
GameTooltipItemUseActionDismantleProduces = 104,
|
|
120
|
+
GameTooltipSharedUseLabelLightSource = 105,
|
|
121
|
+
GameTooltipItemUseLabelTelescopy = 106,
|
|
122
|
+
GameTooltipItemDecay = 107,
|
|
123
|
+
GameTooltipItemDecayExact = 108,
|
|
124
|
+
GameTooltipItemDecayRate = 109,
|
|
125
|
+
GameTooltipItemDecayRateTooltip = 110,
|
|
126
|
+
GameTooltipItemWeight = 111,
|
|
127
|
+
GameTooltipItemWeightBase = 112,
|
|
128
|
+
GameTooltipItemWeightStored = 113,
|
|
129
|
+
GameTooltipItemWeightStoredReduction = 114,
|
|
130
|
+
GameTooltipItemLabelRange = 115,
|
|
131
|
+
GameTooltipItemMagicalSource = 116,
|
|
132
|
+
GameTooltipItemGroupingsLabel = 117,
|
|
133
|
+
GameTooltipItemGroup = 118,
|
|
134
|
+
GameTooltipItemLabelUsesWhenBuilt = 119,
|
|
135
|
+
GameTooltipItemWorth = 120,
|
|
136
|
+
GameTooltipItemProtected = 121,
|
|
137
|
+
GameTooltipItemProtectedContainer = 122,
|
|
138
|
+
GameTooltipItemVehicle = 123,
|
|
139
|
+
GameTooltipItemVehicleMovementSpeed = 124,
|
|
140
|
+
GameTooltipItemVehicleDefenseBonus = 125,
|
|
141
|
+
GameTooltipItemLabelDismantle = 126,
|
|
142
|
+
GameTooltipItemLabelDismantleRequirement = 127,
|
|
143
|
+
GameTooltipItemQuantityMultiplier = 128,
|
|
144
|
+
GameTooltipItemUseAttack = 129,
|
|
145
|
+
GameTooltipItemUseThrowDamage = 130,
|
|
146
|
+
GameTooltipItemUseCrafting = 131,
|
|
147
|
+
GameTooltipItemUseOffering = 132,
|
|
148
|
+
GameTooltipItemUseEquipDefense = 133,
|
|
149
|
+
GameTooltipItemUseEquipDefenseAttribute = 134,
|
|
150
|
+
GameTooltipItemLabelDamage = 135,
|
|
151
|
+
GameTooltipItemBarterCreditTrade = 136,
|
|
152
|
+
GameTooltipItemBarterCredit = 137,
|
|
153
|
+
GameTooltipItemLabelIsland = 138,
|
|
154
|
+
GameTooltipSharedLabelWeightCapacity = 139,
|
|
155
|
+
GameTooltipSharedLabelCivilizationScore = 140,
|
|
156
|
+
GameTooltipSharedLabelCivilizationScoreFull = 141,
|
|
157
|
+
GameTooltipSharedLabelDoodadSkillAdjacent = 142,
|
|
158
|
+
GameTooltipSharedLabelAdjacentSkillBonus = 143,
|
|
159
|
+
GameTooltipSharedLabelGrowingSpeed = 144,
|
|
160
|
+
GameTooltipSharedLabelInsulation = 145,
|
|
161
|
+
GameTooltipSharedLabelStoredInsulation = 146,
|
|
162
|
+
GameTooltipSharedLabelPreservation = 147,
|
|
163
|
+
GameTooltipSharedLabelDurability = 148,
|
|
164
|
+
GameTooltipSharedDurabilityMagicalDamageReduction = 149,
|
|
165
|
+
GameTooltipSharedDurabilityMagicalDamageRegeneration = 150,
|
|
166
|
+
GameTooltipSharedLabelContents = 151,
|
|
167
|
+
GameTooltipSkill = 152,
|
|
168
|
+
GameTooltipSkillCurrent = 153,
|
|
169
|
+
GameTooltipSkillReputationImpact = 154,
|
|
170
|
+
GameTooltipSkillCanIncrease = 155,
|
|
171
|
+
GameTooltipSkillBonuses = 156,
|
|
172
|
+
GameTooltipSkillBonus = 157,
|
|
173
|
+
GameTooltipMilestone = 158,
|
|
174
|
+
GameTooltipMilestoneProgress = 159,
|
|
175
|
+
GameTooltipMilestoneDiscovered = 160,
|
|
176
|
+
GameTooltipMilestoneHintClickToUseAsTitle = 161,
|
|
177
|
+
GameTooltipMilestoneUsingAsTitle = 162,
|
|
178
|
+
GameTooltipSharedMagicalProperty = 163,
|
|
179
|
+
GameTooltipSharedMagicalPropertyOutOf = 164,
|
|
180
|
+
GameTooltipSharedLabel = 165,
|
|
181
|
+
GameTooltipSharedLabelDash = 166,
|
|
182
|
+
GameTooltipSharedLabelHead = 167,
|
|
183
|
+
GameTooltipSharedLabelTail = 168,
|
|
184
|
+
GameTooltipSharedLabelStart = 169,
|
|
185
|
+
GameTooltipSharedLabelEnd = 170,
|
|
186
|
+
GameTooltipSharedResistsAndVulnsLabelVulnerableTo = 171,
|
|
187
|
+
GameTooltipSharedResistsAndVulnsLabelResistantTo = 172,
|
|
188
|
+
GameTooltipSharedResistsAndVulnsLabelImmuneTo = 173,
|
|
189
|
+
GameTooltipSharedResistsAndVulnsLabelHealsFrom = 174,
|
|
190
|
+
GameTooltipSharedResistsAndVulnsDamageType = 175,
|
|
191
|
+
GameTooltipSharedResistsAndVulnsDamageTypeUnknown = 176,
|
|
192
|
+
GameTooltipIslandBiome = 177,
|
|
193
|
+
GameTooltipIslandSeed = 178,
|
|
194
|
+
GameTooltipIslandDaysSpent = 179,
|
|
195
|
+
GameTooltipIslandDaysSpentDaysUnit = 180,
|
|
196
|
+
GameTooltipIslandDaysSpentCumulative = 181,
|
|
197
|
+
GameTooltipIslandUndiscovered = 182,
|
|
198
|
+
GameTooltipIslandUnnamed = 183,
|
|
199
|
+
GameTooltipIslandSelf = 184,
|
|
200
|
+
GameTooltipIslandPlayers = 185,
|
|
201
|
+
GameTooltipIslandPorts = 186,
|
|
202
|
+
GameTooltipIslandNPCs = 187,
|
|
203
|
+
GameTooltipIslandModifiers = 188,
|
|
204
|
+
GameTooltipIslandMaps = 189,
|
|
205
|
+
GameTooltipIslandCoordinates = 190,
|
|
206
|
+
GameTooltipIslandCoordinatesLabel = 191,
|
|
207
|
+
GameTooltipNPCMerchantCredit = 192,
|
|
208
|
+
GameTooltipNPCMerchantNewInventory = 193,
|
|
209
|
+
GameTooltipNPCShipperNoItems = 194,
|
|
210
|
+
GameTooltipNPCShipperContainedItems = 195,
|
|
211
|
+
GameTooltipActionUndiscovered = 196,
|
|
212
|
+
GameTooltipEquipSlotOffHandDisabledTwoHandedOffHand = 197,
|
|
213
|
+
GameTooltipEquipSlotOffHandDisabledTwoHandedMainHand = 198,
|
|
214
|
+
GameTooltipStatAttackSectionMelee = 199,
|
|
215
|
+
GameTooltipStatAttackSectionRanged = 200,
|
|
216
|
+
GameTooltipStatAttackRange = 201,
|
|
217
|
+
GameTooltipStatAttackMultiplier = 202,
|
|
218
|
+
GameTooltipCreatureLabelTamed = 203,
|
|
219
|
+
GameTooltipCreatureLabelMood = 204,
|
|
220
|
+
GameTooltipCreatureLabelCommand = 205,
|
|
221
|
+
GameTooltipCreatureLabelCanPetIn = 206,
|
|
222
|
+
GameTooltipCreatureCanPet = 207,
|
|
223
|
+
GameTooltipCreatureLabelCanMilkIn = 208,
|
|
224
|
+
GameTooltipCreatureLabelCombatDifficulty = 209,
|
|
225
|
+
GameTooltipCreatureLabelAberrant = 210,
|
|
226
|
+
GameTooltipCreatureAberrantDescriptionShort = 211,
|
|
227
|
+
GameTooltipCreatureAberrantDescriptionExtra = 212,
|
|
228
|
+
GameTooltipCreatureAberrantDescriptionVerbose = 213,
|
|
229
|
+
GameTooltipCreatureProducingMilk = 214,
|
|
230
|
+
GameStatsStatAttack = 215,
|
|
231
|
+
GameStatsStatGeneric = 216,
|
|
232
|
+
GameStatsStatGenericWithMax = 217,
|
|
233
|
+
GameStatsStatbar = 218,
|
|
234
|
+
GameStatsStatHealthTooltip = 219,
|
|
235
|
+
GameStatsStatStaminaTooltip = 220,
|
|
236
|
+
GameStatsStatHungerTooltip = 221,
|
|
237
|
+
GameStatsStatThirstTooltip = 222,
|
|
238
|
+
GameStatsStatHealthStatusWarning = 223,
|
|
239
|
+
GameStatsStatStaminaStatusWarning = 224,
|
|
240
|
+
GameStatsStatHungerStatusWarning = 225,
|
|
241
|
+
GameStatsStatThirstStatusWarning = 226,
|
|
242
|
+
GameStatsStatWeightStatusWarning = 227,
|
|
243
|
+
GameStatsStatStaminaStatusBad = 228,
|
|
244
|
+
GameStatsStatHungerStatusBad = 229,
|
|
245
|
+
GameStatsStatThirstStatusBad = 230,
|
|
246
|
+
GameStatsStatWeightStatusBad = 231,
|
|
247
|
+
GameStatsStatReputationTooltipAverageReputation = 232,
|
|
248
|
+
GameStatsStatReputationTooltipDifficulty = 233,
|
|
249
|
+
GameStatsStatReputationTooltipDifficultyEasy = 234,
|
|
250
|
+
GameStatsStatReputationTooltipDifficultyHard = 235,
|
|
251
|
+
GameStatsStatReputationTooltipDifficultyInfantile = 236,
|
|
252
|
+
GameStatsStatReputationTooltipDifficultyInsane = 237,
|
|
253
|
+
GameStatsStatReputationTooltipDifficultyMedium = 238,
|
|
254
|
+
GameStatsStatReputationTooltipDifficultyNightmare = 239,
|
|
255
|
+
GameStatsStatReputationTooltipDifficultySimple = 240,
|
|
256
|
+
GameStatsStatReputationTooltipDifficultyVeryEasy = 241,
|
|
257
|
+
GameStatsStatReputationTooltipDifficultyVeryHard = 242,
|
|
258
|
+
GameStatsStatReputationTooltipBenignity = 243,
|
|
259
|
+
GameStatsStatReputationTooltipMalignity = 244,
|
|
260
|
+
GameStatsStatReputationTooltipScore = 245,
|
|
261
|
+
GameStatsStatReputationTooltipCivilizationScore = 246,
|
|
262
|
+
GameStatsStatReputationTooltipTurn = 247,
|
|
263
|
+
GameStatsStatReputationTooltipTicks = 248,
|
|
264
|
+
GameStatsStatWeightTooltip = 249,
|
|
265
|
+
GameItemBarterCredit = 250,
|
|
266
|
+
GameMenuBarButtonTooltipBindable = 251,
|
|
267
|
+
GameMenuBarButtonTooltipSaveSize = 252,
|
|
268
|
+
GameMenuBarButtonTooltipSaveTurnsAgo = 253,
|
|
269
|
+
GameMenuBarButtonTooltipSaveLastTime = 254,
|
|
270
|
+
GameMenuBarButtonTooltipNotesUnread = 255,
|
|
271
|
+
GameMenuBarButtonTooltipMilestonesDisabled = 256,
|
|
272
|
+
GameMenuBarButtonTooltipQuestsDisabled = 257,
|
|
273
|
+
GameMenuBarContextMenuActionRemoveItem = 258,
|
|
274
|
+
GameMenuBarContextMenuActionInsertItem = 259,
|
|
275
|
+
GameMenuBarContextMenuActionReset = 260,
|
|
276
|
+
GameActionBarContextMenuDisplayBindings = 261,
|
|
277
|
+
GameActionBarContextMenuAutoSelectPrimaryUse = 262,
|
|
278
|
+
GameActionBarContextMenuConfigure = 263,
|
|
279
|
+
GameActionBarConfigurationDrawerTitle = 264,
|
|
280
|
+
GameActionBarConfigurationDrawerFooterDiscoveryHint = 265,
|
|
281
|
+
GameActionBarConfigurationDrawerFooterDiscoveryHintProgress = 266,
|
|
282
|
+
GameActionBarConfigurationDrawerSlotHintUse = 267,
|
|
283
|
+
GameActionBarConfigurationDrawerSlotHintToggle = 268,
|
|
284
|
+
GameActionBarConfigurationDrawerSlotHintToggleUseOnMove = 269,
|
|
285
|
+
GameActionBarConfigurationDrawerColumnTitleActions = 270,
|
|
286
|
+
GameActionBarConfigurationDrawerColumnTitleItemActions = 271,
|
|
287
|
+
GameActionBarConfigurationDrawerColumnTitleConfiguration = 272,
|
|
288
|
+
GameActionBarConfigurationDrawerHintSelectAnAction = 273,
|
|
289
|
+
GameActionBarConfigurationDrawerButtonEditBindings = 274,
|
|
290
|
+
GameActionBarConfigurationDrawerButtonClearSlot = 275,
|
|
291
|
+
GameActionBarConfigurationDrawerColumnTitleInapplicable = 276,
|
|
292
|
+
GameActionBarConfigurationDrawerButtonUseOnMove = 277,
|
|
293
|
+
GameActionBarConfigurationDrawerButtonUseOnMoveDescription = 278,
|
|
294
|
+
GameActionBarConfigurationDrawerHintDiscoverMore = 279,
|
|
295
|
+
GameActionBarConfigurationDrawerButtonUseExactItem = 280,
|
|
296
|
+
GameActionBarConfigurationDrawerButtonUseByTypeAndQuality = 281,
|
|
297
|
+
GameActionBarConfigurationDrawerButtonUseByType = 282,
|
|
298
|
+
GameActionBarConfigurationDrawerButtonUseAny = 283,
|
|
299
|
+
GameActionBarConfigurationDrawerButtonDone = 284,
|
|
300
|
+
GameActionBarConfigurationDrawerButtonCraftType = 285,
|
|
301
|
+
GameActionBarSlotTooltipHintUse = 286,
|
|
302
|
+
GameActionBarSlotTooltipHintConfigure = 287,
|
|
303
|
+
GameActionBarSlotTooltipHintUseOnMove = 288,
|
|
304
|
+
GameActionBarSlotTooltipHintUseSlottedItem = 289,
|
|
305
|
+
GameActionBarSlotTooltipHintClear = 290,
|
|
306
|
+
GameActionBarButtonToggleUseWhenMovingTooltip = 291,
|
|
307
|
+
GameMessagesButtonSend = 292,
|
|
308
|
+
GameMessagesContextMenuShowAsDialog = 293,
|
|
309
|
+
GameMessagesContextMenuClear = 294,
|
|
310
|
+
GameMessagesContextMenuCopy = 295,
|
|
311
|
+
GameMessagesContextMenuExport = 296,
|
|
312
|
+
GameMessagesFilter = 297,
|
|
313
|
+
GameMessagesFiltersEdit = 298,
|
|
314
|
+
GameMessagesNewNote = 299,
|
|
315
|
+
GameMessagesTurn = 300,
|
|
316
|
+
GameMessagesDedicatedServerBackup = 301,
|
|
317
|
+
GameMessagesDedicatedServerBackupLimitReached = 302,
|
|
318
|
+
GameMessagesPlaceholderChat = 303,
|
|
319
|
+
GameTileInspectionCannotSeeTile = 304,
|
|
320
|
+
MenuAboutTitle = 305,
|
|
321
|
+
MenuAboutDescription = 306,
|
|
322
|
+
MenuAboutGameDescription = 307,
|
|
323
|
+
MenuAboutSectionTeam = 308,
|
|
324
|
+
MenuAboutTeamMemberName = 309,
|
|
325
|
+
MenuAboutTeamMemberNickname = 310,
|
|
326
|
+
MenuAboutSectionContributors = 311,
|
|
327
|
+
MenuAboutSectionSpecialThanks = 312,
|
|
328
|
+
MenuAboutTextSpecialThanksTestorsAndDonators = 313,
|
|
329
|
+
MenuAboutSectionLibraries = 314,
|
|
330
|
+
MenuAboutSectionLibrariesDescription = 315,
|
|
331
|
+
MenuAboutLabelVersion = 316,
|
|
332
|
+
MenuAboutLabelVersionBuild = 317,
|
|
333
|
+
MenuAboutLabelVersionBuildTime = 318,
|
|
334
|
+
MenuBindings = 319,
|
|
335
|
+
MenuBindingsDescription = 320,
|
|
336
|
+
MenuBindingsTooltipBindConflicts = 321,
|
|
337
|
+
MenuBindingsManagedBindableGameActionBarUseSlot = 322,
|
|
338
|
+
MenuBindingsManagedBindableGameActionBarAssignSlot = 323,
|
|
339
|
+
MenuBindingsManagedBindableGameActionBarToggleUseOnMoveSlot = 324,
|
|
340
|
+
MenuChangelogTitle = 325,
|
|
341
|
+
MenuChangelogDescription = 326,
|
|
342
|
+
MenuChangelogHeadingUnchartedWaters = 327,
|
|
343
|
+
MenuChangelogFailedToLoadTitle = 328,
|
|
344
|
+
MenuChangelogFailedToLoadDescription = 329,
|
|
345
|
+
MenuChangelogHeadingChangeCount = 330,
|
|
346
|
+
MenuChangelogButtonCopyChangelog = 331,
|
|
347
|
+
MenuCharacterCreationButtonRandomizeName = 332,
|
|
348
|
+
MenuCharacterCreationButtonExportTooltip = 333,
|
|
349
|
+
MenuCharacterCreationButtonImportTooltip = 334,
|
|
350
|
+
MenuCharacterCreationButtonStartGame = 335,
|
|
351
|
+
MenuCharacterCreationButtonJoinGame = 336,
|
|
352
|
+
MenuCharacterCreationDescription = 337,
|
|
353
|
+
MenuCharacterCreationHeadingHairColor = 338,
|
|
354
|
+
MenuCharacterCreationHeadingHairStyle = 339,
|
|
355
|
+
MenuCharacterCreationHeadingSkinTone = 340,
|
|
356
|
+
MenuCharacterCreationLabelName = 341,
|
|
357
|
+
MenuCharacterCreationTitle = 342,
|
|
358
|
+
MenuCharacterCreationButtonRotateLeftTooltip = 343,
|
|
359
|
+
MenuCharacterCreationButtonRotateRightTooltip = 344,
|
|
360
|
+
MenuCharacterCreationButtonRandomizeTooltip = 345,
|
|
361
|
+
MenuCharacterSelectionButtonNewCharacter = 346,
|
|
362
|
+
MenuCharacterSelectionDescription = 347,
|
|
363
|
+
MenuCharacterSelectionHeadingNoCharacters = 348,
|
|
364
|
+
MenuCharacterSelectionTitle = 349,
|
|
365
|
+
MenuCharacterSelectionLabelLastUse = 350,
|
|
366
|
+
MenuCharacterSelectionLabelUseCount = 351,
|
|
367
|
+
MenuCharacterSelectionCharacterButtonDeleteTooltip = 352,
|
|
368
|
+
MenuCharacterSelectionCharacterButtonCustomizeTooltip = 353,
|
|
369
|
+
MenuMultiplayerDescription = 354,
|
|
370
|
+
MenuMultiplayerTitle = 355,
|
|
371
|
+
MenuMultiplayerButtonJoinById = 356,
|
|
372
|
+
MenuMultiplayerServerLabelReputation = 357,
|
|
373
|
+
MenuMultiplayerServerLabelDays = 358,
|
|
374
|
+
MenuMultiplayerServerLabelIsland = 359,
|
|
375
|
+
MenuMultiplayerButtonNewGame = 360,
|
|
376
|
+
MenuMultiplayerButtonLoadGame = 361,
|
|
377
|
+
MenuMultiplayerServerTooltipPVP = 362,
|
|
378
|
+
MenuMultiplayerServerTooltipModsLabel = 363,
|
|
379
|
+
MenuMultiplayerServerTooltipFriendsLabel = 364,
|
|
380
|
+
MenuMultiplayerServerPlayers = 365,
|
|
381
|
+
MenuMultiplayerServerLobbyType = 366,
|
|
382
|
+
MenuMultiplayerServerRegion = 367,
|
|
383
|
+
MenuMultiplayerServerHost = 368,
|
|
384
|
+
MenuMultiplayerServerVersion = 369,
|
|
385
|
+
MenuMultiplayerServerVersionUnknown = 370,
|
|
386
|
+
MenuMultiplayerServerDedicated = 371,
|
|
387
|
+
MenuMultiplayerHeadingPlayersOnline = 372,
|
|
388
|
+
MenuMultiplayerServerModUnableToLoad = 373,
|
|
389
|
+
MenuGameEndTitleDead = 374,
|
|
390
|
+
MenuGameEndTitleWon = 375,
|
|
391
|
+
MenuGameEndShareFacebook = 376,
|
|
392
|
+
MenuGameEndShareTwitter = 377,
|
|
393
|
+
MenuGameEndContinueAsGhost = 378,
|
|
394
|
+
MenuGameEndRespawnInCasualMode = 379,
|
|
395
|
+
MenuGameEndRespawnAsNewCharacter = 380,
|
|
396
|
+
MenuGameEndReturnToIsland = 381,
|
|
397
|
+
MenuGameEndExitToMenu = 382,
|
|
398
|
+
MenuHelpTitle = 383,
|
|
399
|
+
MenuHelpDescription = 384,
|
|
400
|
+
MenuHelpLabelSearch = 385,
|
|
401
|
+
MenuHighscoresTitle = 386,
|
|
402
|
+
MenuHighscoresDescription = 387,
|
|
403
|
+
MenuHighscoresDifficultyFilterAll = 388,
|
|
404
|
+
MenuHighscoresHighscoreLabelDifficulty = 389,
|
|
405
|
+
MenuHighscoresHighscoreLabelTurns = 390,
|
|
406
|
+
MenuHighscoresHighscoreLabelScore = 391,
|
|
407
|
+
MenuHighscoresHighscoreLabelPlace = 392,
|
|
408
|
+
MenuHighscoresHighscoreLabelDate = 393,
|
|
409
|
+
MenuHighscoresHighscoreLabelDeathBy = 394,
|
|
410
|
+
MenuHighscoresHighscoreTitle = 395,
|
|
411
|
+
MenuHighscoresCharacterNameUnknown = 396,
|
|
412
|
+
MenuHighscoresHighscoreReplayWithSettings = 397,
|
|
413
|
+
MenuLoadGameButtonSaveSlot = 398,
|
|
414
|
+
MenuLoadGameButtonNewGame = 399,
|
|
415
|
+
MenuLoadGameButtonNewGameButtonImportTooltip = 400,
|
|
416
|
+
MenuLoadGameDescription = 401,
|
|
417
|
+
MenuLoadGameSaveButtonDeleteTooltip = 402,
|
|
418
|
+
MenuLoadGameSaveButtonEditNameTooltip = 403,
|
|
419
|
+
MenuLoadGameSaveButtonExportTooltip = 404,
|
|
420
|
+
MenuLoadGameSaveTooltipLabelCreatedTime = 405,
|
|
421
|
+
MenuLoadGameSaveTooltipLabelSaveTime = 406,
|
|
422
|
+
MenuLoadGameSaveTooltipLabelGameMode = 407,
|
|
423
|
+
MenuLoadGameSaveTooltipLabelScore = 408,
|
|
424
|
+
MenuLoadGameSaveTooltipLabelSeed = 409,
|
|
425
|
+
MenuLoadGameSaveTooltipLabelTurns = 410,
|
|
426
|
+
MenuLoadGameSaveTooltipLabelMods = 411,
|
|
427
|
+
MenuLoadGameSaveTooltipLabelOriginalVersion = 412,
|
|
428
|
+
MenuLoadGameSaveTooltipMod = 413,
|
|
429
|
+
MenuLoadGameSaveTooltipNew = 414,
|
|
430
|
+
MenuLoadGameSaveTooltipCorrupted = 415,
|
|
431
|
+
MenuLoadGameSaveGame = 416,
|
|
432
|
+
MenuLoadGameSaveGameDescription = 417,
|
|
433
|
+
MenuLoadGameTitle = 418,
|
|
434
|
+
MenuLoadGameLabelSelected = 419,
|
|
435
|
+
MenuLoadGameButtonDeleteSelectedTooltip = 420,
|
|
436
|
+
MenuLoadGameImportSaveFailure = 421,
|
|
437
|
+
MenuMainButtonAbout = 422,
|
|
438
|
+
MenuMainButtonChangelog = 423,
|
|
439
|
+
MenuMainButtonMultiplayer = 424,
|
|
440
|
+
MenuMainButtonHighscores = 425,
|
|
441
|
+
MenuMainButtonLoadGame = 426,
|
|
442
|
+
MenuMainButtonMods = 427,
|
|
443
|
+
MenuMainButtonModsAllDisabled = 428,
|
|
444
|
+
MenuMainButtonNewGame = 429,
|
|
445
|
+
MenuMainButtonNews = 430,
|
|
446
|
+
MenuMainButtonOptions = 431,
|
|
447
|
+
MenuMainButtonQuitGame = 432,
|
|
448
|
+
MenuModsWarningModsDisabledTitle = 433,
|
|
449
|
+
MenuModsWarningModsDisabledDescription = 434,
|
|
450
|
+
MenuModsButtonModdingGuide = 435,
|
|
451
|
+
MenuModsButtonOpenFolder = 436,
|
|
452
|
+
MenuModsButtonOpenWorkshop = 437,
|
|
453
|
+
MenuModsDescription = 438,
|
|
454
|
+
MenuModsTitle = 439,
|
|
455
|
+
MenuModsTooltipLabelAuthor = 440,
|
|
456
|
+
MenuModsTooltipLabelTags = 441,
|
|
457
|
+
MenuModsTooltipLabelDependencies = 442,
|
|
458
|
+
MenuModsTooltipLabelProvides = 443,
|
|
459
|
+
MenuModsTooltipLabelVersion = 444,
|
|
460
|
+
MenuModsTooltipLabelDescription = 445,
|
|
461
|
+
MenuModsTooltipLabelInstallDate = 446,
|
|
462
|
+
MenuModsTooltipLabelCreatedDate = 447,
|
|
463
|
+
MenuModsTooltipLabelLastUpdatedDate = 448,
|
|
464
|
+
MenuModsTooltipPreventsMilestoneUnlocks = 449,
|
|
465
|
+
MenuModsTooltipModOptions = 450,
|
|
466
|
+
MenuModsTooltipPublishMod = 451,
|
|
467
|
+
MenuModsTooltipModMoreInformation = 452,
|
|
468
|
+
MenuModsTooltipUninstallMod = 453,
|
|
469
|
+
MenuModsTooltipViewInSteamWorkshop = 454,
|
|
470
|
+
MenuModsTooltipViewGitHub = 455,
|
|
471
|
+
MenuModsTooltipOpenFolder = 456,
|
|
472
|
+
MenuModsButtonEditInternalMods = 457,
|
|
473
|
+
MenuModsSectionHeading = 458,
|
|
474
|
+
MenuModsSubmenuEditInternalModsTitle = 459,
|
|
475
|
+
MenuModsSubmenuEditInternalModsDescription = 460,
|
|
476
|
+
MenuModsSubmenuEditInternalModsPlaceholderAddNewInternalMod = 461,
|
|
477
|
+
MenuNewGameButtonNext = 462,
|
|
478
|
+
MenuNewGameButtonStartServer = 463,
|
|
479
|
+
MenuNewGameDescription = 464,
|
|
480
|
+
MenuNewGameLabelEditName = 465,
|
|
481
|
+
MenuNewGameLabelEditSeed = 466,
|
|
482
|
+
MenuNewGamePlaceholderEditSeed = 467,
|
|
483
|
+
MenuNewGameTitle = 468,
|
|
484
|
+
MenuNewGameChoiceDifficulty = 469,
|
|
485
|
+
MenuNewGameChoiceSingleplayer = 470,
|
|
486
|
+
MenuNewGameChoiceSingleplayerDescription = 471,
|
|
487
|
+
MenuNewGameChoiceMultiplayer = 472,
|
|
488
|
+
MenuNewGameChoiceMultiplayerDescription = 473,
|
|
489
|
+
MenuNewGameChoiceTurnModeManual = 474,
|
|
490
|
+
MenuNewGameChoiceTurnModeManualDescription = 475,
|
|
491
|
+
MenuNewGameChoiceTurnModeRealTime = 476,
|
|
492
|
+
MenuNewGameChoiceTurnModeRealTimeDescription = 477,
|
|
493
|
+
MenuNewGameChoiceTurnModeSimulated = 478,
|
|
494
|
+
MenuNewGameChoiceTurnModeSimulatedDescription = 479,
|
|
495
|
+
MenuNewGameChoiceDifficultyTooltipCustomGameOptions = 480,
|
|
496
|
+
MenuNewGameChoiceDifficultyChallengeDaily = 481,
|
|
497
|
+
MenuNewGameChoiceDifficultyChallengeDailyTooltip = 482,
|
|
498
|
+
MenuNewGameButtonMilestones = 483,
|
|
499
|
+
MenuNewGameButtonMilestonesDescription = 484,
|
|
500
|
+
MenuNewGameTabGameMode = 485,
|
|
501
|
+
MenuNewGameTabMultiplayer = 486,
|
|
502
|
+
MenuNewGameTabGameplayModifiers = 487,
|
|
503
|
+
MenuNewGameHeadingGameMode = 488,
|
|
504
|
+
MenuNewGameHeadingMultiplayer = 489,
|
|
505
|
+
MenuNewGameHeadingGameplayModifiers = 490,
|
|
506
|
+
MenuNewGameMilestoneModifiersUnlockableInMode = 491,
|
|
507
|
+
MenuNewGameChoiceClientsInheritHostModifiers = 492,
|
|
508
|
+
MenuNewGameChoiceClientsInheritHostModifiersDescription = 493,
|
|
509
|
+
MenuNewGameChoiceCustomModifiers = 494,
|
|
510
|
+
MenuNewGameChoiceCustomModifiersDescription = 495,
|
|
511
|
+
MenuMilestoneModifiersTitle = 496,
|
|
512
|
+
MenuMilestoneModifiersDescription = 497,
|
|
513
|
+
MenuCustomGameOptionsTitle = 498,
|
|
514
|
+
MenuCustomGameOptionsDescription = 499,
|
|
515
|
+
MenuCustomGameOptionsRespawnOnDeath = 500,
|
|
516
|
+
MenuCustomGameOptionsRespawnOnDeathDescription = 501,
|
|
517
|
+
MenuCustomGameOptionsUseUnlockedRecipes = 502,
|
|
518
|
+
MenuCustomGameOptionsStartingIslandBiome = 503,
|
|
519
|
+
MenuCustomGameOptionsApplyTravelingEffects = 504,
|
|
520
|
+
MenuCustomGameOptionsApplyTravelingEffectsDescription = 505,
|
|
521
|
+
MenuCustomGameOptionsCreaturesPeaceful = 506,
|
|
522
|
+
MenuCustomGameOptionsCreaturesAberrantSpawns = 507,
|
|
523
|
+
MenuCustomGameOptionsCreaturesAberrantSpawnsDescription = 508,
|
|
524
|
+
MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionDefault = 509,
|
|
525
|
+
MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionExclusively = 510,
|
|
526
|
+
MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionOff = 511,
|
|
527
|
+
MenuCustomGameOptionsCreaturesHeadingIndividualConfigurations = 512,
|
|
528
|
+
MenuCustomGameOptionsCreaturesAllowAberrantSpawns = 513,
|
|
529
|
+
MenuCustomGameOptionsCreaturesAlwaysSpawn = 514,
|
|
530
|
+
MenuCustomGameOptionsCreaturesAllowSpawning = 515,
|
|
531
|
+
MenuCustomGameOptionsCreaturesSpawnLimit = 516,
|
|
532
|
+
MenuCustomGameOptionsCreaturesSpawnLimitDescription = 517,
|
|
533
|
+
MenuCustomGameOptionsCreatureNone = 518,
|
|
534
|
+
MenuCustomGameOptionsCreatureConfigure = 519,
|
|
535
|
+
MenuCustomGameOptionsBenignityInitial = 520,
|
|
536
|
+
MenuCustomGameOptionsBenignityMultiplier = 521,
|
|
537
|
+
MenuCustomGameOptionsBenignityMultiplierTooltip = 522,
|
|
538
|
+
MenuCustomGameOptionsMalignityInitial = 523,
|
|
539
|
+
MenuCustomGameOptionsMalignityMultiplier = 524,
|
|
540
|
+
MenuCustomGameOptionsMalignityMultiplierTooltip = 525,
|
|
541
|
+
MenuCustomGameOptionsStatMultiplier = 526,
|
|
542
|
+
MenuCustomGameOptionsStatMultiplierTooltip = 527,
|
|
543
|
+
MenuCustomGameOptionsStatRegenerationMultiplierTooltip = 528,
|
|
544
|
+
MenuCustomGameOptionsHeadingGeneral = 529,
|
|
545
|
+
MenuCustomGameOptionsHeadingTravel = 530,
|
|
546
|
+
MenuCustomGameOptionsHeadingTime = 531,
|
|
547
|
+
MenuCustomGameOptionsHeadingStats = 532,
|
|
548
|
+
MenuCustomGameOptionsHeadingReputation = 533,
|
|
549
|
+
MenuCustomGameOptionsHeadingItems = 534,
|
|
550
|
+
MenuCustomGameOptionsHeadingCreatures = 535,
|
|
551
|
+
MenuCustomGameOptionsHeadingSkills = 536,
|
|
552
|
+
MenuCustomGameOptionsHeadingStatusEffects = 537,
|
|
553
|
+
MenuCustomGameOptionsEternalNight = 538,
|
|
554
|
+
MenuCustomGameOptionsEternalNightDescription = 539,
|
|
555
|
+
MenuCustomGameOptionsEternalDay = 540,
|
|
556
|
+
MenuCustomGameOptionsEternalDayDescription = 541,
|
|
557
|
+
MenuCustomGameOptionsTimeFrozen = 542,
|
|
558
|
+
MenuCustomGameOptionsTimeInitial = 543,
|
|
559
|
+
MenuCustomGameOptionsTimeDayLength = 544,
|
|
560
|
+
MenuCustomGameOptionsTimeDayLengthTooltip = 545,
|
|
561
|
+
MenuCustomGameOptionsTimeDayPercent = 546,
|
|
562
|
+
MenuCustomGameOptionsTimeDayPercentTooltip = 547,
|
|
563
|
+
MenuCustomGameOptionsStatStarting = 548,
|
|
564
|
+
MenuCustomGameOptionsStatMax = 549,
|
|
565
|
+
MenuCustomGameOptionsStatStartingDisplay = 550,
|
|
566
|
+
MenuCustomGameOptionsStatMaxDisplay = 551,
|
|
567
|
+
MenuCustomGameOptionsStatNoChange = 552,
|
|
568
|
+
MenuCustomGameOptionsStatBonus = 553,
|
|
569
|
+
MenuCustomGameOptionsStatBonusDisplay = 554,
|
|
570
|
+
MenuCustomGameOptionsStatusEffectPassChanceMultiplier = 555,
|
|
571
|
+
MenuCustomGameOptionsStatusEffectPassChanceMultiplierTooltip = 556,
|
|
572
|
+
MenuCustomGameOptionsStatusEffectStartWith = 557,
|
|
573
|
+
MenuCustomGameOptionsStatusEffectUntreatable = 558,
|
|
574
|
+
MenuCustomGameOptionsStatusEffectUntreatableTooltip = 559,
|
|
575
|
+
MenuCustomGameOptionsSkillInitialRandomCount = 560,
|
|
576
|
+
MenuCustomGameOptionsSkillInitialRandomCountDescription = 561,
|
|
577
|
+
MenuCustomGameOptionsSkillsHeadingIndividualConfigurations = 562,
|
|
578
|
+
MenuCustomGameOptionsSkillsGlobal = 563,
|
|
579
|
+
MenuCustomGameOptionsSkillNone = 564,
|
|
580
|
+
MenuCustomGameOptionsSkillConfigure = 565,
|
|
581
|
+
MenuCustomGameOptionsSkillInitial = 566,
|
|
582
|
+
MenuCustomGameOptionsSkillMultiplier = 567,
|
|
583
|
+
MenuCustomGameOptionsSkillMultiplierTooltip = 568,
|
|
584
|
+
MenuCustomGameOptionsRandomItems = 569,
|
|
585
|
+
MenuCustomGameOptionsRandomItemsDescription = 570,
|
|
586
|
+
MenuCustomGameOptionsItemDurability = 571,
|
|
587
|
+
MenuCustomGameOptionsItemDurabilityTooltip = 572,
|
|
588
|
+
MenuCustomGameOptionsItemDecay = 573,
|
|
589
|
+
MenuCustomGameOptionsItemDecayTooltip = 574,
|
|
590
|
+
MenuCustomGameOptionsExport = 575,
|
|
591
|
+
MenuCustomGameOptionsImport = 576,
|
|
592
|
+
MenuNewsDescription = 577,
|
|
593
|
+
MenuNewsHeadingSocial = 578,
|
|
594
|
+
MenuNewsTitle = 579,
|
|
595
|
+
MenuNewsHeadingUnableToLoad = 580,
|
|
596
|
+
MenuNewsButtonAllNews = 581,
|
|
597
|
+
MenuNewsButtonViewChangelog = 582,
|
|
598
|
+
MenuOptionsButtonDitherFogOfWar = 583,
|
|
599
|
+
MenuOptionsButtonHealthVignette = 584,
|
|
600
|
+
MenuOptionsButtonHealthVignetteTooltip = 585,
|
|
601
|
+
MenuOptionsButtonDisableCustomCursor = 586,
|
|
602
|
+
MenuOptionsButtonEnableSmoothZooming = 587,
|
|
603
|
+
MenuOptionsButtonDisplayArticleInObjectNames = 588,
|
|
604
|
+
MenuOptionsButtonDisplayArticleInObjectNamesTooltip = 589,
|
|
605
|
+
MenuOptionsButtonFullscreen = 590,
|
|
606
|
+
MenuOptionsButtonCustomTitleBar = 591,
|
|
607
|
+
MenuOptionsButtonDeveloperMode = 592,
|
|
608
|
+
MenuOptionsButtonDeveloperModeContextMenu = 593,
|
|
609
|
+
MenuOptionsButtonReloadGame = 594,
|
|
610
|
+
MenuOptionsButtonReloadStylesheets = 595,
|
|
611
|
+
MenuOptionsButtonReloadVariableUIImages = 596,
|
|
612
|
+
MenuOptionsButtonExportGlobalSaveData = 597,
|
|
613
|
+
MenuOptionsButtonImportGlobalSaveData = 598,
|
|
614
|
+
MenuOptionsButtonSaveDataBackups = 599,
|
|
615
|
+
MenuOptionsButtonSaveDataBackupsTooltip = 600,
|
|
616
|
+
MenuOptionsButtonSaveDataClearAll = 601,
|
|
617
|
+
MenuOptionsButtonSaveDataClearCharacters = 602,
|
|
618
|
+
MenuOptionsButtonSaveDataClearHighscores = 603,
|
|
619
|
+
MenuOptionsButtonSaveDataClearMilestones = 604,
|
|
620
|
+
MenuOptionsButtonSaveDataClearOptions = 605,
|
|
621
|
+
MenuOptionsButtonSaveDataClearCraftingRecipes = 606,
|
|
622
|
+
MenuOptionsButtonSaveDataClearSaves = 607,
|
|
623
|
+
MenuOptionsButtonSkipSplash = 608,
|
|
624
|
+
MenuOptionsButtonToggleDevTools = 609,
|
|
625
|
+
MenuOptionsButtonOpenBackupsFolder = 610,
|
|
626
|
+
MenuOptionsButtonOpenLogsFolder = 611,
|
|
627
|
+
MenuOptionsButtonDropLocationFacing = 612,
|
|
628
|
+
MenuOptionsButtonDropLocationFeet = 613,
|
|
629
|
+
MenuOptionsButtonStartTraceRecording = 614,
|
|
630
|
+
MenuOptionsButtonStopTraceRecording = 615,
|
|
631
|
+
MenuOptionsButtonTracingRecordingtTooltip = 616,
|
|
632
|
+
MenuOptionsButtonDropLocationFeetWhenFacingBlocked = 617,
|
|
633
|
+
MenuOptionsDescription = 618,
|
|
634
|
+
MenuOptionsHeadingAudio = 619,
|
|
635
|
+
MenuOptionsHeadingDeveloper = 620,
|
|
636
|
+
MenuOptionsHeadingGameplayOptions = 621,
|
|
637
|
+
MenuOptionsHeadingGameplayOptionsDescription = 622,
|
|
638
|
+
MenuOptionsHeadingGameplayOptionsButtonOpenDialog = 623,
|
|
639
|
+
MenuOptionsHeadingOtherOptions = 624,
|
|
640
|
+
MenuOptionsHeadingControls = 625,
|
|
641
|
+
MenuOptionsHeadingModOptions = 626,
|
|
642
|
+
MenuOptionsHeadingOther = 627,
|
|
643
|
+
MenuOptionsHeadingSaveData = 628,
|
|
644
|
+
MenuOptionsHeadingTooltipsTile = 629,
|
|
645
|
+
MenuOptionsHeadingVideo = 630,
|
|
646
|
+
MenuOptionsLabelInterfaceScale = 631,
|
|
647
|
+
MenuOptionsLabelHudWidth = 632,
|
|
648
|
+
MenuOptionsLabelTooltipDelay = 633,
|
|
649
|
+
MenuOptionsLabelDirectionTurnDelay = 634,
|
|
650
|
+
MenuOptionsLabelMouseTurnDelay = 635,
|
|
651
|
+
MenuOptionsLabelFontStyle = 636,
|
|
652
|
+
MenuOptionsTooltipTurnDelay = 637,
|
|
653
|
+
MenuOptionsTooltipMouseTurnDelay = 638,
|
|
654
|
+
MenuOptionsTooltipControlsFilter = 639,
|
|
655
|
+
MenuOptionsLabelVolumeEffects = 640,
|
|
656
|
+
MenuOptionsLabelVolumeMusic = 641,
|
|
657
|
+
MenuOptionsTabAudio = 642,
|
|
658
|
+
MenuOptionsTabDeveloper = 643,
|
|
659
|
+
MenuOptionsTabGameplay = 644,
|
|
660
|
+
MenuOptionsTabTooltips = 645,
|
|
661
|
+
MenuOptionsTabOther = 646,
|
|
662
|
+
MenuOptionsTabLanguage = 647,
|
|
663
|
+
MenuOptionsTabControls = 648,
|
|
664
|
+
MenuOptionsTabMods = 649,
|
|
665
|
+
MenuOptionsTabSaveData = 650,
|
|
666
|
+
MenuOptionsTabVideo = 651,
|
|
667
|
+
MenuOptionsTabPerformance = 652,
|
|
668
|
+
MenuOptionsHeadingPerformance = 653,
|
|
669
|
+
MenuOptionsTitle = 654,
|
|
670
|
+
MenuOptionsTooltipMusicNextTrack = 655,
|
|
671
|
+
MenuOptionsBindChoose = 656,
|
|
672
|
+
MenuOptionsBindChooseAdd = 657,
|
|
673
|
+
MenuOptionsBindButtonResetTooltip = 658,
|
|
674
|
+
MenuOptionsBindButtonDeleteTooltip = 659,
|
|
675
|
+
MenuOptionsBindButtonAddTooltip = 660,
|
|
676
|
+
MenuOptionsBindButtonAddMacroTooltip = 661,
|
|
677
|
+
MenuOptionsButtonUnlockAllMilestones = 662,
|
|
678
|
+
MenuOptionsButtonDiscoverAllActions = 663,
|
|
679
|
+
MenuOptionsButtonUnlockAllCraftingRecipes = 664,
|
|
680
|
+
MenuOptionsButtonAlternatingDirectionMovement = 665,
|
|
681
|
+
MenuOptionsButtonAllowAlternatingDirectionMovementTooltip = 666,
|
|
682
|
+
MenuOptionsButtonAlwaysShowMoreInformationTooltip = 667,
|
|
683
|
+
MenuOptionsButtonEnableLowPowerMode = 668,
|
|
684
|
+
MenuOptionsButtonEnableLowPowerModeTooltip = 669,
|
|
685
|
+
MenuOptionsButtonDisableAcrylicTransparency = 670,
|
|
686
|
+
MenuOptionsButtonDisableAcrylicTransparencyTooltip = 671,
|
|
687
|
+
MenuOptionsButtonDisableOverlaySupport = 672,
|
|
688
|
+
MenuOptionsButtonDisableOverlaySupportTooltip = 673,
|
|
689
|
+
MenuOptionsButtonDisableUIEffects = 674,
|
|
690
|
+
MenuOptionsButtonDisableUIEffectsTooltip = 675,
|
|
691
|
+
MenuOptionsButtonDisableUIOpacity = 676,
|
|
692
|
+
MenuOptionsButtonDisableUIOpacityTooltip = 677,
|
|
693
|
+
MenuOptionsButtonDisableMovementAnimations = 678,
|
|
694
|
+
MenuOptionsButtonDisableMovementAnimationsTooltip = 679,
|
|
695
|
+
MenuOptionsButtonAutoAttack = 680,
|
|
696
|
+
MenuOptionsButtonAutoAttackTooltip = 681,
|
|
697
|
+
MenuOptionsButtonAutoPickUp = 682,
|
|
698
|
+
MenuOptionsButtonAutoPickUpTooltip = 683,
|
|
699
|
+
MenuOptionsButtonAutoPickUpOnIdle = 684,
|
|
700
|
+
MenuOptionsButtonAutoPickUpOnIdleTooltip = 685,
|
|
701
|
+
MenuOptionsButtonDropOnDismantle = 686,
|
|
702
|
+
MenuOptionsButtonDropOnDismantleTooltip = 687,
|
|
703
|
+
MenuOptionsButtonDisableCraftingProtectedItems = 688,
|
|
704
|
+
MenuOptionsButtonDisableCraftingProtectedItemsTooltip = 689,
|
|
705
|
+
MenuOptionsButtonDropOnGatherHarvest = 690,
|
|
706
|
+
MenuOptionsButtonDropOnGatherHarvestTooltip = 691,
|
|
707
|
+
MenuOptionsButtonKeepSortActive = 692,
|
|
708
|
+
MenuOptionsButtonKeepSortActiveTooltip = 693,
|
|
709
|
+
MenuOptionsButtonUseAdjacentContainers = 694,
|
|
710
|
+
MenuOptionsButtonUseAdjacentContainersTooltip = 695,
|
|
711
|
+
MenuOptionsButtonHideEquippedHeadgear = 696,
|
|
712
|
+
MenuOptionsButtonHideEquippedHeadgearTooltip = 697,
|
|
713
|
+
MenuOptionsButtonLeftHanded = 698,
|
|
714
|
+
MenuOptionsButtonLeftHandedTooltip = 699,
|
|
715
|
+
MenuOptionsButtonAutoSave = 700,
|
|
716
|
+
MenuOptionsRangeAutoSaveTimerLabel = 701,
|
|
717
|
+
MenuOptionsRangeAutoSaveTimerTurnsDisplay = 702,
|
|
718
|
+
MenuOptionsRangeAutoSaveTimerTimeDisplay = 703,
|
|
719
|
+
MenuOptionsButtonDropIntoContainers = 704,
|
|
720
|
+
MenuOptionsButtonDropIntoContainersTooltip = 705,
|
|
721
|
+
MenuOptionsButtonWarnOnDangerousActions = 706,
|
|
722
|
+
MenuOptionsButtonWarnOnDangerousActionsTooltip = 707,
|
|
723
|
+
MenuOptionsButtonWarnWhenBreakingItemsOnCraft = 708,
|
|
724
|
+
MenuOptionsButtonWarnWhenBreakingItemsOnCraftTooltip = 709,
|
|
725
|
+
MenuOptionsButtonWarnWhenBreakingItemsOnUse = 710,
|
|
726
|
+
MenuOptionsButtonWarnWhenBreakingItemsOnUseTooltip = 711,
|
|
727
|
+
MenuOptionsHeadingWarnWhenBreakingItems = 712,
|
|
728
|
+
MenuOptionsButtonSaveDataClearBindings = 713,
|
|
729
|
+
MenuOptionsTooltipDialogOpacity = 714,
|
|
730
|
+
MenuOptionsLabelDialogOpacity = 715,
|
|
731
|
+
MenuOptionsDeveloperLogSourceFilterHeading = 716,
|
|
732
|
+
MenuOptionsDeveloperUIExperiments = 717,
|
|
733
|
+
MenuOptionsDeveloperUIExperimentsDescription = 718,
|
|
734
|
+
MenuOptionsAudioVolumeDisplay = 719,
|
|
735
|
+
MenuOptionsAudioInputSoundOnTyping = 720,
|
|
736
|
+
MenuOptionsMusicPlaylist = 721,
|
|
737
|
+
MenuOptionsButtonConfigureBindings = 722,
|
|
738
|
+
MenuOptionsButtonSaveCompression = 723,
|
|
739
|
+
MenuOptionsButtonSaveCompressionTooltip = 724,
|
|
740
|
+
MenuOptionsButtonSaveUIDataGlobally = 725,
|
|
741
|
+
MenuOptionsButtonSaveUIDataGloballyTooltip = 726,
|
|
742
|
+
MenuPauseButtonContinueGame = 727,
|
|
743
|
+
MenuPauseButtonReturnToGame = 728,
|
|
744
|
+
MenuPauseButtonOptions = 729,
|
|
745
|
+
MenuPauseButtonGameSettings = 730,
|
|
746
|
+
MenuPauseButtonPaused = 731,
|
|
747
|
+
MenuPauseButtonMultiplayer = 732,
|
|
748
|
+
MenuPauseButtonHelp = 733,
|
|
749
|
+
MenuPauseButtonTitleScreen = 734,
|
|
750
|
+
MenuPauseButtonStopServer = 735,
|
|
751
|
+
MenuPauseTooltipNotPaused = 736,
|
|
752
|
+
MenuPauseLabelPaused = 737,
|
|
753
|
+
MenuPauseLabelNotPaused = 738,
|
|
754
|
+
MenuModesTitle = 739,
|
|
755
|
+
MenuModesDescription = 740,
|
|
756
|
+
MenuMultiplayerOptionsTitle = 741,
|
|
757
|
+
MenuMultiplayerOptionsDescription = 742,
|
|
758
|
+
MenuMultiplayerOptionsOpenServer = 743,
|
|
759
|
+
MenuMultiplayerOptionsOpenServerDescription = 744,
|
|
760
|
+
MenuMultiplayerOptionsCopyGameCode = 745,
|
|
761
|
+
MenuMultiplayerOptionsCopyGameCodeTooltip = 746,
|
|
762
|
+
MenuMultiplayerOptionsInviteSteamFriends = 747,
|
|
763
|
+
MenuMultiplayerOptionsCheckConnectionHeading = 748,
|
|
764
|
+
MenuMultiplayerOptionsCheckConnectionParagraph = 749,
|
|
765
|
+
MenuMultiplayerOptionsCheckConnectionButton = 750,
|
|
766
|
+
MenuMultiplayerOptionsCheckConnectionResultUnknown = 751,
|
|
767
|
+
MenuMultiplayerOptionsCheckConnectionResultChecking = 752,
|
|
768
|
+
MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetwork = 753,
|
|
769
|
+
MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetworkFail = 754,
|
|
770
|
+
MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetworkUnavailable = 755,
|
|
771
|
+
MenuMultiplayerOptionsCheckConnectionResultWebRTC = 756,
|
|
772
|
+
MenuMultiplayerOptionsCheckConnectionResultWebRTCFail = 757,
|
|
773
|
+
MenuMultiplayerOptionsCheckConnectionResultWebSocket = 758,
|
|
774
|
+
MenuMultiplayerOptionsCheckConnectionResultWebSocketFail = 759,
|
|
775
|
+
MenuMultiplayerOptionsCheckConnectionResultWebSocketUnavailable = 760,
|
|
776
|
+
MenuMultiplayerOptionsCheckConnectionResultSuccess = 761,
|
|
777
|
+
MenuJoinServerTitle = 762,
|
|
778
|
+
MenuJoinServerDescription = 763,
|
|
779
|
+
MenuJoinServerInputPlaceholder = 764,
|
|
780
|
+
MenuJoinServerChooseModifiersTitle = 765,
|
|
781
|
+
MenuJoinServerChooseModifiersDescription = 766,
|
|
782
|
+
MenuSharedMultiplayerChoiceLobbyTypeFriends = 767,
|
|
783
|
+
MenuSharedMultiplayerChoiceLobbyTypeFriendsDescription = 768,
|
|
784
|
+
MenuSharedMultiplayerChoiceLobbyTypePublic = 769,
|
|
785
|
+
MenuSharedMultiplayerChoiceLobbyTypePublicDescription = 770,
|
|
786
|
+
MenuSharedMultiplayerChoiceLobbyTypePrivate = 771,
|
|
787
|
+
MenuSharedMultiplayerChoiceLobbyTypePrivateDescription = 772,
|
|
788
|
+
MenuSharedMultiplayerChoicePVP = 773,
|
|
789
|
+
MenuSharedMultiplayerChoicePVPDescription = 774,
|
|
790
|
+
MenuSharedMultiplayerChoiceAllowTraveling = 775,
|
|
791
|
+
MenuSharedMultiplayerChoiceAllowTravelingDescription = 776,
|
|
792
|
+
MenuSharedMultiplayerChoiceAllowHardcoreRespawns = 777,
|
|
793
|
+
MenuSharedMultiplayerChoiceAllowHardcoreRespawnsDescription = 778,
|
|
794
|
+
MenuSharedMultiplayerDescription = 779,
|
|
795
|
+
MenuSharedMultiplayerMessageOfTheDay = 780,
|
|
796
|
+
MenuSharedMultiplayerMaxPlayers = 781,
|
|
797
|
+
MenuSharedRealTimeTickSpeedTooltip = 782,
|
|
798
|
+
MenuSharedRealTimeTickSpeedLabel = 783,
|
|
799
|
+
MenuSharedMaxTravelTimeLabel = 784,
|
|
800
|
+
MenuSharedMaxTravelTimeLabelTooltip = 785,
|
|
801
|
+
MenuSharedButtonDefault = 786,
|
|
802
|
+
MenuSharedValueSeconds = 787,
|
|
803
|
+
MenuSharedValueMillseconds = 788,
|
|
804
|
+
MenuSharedValueTurns = 789,
|
|
805
|
+
MenuSharedValuePercentage = 790,
|
|
806
|
+
MenuSharedMilestonesNotUnlockable = 791,
|
|
807
|
+
MenuSharedMilestonesNotUnlockableDescription = 792,
|
|
808
|
+
MenuSharedMilestonesNotUnlockableButtonShowMods = 793,
|
|
809
|
+
MenuSharedButtonDisableAll = 794,
|
|
810
|
+
MenuSharedButtonEnableAll = 795,
|
|
811
|
+
MenuSharedMilestoneModifiersSelected = 796,
|
|
812
|
+
MiscSortBy = 797,
|
|
813
|
+
MiscSortDirection = 798,
|
|
814
|
+
MiscFilter = 799,
|
|
815
|
+
MiscPlayerNameDefault = 800,
|
|
816
|
+
MiscPlayerNameServer = 801,
|
|
817
|
+
MiscSaveNameDefault = 802,
|
|
818
|
+
MiscSaveNameDailyChallenge = 803,
|
|
819
|
+
MiscSaveNameChallenge = 804,
|
|
820
|
+
MiscSaveVersionUnknown = 805,
|
|
821
|
+
MiscVersion = 806,
|
|
822
|
+
MiscVersionBuildInfoTooltip = 807,
|
|
823
|
+
MiscVersionUpdate = 808,
|
|
824
|
+
MiscTime = 809,
|
|
825
|
+
MiscTimeMeridiem = 810,
|
|
826
|
+
MiscError = 811,
|
|
827
|
+
MiscContextMenuCopyTooltip = 812,
|
|
828
|
+
MiscBindableNoBindings = 813,
|
|
829
|
+
DifficultyOptionsPeaceful = 814,
|
|
830
|
+
DifficultyOptionsAberrantSpawnsDisabled = 815,
|
|
831
|
+
DifficultyOptionsAberrantSpawnsOnly = 816,
|
|
832
|
+
DifficultyOptionsCreatureSpawningDisabled = 817,
|
|
833
|
+
DifficultyOptionsCreatureAlwaysSpawns = 818,
|
|
834
|
+
DifficultyOptionsCreatureSpawnsDefault = 819,
|
|
835
|
+
DifficultyOptionsCreatureSpawnsAberrantOnly = 820,
|
|
836
|
+
DifficultyOptionsCreatureSpawnsNoAberrants = 821,
|
|
837
|
+
DifficultyOptionsSpawnLimit = 822,
|
|
838
|
+
DifficultyOptionsRespawn = 823,
|
|
839
|
+
DifficultyOptionsEternalNight = 824,
|
|
840
|
+
DifficultyOptionsEternalDay = 825,
|
|
841
|
+
DifficultyOptionsTimeInitial = 826,
|
|
842
|
+
DifficultyOptionsTimeFrozen = 827,
|
|
843
|
+
DifficultyOptionsTimeDayLength = 828,
|
|
844
|
+
DifficultyOptionsTimeDayPercent = 829,
|
|
845
|
+
DifficultyOptionsNoItems = 830,
|
|
846
|
+
DifficultyOptionsRecipes = 831,
|
|
847
|
+
DifficultyOptionsStartingIsland = 832,
|
|
848
|
+
DifficultyOptionsTravelingEffectsDisabled = 833,
|
|
849
|
+
DifficultyOptionsBenignityInitial = 834,
|
|
850
|
+
DifficultyOptionsBenignityMultiplier = 835,
|
|
851
|
+
DifficultyOptionsMalignityInitial = 836,
|
|
852
|
+
DifficultyOptionsMalignityMultiplier = 837,
|
|
853
|
+
DifficultyOptionsWeightBonus = 838,
|
|
854
|
+
DifficultyOptionsStatInitial = 839,
|
|
855
|
+
DifficultyOptionsStatMax = 840,
|
|
856
|
+
DifficultyOptionsStatMultiplier = 841,
|
|
857
|
+
DifficultyOptionsStatusEffectStartWith = 842,
|
|
858
|
+
DifficultyOptionsStatusEffectUntreatable = 843,
|
|
859
|
+
DifficultyOptionsStatusEffectPassChanceMultiplier = 844,
|
|
860
|
+
DifficultyOptionsNoRandomSkills = 845,
|
|
861
|
+
DifficultyOptionsSkillStartingCount = 846,
|
|
862
|
+
DifficultyOptionsSkillGainMultiplier = 847,
|
|
863
|
+
DifficultyOptionsSkillInitial = 848,
|
|
864
|
+
DifficultyOptionsStatusEffectPermanent = 849,
|
|
865
|
+
DifficultyOptionsStatusEffectRateMultiplier = 850,
|
|
866
|
+
DifficultyOptionsStatusEffectMultiplier = 851,
|
|
867
|
+
DifficultyOptionsItemDurabilityMultiplier = 852,
|
|
868
|
+
DifficultyOptionsItemDecayMultiplier = 853,
|
|
869
|
+
TabCrafting = 854,
|
|
870
|
+
TabDismantle = 855,
|
|
871
|
+
WindowTitleContainer = 856,
|
|
872
|
+
WindowTitleInventory = 857
|
|
871
873
|
}
|
|
872
874
|
export default UiTranslation;
|