@wayward/types 2.11.2-beta.dev.20220109.2 → 2.11.3-beta.dev.20220112.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/entity/player/Player.d.ts +1 -1
- package/definitions/game/game/meta/SaveLoad.d.ts +1 -1
- package/definitions/game/language/dictionary/UiTranslation.d.ts +764 -763
- package/definitions/game/multiplayer/IMultiplayer.d.ts +3 -2
- package/definitions/game/multiplayer/Multiplayer.d.ts +1 -0
- package/definitions/game/multiplayer/networking/SteamNetworkConnection.d.ts +1 -1
- package/definitions/game/renderer/world/WorldLayerRenderer.d.ts +1 -0
- package/definitions/game/renderer/world/WorldRenderer.d.ts +1 -0
- package/definitions/game/save/clientStore/clientData/ExploredMap.d.ts +1 -0
- package/definitions/game/ui/screen/screens/menu/menus/GameEndMenu.d.ts +1 -3
- package/definitions/game/ui/screen/screens/menu/menus/newgame/TabMultiplayer.d.ts +1 -1
- package/definitions/game/ui/screen/screens/menu/menus/pause/MultiplayerOptionsMenu.d.ts +1 -1
- package/definitions/game/utilities/Log.d.ts +24 -23
- package/definitions/hosts/shared/globals.d.ts +1 -1
- package/package.json +1 -1
|
@@ -16,768 +16,769 @@ declare enum UiTranslation {
|
|
|
16
16
|
GameActionGather = 1,
|
|
17
17
|
GameStaticButtonRespawn = 2,
|
|
18
18
|
GameStaticButtonRespawnInCasualMode = 3,
|
|
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
|
-
|
|
19
|
+
GameStaticButtonRespawnAsNewCharacter = 4,
|
|
20
|
+
GameDialogSharedContextMenuResetPosition = 5,
|
|
21
|
+
GameDialogSharedIslandDropdownLabel = 6,
|
|
22
|
+
GameDialogMessagesOptionTimestamp = 7,
|
|
23
|
+
GameDialogMessagesOptionShowSendButton = 8,
|
|
24
|
+
GameDialogMessagesOptionShowOptionsButton = 9,
|
|
25
|
+
GameDialogMessagesOptionMaxMessages = 10,
|
|
26
|
+
GameDialogMessagesOptionUnfocusOnSend = 11,
|
|
27
|
+
GameDialogMessagesEditFiltersLabelName = 12,
|
|
28
|
+
GameDialogMessagesEditFiltersButtonDelete = 13,
|
|
29
|
+
GameDialogMessagesEditFiltersButtonSave = 14,
|
|
30
|
+
GameDialogMessagesEditFiltersButtonReset = 15,
|
|
31
|
+
GameDialogMessagesEditFiltersButtonNew = 16,
|
|
32
|
+
GameDialogNotesNoteTime = 17,
|
|
33
|
+
GameDialogNotesNoteNumber = 18,
|
|
34
|
+
GameDialogNotesNoteLockedTitle = 19,
|
|
35
|
+
GameDialogNotesNoteLockedDescription = 20,
|
|
36
|
+
GameDialogNotesLinkId = 21,
|
|
37
|
+
GameDialogNotesLinkLearnMore = 22,
|
|
38
|
+
GameDialogNotesSettingsPinUnreadNotesAutomatically = 23,
|
|
39
|
+
GameDialogMilestonesInvisibleMilestone = 24,
|
|
40
|
+
GameDialogMilestonesProgress = 25,
|
|
41
|
+
GameDialogMilestonesProgressHidden = 26,
|
|
42
|
+
GameDialogMilestonesMilestone = 27,
|
|
43
|
+
GameDialogMilestonesTooltipHidden = 28,
|
|
44
|
+
GameDialogMilestonesTooltipInvisible = 29,
|
|
45
|
+
GameDialogMilestonesSortName = 30,
|
|
46
|
+
GameDialogMilestonesSortProgress = 31,
|
|
47
|
+
GameDialogSkillsSkill = 32,
|
|
48
|
+
GameDialogSkillsSkillHover = 33,
|
|
49
|
+
GameDialogSkillsSortName = 34,
|
|
50
|
+
GameDialogSkillsSortLevel = 35,
|
|
51
|
+
GameDialogMoreInformationName = 36,
|
|
52
|
+
GameDialogMoreInformationText = 37,
|
|
53
|
+
GameDialogMoreInformationNoInformation = 38,
|
|
54
|
+
GameDialogMapDurability = 39,
|
|
55
|
+
GameDialogMapTooltipRiddle = 40,
|
|
56
|
+
GameDialogMapTooltipRotateClockwise = 41,
|
|
57
|
+
GameDialogMapTooltipRotateCounterClockwise = 42,
|
|
58
|
+
GameDialogMapTooltipFlipHorizontal = 43,
|
|
59
|
+
GameDialogMapTooltipFlipVertical = 44,
|
|
60
|
+
GameDialogMapTooltipResetView = 45,
|
|
61
|
+
GameDialogMapTooltipCopyMap = 46,
|
|
62
|
+
GameDialogMapTooltipCopyMapRequirementMissing = 47,
|
|
63
|
+
GameDialogMapCheckButtonAlwaysOpaque = 48,
|
|
64
|
+
GameDialogMapCheckButtonUseOnlyIntegerZoomLevels = 49,
|
|
65
|
+
GameDialogMapLabelTheme = 50,
|
|
66
|
+
GameDialogQuestsLink = 51,
|
|
67
|
+
GameDialogQuestsChildQuests = 52,
|
|
68
|
+
GameDialogQuestsRequirements = 53,
|
|
69
|
+
GameDialogQuestsActiveQuests = 54,
|
|
70
|
+
GameDialogQuestsCompletedQuests = 55,
|
|
71
|
+
GameDialogQuestsCompleteQuest = 56,
|
|
72
|
+
GameDialogIslandsRenameIsland = 57,
|
|
73
|
+
GameDialogIslandsSetSail = 58,
|
|
74
|
+
GameDialogIslandsCloseOnTravel = 59,
|
|
75
|
+
GameTooltipInspect = 60,
|
|
76
|
+
GameTooltipShowMoreInformation = 61,
|
|
77
|
+
GameTooltipDefenseLabelBase = 62,
|
|
78
|
+
GameTooltipDefenseInsulationWeight = 63,
|
|
79
|
+
GameTooltipDefenseInsulationNotRequired = 64,
|
|
80
|
+
GameTooltipItemUseLabelMaxWeight = 65,
|
|
81
|
+
GameTooltipMagicalLabel = 66,
|
|
82
|
+
GameTooltipSharedUsesLabel = 67,
|
|
83
|
+
GameTooltipRecipeLabelReputation = 68,
|
|
84
|
+
GameTooltipRecipeLabelSkill = 69,
|
|
85
|
+
GameTooltipRecipeLabelLevel = 70,
|
|
86
|
+
GameTooltipRecipeNearby = 71,
|
|
87
|
+
GameTooltipRecipeFireSource = 72,
|
|
88
|
+
GameTooltipRecipeRequirement = 73,
|
|
89
|
+
GameTooltipRecipeLabelRequired = 74,
|
|
90
|
+
GameTooltipRecipeLabelConsumed = 75,
|
|
91
|
+
GameTooltipItemSkillSource = 76,
|
|
92
|
+
GameTooltipItemUse = 77,
|
|
93
|
+
GameTooltipItemUseActionOnConsumeTooltipBase = 78,
|
|
94
|
+
GameTooltipItemUseActionOnConsumeTooltipSkill = 79,
|
|
95
|
+
GameTooltipItemUseActionOnConsumeTooltipQuality = 80,
|
|
96
|
+
GameTooltipItemUseActionOnConsumeTooltipMagical = 81,
|
|
97
|
+
GameTooltipSharedUseActionTierLabel = 82,
|
|
98
|
+
GameTooltipItemUseActionSharedLabelRequirements = 83,
|
|
99
|
+
GameTooltipItemUseActionDismantleProduces = 84,
|
|
100
|
+
GameTooltipSharedUseLabelLightSource = 85,
|
|
101
|
+
GameTooltipItemUseLabelTelescopy = 86,
|
|
102
|
+
GameTooltipItemDecay = 87,
|
|
103
|
+
GameTooltipItemDecayExact = 88,
|
|
104
|
+
GameTooltipItemDecayRate = 89,
|
|
105
|
+
GameTooltipItemDecayRateTooltip = 90,
|
|
106
|
+
GameTooltipItemWeight = 91,
|
|
107
|
+
GameTooltipItemWeightBase = 92,
|
|
108
|
+
GameTooltipItemWeightStored = 93,
|
|
109
|
+
GameTooltipItemWeightStoredReduction = 94,
|
|
110
|
+
GameTooltipItemLabelRange = 95,
|
|
111
|
+
GameTooltipItemMagicalSource = 96,
|
|
112
|
+
GameTooltipItemGroupingsLabel = 97,
|
|
113
|
+
GameTooltipItemGroup = 98,
|
|
114
|
+
GameTooltipItemLabelUsesWhenBuilt = 99,
|
|
115
|
+
GameTooltipItemWorth = 100,
|
|
116
|
+
GameTooltipItemProtected = 101,
|
|
117
|
+
GameTooltipItemProtectedContainer = 102,
|
|
118
|
+
GameTooltipItemProtectedTooltip = 103,
|
|
119
|
+
GameTooltipItemLabelDismantle = 104,
|
|
120
|
+
GameTooltipItemLabelDismantleRequirement = 105,
|
|
121
|
+
GameTooltipItemQuantityMultiplier = 106,
|
|
122
|
+
GameTooltipItemUseAttack = 107,
|
|
123
|
+
GameTooltipItemUseThrowDamage = 108,
|
|
124
|
+
GameTooltipItemUseCrafting = 109,
|
|
125
|
+
GameTooltipItemUseOffering = 110,
|
|
126
|
+
GameTooltipItemUseEquipDefense = 111,
|
|
127
|
+
GameTooltipItemUseEquipDefenseAttribute = 112,
|
|
128
|
+
GameTooltipItemLabelDamage = 113,
|
|
129
|
+
GameTooltipItemBarterCreditTrade = 114,
|
|
130
|
+
GameTooltipItemBarterCredit = 115,
|
|
131
|
+
GameTooltipItemLabelIsland = 116,
|
|
132
|
+
GameTooltipSharedLabelWeightCapacity = 117,
|
|
133
|
+
GameTooltipSharedLabelInsulation = 118,
|
|
134
|
+
GameTooltipSharedLabelPreservation = 119,
|
|
135
|
+
GameTooltipSharedLabelDurability = 120,
|
|
136
|
+
GameTooltipSharedDurabilityMagicalDamageReduction = 121,
|
|
137
|
+
GameTooltipSharedDurabilityMagicalDamageRegeneration = 122,
|
|
138
|
+
GameTooltipSharedLabelContents = 123,
|
|
139
|
+
GameTooltipSkillCurrent = 124,
|
|
140
|
+
GameTooltipSkillReputationImpact = 125,
|
|
141
|
+
GameTooltipSkillCanIncrease = 126,
|
|
142
|
+
GameTooltipSkillBonuses = 127,
|
|
143
|
+
GameTooltipSkillBonus = 128,
|
|
144
|
+
GameTooltipMilestoneProgress = 129,
|
|
145
|
+
GameTooltipMilestoneDiscovered = 130,
|
|
146
|
+
GameTooltipSharedMagicalProperty = 131,
|
|
147
|
+
GameTooltipSharedMagicalPropertyOutOf = 132,
|
|
148
|
+
GameTooltipSharedLabel = 133,
|
|
149
|
+
GameTooltipSharedLabelHead = 134,
|
|
150
|
+
GameTooltipSharedLabelTail = 135,
|
|
151
|
+
GameTooltipSharedLabelStart = 136,
|
|
152
|
+
GameTooltipSharedLabelEnd = 137,
|
|
153
|
+
GameTooltipIslandBiome = 138,
|
|
154
|
+
GameTooltipIslandUndiscovered = 139,
|
|
155
|
+
GameTooltipIslandUnnamed = 140,
|
|
156
|
+
GameTooltipIslandSelf = 141,
|
|
157
|
+
GameTooltipIslandPlayers = 142,
|
|
158
|
+
GameTooltipIslandModifiers = 143,
|
|
159
|
+
GameTooltipIslandMaps = 144,
|
|
160
|
+
GameTooltipIslandCoordinates = 145,
|
|
161
|
+
GameTooltipIslandCoordinatesLabel = 146,
|
|
162
|
+
GameStatsPercentage = 147,
|
|
163
|
+
GameStatsStatAttack = 148,
|
|
164
|
+
GameStatsStatGeneric = 149,
|
|
165
|
+
GameStatsStatGenericWithMax = 150,
|
|
166
|
+
GameStatsStatbar = 151,
|
|
167
|
+
GameStatsStatHealthTooltip = 152,
|
|
168
|
+
GameStatsStatStaminaTooltip = 153,
|
|
169
|
+
GameStatsStatHungerTooltip = 154,
|
|
170
|
+
GameStatsStatThirstTooltip = 155,
|
|
171
|
+
GameStatsStatHealthStatusWarning = 156,
|
|
172
|
+
GameStatsStatStaminaStatusWarning = 157,
|
|
173
|
+
GameStatsStatHungerStatusWarning = 158,
|
|
174
|
+
GameStatsStatThirstStatusWarning = 159,
|
|
175
|
+
GameStatsStatWeightStatusWarning = 160,
|
|
176
|
+
GameStatsStatStaminaStatusBad = 161,
|
|
177
|
+
GameStatsStatHungerStatusBad = 162,
|
|
178
|
+
GameStatsStatThirstStatusBad = 163,
|
|
179
|
+
GameStatsStatWeightStatusBad = 164,
|
|
180
|
+
GameStatsStatReputationTooltipAverageReputation = 165,
|
|
181
|
+
GameStatsStatReputationTooltipDifficulty = 166,
|
|
182
|
+
GameStatsStatReputationTooltipDifficultyEasy = 167,
|
|
183
|
+
GameStatsStatReputationTooltipDifficultyHard = 168,
|
|
184
|
+
GameStatsStatReputationTooltipDifficultyInfantile = 169,
|
|
185
|
+
GameStatsStatReputationTooltipDifficultyInsane = 170,
|
|
186
|
+
GameStatsStatReputationTooltipDifficultyMedium = 171,
|
|
187
|
+
GameStatsStatReputationTooltipDifficultyNightmare = 172,
|
|
188
|
+
GameStatsStatReputationTooltipDifficultySimple = 173,
|
|
189
|
+
GameStatsStatReputationTooltipDifficultyVeryEasy = 174,
|
|
190
|
+
GameStatsStatReputationTooltipDifficultyVeryHard = 175,
|
|
191
|
+
GameStatsStatReputationTooltipBenignity = 176,
|
|
192
|
+
GameStatsStatReputationTooltipMalignity = 177,
|
|
193
|
+
GameStatsStatReputationTooltipScore = 178,
|
|
194
|
+
GameStatsStatReputationTooltipCivilizationScore = 179,
|
|
195
|
+
GameStatsStatReputationTooltipTurn = 180,
|
|
196
|
+
GameStatsStatReputationTooltipTicks = 181,
|
|
197
|
+
GameStatsStatWeightTooltip = 182,
|
|
198
|
+
GameStatsStatAttackTooltipTactics = 183,
|
|
199
|
+
GameStatsStatAttackTooltipLeftHand = 184,
|
|
200
|
+
GameStatsStatAttackTooltipRightHand = 185,
|
|
201
|
+
GameStatsStatDefenseTooltipBase = 186,
|
|
202
|
+
GameStatsStatDefenseTooltipBlunt = 187,
|
|
203
|
+
GameStatsStatDefenseTooltipParrying = 188,
|
|
204
|
+
GameStatsStatDefenseTooltipFire = 189,
|
|
205
|
+
GameStatsStatDefenseTooltipCold = 190,
|
|
206
|
+
GameStatsStatDefenseTooltipPiercing = 191,
|
|
207
|
+
GameStatsStatDefenseTooltipSlashing = 192,
|
|
208
|
+
GameItemBarterCredit = 193,
|
|
209
|
+
GameMenuBarButtonTooltipBindable = 194,
|
|
210
|
+
GameMenuBarButtonTooltipSaveSize = 195,
|
|
211
|
+
GameMenuBarButtonTooltipSaveTurnsAgo = 196,
|
|
212
|
+
GameMenuBarButtonTooltipSaveLastTime = 197,
|
|
213
|
+
GameMenuBarButtonTooltipNotesUnread = 198,
|
|
214
|
+
GameMenuBarButtonTooltipMilestonesDisabled = 199,
|
|
215
|
+
GameMenuBarButtonTooltipQuestsDisabled = 200,
|
|
216
|
+
GameMenuBarContextMenuActionRemoveItem = 201,
|
|
217
|
+
GameMenuBarContextMenuActionInsertItem = 202,
|
|
218
|
+
GameMenuBarContextMenuActionReset = 203,
|
|
219
|
+
GameMessagesButtonSend = 204,
|
|
220
|
+
GameMessagesContextMenuShowAsDialog = 205,
|
|
221
|
+
GameMessagesContextMenuClear = 206,
|
|
222
|
+
GameMessagesContextMenuCopy = 207,
|
|
223
|
+
GameMessagesContextMenuExport = 208,
|
|
224
|
+
GameMessagesFilter = 209,
|
|
225
|
+
GameMessagesFiltersEdit = 210,
|
|
226
|
+
GameMessagesNewNote = 211,
|
|
227
|
+
GameMessagesTurn = 212,
|
|
228
|
+
GameMessagesDedicatedServerBackup = 213,
|
|
229
|
+
GameMessagesDedicatedServerBackupLimitReached = 214,
|
|
230
|
+
GameTileInspectionCannotSeeTile = 215,
|
|
231
|
+
GameQuickslotsTooltipUsageHint = 216,
|
|
232
|
+
MenuAboutTitle = 217,
|
|
233
|
+
MenuAboutDescription = 218,
|
|
234
|
+
MenuAboutGameDescription = 219,
|
|
235
|
+
MenuAboutSectionTeam = 220,
|
|
236
|
+
MenuAboutTeamMemberResponsibilities = 221,
|
|
237
|
+
MenuAboutTeamMemberName = 222,
|
|
238
|
+
MenuAboutTeamMemberNickname = 223,
|
|
239
|
+
MenuAboutSectionContributors = 224,
|
|
240
|
+
MenuAboutSectionSpecialThanks = 225,
|
|
241
|
+
MenuAboutTextSpecialThanksTestorsAndDonators = 226,
|
|
242
|
+
MenuAboutSectionLibraries = 227,
|
|
243
|
+
MenuAboutSectionLibrariesDescription = 228,
|
|
244
|
+
MenuBindings = 229,
|
|
245
|
+
MenuBindingsDescription = 230,
|
|
246
|
+
MenuBindingsTooltipBindConflicts = 231,
|
|
247
|
+
MenuChangelogTitle = 232,
|
|
248
|
+
MenuChangelogDescription = 233,
|
|
249
|
+
MenuChangelogHeadingFailedLoad = 234,
|
|
250
|
+
MenuChangelogHeadingChangeCount = 235,
|
|
251
|
+
MenuChangelogButtonCopyChangelog = 236,
|
|
252
|
+
MenuCharacterCreationButtonRandomizeName = 237,
|
|
253
|
+
MenuCharacterCreationButtonExportTooltip = 238,
|
|
254
|
+
MenuCharacterCreationButtonImportTooltip = 239,
|
|
255
|
+
MenuCharacterCreationButtonStartGame = 240,
|
|
256
|
+
MenuCharacterCreationButtonJoinGame = 241,
|
|
257
|
+
MenuCharacterCreationDescription = 242,
|
|
258
|
+
MenuCharacterCreationHeadingHairColor = 243,
|
|
259
|
+
MenuCharacterCreationHeadingHairStyle = 244,
|
|
260
|
+
MenuCharacterCreationHeadingSkinTone = 245,
|
|
261
|
+
MenuCharacterCreationLabelName = 246,
|
|
262
|
+
MenuCharacterCreationTitle = 247,
|
|
263
|
+
MenuCharacterCreationButtonRotateLeftTooltip = 248,
|
|
264
|
+
MenuCharacterCreationButtonRotateRightTooltip = 249,
|
|
265
|
+
MenuCharacterCreationButtonRandomizeTooltip = 250,
|
|
266
|
+
MenuCharacterSelectionButtonNewCharacter = 251,
|
|
267
|
+
MenuCharacterSelectionDescription = 252,
|
|
268
|
+
MenuCharacterSelectionHeadingNoCharacters = 253,
|
|
269
|
+
MenuCharacterSelectionTitle = 254,
|
|
270
|
+
MenuCharacterSelectionLabelLastUse = 255,
|
|
271
|
+
MenuCharacterSelectionLabelUseCount = 256,
|
|
272
|
+
MenuCharacterSelectionCharacterButtonDeleteTooltip = 257,
|
|
273
|
+
MenuCharacterSelectionCharacterButtonCustomizeTooltip = 258,
|
|
274
|
+
MenuMultiplayerDescription = 259,
|
|
275
|
+
MenuMultiplayerTitle = 260,
|
|
276
|
+
MenuMultiplayerButtonJoinById = 261,
|
|
277
|
+
MenuMultiplayerServerLabelReputation = 262,
|
|
278
|
+
MenuMultiplayerServerLabelDays = 263,
|
|
279
|
+
MenuMultiplayerServerLabelIsland = 264,
|
|
280
|
+
MenuMultiplayerButtonNewGame = 265,
|
|
281
|
+
MenuMultiplayerButtonLoadGame = 266,
|
|
282
|
+
MenuMultiplayerServerTooltipPVP = 267,
|
|
283
|
+
MenuMultiplayerServerTooltipModsLabel = 268,
|
|
284
|
+
MenuMultiplayerServerTooltipFriendsLabel = 269,
|
|
285
|
+
MenuMultiplayerServerPlayers = 270,
|
|
286
|
+
MenuMultiplayerServerLobbyType = 271,
|
|
287
|
+
MenuMultiplayerServerRegion = 272,
|
|
288
|
+
MenuMultiplayerServerHost = 273,
|
|
289
|
+
MenuMultiplayerServerVersion = 274,
|
|
290
|
+
MenuMultiplayerServerVersionUnknown = 275,
|
|
291
|
+
MenuMultiplayerServerDedicated = 276,
|
|
292
|
+
MenuMultiplayerHeadingPlayersOnline = 277,
|
|
293
|
+
MenuMultiplayerServerModUnableToLoad = 278,
|
|
294
|
+
MenuGameEndTitleDead = 279,
|
|
295
|
+
MenuGameEndTitleWon = 280,
|
|
296
|
+
MenuGameEndShareFacebook = 281,
|
|
297
|
+
MenuGameEndShareTwitter = 282,
|
|
298
|
+
MenuGameEndContinueAsGhost = 283,
|
|
299
|
+
MenuGameEndRespawnInCasualMode = 284,
|
|
300
|
+
MenuGameEndRespawnAsNewCharacter = 285,
|
|
301
|
+
MenuGameEndReturnToIsland = 286,
|
|
302
|
+
MenuGameEndExitToMenu = 287,
|
|
303
|
+
MenuHelpTitle = 288,
|
|
304
|
+
MenuHelpDescription = 289,
|
|
305
|
+
MenuHelpLabelSearch = 290,
|
|
306
|
+
MenuHighscoresTitle = 291,
|
|
307
|
+
MenuHighscoresDescription = 292,
|
|
308
|
+
MenuHighscoresDifficultyFilterAll = 293,
|
|
309
|
+
MenuHighscoresHighscoreLabelDifficulty = 294,
|
|
310
|
+
MenuHighscoresHighscoreLabelTurns = 295,
|
|
311
|
+
MenuHighscoresHighscoreLabelScore = 296,
|
|
312
|
+
MenuHighscoresHighscoreLabelPlace = 297,
|
|
313
|
+
MenuHighscoresHighscoreLabelDate = 298,
|
|
314
|
+
MenuHighscoresHighscoreLabelDeathBy = 299,
|
|
315
|
+
MenuHighscoresHighscoreTitle = 300,
|
|
316
|
+
MenuHighscoresCharacterNameUnknown = 301,
|
|
317
|
+
MenuHighscoresHighscoreReplayWithSettings = 302,
|
|
318
|
+
MenuLoadGameButtonSaveSlot = 303,
|
|
319
|
+
MenuLoadGameButtonNewGame = 304,
|
|
320
|
+
MenuLoadGameButtonNewGameButtonImportTooltip = 305,
|
|
321
|
+
MenuLoadGameDescription = 306,
|
|
322
|
+
MenuLoadGameSaveButtonDeleteTooltip = 307,
|
|
323
|
+
MenuLoadGameSaveButtonEditNameTooltip = 308,
|
|
324
|
+
MenuLoadGameSaveButtonExportTooltip = 309,
|
|
325
|
+
MenuLoadGameSaveTooltipLabelCreatedTime = 310,
|
|
326
|
+
MenuLoadGameSaveTooltipLabelSaveTime = 311,
|
|
327
|
+
MenuLoadGameSaveTooltipLabelGameMode = 312,
|
|
328
|
+
MenuLoadGameSaveTooltipLabelScore = 313,
|
|
329
|
+
MenuLoadGameSaveTooltipLabelSeed = 314,
|
|
330
|
+
MenuLoadGameSaveTooltipLabelTurns = 315,
|
|
331
|
+
MenuLoadGameSaveTooltipLabelMods = 316,
|
|
332
|
+
MenuLoadGameSaveTooltipLabelOriginalVersion = 317,
|
|
333
|
+
MenuLoadGameSaveTooltipMod = 318,
|
|
334
|
+
MenuLoadGameSaveTooltipNew = 319,
|
|
335
|
+
MenuLoadGameSaveGame = 320,
|
|
336
|
+
MenuLoadGameSaveGameDescription = 321,
|
|
337
|
+
MenuLoadGameTitle = 322,
|
|
338
|
+
MenuLoadGameLabelSelected = 323,
|
|
339
|
+
MenuLoadGameButtonDeleteSelectedTooltip = 324,
|
|
340
|
+
MenuLoadGameImportSaveFailure = 325,
|
|
341
|
+
MenuMainButtonAbout = 326,
|
|
342
|
+
MenuMainButtonChangelog = 327,
|
|
343
|
+
MenuMainButtonContinueGame = 328,
|
|
344
|
+
MenuMainButtonMultiplayer = 329,
|
|
345
|
+
MenuMainButtonHighscores = 330,
|
|
346
|
+
MenuMainButtonLoadGame = 331,
|
|
347
|
+
MenuMainButtonMods = 332,
|
|
348
|
+
MenuMainButtonModsAllDisabled = 333,
|
|
349
|
+
MenuMainButtonNewGame = 334,
|
|
350
|
+
MenuMainButtonNews = 335,
|
|
351
|
+
MenuMainButtonOptions = 336,
|
|
352
|
+
MenuMainButtonQuitGame = 337,
|
|
353
|
+
MenuModsWarningModsDisabledTitle = 338,
|
|
354
|
+
MenuModsWarningModsDisabledDescription = 339,
|
|
355
|
+
MenuModsButtonModdingGuide = 340,
|
|
356
|
+
MenuModsButtonOpenFolder = 341,
|
|
357
|
+
MenuModsButtonOpenWorkshop = 342,
|
|
358
|
+
MenuModsDescription = 343,
|
|
359
|
+
MenuModsTitle = 344,
|
|
360
|
+
MenuModsTooltipLabelAuthor = 345,
|
|
361
|
+
MenuModsTooltipLabelTags = 346,
|
|
362
|
+
MenuModsTooltipLabelDependencies = 347,
|
|
363
|
+
MenuModsTooltipLabelProvides = 348,
|
|
364
|
+
MenuModsTooltipLabelVersion = 349,
|
|
365
|
+
MenuModsTooltipLabelDescription = 350,
|
|
366
|
+
MenuModsTooltipLabelInstallDate = 351,
|
|
367
|
+
MenuModsTooltipLabelCreatedDate = 352,
|
|
368
|
+
MenuModsTooltipLabelLastUpdatedDate = 353,
|
|
369
|
+
MenuModsTooltipPreventsMilestoneUnlocks = 354,
|
|
370
|
+
MenuModsTooltipModOptions = 355,
|
|
371
|
+
MenuModsTooltipPublishMod = 356,
|
|
372
|
+
MenuModsTooltipModMoreInformation = 357,
|
|
373
|
+
MenuModsTooltipUninstallMod = 358,
|
|
374
|
+
MenuModsTooltipViewInSteamWorkshop = 359,
|
|
375
|
+
MenuModsTooltipViewGitHub = 360,
|
|
376
|
+
MenuModsTooltipOpenFolder = 361,
|
|
377
|
+
MenuModsButtonEditInternalMods = 362,
|
|
378
|
+
MenuModsSectionHeading = 363,
|
|
379
|
+
MenuModsSubmenuEditInternalModsTitle = 364,
|
|
380
|
+
MenuModsSubmenuEditInternalModsDescription = 365,
|
|
381
|
+
MenuModsSubmenuEditInternalModsPlaceholderAddNewInternalMod = 366,
|
|
382
|
+
MenuNewGameButtonNext = 367,
|
|
383
|
+
MenuNewGameButtonStartServer = 368,
|
|
384
|
+
MenuNewGameDescription = 369,
|
|
385
|
+
MenuNewGameLabelEditName = 370,
|
|
386
|
+
MenuNewGameLabelEditSeed = 371,
|
|
387
|
+
MenuNewGamePlaceholderEditSeed = 372,
|
|
388
|
+
MenuNewGameTitle = 373,
|
|
389
|
+
MenuNewGameChoiceDifficulty = 374,
|
|
390
|
+
MenuNewGameChoiceSingleplayer = 375,
|
|
391
|
+
MenuNewGameChoiceSingleplayerDescription = 376,
|
|
392
|
+
MenuNewGameChoiceMultiplayer = 377,
|
|
393
|
+
MenuNewGameChoiceMultiplayerDescription = 378,
|
|
394
|
+
MenuNewGameChoiceTurnModeManual = 379,
|
|
395
|
+
MenuNewGameChoiceTurnModeManualDescription = 380,
|
|
396
|
+
MenuNewGameChoiceTurnModeRealTime = 381,
|
|
397
|
+
MenuNewGameChoiceTurnModeRealTimeDescription = 382,
|
|
398
|
+
MenuNewGameChoiceTurnModeSimulated = 383,
|
|
399
|
+
MenuNewGameChoiceTurnModeSimulatedDescription = 384,
|
|
400
|
+
MenuNewGameChoiceDifficultyTooltipMaxSaves = 385,
|
|
401
|
+
MenuNewGameChoiceDifficultyTooltipCustomGameOptions = 386,
|
|
402
|
+
MenuNewGameChoiceDifficultyChallengeDaily = 387,
|
|
403
|
+
MenuNewGameChoiceDifficultyChallengeDailyTooltip = 388,
|
|
404
|
+
MenuNewGameButtonMilestones = 389,
|
|
405
|
+
MenuNewGameButtonMilestonesDescription = 390,
|
|
406
|
+
MenuNewGameTabGameMode = 391,
|
|
407
|
+
MenuNewGameTabMultiplayer = 392,
|
|
408
|
+
MenuNewGameTabGameplayModifiers = 393,
|
|
409
|
+
MenuNewGameHeadingGameMode = 394,
|
|
410
|
+
MenuNewGameHeadingMultiplayer = 395,
|
|
411
|
+
MenuNewGameHeadingGameplayModifiers = 396,
|
|
412
|
+
MenuNewGameChoiceClientsInheritHostModifiers = 397,
|
|
413
|
+
MenuNewGameChoiceClientsInheritHostModifiersDescription = 398,
|
|
414
|
+
MenuNewGameChoiceCustomModifiers = 399,
|
|
415
|
+
MenuNewGameChoiceCustomModifiersDescription = 400,
|
|
416
|
+
MenuMilestoneModifiersTitle = 401,
|
|
417
|
+
MenuMilestoneModifiersDescription = 402,
|
|
418
|
+
MenuCustomGameOptionsTitle = 403,
|
|
419
|
+
MenuCustomGameOptionsDescription = 404,
|
|
420
|
+
MenuCustomGameOptionsRespawnOnDeath = 405,
|
|
421
|
+
MenuCustomGameOptionsRespawnOnDeathDescription = 406,
|
|
422
|
+
MenuCustomGameOptionsUseUnlockedRecipes = 407,
|
|
423
|
+
MenuCustomGameOptionsStartingIslandBiome = 408,
|
|
424
|
+
MenuCustomGameOptionsApplyTravelingEffects = 409,
|
|
425
|
+
MenuCustomGameOptionsApplyTravelingEffectsDescription = 410,
|
|
426
|
+
MenuCustomGameOptionsCreaturesPeaceful = 411,
|
|
427
|
+
MenuCustomGameOptionsCreaturesPeacefulDescription = 412,
|
|
428
|
+
MenuCustomGameOptionsCreaturesAberrantSpawns = 413,
|
|
429
|
+
MenuCustomGameOptionsCreaturesAberrantSpawnsDescription = 414,
|
|
430
|
+
MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionDefault = 415,
|
|
431
|
+
MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionExclusively = 416,
|
|
432
|
+
MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionOff = 417,
|
|
433
|
+
MenuCustomGameOptionsCreaturesHeadingIndividualConfigurations = 418,
|
|
434
|
+
MenuCustomGameOptionsCreaturesAllowAberrantSpawns = 419,
|
|
435
|
+
MenuCustomGameOptionsCreaturesAllowSpawning = 420,
|
|
436
|
+
MenuCustomGameOptionsCreaturesSpawnLimit = 421,
|
|
437
|
+
MenuCustomGameOptionsCreaturesSpawnLimitDescription = 422,
|
|
438
|
+
MenuCustomGameOptionsCreatureNone = 423,
|
|
439
|
+
MenuCustomGameOptionsCreatureConfigure = 424,
|
|
440
|
+
MenuCustomGameOptionsBenignityInitial = 425,
|
|
441
|
+
MenuCustomGameOptionsBenignityMultiplier = 426,
|
|
442
|
+
MenuCustomGameOptionsBenignityMultiplierTooltip = 427,
|
|
443
|
+
MenuCustomGameOptionsMalignityInitial = 428,
|
|
444
|
+
MenuCustomGameOptionsMalignityMultiplier = 429,
|
|
445
|
+
MenuCustomGameOptionsMalignityMultiplierTooltip = 430,
|
|
446
|
+
MenuCustomGameOptionsStatMultiplier = 431,
|
|
447
|
+
MenuCustomGameOptionsStatMultiplierTooltip = 432,
|
|
448
|
+
MenuCustomGameOptionsStatRegenerationMultiplierTooltip = 433,
|
|
449
|
+
MenuCustomGameOptionsHeadingGeneral = 434,
|
|
450
|
+
MenuCustomGameOptionsHeadingIsland = 435,
|
|
451
|
+
MenuCustomGameOptionsHeadingTime = 436,
|
|
452
|
+
MenuCustomGameOptionsHeadingStats = 437,
|
|
453
|
+
MenuCustomGameOptionsHeadingReputation = 438,
|
|
454
|
+
MenuCustomGameOptionsHeadingInventory = 439,
|
|
455
|
+
MenuCustomGameOptionsHeadingCreatures = 440,
|
|
456
|
+
MenuCustomGameOptionsHeadingSkills = 441,
|
|
457
|
+
MenuCustomGameOptionsHeadingStatusEffects = 442,
|
|
458
|
+
MenuCustomGameOptionsEternalNight = 443,
|
|
459
|
+
MenuCustomGameOptionsEternalNightDescription = 444,
|
|
460
|
+
MenuCustomGameOptionsEternalDay = 445,
|
|
461
|
+
MenuCustomGameOptionsEternalDayDescription = 446,
|
|
462
|
+
MenuCustomGameOptionsTimeFrozen = 447,
|
|
463
|
+
MenuCustomGameOptionsTimeInitial = 448,
|
|
464
|
+
MenuCustomGameOptionsTimeDayLength = 449,
|
|
465
|
+
MenuCustomGameOptionsTimeDayLengthTooltip = 450,
|
|
466
|
+
MenuCustomGameOptionsTimeDayPercent = 451,
|
|
467
|
+
MenuCustomGameOptionsTimeDayPercentTooltip = 452,
|
|
468
|
+
MenuCustomGameOptionsStatStarting = 453,
|
|
469
|
+
MenuCustomGameOptionsStatMax = 454,
|
|
470
|
+
MenuCustomGameOptionsStatStartingDisplay = 455,
|
|
471
|
+
MenuCustomGameOptionsStatMaxDisplay = 456,
|
|
472
|
+
MenuCustomGameOptionsStatNoChange = 457,
|
|
473
|
+
MenuCustomGameOptionsStatBonus = 458,
|
|
474
|
+
MenuCustomGameOptionsStatBonusDisplay = 459,
|
|
475
|
+
MenuCustomGameOptionsStatusEffectPassChanceMultiplier = 460,
|
|
476
|
+
MenuCustomGameOptionsStatusEffectPassChanceMultiplierTooltip = 461,
|
|
477
|
+
MenuCustomGameOptionsStatusEffectStartWith = 462,
|
|
478
|
+
MenuCustomGameOptionsStatusEffectUntreatable = 463,
|
|
479
|
+
MenuCustomGameOptionsStatusEffectUntreatableTooltip = 464,
|
|
480
|
+
MenuCustomGameOptionsSkillInitialRandomCount = 465,
|
|
481
|
+
MenuCustomGameOptionsSkillInitialRandomCountDescription = 466,
|
|
482
|
+
MenuCustomGameOptionsSkillsHeadingIndividualConfigurations = 467,
|
|
483
|
+
MenuCustomGameOptionsSkillsGlobal = 468,
|
|
484
|
+
MenuCustomGameOptionsSkillNone = 469,
|
|
485
|
+
MenuCustomGameOptionsSkillConfigure = 470,
|
|
486
|
+
MenuCustomGameOptionsSkillInitial = 471,
|
|
487
|
+
MenuCustomGameOptionsSkillMultiplier = 472,
|
|
488
|
+
MenuCustomGameOptionsSkillMultiplierTooltip = 473,
|
|
489
|
+
MenuCustomGameOptionsRandomItems = 474,
|
|
490
|
+
MenuCustomGameOptionsRandomItemsDescription = 475,
|
|
491
|
+
MenuCustomGameOptionsExport = 476,
|
|
492
|
+
MenuCustomGameOptionsImport = 477,
|
|
493
|
+
MenuNewsDescription = 478,
|
|
494
|
+
MenuNewsHeadingSocial = 479,
|
|
495
|
+
MenuNewsTitle = 480,
|
|
496
|
+
MenuNewsHeadingUnableToLoad = 481,
|
|
497
|
+
MenuNewsButtonAllNews = 482,
|
|
498
|
+
MenuNewsButtonViewChangelog = 483,
|
|
499
|
+
MenuOptionsButtonDitherFogOfWar = 484,
|
|
500
|
+
MenuOptionsButtonDisableCustomCursor = 485,
|
|
501
|
+
MenuOptionsButtonDisplayArticleInObjectNames = 486,
|
|
502
|
+
MenuOptionsButtonDisplayArticleInObjectNamesTooltip = 487,
|
|
503
|
+
MenuOptionsButtonFullscreen = 488,
|
|
504
|
+
MenuOptionsButtonDeveloperMode = 489,
|
|
505
|
+
MenuOptionsButtonDeveloperModeContextMenu = 490,
|
|
506
|
+
MenuOptionsButtonPixelFont = 491,
|
|
507
|
+
MenuOptionsButtonReloadGame = 492,
|
|
508
|
+
MenuOptionsButtonReloadStylesheets = 493,
|
|
509
|
+
MenuOptionsButtonResetGeneratedSpriteCache = 494,
|
|
510
|
+
MenuOptionsButtonExportGlobalSaveData = 495,
|
|
511
|
+
MenuOptionsButtonImportGlobalSaveData = 496,
|
|
512
|
+
MenuOptionsButtonSaveDataBackups = 497,
|
|
513
|
+
MenuOptionsButtonSaveDataBackupsTooltip = 498,
|
|
514
|
+
MenuOptionsButtonSaveDataClearAll = 499,
|
|
515
|
+
MenuOptionsButtonSaveDataClearCharacters = 500,
|
|
516
|
+
MenuOptionsButtonSaveDataClearHighscores = 501,
|
|
517
|
+
MenuOptionsButtonSaveDataClearMilestones = 502,
|
|
518
|
+
MenuOptionsButtonSaveDataClearOptions = 503,
|
|
519
|
+
MenuOptionsButtonSaveDataClearCraftingRecipes = 504,
|
|
520
|
+
MenuOptionsButtonSaveDataClearSaves = 505,
|
|
521
|
+
MenuOptionsButtonSkipSplash = 506,
|
|
522
|
+
MenuOptionsButtonToggleDevTools = 507,
|
|
523
|
+
MenuOptionsButtonTooltipsCreatures = 508,
|
|
524
|
+
MenuOptionsButtonOpenBackupsFolder = 509,
|
|
525
|
+
MenuOptionsButtonOpenLogsFolder = 510,
|
|
526
|
+
MenuOptionsButtonTooltipsDoodads = 511,
|
|
527
|
+
MenuOptionsButtonTooltipsItems = 512,
|
|
528
|
+
MenuOptionsButtonTooltipsTerrain = 513,
|
|
529
|
+
MenuOptionsButtonDropLocationFacing = 514,
|
|
530
|
+
MenuOptionsButtonDropLocationFeet = 515,
|
|
531
|
+
MenuOptionsButtonStartTraceRecording = 516,
|
|
532
|
+
MenuOptionsButtonStopTraceRecording = 517,
|
|
533
|
+
MenuOptionsButtonTracingRecordingtTooltip = 518,
|
|
534
|
+
MenuOptionsButtonDropLocationFeetWhenFacingBlocked = 519,
|
|
535
|
+
MenuOptionsDescription = 520,
|
|
536
|
+
MenuOptionsHeadingAudio = 521,
|
|
537
|
+
MenuOptionsHeadingDeveloper = 522,
|
|
538
|
+
MenuOptionsHeadingGameplayOptions = 523,
|
|
539
|
+
MenuOptionsHeadingGameplayOptionsDescription = 524,
|
|
540
|
+
MenuOptionsHeadingOtherOptions = 525,
|
|
541
|
+
MenuOptionsHeadingControls = 526,
|
|
542
|
+
MenuOptionsHeadingLanguage = 527,
|
|
543
|
+
MenuOptionsHeadingPowerPreference = 528,
|
|
544
|
+
MenuOptionsHeadingModOptions = 529,
|
|
545
|
+
MenuOptionsHeadingOther = 530,
|
|
546
|
+
MenuOptionsHeadingSaveData = 531,
|
|
547
|
+
MenuOptionsHeadingTooltipsTile = 532,
|
|
548
|
+
MenuOptionsHeadingVideo = 533,
|
|
549
|
+
MenuOptionsLabelInterfaceScale = 534,
|
|
550
|
+
MenuOptionsLabelTooltipDelay = 535,
|
|
551
|
+
MenuOptionsLabelDirectionTurnDelay = 536,
|
|
552
|
+
MenuOptionsLabelMouseTurnDelay = 537,
|
|
553
|
+
MenuOptionsTooltipTurnDelay = 538,
|
|
554
|
+
MenuOptionsTooltipMouseTurnDelay = 539,
|
|
555
|
+
MenuOptionsTooltipUiScaleClamped = 540,
|
|
556
|
+
MenuOptionsTooltipControlsFilter = 541,
|
|
557
|
+
MenuOptionsLabelVolumeEffects = 542,
|
|
558
|
+
MenuOptionsLabelVolumeMusic = 543,
|
|
559
|
+
MenuOptionsTabAudio = 544,
|
|
560
|
+
MenuOptionsTabDeveloper = 545,
|
|
561
|
+
MenuOptionsTabGameplay = 546,
|
|
562
|
+
MenuOptionsTabTooltips = 547,
|
|
563
|
+
MenuOptionsTabOther = 548,
|
|
564
|
+
MenuOptionsTabLanguage = 549,
|
|
565
|
+
MenuOptionsTabControls = 550,
|
|
566
|
+
MenuOptionsTabMods = 551,
|
|
567
|
+
MenuOptionsTabSaveData = 552,
|
|
568
|
+
MenuOptionsTabVideo = 553,
|
|
569
|
+
MenuOptionsTabPerformance = 554,
|
|
570
|
+
MenuOptionsHeadingPerformance = 555,
|
|
571
|
+
MenuOptionsTitle = 556,
|
|
572
|
+
MenuOptionsTooltipMusicNextTrack = 557,
|
|
573
|
+
MenuOptionsBindChoose = 558,
|
|
574
|
+
MenuOptionsBindChooseAdd = 559,
|
|
575
|
+
MenuOptionsBindLabelModifier = 560,
|
|
576
|
+
MenuOptionsBindButtonResetTooltip = 561,
|
|
577
|
+
MenuOptionsBindButtonDeleteTooltip = 562,
|
|
578
|
+
MenuOptionsBindButtonAddTooltip = 563,
|
|
579
|
+
MenuOptionsBindButtonAddMacroTooltip = 564,
|
|
580
|
+
MenuOptionsButtonUnlockAllMilestones = 565,
|
|
581
|
+
MenuOptionsButtonUnlockAllCraftingRecipes = 566,
|
|
582
|
+
MenuOptionsButtonAlternatingDirectionMovement = 567,
|
|
583
|
+
MenuOptionsButtonAllowAlternatingDirectionMovementTooltip = 568,
|
|
584
|
+
MenuOptionsButtonAlwaysShowMoreInformation = 569,
|
|
585
|
+
MenuOptionsButtonAlwaysShowMoreInformationTooltip = 570,
|
|
586
|
+
MenuOptionsButtonAutoGatherHarvest = 571,
|
|
587
|
+
MenuOptionsButtonAutoGatherHarvestTooltip = 572,
|
|
588
|
+
MenuOptionsButtonDisableUIEffects = 573,
|
|
589
|
+
MenuOptionsButtonDisableUIEffectsTooltip = 574,
|
|
590
|
+
MenuOptionsButtonDisableUIOpacity = 575,
|
|
591
|
+
MenuOptionsButtonDisableUIOpacityTooltip = 576,
|
|
592
|
+
MenuOptionsButtonAutoAttack = 577,
|
|
593
|
+
MenuOptionsButtonAutoAttackTooltip = 578,
|
|
594
|
+
MenuOptionsButtonAutoPickup = 579,
|
|
595
|
+
MenuOptionsButtonAutoPickupTooltip = 580,
|
|
596
|
+
MenuOptionsButtonAutoPickupOnIdle = 581,
|
|
597
|
+
MenuOptionsButtonAutoPickupOnIdleTooltip = 582,
|
|
598
|
+
MenuOptionsButtonDropOnDismantle = 583,
|
|
599
|
+
MenuOptionsButtonDropOnDismantleTooltip = 584,
|
|
600
|
+
MenuOptionsButtonDisableCraftingProtectedItems = 585,
|
|
601
|
+
MenuOptionsButtonDisableCraftingProtectedItemsTooltip = 586,
|
|
602
|
+
MenuOptionsButtonDropOnGatherHarvest = 587,
|
|
603
|
+
MenuOptionsButtonDropOnGatherHarvestTooltip = 588,
|
|
604
|
+
MenuOptionsButtonKeepSortActive = 589,
|
|
605
|
+
MenuOptionsButtonKeepSortActiveTooltip = 590,
|
|
606
|
+
MenuOptionsButtonUseAdjacentContainers = 591,
|
|
607
|
+
MenuOptionsButtonUseAdjacentContainersTooltip = 592,
|
|
608
|
+
MenuOptionsButtonHideEquippedHeadgear = 593,
|
|
609
|
+
MenuOptionsButtonHideEquippedHeadgearTooltip = 594,
|
|
610
|
+
MenuOptionsButtonAutoSave = 595,
|
|
611
|
+
MenuOptionsButtonAutoSaveTooltip = 596,
|
|
612
|
+
MenuOptionsRangeAutoSaveTimerLabel = 597,
|
|
613
|
+
MenuOptionsRangeAutoSaveTimerTurnsDisplay = 598,
|
|
614
|
+
MenuOptionsRangeAutoSaveTimerTimeDisplay = 599,
|
|
615
|
+
MenuOptionsButtonWarnOnDangerousActions = 600,
|
|
616
|
+
MenuOptionsButtonWarnOnDangerousActionsTooltip = 601,
|
|
617
|
+
MenuOptionsButtonWarnWhenBreakingItemsOnCraft = 602,
|
|
618
|
+
MenuOptionsButtonWarnWhenBreakingItemsOnCraftTooltip = 603,
|
|
619
|
+
MenuOptionsButtonWarnWhenBreakingItemsOnUse = 604,
|
|
620
|
+
MenuOptionsButtonWarnWhenBreakingItemsOnUseTooltip = 605,
|
|
621
|
+
MenuOptionsHeadingWarnWhenBreakingItems = 606,
|
|
622
|
+
MenuOptionsButtonSaveDataClearBindings = 607,
|
|
623
|
+
MenuOptionsTooltipDialogOpacity = 608,
|
|
624
|
+
MenuOptionsLabelDialogOpacity = 609,
|
|
625
|
+
MenuOptionsDeveloperLogSourceFilterHeading = 610,
|
|
626
|
+
MenuOptionsDeveloperUIExperiments = 611,
|
|
627
|
+
MenuOptionsDeveloperUIExperimentsDescription = 612,
|
|
628
|
+
MenuOptionsAudioVolumeDisplay = 613,
|
|
629
|
+
MenuOptionsAudioInputSoundOnTyping = 614,
|
|
630
|
+
MenuOptionsMusicPlaylist = 615,
|
|
631
|
+
MenuOptionsButtonConfigureBindings = 616,
|
|
632
|
+
MenuOptionsButtonSaveCompression = 617,
|
|
633
|
+
MenuOptionsButtonSaveCompressionTooltip = 618,
|
|
634
|
+
MenuPauseButtonContinueGame = 619,
|
|
635
|
+
MenuPauseButtonReturnToGame = 620,
|
|
636
|
+
MenuPauseButtonOptions = 621,
|
|
637
|
+
MenuPauseButtonModes = 622,
|
|
638
|
+
MenuPauseButtonPaused = 623,
|
|
639
|
+
MenuPauseButtonMultiplayer = 624,
|
|
640
|
+
MenuPauseButtonTitleScreen = 625,
|
|
641
|
+
MenuPauseButtonStopServer = 626,
|
|
642
|
+
MenuPauseHeadingDedicatedServer = 627,
|
|
643
|
+
MenuPauseTooltipNotPaused = 628,
|
|
644
|
+
MenuPauseParagraphDedicatedServer = 629,
|
|
645
|
+
MenuPauseLabelPaused = 630,
|
|
646
|
+
MenuPauseLabelNotPaused = 631,
|
|
647
|
+
MenuModesTitle = 632,
|
|
648
|
+
MenuModesDescription = 633,
|
|
649
|
+
MenuMultiplayerOptionsTitle = 634,
|
|
650
|
+
MenuMultiplayerOptionsDescription = 635,
|
|
651
|
+
MenuMultiplayerOptionsOpenServer = 636,
|
|
652
|
+
MenuMultiplayerOptionsOpenServerDescription = 637,
|
|
653
|
+
MenuMultiplayerOptionsCopyGameCode = 638,
|
|
654
|
+
MenuMultiplayerOptionsCopyGameCodeTooltip = 639,
|
|
655
|
+
MenuMultiplayerOptionsInviteSteamFriends = 640,
|
|
656
|
+
MenuMultiplayerOptionsCheckConnectionHeading = 641,
|
|
657
|
+
MenuMultiplayerOptionsCheckConnectionParagraph = 642,
|
|
658
|
+
MenuMultiplayerOptionsCheckConnectionButton = 643,
|
|
659
|
+
MenuMultiplayerOptionsCheckConnectionResultUnknown = 644,
|
|
660
|
+
MenuMultiplayerOptionsCheckConnectionResultChecking = 645,
|
|
661
|
+
MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetwork = 646,
|
|
662
|
+
MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetworkFail = 647,
|
|
663
|
+
MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetworkUnavailable = 648,
|
|
664
|
+
MenuMultiplayerOptionsCheckConnectionResultWebRTC = 649,
|
|
665
|
+
MenuMultiplayerOptionsCheckConnectionResultWebRTCFail = 650,
|
|
666
|
+
MenuMultiplayerOptionsCheckConnectionResultWebSocket = 651,
|
|
667
|
+
MenuMultiplayerOptionsCheckConnectionResultWebSocketFail = 652,
|
|
668
|
+
MenuMultiplayerOptionsCheckConnectionResultWebSocketUnavailable = 653,
|
|
669
|
+
MenuMultiplayerOptionsCheckConnectionResultSuccess = 654,
|
|
670
|
+
MenuJoinServerTitle = 655,
|
|
671
|
+
MenuJoinServerDescription = 656,
|
|
672
|
+
MenuJoinServerInputPlaceholder = 657,
|
|
673
|
+
MenuJoinServerNext = 658,
|
|
674
|
+
MenuJoinServerChooseModifiersTitle = 659,
|
|
675
|
+
MenuJoinServerChooseModifiersDescription = 660,
|
|
676
|
+
MenuSharedMultiplayerChoiceLobbyTypeFriends = 661,
|
|
677
|
+
MenuSharedMultiplayerChoiceLobbyTypeFriendsDescription = 662,
|
|
678
|
+
MenuSharedMultiplayerChoiceLobbyTypePublic = 663,
|
|
679
|
+
MenuSharedMultiplayerChoiceLobbyTypePublicDescription = 664,
|
|
680
|
+
MenuSharedMultiplayerChoiceLobbyTypePrivate = 665,
|
|
681
|
+
MenuSharedMultiplayerChoiceLobbyTypePrivateDescription = 666,
|
|
682
|
+
MenuSharedMultiplayerChoicePVP = 667,
|
|
683
|
+
MenuSharedMultiplayerChoicePVPDescription = 668,
|
|
684
|
+
MenuSharedMultiplayerChoiceAllowHardcoreRespawns = 669,
|
|
685
|
+
MenuSharedMultiplayerChoiceAllowHardcoreRespawnsDescription = 670,
|
|
686
|
+
MenuSharedMultiplayerDescription = 671,
|
|
687
|
+
MenuSharedMultiplayerMessageOfTheDay = 672,
|
|
688
|
+
MenuSharedMultiplayerMaxPlayers = 673,
|
|
689
|
+
MenuSharedRealTimeTickSpeedTooltip = 674,
|
|
690
|
+
MenuSharedRealTimeTickSpeedLabel = 675,
|
|
691
|
+
MenuSharedButtonDefault = 676,
|
|
692
|
+
MenuSharedValueMillseconds = 677,
|
|
693
|
+
MenuSharedValuePercentage = 678,
|
|
694
|
+
MenuSharedMilestonesNotUnlockable = 679,
|
|
695
|
+
MenuSharedMilestonesNotUnlockableDescription = 680,
|
|
696
|
+
MenuSharedMilestonesNotUnlockableButtonShowMods = 681,
|
|
697
|
+
MenuSharedButtonDisableAll = 682,
|
|
698
|
+
MenuSharedButtonEnableAll = 683,
|
|
699
|
+
MenuSharedMilestoneModifiersSelected = 684,
|
|
700
|
+
MiscSortBy = 685,
|
|
701
|
+
MiscSortDirection = 686,
|
|
702
|
+
MiscFilter = 687,
|
|
703
|
+
MiscPlayerNameDefault = 688,
|
|
704
|
+
MiscPlayerNameServer = 689,
|
|
705
|
+
MiscSaveNameDefault = 690,
|
|
706
|
+
MiscSaveNameDailyChallenge = 691,
|
|
707
|
+
MiscSaveNameChallenge = 692,
|
|
708
|
+
MiscSaveVersionUnknown = 693,
|
|
709
|
+
MiscVersion = 694,
|
|
710
|
+
MiscTime = 695,
|
|
711
|
+
MiscTimeMeridiem = 696,
|
|
712
|
+
MiscError = 697,
|
|
713
|
+
MiscContextMenuCopyTooltip = 698,
|
|
714
|
+
MiscBindableOr = 699,
|
|
715
|
+
MiscBindableNoBindings = 700,
|
|
716
|
+
DifficultyOptionsPeaceful = 701,
|
|
717
|
+
DifficultyOptionsAberrantSpawnsDisabled = 702,
|
|
718
|
+
DifficultyOptionsAberrantSpawnsOnly = 703,
|
|
719
|
+
DifficultyOptionsCreatureSpawningDisabled = 704,
|
|
720
|
+
DifficultyOptionsCreatureSpawnsDefault = 705,
|
|
721
|
+
DifficultyOptionsCreatureSpawnsAberrantOnly = 706,
|
|
722
|
+
DifficultyOptionsCreatureSpawnsNoAberrants = 707,
|
|
723
|
+
DifficultyOptionsSpawnLimit = 708,
|
|
724
|
+
DifficultyOptionsRespawn = 709,
|
|
725
|
+
DifficultyOptionsEternalNight = 710,
|
|
726
|
+
DifficultyOptionsEternalDay = 711,
|
|
727
|
+
DifficultyOptionsTimeInitial = 712,
|
|
728
|
+
DifficultyOptionsTimeFrozen = 713,
|
|
729
|
+
DifficultyOptionsTimeDayLength = 714,
|
|
730
|
+
DifficultyOptionsTimeDayPercent = 715,
|
|
731
|
+
DifficultyOptionsNoItems = 716,
|
|
732
|
+
DifficultyOptionsBenignityInitial = 717,
|
|
733
|
+
DifficultyOptionsBenignityMultiplier = 718,
|
|
734
|
+
DifficultyOptionsMalignityInitial = 719,
|
|
735
|
+
DifficultyOptionsMalignityMultiplier = 720,
|
|
736
|
+
DifficultyOptionsWeightBonus = 721,
|
|
737
|
+
DifficultyOptionsStatInitial = 722,
|
|
738
|
+
DifficultyOptionsStatMax = 723,
|
|
739
|
+
DifficultyOptionsStatMultiplier = 724,
|
|
740
|
+
DifficultyOptionsStatusEffectStartWith = 725,
|
|
741
|
+
DifficultyOptionsStatusEffectUntreatable = 726,
|
|
742
|
+
DifficultyOptionsStatusEffectPassChanceMultiplier = 727,
|
|
743
|
+
DifficultyOptionsNoRandomSkills = 728,
|
|
744
|
+
DifficultyOptionsSkillStartingCount = 729,
|
|
745
|
+
DifficultyOptionsSkillGainMultiplier = 730,
|
|
746
|
+
DifficultyOptionsSkillInitial = 731,
|
|
747
|
+
DifficultyOptionsStatusEffectPermanent = 732,
|
|
748
|
+
DifficultyOptionsStatusEffectRateMultiplier = 733,
|
|
749
|
+
DifficultyOptionsStatusEffectMultiplier = 734,
|
|
750
|
+
EquipmentBack = 735,
|
|
751
|
+
EquipmentBelt = 736,
|
|
752
|
+
EquipmentChest = 737,
|
|
753
|
+
EquipmentFeet = 738,
|
|
754
|
+
EquipmentHands = 739,
|
|
755
|
+
EquipmentHead = 740,
|
|
756
|
+
EquipmentLeftHand = 741,
|
|
757
|
+
EquipmentLeftHandOption = 742,
|
|
758
|
+
EquipmentLegs = 743,
|
|
759
|
+
EquipmentNeck = 744,
|
|
760
|
+
EquipmentRightHand = 745,
|
|
761
|
+
EquipmentRightHandOption = 746,
|
|
762
|
+
EquipmentUse = 747,
|
|
763
|
+
HudFilter = 748,
|
|
764
|
+
QuickSlot1 = 749,
|
|
765
|
+
QuickSlot10 = 750,
|
|
766
|
+
QuickSlot11 = 751,
|
|
767
|
+
QuickSlot12 = 752,
|
|
768
|
+
QuickSlot2 = 753,
|
|
769
|
+
QuickSlot3 = 754,
|
|
770
|
+
QuickSlot4 = 755,
|
|
771
|
+
QuickSlot5 = 756,
|
|
772
|
+
QuickSlot6 = 757,
|
|
773
|
+
QuickSlot7 = 758,
|
|
774
|
+
QuickSlot8 = 759,
|
|
775
|
+
QuickSlot9 = 760,
|
|
776
|
+
TabCrafting = 761,
|
|
777
|
+
TabDismantle = 762,
|
|
778
|
+
Version = 763,
|
|
779
|
+
WindowTitleContainer = 764,
|
|
780
|
+
WindowTitleCrafting = 765,
|
|
781
|
+
WindowTitleEquipment = 766,
|
|
782
|
+
WindowTitleInventory = 767
|
|
782
783
|
}
|
|
783
784
|
export default UiTranslation;
|