@wayward/types 2.14.4-beta.dev.20241231.1 → 2.14.4-beta.dev.20250102.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/IGlobal.d.ts +2 -9
- package/definitions/game/game/Game.d.ts +2 -2
- package/definitions/game/game/IGame.d.ts +1 -1
- package/definitions/game/game/doodad/Doodad.d.ts +1 -1
- package/definitions/game/game/entity/action/ActionsRegistration.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/SetTitle.d.ts +1 -1
- package/definitions/game/game/island/Island.d.ts +2 -2
- package/definitions/game/game/magic/MagicalPropertyManager.d.ts +2 -1
- package/definitions/game/game/mapgen/IMapGen.d.ts +1 -1
- package/definitions/game/game/mapgen/MapGenHelpers.d.ts +1 -1
- package/definitions/game/game/options/GameOptions.d.ts +1 -1
- package/definitions/game/language/DictionaryMap.d.ts +2 -2
- package/definitions/game/language/dictionary/Message.d.ts +37 -37
- package/definitions/game/language/dictionary/UiTranslation.d.ts +924 -917
- package/definitions/game/mod/IMod.d.ts +1 -1
- package/definitions/game/save/ISaveManager.d.ts +1 -1
- package/definitions/game/save/SaveManager.d.ts +1 -1
- package/definitions/game/save/SaveMetadata.d.ts +1 -1
- package/definitions/game/save/data/ISaveData.d.ts +1 -1
- package/definitions/game/save/data/ISaveDataGlobal.d.ts +2 -1
- package/definitions/game/save/data/SaveData.d.ts +1 -1
- package/definitions/game/save/data/SaveDataGlobal.d.ts +1 -1
- package/definitions/game/save/serializer/ISerializer.d.ts +1 -1
- package/definitions/game/save/serializer/PropertiesToSerialize.d.ts +1 -1
- package/definitions/game/save/serializer/Serializer.d.ts +1 -1
- package/definitions/game/save/upgrade/UpgradePlayer.d.ts +1 -1
- package/definitions/game/save/upgrade/UpgradeSaveDataGlobal.d.ts +1 -1
- package/definitions/game/save/upgrade/UpgradeVersion.d.ts +1 -1
- package/definitions/game/save/upgrade/UpgradeVersionRegistry.d.ts +1 -1
- package/definitions/game/steamworks/ISteamworks.d.ts +0 -6
- package/definitions/game/steamworks/Steamworks.d.ts +2 -2
- package/definitions/game/ui/{screen/screens/splash → component}/Notice.d.ts +4 -2
- package/definitions/game/ui/screen/screens/SplashScreen.d.ts +1 -1
- package/definitions/game/ui/screen/screens/game/DialogManager.d.ts +8 -3
- package/definitions/game/ui/screen/screens/game/component/item/ItemComponentEventBus.d.ts +2 -1
- package/definitions/game/ui/screen/screens/game/dialog/EquipmentDialog.d.ts +1 -1
- package/definitions/game/ui/screen/screens/menu/menus/main/ChangelogMenu.d.ts +1 -1
- package/definitions/game/ui/screen/screens/menu/menus/options/ErrorReportingNotice.d.ts +14 -0
- package/definitions/game/ui/screen/screens/menu/menus/options/TabDeveloper.d.ts +2 -0
- package/definitions/game/ui/screen/screens/splash/DevelopmentBranchNotice.d.ts +1 -1
- package/definitions/game/utilities/VersionTranslation.d.ts +18 -0
- package/definitions/game/utilities/trello/ITrello.d.ts +1 -1
- package/definitions/game/utilities/trello/Trello.d.ts +1 -1
- package/definitions/hosts/node/nodeLoader.d.ts +1 -0
- package/definitions/hosts/shared/globalTypes.d.ts +6 -0
- package/definitions/lint/condition-complexity.d.mts +31 -0
- package/definitions/{devserver/middleware/util → server/core}/Middleware.d.ts +1 -0
- package/definitions/{devserver → server/core}/middleware/E404.d.ts +1 -1
- package/definitions/server/core/middleware/Probe.d.ts +13 -0
- package/definitions/{devserver → server/core}/middleware/Static.d.ts +1 -1
- package/definitions/{devserver → server/core}/middleware/Validate.d.ts +1 -1
- package/definitions/{devserver/middleware → server/core}/util/SendFile.d.ts +1 -1
- package/definitions/{matchmakingserver → server/dev}/index.d.ts +1 -3
- package/definitions/{devserver → server/dev}/middleware/CustomInternalMods.d.ts +1 -1
- package/definitions/{devserver → server/dev}/middleware/SaveFolder.d.ts +1 -1
- package/definitions/server/error/Router.d.ts +13 -0
- package/definitions/server/error/index.d.ts +11 -0
- package/definitions/server/error/middleware/ReportError.d.ts +13 -0
- package/definitions/{matchmakingserver → server/matchmaking}/dedicatedServer.d.ts +1 -1
- package/definitions/test/core/applicationDom.d.ts +1 -1
- package/definitions/test/core/applicationInteractions.d.ts +4 -0
- package/definitions/test/suite/functionalTests/singleplayer/ui/DialogLeak.d.ts +13 -0
- package/definitions/{devserver/index.d.ts → utilities/ApplyTsConfigPaths.d.ts} +1 -1
- package/definitions/{game/utilities → utilities}/Version.d.ts +3 -7
- package/definitions/utilities/event/EventEmitter.d.ts +12 -7
- package/definitions/utilities/types.d.ts +18 -0
- package/package.json +1 -1
- /package/definitions/{devserver → server/core}/util/Log.d.ts +0 -0
- /package/definitions/{devserver → server/dev}/Router.d.ts +0 -0
- /package/definitions/{devserver/middleware → server/dev}/util/GameLogFilter.d.ts +0 -0
- /package/definitions/{matchmakingserver → server/matchmaking}/directoryConnection.d.ts +0 -0
- /package/definitions/{matchmakingserver → server/matchmaking}/globalMatchmaking.d.ts +0 -0
- /package/definitions/{matchmakingserver → server/matchmaking}/globalServerDirectory.d.ts +0 -0
- /package/definitions/{matchmakingserver/vps.d.ts → server/matchmaking/index.d.ts} +0 -0
- /package/definitions/{matchmakingserver → server/matchmaking}/server.d.ts +0 -0
- /package/definitions/{matchmakingserver → server/matchmaking}/shared.d.ts +0 -0
- /package/definitions/utilities/{types → type}/Assert.d.ts +0 -0
- /package/definitions/utilities/{typesglobal → types}/Class.d.ts +0 -0
- /package/definitions/utilities/{typesglobal → types}/Descriptions.d.ts +0 -0
- /package/definitions/utilities/{typesglobal → types}/Function.d.ts +0 -0
- /package/definitions/utilities/{typesglobal → types}/Immutable.d.ts +0 -0
- /package/definitions/utilities/{typesglobal → types}/Iterables.d.ts +0 -0
- /package/definitions/utilities/{typesglobal → types}/Misc.d.ts +0 -0
- /package/definitions/utilities/{typesglobal → types}/Objects.d.ts +0 -0
- /package/definitions/utilities/{typesglobal → types}/Types.d.ts +0 -0
@@ -16,922 +16,929 @@ declare enum UiTranslation {
|
|
16
16
|
SharedDropdownMatching = 1,
|
17
17
|
SharedRangeChoiceListSummary = 2,
|
18
18
|
SharedButtonProceed = 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
|
-
|
782
|
-
|
783
|
-
|
784
|
-
|
785
|
-
|
786
|
-
|
787
|
-
|
788
|
-
|
789
|
-
|
790
|
-
|
791
|
-
|
792
|
-
|
793
|
-
|
794
|
-
|
795
|
-
|
796
|
-
|
797
|
-
|
798
|
-
|
799
|
-
|
800
|
-
|
801
|
-
|
802
|
-
|
803
|
-
|
804
|
-
|
805
|
-
|
806
|
-
|
807
|
-
|
808
|
-
|
809
|
-
|
810
|
-
|
811
|
-
|
812
|
-
|
813
|
-
|
814
|
-
|
815
|
-
|
816
|
-
|
817
|
-
|
818
|
-
|
819
|
-
|
820
|
-
|
821
|
-
|
822
|
-
|
823
|
-
|
824
|
-
|
825
|
-
|
826
|
-
|
827
|
-
|
828
|
-
|
829
|
-
|
830
|
-
|
831
|
-
|
832
|
-
|
833
|
-
|
834
|
-
|
835
|
-
|
836
|
-
|
837
|
-
|
838
|
-
|
839
|
-
|
840
|
-
|
841
|
-
|
842
|
-
|
843
|
-
|
844
|
-
|
845
|
-
|
846
|
-
|
847
|
-
|
848
|
-
|
849
|
-
|
850
|
-
|
851
|
-
|
852
|
-
|
853
|
-
|
854
|
-
|
855
|
-
|
856
|
-
|
857
|
-
|
858
|
-
|
859
|
-
|
860
|
-
|
861
|
-
|
862
|
-
|
863
|
-
|
864
|
-
|
865
|
-
|
866
|
-
|
867
|
-
|
868
|
-
|
869
|
-
|
870
|
-
|
871
|
-
|
872
|
-
|
873
|
-
|
874
|
-
|
875
|
-
|
876
|
-
|
877
|
-
|
878
|
-
|
879
|
-
|
880
|
-
|
881
|
-
|
882
|
-
|
883
|
-
|
884
|
-
|
885
|
-
|
886
|
-
|
887
|
-
|
888
|
-
|
889
|
-
|
890
|
-
|
891
|
-
|
892
|
-
|
893
|
-
|
894
|
-
|
895
|
-
|
896
|
-
|
897
|
-
|
898
|
-
|
899
|
-
|
900
|
-
|
901
|
-
|
902
|
-
|
903
|
-
|
904
|
-
|
905
|
-
|
906
|
-
|
907
|
-
|
908
|
-
|
909
|
-
|
910
|
-
|
911
|
-
|
912
|
-
|
913
|
-
|
914
|
-
|
915
|
-
|
916
|
-
|
917
|
-
|
918
|
-
|
919
|
-
|
920
|
-
|
921
|
-
|
922
|
-
|
923
|
-
|
924
|
-
|
925
|
-
|
926
|
-
|
927
|
-
|
928
|
-
|
929
|
-
|
930
|
-
|
931
|
-
|
932
|
-
|
933
|
-
|
934
|
-
|
935
|
-
|
19
|
+
SharedButtonCancel = 4,
|
20
|
+
GameSharedInspectionSectionSummary = 5,
|
21
|
+
GameContextMenuTooltipOpenBindings = 6,
|
22
|
+
GameStaticButtonRespawn = 7,
|
23
|
+
GameStaticButtonRespawnInCasualMode = 8,
|
24
|
+
GameStaticButtonRespawnAsNewCharacter = 9,
|
25
|
+
GameStaticPopupNightLabel = 10,
|
26
|
+
GameDialogSharedContextMenuResetPosition = 11,
|
27
|
+
GameDialogSharedIslandDropdownLabel = 12,
|
28
|
+
GameDialogContainerSetActiveButtonTooltipTitle = 13,
|
29
|
+
GameDialogContainerSetActiveButtonTooltipDescription = 14,
|
30
|
+
GameDialogContainerMoveAllTooltipTitle = 15,
|
31
|
+
GameDialogContainerMoveAllTooltipDescription = 16,
|
32
|
+
GameDialogContainerTradeContainerMerchantTradesTitle = 17,
|
33
|
+
GameDialogContainerTradeContainerYouTradeTitle = 18,
|
34
|
+
GameDialogContainerTradeButtonTrade = 19,
|
35
|
+
GameDialogContainerTradeContainerMerchantWeight = 20,
|
36
|
+
GameDialogContainerTradeContainerMerchantWeightLimit = 21,
|
37
|
+
GameDialogContainerTradeContainerYouCurrentCredit = 22,
|
38
|
+
GameDialogContainerAltarButtonOffer = 23,
|
39
|
+
GameDialogEquipmentTooltipUnequip = 24,
|
40
|
+
GameDialogMessagesOptionTimestamp = 25,
|
41
|
+
GameDialogMessagesOptionShowSendButton = 26,
|
42
|
+
GameDialogMessagesOptionShowOptionsButton = 27,
|
43
|
+
GameDialogMessagesOptionUnfocusOnSend = 28,
|
44
|
+
GameDialogMessagesEditFiltersLabelName = 29,
|
45
|
+
GameDialogMessagesEditFiltersButtonDelete = 30,
|
46
|
+
GameDialogMessagesEditFiltersButtonSave = 31,
|
47
|
+
GameDialogMessagesEditFiltersButtonReset = 32,
|
48
|
+
GameDialogMessagesEditFiltersButtonNew = 33,
|
49
|
+
GameDialogMessagesEditFiltersMessageTooltipLabelSources = 34,
|
50
|
+
GameDialogMessagesEditFiltersMessageTooltipLabelSourcesSummary = 35,
|
51
|
+
GameDialogNotesNoteTime = 36,
|
52
|
+
GameDialogNotesNoteNumber = 37,
|
53
|
+
GameDialogNotesNoteLockedTitle = 38,
|
54
|
+
GameDialogNotesNoteLockedDescription = 39,
|
55
|
+
GameDialogNotesLinkId = 40,
|
56
|
+
GameDialogNotesLinkLearnMore = 41,
|
57
|
+
GameDialogNotesSettingsPinUnreadNotesAutomatically = 42,
|
58
|
+
GameDialogMilestonesInvisibleMilestone = 43,
|
59
|
+
GameDialogMilestonesProgress = 44,
|
60
|
+
GameDialogMilestonesProgressHidden = 45,
|
61
|
+
GameDialogMilestonesMilestone = 46,
|
62
|
+
GameDialogMilestonesTooltipMystery = 47,
|
63
|
+
GameDialogMilestonesTooltipInvisible = 48,
|
64
|
+
GameDialogUnlockablesHeadingNotUnlockableInMode = 49,
|
65
|
+
GameDialogUnlockablesHeadingAlreadyUnlocked = 50,
|
66
|
+
GameDialogUnlockablesLabelPlusHidden = 51,
|
67
|
+
GameDialogUnlockablesNotUnlockable = 52,
|
68
|
+
GameDialogSkillsSkill = 53,
|
69
|
+
GameDialogSkillsSkillHover = 54,
|
70
|
+
GameDialogMapDurability = 55,
|
71
|
+
GameDialogMapTooltipRiddle = 56,
|
72
|
+
GameDialogMapTooltipRotateClockwise = 57,
|
73
|
+
GameDialogMapTooltipRotateCounterClockwise = 58,
|
74
|
+
GameDialogMapTooltipFlipHorizontal = 59,
|
75
|
+
GameDialogMapTooltipFlipVertical = 60,
|
76
|
+
GameDialogMapTooltipResetView = 61,
|
77
|
+
GameDialogMapTooltipCopyMap = 62,
|
78
|
+
GameDialogMapTooltipCopyMapRequirementMissing = 63,
|
79
|
+
GameDialogMapCheckButtonAlwaysOpaque = 64,
|
80
|
+
GameDialogMapCheckButtonUseOnlyIntegerZoomLevels = 65,
|
81
|
+
GameDialogMapLabelTheme = 66,
|
82
|
+
GameDialogQuestsLink = 67,
|
83
|
+
GameDialogQuestsLinkChildQuest = 68,
|
84
|
+
GameDialogQuestsChildQuests = 69,
|
85
|
+
GameDialogQuestsRequirements = 70,
|
86
|
+
GameDialogQuestsActiveQuests = 71,
|
87
|
+
GameDialogQuestsCompletedQuests = 72,
|
88
|
+
GameDialogQuestsCompleteQuest = 73,
|
89
|
+
GameDialogQuestsRequirementSkip = 74,
|
90
|
+
GameDialogIslandsCloseOnTravel = 75,
|
91
|
+
GameDialogIslandsShipTitle = 76,
|
92
|
+
GameDialogIslandsNoPort = 77,
|
93
|
+
GameDialogIslandsConstructLighthousesToBuildMorePorts = 78,
|
94
|
+
GameTooltipInspect = 79,
|
95
|
+
GameTooltipShowMoreInformation = 80,
|
96
|
+
GameTooltipDefenseLabelBase = 81,
|
97
|
+
GameTooltipDefenseLabelVehicleBonus = 82,
|
98
|
+
GameTooltipDefenseLabelBaseDefenseMultiplier = 83,
|
99
|
+
GameTooltipDefenseInsulationWeight = 84,
|
100
|
+
GameTooltipDefenseInsulationWeightLabel = 85,
|
101
|
+
GameTooltipDefenseInsulationWeightTooltip = 86,
|
102
|
+
GameTooltipDefenseInsulationNotRequired = 87,
|
103
|
+
GameTooltipDefenseInsulationNotRequiredTooltip = 88,
|
104
|
+
GameTooltipItemUseLabelMaxWeight = 89,
|
105
|
+
GameTooltipMagicalLabel = 90,
|
106
|
+
GameTooltipSharedUsesLabel = 91,
|
107
|
+
GameTooltipSharedLabelTurns = 92,
|
108
|
+
GameTooltipSharedLabelTurnsAgo = 93,
|
109
|
+
GameTooltipSharedLabelUntamesIn = 94,
|
110
|
+
GameTooltipSharedLabelTimesTamed = 95,
|
111
|
+
GameTooltipSharedLabelTimesPetted = 96,
|
112
|
+
GameTooltipRecipeLabelSkill = 97,
|
113
|
+
GameTooltipRecipeLabelLevel = 98,
|
114
|
+
GameTooltipRecipeLabelEfficacy = 99,
|
115
|
+
GameTooltipRecipeLabelEfficacyHigh = 100,
|
116
|
+
GameTooltipRecipeLabelEfficacyHighest = 101,
|
117
|
+
GameTooltipRecipeLabelEfficacyLow = 102,
|
118
|
+
GameTooltipRecipeLabelEfficacyLowest = 103,
|
119
|
+
GameTooltipRecipeLabelEfficacyMed = 104,
|
120
|
+
GameTooltipRecipeLabelEfficacyLabel = 105,
|
121
|
+
GameTooltipRecipeLabelSuccessChance = 106,
|
122
|
+
GameTooltipRecipeLabelQualityChance = 107,
|
123
|
+
GameTooltipRecipeLabelMasterCraftChance = 108,
|
124
|
+
GameTooltipRecipeNearby = 109,
|
125
|
+
GameTooltipRecipeFireSource = 110,
|
126
|
+
GameTooltipRecipeRequirement = 111,
|
127
|
+
GameTooltipRecipeLabelRequired = 112,
|
128
|
+
GameTooltipRecipeLabelConsumed = 113,
|
129
|
+
GameTooltipItemSkillSource = 114,
|
130
|
+
GameTooltipItemUseActionOnConsumeTooltipBase = 115,
|
131
|
+
GameTooltipItemUseActionOnConsumeTooltipSkill = 116,
|
132
|
+
GameTooltipItemUseActionOnConsumeTooltipQuality = 117,
|
133
|
+
GameTooltipItemUseActionOnConsumeTooltipMagical = 118,
|
134
|
+
GameTooltipItemUseActionOnConsumeTooltipMagicalStat = 119,
|
135
|
+
GameTooltipItemUseActionSharedLabelRequirements = 120,
|
136
|
+
GameTooltipItemUseActionDismantleProduces = 121,
|
137
|
+
GameTooltipSharedUseLabelLightSource = 122,
|
138
|
+
GameTooltipItemUseLabelTelescopy = 123,
|
139
|
+
GameTooltipItemDecay = 124,
|
140
|
+
GameTooltipItemDecayExact = 125,
|
141
|
+
GameTooltipItemDecayRate = 126,
|
142
|
+
GameTooltipItemDecayRateTooltip = 127,
|
143
|
+
GameTooltipItemWeight = 128,
|
144
|
+
GameTooltipItemWeightBase = 129,
|
145
|
+
GameTooltipItemWeightStored = 130,
|
146
|
+
GameTooltipItemWeightStoredReduction = 131,
|
147
|
+
GameTooltipItemLabelRange = 132,
|
148
|
+
GameTooltipItemLabelAccuracy = 133,
|
149
|
+
GameTooltipItemMagicalSource = 134,
|
150
|
+
GameTooltipItemGroupingsLabel = 135,
|
151
|
+
GameTooltipItemGroup = 136,
|
152
|
+
GameTooltipItemLabelUsesWhenBuilt = 137,
|
153
|
+
GameTooltipItemWorth = 138,
|
154
|
+
GameTooltipItemProtected = 139,
|
155
|
+
GameTooltipItemProtectedSimpleDescription = 140,
|
156
|
+
GameTooltipItemProtectedContainer = 141,
|
157
|
+
GameTooltipItemVehicle = 142,
|
158
|
+
GameTooltipItemVehicleMovementSpeed = 143,
|
159
|
+
GameTooltipItemVehicleDefenseBonus = 144,
|
160
|
+
GameTooltipItemLabelDismantle = 145,
|
161
|
+
GameTooltipItemLabelDismantleRequirement = 146,
|
162
|
+
GameTooltipItemQuantityMultiplier = 147,
|
163
|
+
GameTooltipItemUseAttack = 148,
|
164
|
+
GameTooltipItemUseThrowDamage = 149,
|
165
|
+
GameTooltipItemUseCrafting = 150,
|
166
|
+
GameTooltipSharedLabelDoodadCraftingBonus = 151,
|
167
|
+
GameTooltipItemUseOffering = 152,
|
168
|
+
GameTooltipItemUseEquipDefense = 153,
|
169
|
+
GameTooltipItemUseEquipDefenseAttribute = 154,
|
170
|
+
GameTooltipItemUseMainHand = 155,
|
171
|
+
GameTooltipItemUseOffhand = 156,
|
172
|
+
GameTooltipItemLabelDamage = 157,
|
173
|
+
GameTooltipItemBarterCreditTradeAvailable = 158,
|
174
|
+
GameTooltipItemBarterCreditTrade = 159,
|
175
|
+
GameTooltipItemBarterCredit = 160,
|
176
|
+
GameTooltipItemLabelIsland = 161,
|
177
|
+
GameTooltipSharedLabelWeightCapacity = 162,
|
178
|
+
GameTooltipSharedLabelCivilizationScore = 163,
|
179
|
+
GameTooltipSharedLabelCivilizationScoreFull = 164,
|
180
|
+
GameTooltipSharedLabelDoodadSkillAdjacent = 165,
|
181
|
+
GameTooltipSharedLabelAdjacentSkillBonus = 166,
|
182
|
+
GameTooltipSharedLabelGrowingSpeed = 167,
|
183
|
+
GameTooltipSharedLabelInsulation = 168,
|
184
|
+
GameTooltipSharedLabelStoredInsulation = 169,
|
185
|
+
GameTooltipSharedLabelPreservation = 170,
|
186
|
+
GameTooltipSharedLabelDurability = 171,
|
187
|
+
GameTooltipSharedLabelPurification = 172,
|
188
|
+
GameTooltipSharedLabelPurificationTurns = 173,
|
189
|
+
GameTooltipSharedDurabilityMagicalDamageReduction = 174,
|
190
|
+
GameTooltipSharedDurabilityMagicalDamageRegeneration = 175,
|
191
|
+
GameTooltipSharedLabelContents = 176,
|
192
|
+
GameTooltipSkill = 177,
|
193
|
+
GameTooltipSkillCurrent = 178,
|
194
|
+
GameTooltipSkillCanIncrease = 179,
|
195
|
+
GameTooltipSkillItemBonuses = 180,
|
196
|
+
GameTooltipSkillDoodadBonuses = 181,
|
197
|
+
GameTooltipSkillBonus = 182,
|
198
|
+
GameTooltipMilestone = 183,
|
199
|
+
GameTooltipMilestoneProgress = 184,
|
200
|
+
GameTooltipMilestoneDiscovered = 185,
|
201
|
+
GameTooltipMilestoneHintClickToUseAsTitle = 186,
|
202
|
+
GameTooltipMilestoneUsingAsTitle = 187,
|
203
|
+
GameTooltipSharedMagicalProperty = 188,
|
204
|
+
GameTooltipSharedMagicalPropertyOutOf = 189,
|
205
|
+
GameTooltipSharedLabel = 190,
|
206
|
+
GameTooltipSharedLabelDash = 191,
|
207
|
+
GameTooltipSharedLabelHead = 192,
|
208
|
+
GameTooltipSharedLabelTail = 193,
|
209
|
+
GameTooltipSharedLabelStart = 194,
|
210
|
+
GameTooltipSharedLabelStartNoSpace = 195,
|
211
|
+
GameTooltipSharedLabelEnd = 196,
|
212
|
+
GameTooltipSharedResistsAndVulnsLabelVulnerableTo = 197,
|
213
|
+
GameTooltipSharedResistsAndVulnsLabelResistantTo = 198,
|
214
|
+
GameTooltipSharedResistsAndVulnsLabelImmuneTo = 199,
|
215
|
+
GameTooltipSharedResistsAndVulnsLabelHealsFrom = 200,
|
216
|
+
GameTooltipSharedResistsAndVulnsDamageType = 201,
|
217
|
+
GameTooltipIslandBiome = 202,
|
218
|
+
GameTooltipIslandSeed = 203,
|
219
|
+
GameTooltipIslandDaysSpent = 204,
|
220
|
+
GameTooltipIslandDaysSpentDaysUnit = 205,
|
221
|
+
GameTooltipIslandDaysSpentCumulative = 206,
|
222
|
+
GameTooltipIslandUndiscovered = 207,
|
223
|
+
GameTooltipIslandUnnamed = 208,
|
224
|
+
GameTooltipIslandSelf = 209,
|
225
|
+
GameTooltipIslandPlayers = 210,
|
226
|
+
GameTooltipIslandPorts = 211,
|
227
|
+
GameTooltipIslandNPCs = 212,
|
228
|
+
GameTooltipIslandModifiers = 213,
|
229
|
+
GameTooltipIslandMaps = 214,
|
230
|
+
GameTooltipIslandCoordinates = 215,
|
231
|
+
GameTooltipIslandCoordinatesLabel = 216,
|
232
|
+
GameTooltipNPCMerchantCredit = 217,
|
233
|
+
GameTooltipNPCMerchantNewInventory = 218,
|
234
|
+
GameTooltipNPCShipperNoItems = 219,
|
235
|
+
GameTooltipNPCShipperContainedItems = 220,
|
236
|
+
GameTooltipActionUndiscovered = 221,
|
237
|
+
GameTooltipActionTierLabel = 222,
|
238
|
+
GameTooltipSharedRuneChance = 223,
|
239
|
+
GameToolTipSharedRuneChanceAction = 224,
|
240
|
+
GameToolTipSharedRuneChanceCrafting = 225,
|
241
|
+
GameToolTipSharedRuneChanceSkill = 226,
|
242
|
+
GameTooltipEquipSlotOffHandDisabledTwoHandedOffHand = 227,
|
243
|
+
GameTooltipEquipSlotOffHandDisabledTwoHandedMainHand = 228,
|
244
|
+
GameTooltipStatSubtitle = 229,
|
245
|
+
GameTooltipStatSubtitleCore = 230,
|
246
|
+
GameTooltipStatAttackSectionMelee = 231,
|
247
|
+
GameTooltipStatAttackSectionRanged = 232,
|
248
|
+
GameTooltipStatAttackRange = 233,
|
249
|
+
GameTooltipStatAttackMultiplier = 234,
|
250
|
+
GameTooltipStatWeightLabelMax = 235,
|
251
|
+
GameTooltipStatSharedLabelMax = 236,
|
252
|
+
GameTooltipStatSharedLabelSkill = 237,
|
253
|
+
GameTooltipStatSharedCoreStat = 238,
|
254
|
+
GameTooltipStatSharedCoreStatLabelSkills = 239,
|
255
|
+
GameTooltipStatSharedCoreStatSkillsListUndiscoveredSkills = 240,
|
256
|
+
GameTooltipStatusMoreInformationRevealedAtSkillThreshold = 241,
|
257
|
+
GameTooltipStatusLabelCures = 242,
|
258
|
+
GameTooltipCreatureSubtitle = 243,
|
259
|
+
GameTooltipCreatureColorContext = 244,
|
260
|
+
GameTooltipCreatureLabelTamed = 245,
|
261
|
+
GameTooltipCreatureLabelMood = 246,
|
262
|
+
GameTooltipCreatureLabelCommand = 247,
|
263
|
+
GameTooltipCreatureLabelCanPetIn = 248,
|
264
|
+
GameTooltipCreatureCanPet = 249,
|
265
|
+
GameTooltipCreatureLabelCanMilkIn = 250,
|
266
|
+
GameTooltipCreatureLabelAberrant = 251,
|
267
|
+
GameTooltipCreatureLabelStatuses = 252,
|
268
|
+
GameTooltipCreatureAberrantDescriptionShort = 253,
|
269
|
+
GameTooltipCreatureAberrantDescriptionExtra = 254,
|
270
|
+
GameTooltipCreatureAberrantDescriptionVerbose = 255,
|
271
|
+
GameTooltipCreatureProducingMilk = 256,
|
272
|
+
GameTooltipDeityLabelDomains = 257,
|
273
|
+
GameTooltipStatFerocityScore = 258,
|
274
|
+
GameTooltipStatFerocityCivilizationScore = 259,
|
275
|
+
GameTooltipStatFerocityCivilizationScoreTerritory = 260,
|
276
|
+
GameTooltipStatFerocityTurn = 261,
|
277
|
+
GameTooltipStatFerocityTicks = 262,
|
278
|
+
GameTooltipStatFerocityNights = 263,
|
279
|
+
GameTooltipStatFerocityDays = 264,
|
280
|
+
GameTooltipSharedUndiscovered = 265,
|
281
|
+
GameTooltipStatCurseFactors = 266,
|
282
|
+
GameStatsStatAttack = 267,
|
283
|
+
GameStatsStatGeneric = 268,
|
284
|
+
GameStatsStatGenericWithMax = 269,
|
285
|
+
GameStatsStatbar = 270,
|
286
|
+
GameMenuBarButtonTooltipBindable = 271,
|
287
|
+
GameMenuBarButtonTooltipSaveSize = 272,
|
288
|
+
GameMenuBarButtonTooltipSaveTurnsAgo = 273,
|
289
|
+
GameMenuBarButtonTooltipSaveLastTime = 274,
|
290
|
+
GameMenuBarButtonTooltipNotesUnread = 275,
|
291
|
+
GameMenuBarButtonTooltipMilestonesDisabled = 276,
|
292
|
+
GameMenuBarButtonTooltipQuestsDisabled = 277,
|
293
|
+
GameMenuBarContextMenuActionRemoveItem = 278,
|
294
|
+
GameMenuBarContextMenuActionInsertItem = 279,
|
295
|
+
GameMenuBarContextMenuActionReset = 280,
|
296
|
+
GameActionBarContextMenuDisplayBindings = 281,
|
297
|
+
GameActionBarContextMenuAutoSelectPrimaryUse = 282,
|
298
|
+
GameActionBarContextMenuBringSlotsIntoNewSaves = 283,
|
299
|
+
GameActionBarContextMenuConfigure = 284,
|
300
|
+
GameActionBarContextMenuSelectModifierOrder = 285,
|
301
|
+
GameActionBarContextMenuSelectModifierOrderNoModifier = 286,
|
302
|
+
GameActionBarContextMenuAutoSwitchToBestItemOnInaccessible = 287,
|
303
|
+
GameActionBarConfigurationDrawerTitle = 288,
|
304
|
+
GameActionBarConfigurationDrawerFooterDiscoveryHint = 289,
|
305
|
+
GameActionBarConfigurationDrawerFooterDiscoveryHintProgress = 290,
|
306
|
+
GameActionBarConfigurationDrawerSlotHintUse = 291,
|
307
|
+
GameActionBarConfigurationDrawerSlotHintToggle = 292,
|
308
|
+
GameActionBarConfigurationDrawerSlotHintToggleUseOnMove = 293,
|
309
|
+
GameActionBarConfigurationDrawerColumnTitleActions = 294,
|
310
|
+
GameActionBarConfigurationDrawerColumnTitleItemActions = 295,
|
311
|
+
GameActionBarConfigurationDrawerColumnTitleConfiguration = 296,
|
312
|
+
GameActionBarConfigurationDrawerButtonEditBindings = 297,
|
313
|
+
GameActionBarConfigurationDrawerButtonClearSlot = 298,
|
314
|
+
GameActionBarConfigurationDrawerColumnTitleInapplicable = 299,
|
315
|
+
GameActionBarConfigurationDrawerButtonUseOnMove = 300,
|
316
|
+
GameActionBarConfigurationDrawerButtonUseOnMoveDescription = 301,
|
317
|
+
GameActionBarConfigurationDrawerButtonUseOnHoveredTile = 302,
|
318
|
+
GameActionBarConfigurationDrawerButtonUseOnHoveredTileDescription = 303,
|
319
|
+
GameActionBarConfigurationDrawerModeUseExact = 304,
|
320
|
+
GameActionBarConfigurationDrawerModeUseExactNoItemSelected = 305,
|
321
|
+
GameActionBarConfigurationDrawerModeUseBest = 306,
|
322
|
+
GameActionBarConfigurationDrawerModeUseNone = 307,
|
323
|
+
GameActionBarConfigurationDrawerModeUseHovered = 308,
|
324
|
+
GameActionBarConfigurationDrawerItemDropdownAny = 309,
|
325
|
+
GameActionBarConfigurationDrawerItemDropdownNoTypeSelected = 310,
|
326
|
+
GameActionBarConfigurationDrawerButtonDone = 311,
|
327
|
+
GameActionBarConfigurationDrawerButtonCraftType = 312,
|
328
|
+
GameActionBarSlotTooltipHintUse = 313,
|
329
|
+
GameActionBarSlotTooltipHintConfigure = 314,
|
330
|
+
GameActionBarSlotTooltipHintUseOnMove = 315,
|
331
|
+
GameActionBarSlotTooltipHintUseSlottedItem = 316,
|
332
|
+
GameActionBarSlotTooltipHintClear = 317,
|
333
|
+
GameActionBarButtonToggleUseWhenMovingTooltip = 318,
|
334
|
+
GameActionBarButtonRemoveActionBarRowTooltip = 319,
|
335
|
+
GameActionBarButtonAddActionBarRowTooltip = 320,
|
336
|
+
GameActionBarButtonConfigureOptions = 321,
|
337
|
+
GameMessagesButtonSend = 322,
|
338
|
+
GameMessagesContextMenuShowAsDialog = 323,
|
339
|
+
GameMessagesContextMenuClear = 324,
|
340
|
+
GameMessagesContextMenuCopy = 325,
|
341
|
+
GameMessagesContextMenuExport = 326,
|
342
|
+
GameMessagesFilter = 327,
|
343
|
+
GameMessagesFiltersEdit = 328,
|
344
|
+
GameMessagesNewNote = 329,
|
345
|
+
GameMessagesTurn = 330,
|
346
|
+
GameMessagesDedicatedServerBackup = 331,
|
347
|
+
GameMessagesDedicatedServerBackupLimitReached = 332,
|
348
|
+
GameMessagesPlaceholderChat = 333,
|
349
|
+
GameMessagesButtonShowNewest = 334,
|
350
|
+
GameTileInspectionCannotSeeTile = 335,
|
351
|
+
MenuAboutTitle = 336,
|
352
|
+
MenuAboutDescription = 337,
|
353
|
+
MenuAboutGameDescription = 338,
|
354
|
+
MenuAboutSectionTeam = 339,
|
355
|
+
MenuAboutTeamMemberName = 340,
|
356
|
+
MenuAboutTeamMemberNickname = 341,
|
357
|
+
MenuAboutSectionContributors = 342,
|
358
|
+
MenuAboutSectionSpecialThanks = 343,
|
359
|
+
MenuAboutTextSpecialThanksTestorsAndDonators = 344,
|
360
|
+
MenuAboutSectionLibraries = 345,
|
361
|
+
MenuAboutSectionLibrariesDescription = 346,
|
362
|
+
MenuAboutLabelVersion = 347,
|
363
|
+
MenuAboutLabelVersionBuild = 348,
|
364
|
+
MenuAboutLabelVersionBuildTime = 349,
|
365
|
+
MenuBindings = 350,
|
366
|
+
MenuBindingsDescription = 351,
|
367
|
+
MenuBindingsTooltipBindConflicts = 352,
|
368
|
+
MenuBindingsManagedBindableGameActionBarUseSlot = 353,
|
369
|
+
MenuBindingsManagedBindableGameActionBarAssignSlot = 354,
|
370
|
+
MenuBindingsManagedBindableGameActionBarToggleUseOnMoveSlot = 355,
|
371
|
+
MenuChangelogTitle = 356,
|
372
|
+
MenuChangelogDescription = 357,
|
373
|
+
MenuChangelogHeadingUnchartedWaters = 358,
|
374
|
+
MenuChangelogFailedToLoadTitle = 359,
|
375
|
+
MenuChangelogFailedToLoadDescription = 360,
|
376
|
+
MenuChangelogHeadingChangeCount = 361,
|
377
|
+
MenuChangelogButtonCopyChangelog = 362,
|
378
|
+
MenuChangelogButtonCopyAltChangelog = 363,
|
379
|
+
MenuCharacterCreationButtonRandomizeName = 364,
|
380
|
+
MenuCharacterCreationButtonExportTooltip = 365,
|
381
|
+
MenuCharacterCreationButtonImportTooltip = 366,
|
382
|
+
MenuCharacterCreationButtonStartGame = 367,
|
383
|
+
MenuCharacterCreationButtonJoinGame = 368,
|
384
|
+
MenuCharacterCreationDescription = 369,
|
385
|
+
MenuCharacterCreationHeadingHairColor = 370,
|
386
|
+
MenuCharacterCreationHeadingHairStyle = 371,
|
387
|
+
MenuCharacterCreationHeadingSkinTone = 372,
|
388
|
+
MenuCharacterCreationLabelName = 373,
|
389
|
+
MenuCharacterCreationTitle = 374,
|
390
|
+
MenuCharacterCreationButtonRotateLeftTooltip = 375,
|
391
|
+
MenuCharacterCreationButtonRotateRightTooltip = 376,
|
392
|
+
MenuCharacterCreationButtonRandomizeTooltip = 377,
|
393
|
+
MenuCharacterSelectionButtonNewCharacter = 378,
|
394
|
+
MenuCharacterSelectionDescription = 379,
|
395
|
+
MenuCharacterSelectionHeadingNoCharacters = 380,
|
396
|
+
MenuCharacterSelectionTitle = 381,
|
397
|
+
MenuCharacterSelectionLabelLastUse = 382,
|
398
|
+
MenuCharacterSelectionLabelUseCount = 383,
|
399
|
+
MenuCharacterSelectionCharacterButtonDeleteTooltip = 384,
|
400
|
+
MenuCharacterSelectionCharacterButtonCustomizeTooltip = 385,
|
401
|
+
MenuDevelopmentBranchTitle = 386,
|
402
|
+
MenuDevelopmentBranchSuperTitle = 387,
|
403
|
+
MenuDevelopmentBranchWarning = 388,
|
404
|
+
MenuDevelopmentBranchStatus = 389,
|
405
|
+
MenuDevelopmentBranchStatusUnavailable = 390,
|
406
|
+
MenuErrorReportingTitle = 391,
|
407
|
+
MenuErrorReportingDescription = 392,
|
408
|
+
MenuErrorReportingContentsTitle = 393,
|
409
|
+
MenuErrorReportingContentsDescription = 394,
|
410
|
+
MenuMultiplayerDescription = 395,
|
411
|
+
MenuMultiplayerTitle = 396,
|
412
|
+
MenuMultiplayerButtonJoinById = 397,
|
413
|
+
MenuMultiplayerServerLabelDays = 398,
|
414
|
+
MenuMultiplayerServerLabelIsland = 399,
|
415
|
+
MenuMultiplayerButtonNewGame = 400,
|
416
|
+
MenuMultiplayerButtonLoadGame = 401,
|
417
|
+
MenuMultiplayerServerTooltipPVP = 402,
|
418
|
+
MenuMultiplayerServerTooltipModsLabel = 403,
|
419
|
+
MenuMultiplayerServerTooltipFriendsLabel = 404,
|
420
|
+
MenuMultiplayerServerPlayers = 405,
|
421
|
+
MenuMultiplayerServerLobbyType = 406,
|
422
|
+
MenuMultiplayerServerRegion = 407,
|
423
|
+
MenuMultiplayerServerHost = 408,
|
424
|
+
MenuMultiplayerServerVersion = 409,
|
425
|
+
MenuMultiplayerServerVersionUnknown = 410,
|
426
|
+
MenuMultiplayerServerDedicated = 411,
|
427
|
+
MenuMultiplayerHeadingPlayersOnline = 412,
|
428
|
+
MenuMultiplayerServerModInfo = 413,
|
429
|
+
MenuMultiplayerServerModUnableToLoad = 414,
|
430
|
+
MenuMultiplayerServerLabelTerritoryTier = 415,
|
431
|
+
MenuGameEndTitleDead = 416,
|
432
|
+
MenuGameEndTitleWon = 417,
|
433
|
+
MenuGameEndShareFacebook = 418,
|
434
|
+
MenuGameEndShareTwitter = 419,
|
435
|
+
MenuGameEndContinueAsGhost = 420,
|
436
|
+
MenuGameEndRespawnInCasualMode = 421,
|
437
|
+
MenuGameEndRespawnAsNewCharacter = 422,
|
438
|
+
MenuGameEndReturnToIsland = 423,
|
439
|
+
MenuGameEndExitToMenu = 424,
|
440
|
+
MenuHelpTitle = 425,
|
441
|
+
MenuHelpDescription = 426,
|
442
|
+
MenuHelpLabelSearch = 427,
|
443
|
+
MenuHighscoresTitle = 428,
|
444
|
+
MenuHighscoresDescription = 429,
|
445
|
+
MenuHighscoresDifficultyFilterAll = 430,
|
446
|
+
MenuHighscoresHighscoreLabelDifficulty = 431,
|
447
|
+
MenuHighscoresHighscoreLabelTurns = 432,
|
448
|
+
MenuHighscoresHighscoreLabelScore = 433,
|
449
|
+
MenuHighscoresHighscoreLabelPlace = 434,
|
450
|
+
MenuHighscoresHighscoreLabelDate = 435,
|
451
|
+
MenuHighscoresHighscoreLabelDeathBy = 436,
|
452
|
+
MenuHighscoresHighscoreTitle = 437,
|
453
|
+
MenuHighscoresCharacterNameUnknown = 438,
|
454
|
+
MenuHighscoresHighscoreReplayWithSettings = 439,
|
455
|
+
MenuLoadGameButtonSaveSlot = 440,
|
456
|
+
MenuLoadGameButtonNewGame = 441,
|
457
|
+
MenuLoadGameButtonNewGameButtonImportTooltip = 442,
|
458
|
+
MenuLoadGameDescription = 443,
|
459
|
+
MenuLoadGameSaveButtonDeleteTooltip = 444,
|
460
|
+
MenuLoadGameSaveButtonEditNameTooltip = 445,
|
461
|
+
MenuLoadGameSaveButtonExportTooltip = 446,
|
462
|
+
MenuLoadGameSaveTooltipLabelCreatedTime = 447,
|
463
|
+
MenuLoadGameSaveTooltipLabelSaveTime = 448,
|
464
|
+
MenuLoadGameSaveTooltipLabelGameMode = 449,
|
465
|
+
MenuLoadGameSaveTooltipLabelScore = 450,
|
466
|
+
MenuLoadGameSaveTooltipLabelSeed = 451,
|
467
|
+
MenuLoadGameSaveTooltipLabelTurns = 452,
|
468
|
+
MenuLoadGameSaveTooltipLabelMods = 453,
|
469
|
+
MenuLoadGameSaveTooltipLabelOriginalVersion = 454,
|
470
|
+
MenuLoadGameSaveTooltipMod = 455,
|
471
|
+
MenuLoadGameSaveTooltipNew = 456,
|
472
|
+
MenuLoadGameSaveTooltipCorrupted = 457,
|
473
|
+
MenuLoadGameSaveGame = 458,
|
474
|
+
MenuLoadGameSaveGameDescription = 459,
|
475
|
+
MenuLoadGameTitle = 460,
|
476
|
+
MenuLoadGameLabelSelected = 461,
|
477
|
+
MenuLoadGameButtonDeleteSelectedTooltip = 462,
|
478
|
+
MenuLoadGameImportSaveFailure = 463,
|
479
|
+
MenuLoadGameSectionSavedGames = 464,
|
480
|
+
MenuLoadGameSectionImportFolders = 465,
|
481
|
+
MenuLoadGameSectionImportFoldersPlaceholderPathToSaves = 466,
|
482
|
+
MenuLoadGameSectionImportFoldersButtonAddFolder = 467,
|
483
|
+
MenuLoadGameSectionImportFoldersButtonDeleteFolder = 468,
|
484
|
+
MenuMainButtonAbout = 469,
|
485
|
+
MenuMainButtonChangelog = 470,
|
486
|
+
MenuMainButtonMultiplayer = 471,
|
487
|
+
MenuMainButtonHighscores = 472,
|
488
|
+
MenuMainButtonLoadGame = 473,
|
489
|
+
MenuMainButtonMods = 474,
|
490
|
+
MenuMainButtonModsTooltipLabelEnabledMods = 475,
|
491
|
+
MenuMainButtonModsTooltipAndXOthers = 476,
|
492
|
+
MenuMainButtonModsAllDisabled = 477,
|
493
|
+
MenuMainButtonNewGame = 478,
|
494
|
+
MenuMainButtonNews = 479,
|
495
|
+
MenuMainButtonOptions = 480,
|
496
|
+
MenuMainButtonQuitGame = 481,
|
497
|
+
MenuModsWarningModsDisabledTitle = 482,
|
498
|
+
MenuModsWarningModsDisabledDescription = 483,
|
499
|
+
MenuModsButtonModdingGuide = 484,
|
500
|
+
MenuModsButtonOpenFolder = 485,
|
501
|
+
MenuModsButtonOpenWorkshop = 486,
|
502
|
+
MenuModsDescription = 487,
|
503
|
+
MenuModsTitle = 488,
|
504
|
+
MenuModsTooltipLabelAuthor = 489,
|
505
|
+
MenuModsTooltipLabelTags = 490,
|
506
|
+
MenuModsTooltipLabelDependencies = 491,
|
507
|
+
MenuModsTooltipLabelProvides = 492,
|
508
|
+
MenuModsTooltipLabelVersion = 493,
|
509
|
+
MenuModsTooltipLabelDescription = 494,
|
510
|
+
MenuModsTooltipLabelInstallDate = 495,
|
511
|
+
MenuModsTooltipLabelCreatedDate = 496,
|
512
|
+
MenuModsTooltipLabelLastUpdatedDate = 497,
|
513
|
+
MenuModsTooltipPreventsMilestoneUnlocks = 498,
|
514
|
+
MenuModsTooltipModOptions = 499,
|
515
|
+
MenuModsTooltipPublishMod = 500,
|
516
|
+
MenuModsTooltipModMoreInformation = 501,
|
517
|
+
MenuModsTooltipUninstallMod = 502,
|
518
|
+
MenuModsTooltipViewInSteamWorkshop = 503,
|
519
|
+
MenuModsTooltipViewGitHub = 504,
|
520
|
+
MenuModsTooltipOpenFolder = 505,
|
521
|
+
MenuModsButtonEditInternalMods = 506,
|
522
|
+
MenuModsSectionHeading = 507,
|
523
|
+
MenuModsSubmenuEditInternalModsTitle = 508,
|
524
|
+
MenuModsSubmenuEditInternalModsDescription = 509,
|
525
|
+
MenuModsSubmenuEditInternalModsPlaceholderAddNewInternalMod = 510,
|
526
|
+
MenuModsSubmenuEditInternalModsSectionRootsName = 511,
|
527
|
+
MenuModsSubmenuEditInternalModsSectionModsName = 512,
|
528
|
+
MenuModsSubmenuEditInternalModsPlaceholderModRootName = 513,
|
529
|
+
MenuModsSubmenuEditInternalModsPlaceholderModRootPath = 514,
|
530
|
+
MenuNewGameButtonNext = 515,
|
531
|
+
MenuNewGameButtonStartServer = 516,
|
532
|
+
MenuNewGameDescription = 517,
|
533
|
+
MenuNewGameLabelEditName = 518,
|
534
|
+
MenuNewGameLabelEditSeed = 519,
|
535
|
+
MenuNewGamePlaceholderEditSeed = 520,
|
536
|
+
MenuNewGameTitle = 521,
|
537
|
+
MenuNewGameChoiceDifficulty = 522,
|
538
|
+
MenuNewGameChoiceSingleplayer = 523,
|
539
|
+
MenuNewGameChoiceSingleplayerDescription = 524,
|
540
|
+
MenuNewGameChoiceMultiplayer = 525,
|
541
|
+
MenuNewGameChoiceMultiplayerDescription = 526,
|
542
|
+
MenuNewGameChoiceTurnModeManual = 527,
|
543
|
+
MenuNewGameChoiceTurnModeManualDescription = 528,
|
544
|
+
MenuNewGameChoiceTurnModeRealTime = 529,
|
545
|
+
MenuNewGameChoiceTurnModeRealTimeDescription = 530,
|
546
|
+
MenuNewGameChoiceTurnModeSimulated = 531,
|
547
|
+
MenuNewGameChoiceTurnModeSimulatedDescription = 532,
|
548
|
+
MenuNewGameChoiceDifficultyTooltipCustomGameOptions = 533,
|
549
|
+
MenuNewGameChoiceDifficultyChallengeDaily = 534,
|
550
|
+
MenuNewGameChoiceDifficultyChallengeDailyTooltip = 535,
|
551
|
+
MenuNewGameButtonMilestones = 536,
|
552
|
+
MenuNewGameButtonMilestonesDescription = 537,
|
553
|
+
MenuNewGameTabGameMode = 538,
|
554
|
+
MenuNewGameTabMultiplayer = 539,
|
555
|
+
MenuNewGameTabGameplayModifiers = 540,
|
556
|
+
MenuNewGameHeadingGameMode = 541,
|
557
|
+
MenuNewGameHeadingMultiplayer = 542,
|
558
|
+
MenuNewGameHeadingGameplayModifiers = 543,
|
559
|
+
MenuNewGameMilestoneModifiersUnlockableInMode = 544,
|
560
|
+
MenuNewGameChoiceClientsInheritHostModifiers = 545,
|
561
|
+
MenuNewGameChoiceClientsInheritHostModifiersDescription = 546,
|
562
|
+
MenuNewGameChoiceCustomModifiers = 547,
|
563
|
+
MenuNewGameChoiceCustomModifiersDescription = 548,
|
564
|
+
MenuMilestoneModifiersTitle = 549,
|
565
|
+
MenuMilestoneModifiersDescription = 550,
|
566
|
+
MenuCustomGameOptionsTitle = 551,
|
567
|
+
MenuCustomGameOptionsDescription = 552,
|
568
|
+
MenuCustomGameOptionsRespawnOnDeath = 553,
|
569
|
+
MenuCustomGameOptionsRespawnOnDeathDescription = 554,
|
570
|
+
MenuCustomGameOptionsUseUnlockedRecipes = 555,
|
571
|
+
MenuCustomGameOptionsStartingIslandBiome = 556,
|
572
|
+
MenuCustomGameOptionsApplyTravelingEffects = 557,
|
573
|
+
MenuCustomGameOptionsApplyTravelingEffectsDescription = 558,
|
574
|
+
MenuCustomGameOptionsCreaturesPeaceful = 559,
|
575
|
+
MenuCustomGameOptionsCreaturesDisableScared = 560,
|
576
|
+
MenuCustomGameOptionsCreaturesDisableScaredDescription = 561,
|
577
|
+
MenuCustomGameOptionsCreaturesAberrantSpawns = 562,
|
578
|
+
MenuCustomGameOptionsCreaturesAberrantSpawnsDescription = 563,
|
579
|
+
MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionDefault = 564,
|
580
|
+
MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionExclusively = 565,
|
581
|
+
MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionOff = 566,
|
582
|
+
MenuCustomGameOptionsCreaturesHeadingIndividualConfigurations = 567,
|
583
|
+
MenuCustomGameOptionsCreaturesAllowAberrantSpawns = 568,
|
584
|
+
MenuCustomGameOptionsCreaturesAlwaysSpawn = 569,
|
585
|
+
MenuCustomGameOptionsCreaturesAllowSpawning = 570,
|
586
|
+
MenuCustomGameOptionsCreaturesSpawnLimit = 571,
|
587
|
+
MenuCustomGameOptionsCreaturesSpawnLimitDescription = 572,
|
588
|
+
MenuCustomGameOptionsCreaturesSpawnRateMultiplier = 573,
|
589
|
+
MenuCustomGameOptionsCreaturesSpawnRateMultiplierDescription = 574,
|
590
|
+
MenuCustomGameOptionsCreatureNone = 575,
|
591
|
+
MenuCustomGameOptionsCreatureConfigure = 576,
|
592
|
+
MenuCustomGameOptionsStatMultiplier = 577,
|
593
|
+
MenuCustomGameOptionsStatMultiplierTooltip = 578,
|
594
|
+
MenuCustomGameOptionsStatRegenerationMultiplierTooltip = 579,
|
595
|
+
MenuCustomGameOptionsHeadingGeneral = 580,
|
596
|
+
MenuCustomGameOptionsHeadingTravel = 581,
|
597
|
+
MenuCustomGameOptionsHeadingTime = 582,
|
598
|
+
MenuCustomGameOptionsHeadingStats = 583,
|
599
|
+
MenuCustomGameOptionsHeadingItems = 584,
|
600
|
+
MenuCustomGameOptionsHeadingCreatures = 585,
|
601
|
+
MenuCustomGameOptionsHeadingSkills = 586,
|
602
|
+
MenuCustomGameOptionsHeadingStatuses = 587,
|
603
|
+
MenuCustomGameOptionsEternalNight = 588,
|
604
|
+
MenuCustomGameOptionsEternalNightDescription = 589,
|
605
|
+
MenuCustomGameOptionsEternalDay = 590,
|
606
|
+
MenuCustomGameOptionsEternalDayDescription = 591,
|
607
|
+
MenuCustomGameOptionsTimeFrozen = 592,
|
608
|
+
MenuCustomGameOptionsTimeInitial = 593,
|
609
|
+
MenuCustomGameOptionsTimeDayLength = 594,
|
610
|
+
MenuCustomGameOptionsTimeDayLengthTooltip = 595,
|
611
|
+
MenuCustomGameOptionsTimeDayPercent = 596,
|
612
|
+
MenuCustomGameOptionsTimeDayPercentTooltip = 597,
|
613
|
+
MenuCustomGameOptionsStatStarting = 598,
|
614
|
+
MenuCustomGameOptionsStatMax = 599,
|
615
|
+
MenuCustomGameOptionsStatStartingDisplay = 600,
|
616
|
+
MenuCustomGameOptionsStatMaxDisplay = 601,
|
617
|
+
MenuCustomGameOptionsStatNoChange = 602,
|
618
|
+
MenuCustomGameOptionsStatBonus = 603,
|
619
|
+
MenuCustomGameOptionsStatBonusDisplay = 604,
|
620
|
+
MenuCustomGameOptionsStatusPassChanceMultiplier = 605,
|
621
|
+
MenuCustomGameOptionsStatusPassChanceMultiplierTooltip = 606,
|
622
|
+
MenuCustomGameOptionsStatusStartWith = 607,
|
623
|
+
MenuCustomGameOptionsStatusUntreatable = 608,
|
624
|
+
MenuCustomGameOptionsStatusUntreatableTooltip = 609,
|
625
|
+
MenuCustomGameOptionsSkillInitialRandomCount = 610,
|
626
|
+
MenuCustomGameOptionsSkillInitialRandomCountDescription = 611,
|
627
|
+
MenuCustomGameOptionsSkillsHeadingIndividualConfigurations = 612,
|
628
|
+
MenuCustomGameOptionsSkillsGlobal = 613,
|
629
|
+
MenuCustomGameOptionsSkillNone = 614,
|
630
|
+
MenuCustomGameOptionsSkillConfigure = 615,
|
631
|
+
MenuCustomGameOptionsSkillInitial = 616,
|
632
|
+
MenuCustomGameOptionsSkillMultiplier = 617,
|
633
|
+
MenuCustomGameOptionsSkillMultiplierTooltip = 618,
|
634
|
+
MenuCustomGameOptionsRandomItems = 619,
|
635
|
+
MenuCustomGameOptionsRandomItemsDescription = 620,
|
636
|
+
MenuCustomGameOptionsItemDurability = 621,
|
637
|
+
MenuCustomGameOptionsItemDurabilityTooltip = 622,
|
638
|
+
MenuCustomGameOptionsItemDecay = 623,
|
639
|
+
MenuCustomGameOptionsItemDecayTooltip = 624,
|
640
|
+
MenuCustomGameOptionsExport = 625,
|
641
|
+
MenuCustomGameOptionsImport = 626,
|
642
|
+
MenuCustomGameOptionsViewGroundItemsAsContainer = 627,
|
643
|
+
MenuCustomGameOptionsViewGroundItemsAsContainerDescription = 628,
|
644
|
+
MenuNewsDescription = 629,
|
645
|
+
MenuNewsHeadingSocial = 630,
|
646
|
+
MenuNewsTitle = 631,
|
647
|
+
MenuNewsHeadingUnableToLoad = 632,
|
648
|
+
MenuNewsButtonAllNews = 633,
|
649
|
+
MenuNewsButtonViewChangelog = 634,
|
650
|
+
MenuOptionsButtonDitherFogOfWar = 635,
|
651
|
+
MenuOptionsButtonHealthVignette = 636,
|
652
|
+
MenuOptionsButtonHealthVignetteTooltip = 637,
|
653
|
+
MenuOptionsButtonDisableCustomCursor = 638,
|
654
|
+
MenuOptionsButtonEnableSmoothZooming = 639,
|
655
|
+
MenuOptionsButtonDisplayArticleInObjectNames = 640,
|
656
|
+
MenuOptionsButtonDisplayArticleInObjectNamesTooltip = 641,
|
657
|
+
MenuOptionsButtonFullscreen = 642,
|
658
|
+
MenuOptionsButtonCustomTitleBar = 643,
|
659
|
+
MenuOptionsButtonDeveloperMode = 644,
|
660
|
+
MenuOptionsButtonReloadGame = 645,
|
661
|
+
MenuOptionsButtonReloadStylesheets = 646,
|
662
|
+
MenuOptionsButtonReloadTextures = 647,
|
663
|
+
MenuOptionsButtonPrepackedSprites = 648,
|
664
|
+
MenuOptionsButtonDisposeReflection = 649,
|
665
|
+
MenuOptionsButtonExportGlobalSaveData = 650,
|
666
|
+
MenuOptionsButtonImportGlobalSaveData = 651,
|
667
|
+
MenuOptionsButtonSaveDataBackups = 652,
|
668
|
+
MenuOptionsButtonSaveDataBackupsTooltip = 653,
|
669
|
+
MenuOptionsButtonSaveDataClearAll = 654,
|
670
|
+
MenuOptionsButtonSaveDataClearCharacters = 655,
|
671
|
+
MenuOptionsButtonSaveDataClearUI = 656,
|
672
|
+
MenuOptionsButtonSaveDataClearHighscores = 657,
|
673
|
+
MenuOptionsButtonSaveDataClearMilestones = 658,
|
674
|
+
MenuOptionsButtonSaveDataClearOptions = 659,
|
675
|
+
MenuOptionsButtonSaveDataClearCraftingRecipes = 660,
|
676
|
+
MenuOptionsButtonSaveDataClearSaves = 661,
|
677
|
+
MenuOptionsButtonSkipSplash = 662,
|
678
|
+
MenuOptionsButtonDisableQuitConfirmation = 663,
|
679
|
+
MenuOptionsButtonToggleDevTools = 664,
|
680
|
+
MenuOptionsButtonOpenBackupsFolder = 665,
|
681
|
+
MenuOptionsButtonOpenLogsFolder = 666,
|
682
|
+
MenuOptionsButtonDropLocationFacing = 667,
|
683
|
+
MenuOptionsButtonDropLocationFeet = 668,
|
684
|
+
MenuOptionsButtonStartTraceRecording = 669,
|
685
|
+
MenuOptionsButtonStopTraceRecording = 670,
|
686
|
+
MenuOptionsButtonTracingRecordingTooltip = 671,
|
687
|
+
MenuOptionsButtonDropLocationFeetWhenFacingBlocked = 672,
|
688
|
+
MenuOptionsDescription = 673,
|
689
|
+
MenuOptionsHeadingAudio = 674,
|
690
|
+
MenuOptionsHeadingDeveloper = 675,
|
691
|
+
MenuOptionsHeadingGameplayOptions = 676,
|
692
|
+
MenuOptionsHeadingGameplayOptionsDescription = 677,
|
693
|
+
MenuOptionsHeadingGameplayOptionsButtonOpenDialog = 678,
|
694
|
+
MenuOptionsHeadingOtherOptions = 679,
|
695
|
+
MenuOptionsHeadingControls = 680,
|
696
|
+
MenuOptionsHeadingModOptions = 681,
|
697
|
+
MenuOptionsHeadingSaveData = 682,
|
698
|
+
MenuOptionsHeadingTooltipsTile = 683,
|
699
|
+
MenuOptionsHeadingVideo = 684,
|
700
|
+
MenuOptionsLabelInterfaceScale = 685,
|
701
|
+
MenuOptionsLabelHudWidth = 686,
|
702
|
+
MenuOptionsLabelTooltipDelay = 687,
|
703
|
+
MenuOptionsLabelDirectionTurnDelay = 688,
|
704
|
+
MenuOptionsLabelMouseTurnDelay = 689,
|
705
|
+
MenuOptionsLabelFontStyle = 690,
|
706
|
+
MenuOptionsTooltipTurnDelay = 691,
|
707
|
+
MenuOptionsTooltipMouseTurnDelay = 692,
|
708
|
+
MenuOptionsTooltipControlsFilter = 693,
|
709
|
+
MenuOptionsLabelVolumeEffects = 694,
|
710
|
+
MenuOptionsLabelVolumeMusic = 695,
|
711
|
+
MenuOptionsTabAudio = 696,
|
712
|
+
MenuOptionsTabDeveloper = 697,
|
713
|
+
MenuOptionsTabGameplay = 698,
|
714
|
+
MenuOptionsTabTooltips = 699,
|
715
|
+
MenuOptionsTabOther = 700,
|
716
|
+
MenuOptionsTabLanguage = 701,
|
717
|
+
MenuOptionsTabControls = 702,
|
718
|
+
MenuOptionsTabMods = 703,
|
719
|
+
MenuOptionsTabSaveData = 704,
|
720
|
+
MenuOptionsTabVideo = 705,
|
721
|
+
MenuOptionsTabPerformance = 706,
|
722
|
+
MenuOptionsHeadingPerformance = 707,
|
723
|
+
MenuOptionsTitle = 708,
|
724
|
+
MenuOptionsTooltipMusicNextTrack = 709,
|
725
|
+
MenuOptionsBindChoose = 710,
|
726
|
+
MenuOptionsBindChooseAdd = 711,
|
727
|
+
MenuOptionsBindButtonResetTooltip = 712,
|
728
|
+
MenuOptionsBindButtonDeleteTooltip = 713,
|
729
|
+
MenuOptionsBindButtonAddTooltip = 714,
|
730
|
+
MenuOptionsBindButtonAddMacroTooltip = 715,
|
731
|
+
MenuOptionsButtonDiscoverEverything = 716,
|
732
|
+
MenuOptionsButtonDiscoverEverythingDescription = 717,
|
733
|
+
MenuOptionsButtonGrantAllMilestoneModifiers = 718,
|
734
|
+
MenuOptionsButtonGrantAllMilestoneModifiersDescription = 719,
|
735
|
+
MenuOptionsButtonDisableMilestonesDescription = 720,
|
736
|
+
MenuOptionsButtonAlternatingDirectionMovement = 721,
|
737
|
+
MenuOptionsButtonAllowAlternatingDirectionMovementTooltip = 722,
|
738
|
+
MenuOptionsButtonSteamInputKeyboardPosition = 723,
|
739
|
+
MenuOptionsButtonAlwaysShowMoreInformationTooltip = 724,
|
740
|
+
MenuOptionsButtonEnableLowPowerMode = 725,
|
741
|
+
MenuOptionsButtonEnableLowPowerModeTooltip = 726,
|
742
|
+
MenuOptionsButtonDisableAcrylicTransparency = 727,
|
743
|
+
MenuOptionsButtonDisableAcrylicTransparencyTooltip = 728,
|
744
|
+
MenuOptionsButtonDisableOverlaySupport = 729,
|
745
|
+
MenuOptionsButtonDisableOverlaySupportTooltip = 730,
|
746
|
+
MenuOptionsButtonDisableUIEffects = 731,
|
747
|
+
MenuOptionsButtonDisableUIEffectsTooltip = 732,
|
748
|
+
MenuOptionsButtonDisableUIOpacity = 733,
|
749
|
+
MenuOptionsButtonDisableUIOpacityTooltip = 734,
|
750
|
+
MenuOptionsButtonDisableMovementAnimations = 735,
|
751
|
+
MenuOptionsButtonDisableMovementAnimationsTooltip = 736,
|
752
|
+
MenuOptionsButtonAutoAttack = 737,
|
753
|
+
MenuOptionsButtonAutoAttackTooltip = 738,
|
754
|
+
MenuOptionsButtonDropOnDismantle = 739,
|
755
|
+
MenuOptionsButtonDropOnDismantleTooltip = 740,
|
756
|
+
MenuOptionsButtonDropOnDisassemble = 741,
|
757
|
+
MenuOptionsButtonDropOnDisassembleTooltip = 742,
|
758
|
+
MenuOptionsButtonDisableCraftingProtectedItems = 743,
|
759
|
+
MenuOptionsButtonDisableCraftingProtectedItemsTooltip = 744,
|
760
|
+
MenuOptionsButtonDropOnGatherHarvest = 745,
|
761
|
+
MenuOptionsButtonDropOnGatherHarvestTooltip = 746,
|
762
|
+
MenuOptionsButtonUseAdjacentContainers = 747,
|
763
|
+
MenuOptionsButtonUseAdjacentContainersTooltip = 748,
|
764
|
+
MenuOptionsButtonHideEquippedHeadgear = 749,
|
765
|
+
MenuOptionsButtonHideEquippedHeadgearTooltip = 750,
|
766
|
+
MenuOptionsButtonDisableItemNotifiers = 751,
|
767
|
+
MenuOptionsButtonDisableItemNotifiersTooltip = 752,
|
768
|
+
MenuOptionsButtonLeftHanded = 753,
|
769
|
+
MenuOptionsButtonLeftHandedTooltip = 754,
|
770
|
+
MenuOptionsButtonAutoSave = 755,
|
771
|
+
MenuOptionsRangeAutoSaveTimerLabel = 756,
|
772
|
+
MenuOptionsRangeAutoSaveTimerTurnsDisplay = 757,
|
773
|
+
MenuOptionsRangeAutoSaveTimerTimeDisplay = 758,
|
774
|
+
MenuOptionsButtonDropIntoContainers = 759,
|
775
|
+
MenuOptionsButtonDropIntoContainersTooltip = 760,
|
776
|
+
MenuOptionsButtonWarnOnDangerousActions = 761,
|
777
|
+
MenuOptionsButtonWarnOnDangerousActionsTooltip = 762,
|
778
|
+
MenuOptionsButtonWarnOnDestructiveActions = 763,
|
779
|
+
MenuOptionsButtonWarnOnDestructiveActionsTooltip = 764,
|
780
|
+
MenuOptionsButtonWarnWhenBreakingItemsOnCraft = 765,
|
781
|
+
MenuOptionsButtonWarnWhenBreakingItemsOnCraftTooltip = 766,
|
782
|
+
MenuOptionsButtonWarnWhenBreakingItemsOnUse = 767,
|
783
|
+
MenuOptionsButtonWarnWhenBreakingItemsOnUseTooltip = 768,
|
784
|
+
MenuOptionsHeadingWarnWhenBreakingItems = 769,
|
785
|
+
MenuOptionsButtonSaveDataClearBindings = 770,
|
786
|
+
MenuOptionsButtonDisableMilestones = 771,
|
787
|
+
MenuOptionsLabelSaveDataRemoval = 772,
|
788
|
+
MenuOptionsTooltipDialogOpacity = 773,
|
789
|
+
MenuOptionsLabelDialogOpacity = 774,
|
790
|
+
MenuOptionsDeveloperSteamBetas = 775,
|
791
|
+
MenuOptionsDeveloperSteamBetaName = 776,
|
792
|
+
MenuOptionsDeveloperLogSourceFilterHeading = 777,
|
793
|
+
MenuOptionsDeveloperUIExperiments = 778,
|
794
|
+
MenuOptionsDeveloperUIExperimentsDescription = 779,
|
795
|
+
MenuOptionsDeveloperDebugging = 780,
|
796
|
+
MenuOptionsDeveloperDebuggingDescription = 781,
|
797
|
+
MenuOptionsDeveloperToggleContainerDesyncDebugging = 782,
|
798
|
+
MenuOptionsDeveloperToggleContainerDesyncDebuggingDescription = 783,
|
799
|
+
MenuOptionsDeveloperReportErrors = 784,
|
800
|
+
MenuOptionsDeveloperReportErrorsDescription = 785,
|
801
|
+
MenuOptionsAudioVolumeDisplay = 786,
|
802
|
+
MenuOptionsAudioInputSoundOnTyping = 787,
|
803
|
+
MenuOptionsAudioPlayAudioInBackground = 788,
|
804
|
+
MenuOptionsMusicPlaylist = 789,
|
805
|
+
MenuOptionsButtonConfigureBindings = 790,
|
806
|
+
MenuOptionsButtonSaveCompression = 791,
|
807
|
+
MenuOptionsButtonSaveCompressionTooltip = 792,
|
808
|
+
MenuOptionsButtonSaveUIDataGlobally = 793,
|
809
|
+
MenuOptionsButtonSaveUIDataGloballyTooltip = 794,
|
810
|
+
MenuPauseButtonContinueGame = 795,
|
811
|
+
MenuPauseButtonReturnToGame = 796,
|
812
|
+
MenuPauseButtonOptions = 797,
|
813
|
+
MenuPauseButtonGameSettings = 798,
|
814
|
+
MenuPauseButtonPaused = 799,
|
815
|
+
MenuPauseButtonMultiplayer = 800,
|
816
|
+
MenuPauseButtonHelp = 801,
|
817
|
+
MenuPauseButtonTitleScreen = 802,
|
818
|
+
MenuPauseButtonStopServer = 803,
|
819
|
+
MenuPauseButtonQuitWithoutSaving = 804,
|
820
|
+
MenuPauseTooltipNotPaused = 805,
|
821
|
+
MenuPauseLabelPaused = 806,
|
822
|
+
MenuPauseLabelNotPaused = 807,
|
823
|
+
MenuModesTitle = 808,
|
824
|
+
MenuModesDescription = 809,
|
825
|
+
MenuMultiplayerOptionsTitle = 810,
|
826
|
+
MenuMultiplayerOptionsDescription = 811,
|
827
|
+
MenuMultiplayerOptionsOpenServer = 812,
|
828
|
+
MenuMultiplayerOptionsOpenServerDescription = 813,
|
829
|
+
MenuMultiplayerOptionsCopyGameCode = 814,
|
830
|
+
MenuMultiplayerOptionsCopyGameCodeTooltip = 815,
|
831
|
+
MenuMultiplayerOptionsInviteSteamFriends = 816,
|
832
|
+
MenuMultiplayerOptionsCheckConnectionHeading = 817,
|
833
|
+
MenuMultiplayerOptionsCheckConnectionParagraph = 818,
|
834
|
+
MenuMultiplayerOptionsCheckConnectionButton = 819,
|
835
|
+
MenuMultiplayerOptionsCheckConnectionResultUnknown = 820,
|
836
|
+
MenuMultiplayerOptionsCheckConnectionResultChecking = 821,
|
837
|
+
MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetwork = 822,
|
838
|
+
MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetworkFail = 823,
|
839
|
+
MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetworkUnavailable = 824,
|
840
|
+
MenuMultiplayerOptionsCheckConnectionResultWebSocket = 825,
|
841
|
+
MenuMultiplayerOptionsCheckConnectionResultWebSocketFail = 826,
|
842
|
+
MenuMultiplayerOptionsCheckConnectionResultWebSocketUnavailable = 827,
|
843
|
+
MenuMultiplayerOptionsCheckConnectionResultSuccess = 828,
|
844
|
+
MenuJoinServerTitle = 829,
|
845
|
+
MenuJoinServerDescription = 830,
|
846
|
+
MenuJoinServerInputPlaceholder = 831,
|
847
|
+
MenuJoinServerChooseModifiersTitle = 832,
|
848
|
+
MenuJoinServerChooseModifiersDescription = 833,
|
849
|
+
MenuSharedMultiplayerChoiceLobbyTypeFriends = 834,
|
850
|
+
MenuSharedMultiplayerChoiceLobbyTypeFriendsDescription = 835,
|
851
|
+
MenuSharedMultiplayerChoiceLobbyTypePublic = 836,
|
852
|
+
MenuSharedMultiplayerChoiceLobbyTypePublicDescription = 837,
|
853
|
+
MenuSharedMultiplayerChoiceLobbyTypePrivate = 838,
|
854
|
+
MenuSharedMultiplayerChoiceLobbyTypePrivateDescription = 839,
|
855
|
+
MenuSharedMultiplayerChoicePVP = 840,
|
856
|
+
MenuSharedMultiplayerChoicePVPDescription = 841,
|
857
|
+
MenuSharedMultiplayerChoiceAllowTraveling = 842,
|
858
|
+
MenuSharedMultiplayerChoiceAllowTravelingDescription = 843,
|
859
|
+
MenuSharedMultiplayerChoiceAllowHardcoreRespawns = 844,
|
860
|
+
MenuSharedMultiplayerChoiceAllowHardcoreRespawnsDescription = 845,
|
861
|
+
MenuSharedMultiplayerChoicePauseOnDesync = 846,
|
862
|
+
MenuSharedMultiplayerChoicePauseOnDesyncDescription = 847,
|
863
|
+
MenuSharedMultiplayerDescription = 848,
|
864
|
+
MenuSharedMultiplayerMessageOfTheDay = 849,
|
865
|
+
MenuSharedMultiplayerMaxPlayers = 850,
|
866
|
+
MenuSharedRealTimeTickSpeedTooltip = 851,
|
867
|
+
MenuSharedRealTimeTickSpeedLabel = 852,
|
868
|
+
MenuSharedButtonDefault = 853,
|
869
|
+
MenuSharedValueSeconds = 854,
|
870
|
+
MenuSharedValueMilliseconds = 855,
|
871
|
+
MenuSharedValuePercentage = 856,
|
872
|
+
MenuSharedMilestonesNotUnlockable = 857,
|
873
|
+
MenuSharedMilestonesNotUnlockableDescription = 858,
|
874
|
+
MenuSharedMilestonesNotUnlockableButtonShowMods = 859,
|
875
|
+
MenuSharedButtonDisableAll = 860,
|
876
|
+
MenuSharedButtonEnableAll = 861,
|
877
|
+
MenuSharedMilestoneModifiersSelected = 862,
|
878
|
+
MiscSortBy = 863,
|
879
|
+
MiscSortCustom = 864,
|
880
|
+
MiscSortDirection = 865,
|
881
|
+
MiscFilter = 866,
|
882
|
+
MiscNone = 867,
|
883
|
+
MiscPlayerNameDefault = 868,
|
884
|
+
MiscPlayerNameServer = 869,
|
885
|
+
MiscSaveNameDefault = 870,
|
886
|
+
MiscSaveNameDailyChallenge = 871,
|
887
|
+
MiscSaveNameChallenge = 872,
|
888
|
+
MiscSaveVersionUnknown = 873,
|
889
|
+
MiscVersion = 874,
|
890
|
+
MiscVersionBuildInfoTooltip = 875,
|
891
|
+
MiscVersionUpdate = 876,
|
892
|
+
MiscTime = 877,
|
893
|
+
MiscTimeMeridiem = 878,
|
894
|
+
MiscError = 879,
|
895
|
+
MiscContextMenuCopyTooltip = 880,
|
896
|
+
MiscBindableNoBindings = 881,
|
897
|
+
MiscBindingIcon = 882,
|
898
|
+
MiscBindingIconThen = 883,
|
899
|
+
DifficultyOptionsPeaceful = 884,
|
900
|
+
DifficultyOptionsAberrantSpawnsDisabled = 885,
|
901
|
+
DifficultyOptionsAberrantSpawnsOnly = 886,
|
902
|
+
DifficultyOptionsCreatureSpawningDisabled = 887,
|
903
|
+
DifficultyOptionsCreatureAlwaysSpawns = 888,
|
904
|
+
DifficultyOptionsCreatureSpawnsDefault = 889,
|
905
|
+
DifficultyOptionsCreatureSpawnsAberrantOnly = 890,
|
906
|
+
DifficultyOptionsCreatureSpawnsNoAberrants = 891,
|
907
|
+
DifficultyOptionsSpawnLimit = 892,
|
908
|
+
DifficultyOptionsSpawnRateMultiplier = 893,
|
909
|
+
DifficultyOptionsDisableScared = 894,
|
910
|
+
DifficultyOptionsRespawn = 895,
|
911
|
+
DifficultyOptionsEternalNight = 896,
|
912
|
+
DifficultyOptionsEternalDay = 897,
|
913
|
+
DifficultyOptionsTimeInitial = 898,
|
914
|
+
DifficultyOptionsTimeFrozen = 899,
|
915
|
+
DifficultyOptionsTimeDayLength = 900,
|
916
|
+
DifficultyOptionsTimeDayPercent = 901,
|
917
|
+
DifficultyOptionsNoItems = 902,
|
918
|
+
DifficultyOptionsRecipes = 903,
|
919
|
+
DifficultyOptionsStartingIsland = 904,
|
920
|
+
DifficultyOptionsTravelingEffectsDisabled = 905,
|
921
|
+
DifficultyOptionsLuck = 906,
|
922
|
+
DifficultyOptionsWeightBonus = 907,
|
923
|
+
DifficultyOptionsStatInitial = 908,
|
924
|
+
DifficultyOptionsStatMax = 909,
|
925
|
+
DifficultyOptionsStatMultiplier = 910,
|
926
|
+
DifficultyOptionsStatusStartWith = 911,
|
927
|
+
DifficultyOptionsStatusUntreatable = 912,
|
928
|
+
DifficultyOptionsStatusPassChanceMultiplier = 913,
|
929
|
+
DifficultyOptionsNoRandomSkills = 914,
|
930
|
+
DifficultyOptionsSkillStartingCount = 915,
|
931
|
+
DifficultyOptionsSkillGainMultiplier = 916,
|
932
|
+
DifficultyOptionsSkillInitial = 917,
|
933
|
+
DifficultyOptionsStatusPermanent = 918,
|
934
|
+
DifficultyOptionsStatusRateMultiplier = 919,
|
935
|
+
DifficultyOptionsStatusMultiplier = 920,
|
936
|
+
DifficultyOptionsItemDurabilityMultiplier = 921,
|
937
|
+
DifficultyOptionsItemDecayMultiplier = 922,
|
938
|
+
DifficultyOptionsTileContainersEnabled = 923,
|
939
|
+
TabCrafting = 924,
|
940
|
+
TabDismantle = 925,
|
941
|
+
WindowTitleContainer = 926,
|
942
|
+
WindowTitleInventory = 927
|
936
943
|
}
|
937
944
|
export default UiTranslation;
|