@wayward/types 2.12.0-beta.dev.20220906.1 → 2.12.0-beta.dev.20220907.8
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 +4 -1
- package/definitions/game/game/entity/IHuman.d.ts +14 -0
- package/definitions/game/game/entity/action/IAction.d.ts +2 -1
- package/definitions/game/game/entity/action/usable/UsableActionType.d.ts +2 -0
- package/definitions/game/game/inspection/infoProviders/UseInfo.d.ts +2 -0
- package/definitions/game/game/item/Item.d.ts +1 -1
- package/definitions/game/game/item/ItemManager.d.ts +7 -0
- package/definitions/game/game/options/modifiers/milestone/MilestoneModifiersManager.d.ts +1 -1
- package/definitions/game/language/dictionary/UiTranslation.d.ts +563 -558
- package/definitions/game/renderer/IRenderer.d.ts +36 -38
- package/definitions/game/resource/IResourceLoader.d.ts +2 -1
- package/definitions/game/resource/SpritePacker.d.ts +1 -0
- package/definitions/game/steamworks/ISteamworks.d.ts +2 -0
- package/definitions/game/steamworks/Steamworks.d.ts +1 -0
- package/definitions/game/typings/jqueryui.d.ts +1 -1
- package/definitions/game/ui/IUi.d.ts +3 -1
- package/definitions/game/ui/Ui.d.ts +1 -0
- package/definitions/game/ui/component/GroupDropdown.d.ts +1 -0
- package/definitions/game/ui/component/SortRow.d.ts +1 -0
- package/definitions/game/ui/component/Text.d.ts +2 -2
- package/definitions/game/ui/screen/screens/menu/menus/main/component/IWebsite.d.ts +5 -2
- package/definitions/game/ui/screen/screens/menu/menus/main/component/SocialRow.d.ts +2 -1
- package/definitions/game/ui/tooltip/Tooltip.d.ts +2 -1
- package/definitions/game/utilities/enum/EnumManager.d.ts +5 -0
- package/definitions/hosts/shared/globals.d.ts +4 -1
- package/definitions/test/core/application.d.ts +1 -0
- package/definitions/test/core/chromeDriver.d.ts +1 -1
- package/package.json +1 -1
|
@@ -286,563 +286,568 @@ declare enum UiTranslation {
|
|
|
286
286
|
MenuAboutTextSpecialThanksTestorsAndDonators = 271,
|
|
287
287
|
MenuAboutSectionLibraries = 272,
|
|
288
288
|
MenuAboutSectionLibrariesDescription = 273,
|
|
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
|
-
|
|
289
|
+
MenuAboutLabelVersion = 274,
|
|
290
|
+
MenuAboutLabelVersionDeploy = 275,
|
|
291
|
+
MenuAboutLabelVersionBuild = 276,
|
|
292
|
+
MenuAboutLabelVersionBuildTime = 277,
|
|
293
|
+
MenuBindings = 278,
|
|
294
|
+
MenuBindingsDescription = 279,
|
|
295
|
+
MenuBindingsTooltipBindConflicts = 280,
|
|
296
|
+
MenuBindingsManagedBindableGameActionBarUseSlot = 281,
|
|
297
|
+
MenuBindingsManagedBindableGameActionBarToggleSlot = 282,
|
|
298
|
+
MenuBindingsManagedBindableGameActionBarToggleUseOnMoveSlot = 283,
|
|
299
|
+
MenuChangelogTitle = 284,
|
|
300
|
+
MenuChangelogDescription = 285,
|
|
301
|
+
MenuChangelogHeadingUnchartedWaters = 286,
|
|
302
|
+
MenuChangelogFailedToLoadTitle = 287,
|
|
303
|
+
MenuChangelogFailedToLoadDescription = 288,
|
|
304
|
+
MenuChangelogHeadingChangeCount = 289,
|
|
305
|
+
MenuChangelogButtonCopyChangelog = 290,
|
|
306
|
+
MenuCharacterCreationButtonRandomizeName = 291,
|
|
307
|
+
MenuCharacterCreationButtonExportTooltip = 292,
|
|
308
|
+
MenuCharacterCreationButtonImportTooltip = 293,
|
|
309
|
+
MenuCharacterCreationButtonStartGame = 294,
|
|
310
|
+
MenuCharacterCreationButtonJoinGame = 295,
|
|
311
|
+
MenuCharacterCreationDescription = 296,
|
|
312
|
+
MenuCharacterCreationHeadingHairColor = 297,
|
|
313
|
+
MenuCharacterCreationHeadingHairStyle = 298,
|
|
314
|
+
MenuCharacterCreationHeadingSkinTone = 299,
|
|
315
|
+
MenuCharacterCreationLabelName = 300,
|
|
316
|
+
MenuCharacterCreationTitle = 301,
|
|
317
|
+
MenuCharacterCreationButtonRotateLeftTooltip = 302,
|
|
318
|
+
MenuCharacterCreationButtonRotateRightTooltip = 303,
|
|
319
|
+
MenuCharacterCreationButtonRandomizeTooltip = 304,
|
|
320
|
+
MenuCharacterSelectionButtonNewCharacter = 305,
|
|
321
|
+
MenuCharacterSelectionDescription = 306,
|
|
322
|
+
MenuCharacterSelectionHeadingNoCharacters = 307,
|
|
323
|
+
MenuCharacterSelectionTitle = 308,
|
|
324
|
+
MenuCharacterSelectionLabelLastUse = 309,
|
|
325
|
+
MenuCharacterSelectionLabelUseCount = 310,
|
|
326
|
+
MenuCharacterSelectionCharacterButtonDeleteTooltip = 311,
|
|
327
|
+
MenuCharacterSelectionCharacterButtonCustomizeTooltip = 312,
|
|
328
|
+
MenuMultiplayerDescription = 313,
|
|
329
|
+
MenuMultiplayerTitle = 314,
|
|
330
|
+
MenuMultiplayerButtonJoinById = 315,
|
|
331
|
+
MenuMultiplayerServerLabelReputation = 316,
|
|
332
|
+
MenuMultiplayerServerLabelDays = 317,
|
|
333
|
+
MenuMultiplayerServerLabelIsland = 318,
|
|
334
|
+
MenuMultiplayerButtonNewGame = 319,
|
|
335
|
+
MenuMultiplayerButtonLoadGame = 320,
|
|
336
|
+
MenuMultiplayerServerTooltipPVP = 321,
|
|
337
|
+
MenuMultiplayerServerTooltipModsLabel = 322,
|
|
338
|
+
MenuMultiplayerServerTooltipFriendsLabel = 323,
|
|
339
|
+
MenuMultiplayerServerPlayers = 324,
|
|
340
|
+
MenuMultiplayerServerLobbyType = 325,
|
|
341
|
+
MenuMultiplayerServerRegion = 326,
|
|
342
|
+
MenuMultiplayerServerHost = 327,
|
|
343
|
+
MenuMultiplayerServerVersion = 328,
|
|
344
|
+
MenuMultiplayerServerVersionUnknown = 329,
|
|
345
|
+
MenuMultiplayerServerDedicated = 330,
|
|
346
|
+
MenuMultiplayerHeadingPlayersOnline = 331,
|
|
347
|
+
MenuMultiplayerServerModUnableToLoad = 332,
|
|
348
|
+
MenuGameEndTitleDead = 333,
|
|
349
|
+
MenuGameEndTitleWon = 334,
|
|
350
|
+
MenuGameEndShareFacebook = 335,
|
|
351
|
+
MenuGameEndShareTwitter = 336,
|
|
352
|
+
MenuGameEndContinueAsGhost = 337,
|
|
353
|
+
MenuGameEndRespawnInCasualMode = 338,
|
|
354
|
+
MenuGameEndRespawnAsNewCharacter = 339,
|
|
355
|
+
MenuGameEndReturnToIsland = 340,
|
|
356
|
+
MenuGameEndExitToMenu = 341,
|
|
357
|
+
MenuHelpTitle = 342,
|
|
358
|
+
MenuHelpDescription = 343,
|
|
359
|
+
MenuHelpLabelSearch = 344,
|
|
360
|
+
MenuHighscoresTitle = 345,
|
|
361
|
+
MenuHighscoresDescription = 346,
|
|
362
|
+
MenuHighscoresDifficultyFilterAll = 347,
|
|
363
|
+
MenuHighscoresHighscoreLabelDifficulty = 348,
|
|
364
|
+
MenuHighscoresHighscoreLabelTurns = 349,
|
|
365
|
+
MenuHighscoresHighscoreLabelScore = 350,
|
|
366
|
+
MenuHighscoresHighscoreLabelPlace = 351,
|
|
367
|
+
MenuHighscoresHighscoreLabelDate = 352,
|
|
368
|
+
MenuHighscoresHighscoreLabelDeathBy = 353,
|
|
369
|
+
MenuHighscoresHighscoreTitle = 354,
|
|
370
|
+
MenuHighscoresCharacterNameUnknown = 355,
|
|
371
|
+
MenuHighscoresHighscoreReplayWithSettings = 356,
|
|
372
|
+
MenuLoadGameButtonSaveSlot = 357,
|
|
373
|
+
MenuLoadGameButtonNewGame = 358,
|
|
374
|
+
MenuLoadGameButtonNewGameButtonImportTooltip = 359,
|
|
375
|
+
MenuLoadGameDescription = 360,
|
|
376
|
+
MenuLoadGameSaveButtonDeleteTooltip = 361,
|
|
377
|
+
MenuLoadGameSaveButtonEditNameTooltip = 362,
|
|
378
|
+
MenuLoadGameSaveButtonExportTooltip = 363,
|
|
379
|
+
MenuLoadGameSaveTooltipLabelCreatedTime = 364,
|
|
380
|
+
MenuLoadGameSaveTooltipLabelSaveTime = 365,
|
|
381
|
+
MenuLoadGameSaveTooltipLabelGameMode = 366,
|
|
382
|
+
MenuLoadGameSaveTooltipLabelScore = 367,
|
|
383
|
+
MenuLoadGameSaveTooltipLabelSeed = 368,
|
|
384
|
+
MenuLoadGameSaveTooltipLabelTurns = 369,
|
|
385
|
+
MenuLoadGameSaveTooltipLabelMods = 370,
|
|
386
|
+
MenuLoadGameSaveTooltipLabelOriginalVersion = 371,
|
|
387
|
+
MenuLoadGameSaveTooltipMod = 372,
|
|
388
|
+
MenuLoadGameSaveTooltipNew = 373,
|
|
389
|
+
MenuLoadGameSaveGame = 374,
|
|
390
|
+
MenuLoadGameSaveGameDescription = 375,
|
|
391
|
+
MenuLoadGameTitle = 376,
|
|
392
|
+
MenuLoadGameLabelSelected = 377,
|
|
393
|
+
MenuLoadGameButtonDeleteSelectedTooltip = 378,
|
|
394
|
+
MenuLoadGameImportSaveFailure = 379,
|
|
395
|
+
MenuMainButtonAbout = 380,
|
|
396
|
+
MenuMainButtonChangelog = 381,
|
|
397
|
+
MenuMainButtonContinueGame = 382,
|
|
398
|
+
MenuMainButtonMultiplayer = 383,
|
|
399
|
+
MenuMainButtonHighscores = 384,
|
|
400
|
+
MenuMainButtonLoadGame = 385,
|
|
401
|
+
MenuMainButtonMods = 386,
|
|
402
|
+
MenuMainButtonModsAllDisabled = 387,
|
|
403
|
+
MenuMainButtonNewGame = 388,
|
|
404
|
+
MenuMainButtonNews = 389,
|
|
405
|
+
MenuMainButtonOptions = 390,
|
|
406
|
+
MenuMainButtonQuitGame = 391,
|
|
407
|
+
MenuModsWarningModsDisabledTitle = 392,
|
|
408
|
+
MenuModsWarningModsDisabledDescription = 393,
|
|
409
|
+
MenuModsButtonModdingGuide = 394,
|
|
410
|
+
MenuModsButtonOpenFolder = 395,
|
|
411
|
+
MenuModsButtonOpenWorkshop = 396,
|
|
412
|
+
MenuModsDescription = 397,
|
|
413
|
+
MenuModsTitle = 398,
|
|
414
|
+
MenuModsTooltipLabelAuthor = 399,
|
|
415
|
+
MenuModsTooltipLabelTags = 400,
|
|
416
|
+
MenuModsTooltipLabelDependencies = 401,
|
|
417
|
+
MenuModsTooltipLabelProvides = 402,
|
|
418
|
+
MenuModsTooltipLabelVersion = 403,
|
|
419
|
+
MenuModsTooltipLabelDescription = 404,
|
|
420
|
+
MenuModsTooltipLabelInstallDate = 405,
|
|
421
|
+
MenuModsTooltipLabelCreatedDate = 406,
|
|
422
|
+
MenuModsTooltipLabelLastUpdatedDate = 407,
|
|
423
|
+
MenuModsTooltipPreventsMilestoneUnlocks = 408,
|
|
424
|
+
MenuModsTooltipModOptions = 409,
|
|
425
|
+
MenuModsTooltipPublishMod = 410,
|
|
426
|
+
MenuModsTooltipModMoreInformation = 411,
|
|
427
|
+
MenuModsTooltipUninstallMod = 412,
|
|
428
|
+
MenuModsTooltipViewInSteamWorkshop = 413,
|
|
429
|
+
MenuModsTooltipViewGitHub = 414,
|
|
430
|
+
MenuModsTooltipOpenFolder = 415,
|
|
431
|
+
MenuModsButtonEditInternalMods = 416,
|
|
432
|
+
MenuModsSectionHeading = 417,
|
|
433
|
+
MenuModsSubmenuEditInternalModsTitle = 418,
|
|
434
|
+
MenuModsSubmenuEditInternalModsDescription = 419,
|
|
435
|
+
MenuModsSubmenuEditInternalModsPlaceholderAddNewInternalMod = 420,
|
|
436
|
+
MenuNewGameButtonNext = 421,
|
|
437
|
+
MenuNewGameButtonStartServer = 422,
|
|
438
|
+
MenuNewGameDescription = 423,
|
|
439
|
+
MenuNewGameLabelEditName = 424,
|
|
440
|
+
MenuNewGameLabelEditSeed = 425,
|
|
441
|
+
MenuNewGamePlaceholderEditSeed = 426,
|
|
442
|
+
MenuNewGameTitle = 427,
|
|
443
|
+
MenuNewGameChoiceDifficulty = 428,
|
|
444
|
+
MenuNewGameChoiceSingleplayer = 429,
|
|
445
|
+
MenuNewGameChoiceSingleplayerDescription = 430,
|
|
446
|
+
MenuNewGameChoiceMultiplayer = 431,
|
|
447
|
+
MenuNewGameChoiceMultiplayerDescription = 432,
|
|
448
|
+
MenuNewGameChoiceTurnModeManual = 433,
|
|
449
|
+
MenuNewGameChoiceTurnModeManualDescription = 434,
|
|
450
|
+
MenuNewGameChoiceTurnModeRealTime = 435,
|
|
451
|
+
MenuNewGameChoiceTurnModeRealTimeDescription = 436,
|
|
452
|
+
MenuNewGameChoiceTurnModeSimulated = 437,
|
|
453
|
+
MenuNewGameChoiceTurnModeSimulatedDescription = 438,
|
|
454
|
+
MenuNewGameChoiceDifficultyTooltipMaxSaves = 439,
|
|
455
|
+
MenuNewGameChoiceDifficultyTooltipCustomGameOptions = 440,
|
|
456
|
+
MenuNewGameChoiceDifficultyChallengeDaily = 441,
|
|
457
|
+
MenuNewGameChoiceDifficultyChallengeDailyTooltip = 442,
|
|
458
|
+
MenuNewGameButtonMilestones = 443,
|
|
459
|
+
MenuNewGameButtonMilestonesDescription = 444,
|
|
460
|
+
MenuNewGameTabGameMode = 445,
|
|
461
|
+
MenuNewGameTabMultiplayer = 446,
|
|
462
|
+
MenuNewGameTabGameplayModifiers = 447,
|
|
463
|
+
MenuNewGameHeadingGameMode = 448,
|
|
464
|
+
MenuNewGameHeadingMultiplayer = 449,
|
|
465
|
+
MenuNewGameHeadingGameplayModifiers = 450,
|
|
466
|
+
MenuNewGameChoiceClientsInheritHostModifiers = 451,
|
|
467
|
+
MenuNewGameChoiceClientsInheritHostModifiersDescription = 452,
|
|
468
|
+
MenuNewGameChoiceCustomModifiers = 453,
|
|
469
|
+
MenuNewGameChoiceCustomModifiersDescription = 454,
|
|
470
|
+
MenuMilestoneModifiersTitle = 455,
|
|
471
|
+
MenuMilestoneModifiersDescription = 456,
|
|
472
|
+
MenuCustomGameOptionsTitle = 457,
|
|
473
|
+
MenuCustomGameOptionsDescription = 458,
|
|
474
|
+
MenuCustomGameOptionsRespawnOnDeath = 459,
|
|
475
|
+
MenuCustomGameOptionsRespawnOnDeathDescription = 460,
|
|
476
|
+
MenuCustomGameOptionsUseUnlockedRecipes = 461,
|
|
477
|
+
MenuCustomGameOptionsStartingIslandBiome = 462,
|
|
478
|
+
MenuCustomGameOptionsApplyTravelingEffects = 463,
|
|
479
|
+
MenuCustomGameOptionsApplyTravelingEffectsDescription = 464,
|
|
480
|
+
MenuCustomGameOptionsCreaturesPeaceful = 465,
|
|
481
|
+
MenuCustomGameOptionsCreaturesPeacefulDescription = 466,
|
|
482
|
+
MenuCustomGameOptionsCreaturesAberrantSpawns = 467,
|
|
483
|
+
MenuCustomGameOptionsCreaturesAberrantSpawnsDescription = 468,
|
|
484
|
+
MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionDefault = 469,
|
|
485
|
+
MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionExclusively = 470,
|
|
486
|
+
MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionOff = 471,
|
|
487
|
+
MenuCustomGameOptionsCreaturesHeadingIndividualConfigurations = 472,
|
|
488
|
+
MenuCustomGameOptionsCreaturesAllowAberrantSpawns = 473,
|
|
489
|
+
MenuCustomGameOptionsCreaturesAlwaysSpawn = 474,
|
|
490
|
+
MenuCustomGameOptionsCreaturesAllowSpawning = 475,
|
|
491
|
+
MenuCustomGameOptionsCreaturesSpawnLimit = 476,
|
|
492
|
+
MenuCustomGameOptionsCreaturesSpawnLimitDescription = 477,
|
|
493
|
+
MenuCustomGameOptionsCreatureNone = 478,
|
|
494
|
+
MenuCustomGameOptionsCreatureConfigure = 479,
|
|
495
|
+
MenuCustomGameOptionsBenignityInitial = 480,
|
|
496
|
+
MenuCustomGameOptionsBenignityMultiplier = 481,
|
|
497
|
+
MenuCustomGameOptionsBenignityMultiplierTooltip = 482,
|
|
498
|
+
MenuCustomGameOptionsMalignityInitial = 483,
|
|
499
|
+
MenuCustomGameOptionsMalignityMultiplier = 484,
|
|
500
|
+
MenuCustomGameOptionsMalignityMultiplierTooltip = 485,
|
|
501
|
+
MenuCustomGameOptionsStatMultiplier = 486,
|
|
502
|
+
MenuCustomGameOptionsStatMultiplierTooltip = 487,
|
|
503
|
+
MenuCustomGameOptionsStatRegenerationMultiplierTooltip = 488,
|
|
504
|
+
MenuCustomGameOptionsHeadingGeneral = 489,
|
|
505
|
+
MenuCustomGameOptionsHeadingTravel = 490,
|
|
506
|
+
MenuCustomGameOptionsHeadingTime = 491,
|
|
507
|
+
MenuCustomGameOptionsHeadingStats = 492,
|
|
508
|
+
MenuCustomGameOptionsHeadingReputation = 493,
|
|
509
|
+
MenuCustomGameOptionsHeadingItems = 494,
|
|
510
|
+
MenuCustomGameOptionsHeadingCreatures = 495,
|
|
511
|
+
MenuCustomGameOptionsHeadingSkills = 496,
|
|
512
|
+
MenuCustomGameOptionsHeadingStatusEffects = 497,
|
|
513
|
+
MenuCustomGameOptionsEternalNight = 498,
|
|
514
|
+
MenuCustomGameOptionsEternalNightDescription = 499,
|
|
515
|
+
MenuCustomGameOptionsEternalDay = 500,
|
|
516
|
+
MenuCustomGameOptionsEternalDayDescription = 501,
|
|
517
|
+
MenuCustomGameOptionsTimeFrozen = 502,
|
|
518
|
+
MenuCustomGameOptionsTimeInitial = 503,
|
|
519
|
+
MenuCustomGameOptionsTimeDayLength = 504,
|
|
520
|
+
MenuCustomGameOptionsTimeDayLengthTooltip = 505,
|
|
521
|
+
MenuCustomGameOptionsTimeDayPercent = 506,
|
|
522
|
+
MenuCustomGameOptionsTimeDayPercentTooltip = 507,
|
|
523
|
+
MenuCustomGameOptionsStatStarting = 508,
|
|
524
|
+
MenuCustomGameOptionsStatMax = 509,
|
|
525
|
+
MenuCustomGameOptionsStatStartingDisplay = 510,
|
|
526
|
+
MenuCustomGameOptionsStatMaxDisplay = 511,
|
|
527
|
+
MenuCustomGameOptionsStatNoChange = 512,
|
|
528
|
+
MenuCustomGameOptionsStatBonus = 513,
|
|
529
|
+
MenuCustomGameOptionsStatBonusDisplay = 514,
|
|
530
|
+
MenuCustomGameOptionsStatusEffectPassChanceMultiplier = 515,
|
|
531
|
+
MenuCustomGameOptionsStatusEffectPassChanceMultiplierTooltip = 516,
|
|
532
|
+
MenuCustomGameOptionsStatusEffectStartWith = 517,
|
|
533
|
+
MenuCustomGameOptionsStatusEffectUntreatable = 518,
|
|
534
|
+
MenuCustomGameOptionsStatusEffectUntreatableTooltip = 519,
|
|
535
|
+
MenuCustomGameOptionsSkillInitialRandomCount = 520,
|
|
536
|
+
MenuCustomGameOptionsSkillInitialRandomCountDescription = 521,
|
|
537
|
+
MenuCustomGameOptionsSkillsHeadingIndividualConfigurations = 522,
|
|
538
|
+
MenuCustomGameOptionsSkillsGlobal = 523,
|
|
539
|
+
MenuCustomGameOptionsSkillNone = 524,
|
|
540
|
+
MenuCustomGameOptionsSkillConfigure = 525,
|
|
541
|
+
MenuCustomGameOptionsSkillInitial = 526,
|
|
542
|
+
MenuCustomGameOptionsSkillMultiplier = 527,
|
|
543
|
+
MenuCustomGameOptionsSkillMultiplierTooltip = 528,
|
|
544
|
+
MenuCustomGameOptionsRandomItems = 529,
|
|
545
|
+
MenuCustomGameOptionsRandomItemsDescription = 530,
|
|
546
|
+
MenuCustomGameOptionsItemDurability = 531,
|
|
547
|
+
MenuCustomGameOptionsItemDurabilityTooltip = 532,
|
|
548
|
+
MenuCustomGameOptionsItemDecay = 533,
|
|
549
|
+
MenuCustomGameOptionsItemDecayTooltip = 534,
|
|
550
|
+
MenuCustomGameOptionsExport = 535,
|
|
551
|
+
MenuCustomGameOptionsImport = 536,
|
|
552
|
+
MenuNewsDescription = 537,
|
|
553
|
+
MenuNewsHeadingSocial = 538,
|
|
554
|
+
MenuNewsTitle = 539,
|
|
555
|
+
MenuNewsHeadingUnableToLoad = 540,
|
|
556
|
+
MenuNewsButtonAllNews = 541,
|
|
557
|
+
MenuNewsButtonViewChangelog = 542,
|
|
558
|
+
MenuOptionsButtonDitherFogOfWar = 543,
|
|
559
|
+
MenuOptionsButtonHealthVignette = 544,
|
|
560
|
+
MenuOptionsButtonHealthVignetteTooltip = 545,
|
|
561
|
+
MenuOptionsButtonDisableCustomCursor = 546,
|
|
562
|
+
MenuOptionsButtonDisplayArticleInObjectNames = 547,
|
|
563
|
+
MenuOptionsButtonDisplayArticleInObjectNamesTooltip = 548,
|
|
564
|
+
MenuOptionsButtonFullscreen = 549,
|
|
565
|
+
MenuOptionsButtonCustomTitleBar = 550,
|
|
566
|
+
MenuOptionsButtonDeveloperMode = 551,
|
|
567
|
+
MenuOptionsButtonDeveloperModeContextMenu = 552,
|
|
568
|
+
MenuOptionsButtonPixelFont = 553,
|
|
569
|
+
MenuOptionsButtonReloadGame = 554,
|
|
570
|
+
MenuOptionsButtonReloadStylesheets = 555,
|
|
571
|
+
MenuOptionsButtonReloadVariableUIImages = 556,
|
|
572
|
+
MenuOptionsButtonExportGlobalSaveData = 557,
|
|
573
|
+
MenuOptionsButtonImportGlobalSaveData = 558,
|
|
574
|
+
MenuOptionsButtonSaveDataBackups = 559,
|
|
575
|
+
MenuOptionsButtonSaveDataBackupsTooltip = 560,
|
|
576
|
+
MenuOptionsButtonSaveDataClearAll = 561,
|
|
577
|
+
MenuOptionsButtonSaveDataClearCharacters = 562,
|
|
578
|
+
MenuOptionsButtonSaveDataClearHighscores = 563,
|
|
579
|
+
MenuOptionsButtonSaveDataClearMilestones = 564,
|
|
580
|
+
MenuOptionsButtonSaveDataClearOptions = 565,
|
|
581
|
+
MenuOptionsButtonSaveDataClearCraftingRecipes = 566,
|
|
582
|
+
MenuOptionsButtonSaveDataClearSaves = 567,
|
|
583
|
+
MenuOptionsButtonSkipSplash = 568,
|
|
584
|
+
MenuOptionsButtonToggleDevTools = 569,
|
|
585
|
+
MenuOptionsButtonTooltipsCreatures = 570,
|
|
586
|
+
MenuOptionsButtonOpenBackupsFolder = 571,
|
|
587
|
+
MenuOptionsButtonOpenLogsFolder = 572,
|
|
588
|
+
MenuOptionsButtonTooltipsDoodads = 573,
|
|
589
|
+
MenuOptionsButtonTooltipsItems = 574,
|
|
590
|
+
MenuOptionsButtonTooltipsTerrain = 575,
|
|
591
|
+
MenuOptionsButtonDropLocationFacing = 576,
|
|
592
|
+
MenuOptionsButtonDropLocationFeet = 577,
|
|
593
|
+
MenuOptionsButtonStartTraceRecording = 578,
|
|
594
|
+
MenuOptionsButtonStopTraceRecording = 579,
|
|
595
|
+
MenuOptionsButtonTracingRecordingtTooltip = 580,
|
|
596
|
+
MenuOptionsButtonDropLocationFeetWhenFacingBlocked = 581,
|
|
597
|
+
MenuOptionsDescription = 582,
|
|
598
|
+
MenuOptionsHeadingAudio = 583,
|
|
599
|
+
MenuOptionsHeadingDeveloper = 584,
|
|
600
|
+
MenuOptionsHeadingGameplayOptions = 585,
|
|
601
|
+
MenuOptionsHeadingGameplayOptionsDescription = 586,
|
|
602
|
+
MenuOptionsHeadingOtherOptions = 587,
|
|
603
|
+
MenuOptionsHeadingControls = 588,
|
|
604
|
+
MenuOptionsHeadingLanguage = 589,
|
|
605
|
+
MenuOptionsHeadingPowerPreference = 590,
|
|
606
|
+
MenuOptionsHeadingModOptions = 591,
|
|
607
|
+
MenuOptionsHeadingOther = 592,
|
|
608
|
+
MenuOptionsHeadingSaveData = 593,
|
|
609
|
+
MenuOptionsHeadingTooltipsTile = 594,
|
|
610
|
+
MenuOptionsHeadingVideo = 595,
|
|
611
|
+
MenuOptionsLabelInterfaceScale = 596,
|
|
612
|
+
MenuOptionsLabelTooltipDelay = 597,
|
|
613
|
+
MenuOptionsLabelDirectionTurnDelay = 598,
|
|
614
|
+
MenuOptionsLabelMouseTurnDelay = 599,
|
|
615
|
+
MenuOptionsLabelFontStyle = 600,
|
|
616
|
+
MenuOptionsTooltipTurnDelay = 601,
|
|
617
|
+
MenuOptionsTooltipMouseTurnDelay = 602,
|
|
618
|
+
MenuOptionsTooltipUiScaleClamped = 603,
|
|
619
|
+
MenuOptionsTooltipControlsFilter = 604,
|
|
620
|
+
MenuOptionsLabelVolumeEffects = 605,
|
|
621
|
+
MenuOptionsLabelVolumeMusic = 606,
|
|
622
|
+
MenuOptionsTabAudio = 607,
|
|
623
|
+
MenuOptionsTabDeveloper = 608,
|
|
624
|
+
MenuOptionsTabGameplay = 609,
|
|
625
|
+
MenuOptionsTabTooltips = 610,
|
|
626
|
+
MenuOptionsTabOther = 611,
|
|
627
|
+
MenuOptionsTabLanguage = 612,
|
|
628
|
+
MenuOptionsTabControls = 613,
|
|
629
|
+
MenuOptionsTabMods = 614,
|
|
630
|
+
MenuOptionsTabSaveData = 615,
|
|
631
|
+
MenuOptionsTabVideo = 616,
|
|
632
|
+
MenuOptionsTabPerformance = 617,
|
|
633
|
+
MenuOptionsHeadingPerformance = 618,
|
|
634
|
+
MenuOptionsTitle = 619,
|
|
635
|
+
MenuOptionsTooltipMusicNextTrack = 620,
|
|
636
|
+
MenuOptionsBindChoose = 621,
|
|
637
|
+
MenuOptionsBindChooseAdd = 622,
|
|
638
|
+
MenuOptionsBindLabelModifier = 623,
|
|
639
|
+
MenuOptionsBindButtonResetTooltip = 624,
|
|
640
|
+
MenuOptionsBindButtonDeleteTooltip = 625,
|
|
641
|
+
MenuOptionsBindButtonAddTooltip = 626,
|
|
642
|
+
MenuOptionsBindButtonAddMacroTooltip = 627,
|
|
643
|
+
MenuOptionsButtonUnlockAllMilestones = 628,
|
|
644
|
+
MenuOptionsButtonUnlockAllCraftingRecipes = 629,
|
|
645
|
+
MenuOptionsButtonAlternatingDirectionMovement = 630,
|
|
646
|
+
MenuOptionsButtonAllowAlternatingDirectionMovementTooltip = 631,
|
|
647
|
+
MenuOptionsButtonAlwaysShowMoreInformation = 632,
|
|
648
|
+
MenuOptionsButtonAlwaysShowMoreInformationTooltip = 633,
|
|
649
|
+
MenuOptionsButtonDisableAcrylicTransparency = 634,
|
|
650
|
+
MenuOptionsButtonDisableAcrylicTransparencyTooltip = 635,
|
|
651
|
+
MenuOptionsButtonDisableOverlaySupport = 636,
|
|
652
|
+
MenuOptionsButtonDisableOverlaySupportTooltip = 637,
|
|
653
|
+
MenuOptionsButtonDisableUIEffects = 638,
|
|
654
|
+
MenuOptionsButtonDisableUIEffectsTooltip = 639,
|
|
655
|
+
MenuOptionsButtonDisableUIOpacity = 640,
|
|
656
|
+
MenuOptionsButtonDisableUIOpacityTooltip = 641,
|
|
657
|
+
MenuOptionsButtonDisableMovementAnimations = 642,
|
|
658
|
+
MenuOptionsButtonDisableMovementAnimationsTooltip = 643,
|
|
659
|
+
MenuOptionsButtonAutoAttack = 644,
|
|
660
|
+
MenuOptionsButtonAutoAttackTooltip = 645,
|
|
661
|
+
MenuOptionsButtonAutoPickUp = 646,
|
|
662
|
+
MenuOptionsButtonAutoPickUpTooltip = 647,
|
|
663
|
+
MenuOptionsButtonAutoPickUpOnIdle = 648,
|
|
664
|
+
MenuOptionsButtonAutoPickUpOnIdleTooltip = 649,
|
|
665
|
+
MenuOptionsButtonDropOnDismantle = 650,
|
|
666
|
+
MenuOptionsButtonDropOnDismantleTooltip = 651,
|
|
667
|
+
MenuOptionsButtonDisableCraftingProtectedItems = 652,
|
|
668
|
+
MenuOptionsButtonDisableCraftingProtectedItemsTooltip = 653,
|
|
669
|
+
MenuOptionsButtonDropOnGatherHarvest = 654,
|
|
670
|
+
MenuOptionsButtonDropOnGatherHarvestTooltip = 655,
|
|
671
|
+
MenuOptionsButtonKeepSortActive = 656,
|
|
672
|
+
MenuOptionsButtonKeepSortActiveTooltip = 657,
|
|
673
|
+
MenuOptionsButtonUseAdjacentContainers = 658,
|
|
674
|
+
MenuOptionsButtonUseAdjacentContainersTooltip = 659,
|
|
675
|
+
MenuOptionsButtonHideEquippedHeadgear = 660,
|
|
676
|
+
MenuOptionsButtonHideEquippedHeadgearTooltip = 661,
|
|
677
|
+
MenuOptionsButtonAutoSave = 662,
|
|
678
|
+
MenuOptionsButtonAutoSaveTooltip = 663,
|
|
679
|
+
MenuOptionsRangeAutoSaveTimerLabel = 664,
|
|
680
|
+
MenuOptionsRangeAutoSaveTimerTurnsDisplay = 665,
|
|
681
|
+
MenuOptionsRangeAutoSaveTimerTimeDisplay = 666,
|
|
682
|
+
MenuOptionsButtonDropIntoContainers = 667,
|
|
683
|
+
MenuOptionsButtonDropIntoContainersTooltip = 668,
|
|
684
|
+
MenuOptionsButtonWarnOnDangerousActions = 669,
|
|
685
|
+
MenuOptionsButtonWarnOnDangerousActionsTooltip = 670,
|
|
686
|
+
MenuOptionsButtonWarnWhenBreakingItemsOnCraft = 671,
|
|
687
|
+
MenuOptionsButtonWarnWhenBreakingItemsOnCraftTooltip = 672,
|
|
688
|
+
MenuOptionsButtonWarnWhenBreakingItemsOnUse = 673,
|
|
689
|
+
MenuOptionsButtonWarnWhenBreakingItemsOnUseTooltip = 674,
|
|
690
|
+
MenuOptionsHeadingWarnWhenBreakingItems = 675,
|
|
691
|
+
MenuOptionsButtonSaveDataClearBindings = 676,
|
|
692
|
+
MenuOptionsTooltipDialogOpacity = 677,
|
|
693
|
+
MenuOptionsLabelDialogOpacity = 678,
|
|
694
|
+
MenuOptionsDeveloperLogSourceFilterHeading = 679,
|
|
695
|
+
MenuOptionsDeveloperUIExperiments = 680,
|
|
696
|
+
MenuOptionsDeveloperUIExperimentsDescription = 681,
|
|
697
|
+
MenuOptionsAudioVolumeDisplay = 682,
|
|
698
|
+
MenuOptionsAudioInputSoundOnTyping = 683,
|
|
699
|
+
MenuOptionsMusicPlaylist = 684,
|
|
700
|
+
MenuOptionsButtonConfigureBindings = 685,
|
|
701
|
+
MenuOptionsButtonSaveCompression = 686,
|
|
702
|
+
MenuOptionsButtonSaveCompressionTooltip = 687,
|
|
703
|
+
MenuPauseButtonContinueGame = 688,
|
|
704
|
+
MenuPauseButtonReturnToGame = 689,
|
|
705
|
+
MenuPauseButtonOptions = 690,
|
|
706
|
+
MenuPauseButtonGameSettings = 691,
|
|
707
|
+
MenuPauseButtonPaused = 692,
|
|
708
|
+
MenuPauseButtonMultiplayer = 693,
|
|
709
|
+
MenuPauseButtonHelp = 694,
|
|
710
|
+
MenuPauseButtonTitleScreen = 695,
|
|
711
|
+
MenuPauseButtonStopServer = 696,
|
|
712
|
+
MenuPauseHeadingDedicatedServer = 697,
|
|
713
|
+
MenuPauseTooltipNotPaused = 698,
|
|
714
|
+
MenuPauseParagraphDedicatedServer = 699,
|
|
715
|
+
MenuPauseLabelPaused = 700,
|
|
716
|
+
MenuPauseLabelNotPaused = 701,
|
|
717
|
+
MenuModesTitle = 702,
|
|
718
|
+
MenuModesDescription = 703,
|
|
719
|
+
MenuMultiplayerOptionsTitle = 704,
|
|
720
|
+
MenuMultiplayerOptionsDescription = 705,
|
|
721
|
+
MenuMultiplayerOptionsOpenServer = 706,
|
|
722
|
+
MenuMultiplayerOptionsOpenServerDescription = 707,
|
|
723
|
+
MenuMultiplayerOptionsCopyGameCode = 708,
|
|
724
|
+
MenuMultiplayerOptionsCopyGameCodeTooltip = 709,
|
|
725
|
+
MenuMultiplayerOptionsInviteSteamFriends = 710,
|
|
726
|
+
MenuMultiplayerOptionsCheckConnectionHeading = 711,
|
|
727
|
+
MenuMultiplayerOptionsCheckConnectionParagraph = 712,
|
|
728
|
+
MenuMultiplayerOptionsCheckConnectionButton = 713,
|
|
729
|
+
MenuMultiplayerOptionsCheckConnectionResultUnknown = 714,
|
|
730
|
+
MenuMultiplayerOptionsCheckConnectionResultChecking = 715,
|
|
731
|
+
MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetwork = 716,
|
|
732
|
+
MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetworkFail = 717,
|
|
733
|
+
MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetworkUnavailable = 718,
|
|
734
|
+
MenuMultiplayerOptionsCheckConnectionResultWebRTC = 719,
|
|
735
|
+
MenuMultiplayerOptionsCheckConnectionResultWebRTCFail = 720,
|
|
736
|
+
MenuMultiplayerOptionsCheckConnectionResultWebSocket = 721,
|
|
737
|
+
MenuMultiplayerOptionsCheckConnectionResultWebSocketFail = 722,
|
|
738
|
+
MenuMultiplayerOptionsCheckConnectionResultWebSocketUnavailable = 723,
|
|
739
|
+
MenuMultiplayerOptionsCheckConnectionResultSuccess = 724,
|
|
740
|
+
MenuJoinServerTitle = 725,
|
|
741
|
+
MenuJoinServerDescription = 726,
|
|
742
|
+
MenuJoinServerInputPlaceholder = 727,
|
|
743
|
+
MenuJoinServerChooseModifiersTitle = 728,
|
|
744
|
+
MenuJoinServerChooseModifiersDescription = 729,
|
|
745
|
+
MenuSharedMultiplayerChoiceLobbyTypeFriends = 730,
|
|
746
|
+
MenuSharedMultiplayerChoiceLobbyTypeFriendsDescription = 731,
|
|
747
|
+
MenuSharedMultiplayerChoiceLobbyTypePublic = 732,
|
|
748
|
+
MenuSharedMultiplayerChoiceLobbyTypePublicDescription = 733,
|
|
749
|
+
MenuSharedMultiplayerChoiceLobbyTypePrivate = 734,
|
|
750
|
+
MenuSharedMultiplayerChoiceLobbyTypePrivateDescription = 735,
|
|
751
|
+
MenuSharedMultiplayerChoicePVP = 736,
|
|
752
|
+
MenuSharedMultiplayerChoicePVPDescription = 737,
|
|
753
|
+
MenuSharedMultiplayerChoiceAllowTraveling = 738,
|
|
754
|
+
MenuSharedMultiplayerChoiceAllowTravelingDescription = 739,
|
|
755
|
+
MenuSharedMultiplayerChoiceAllowHardcoreRespawns = 740,
|
|
756
|
+
MenuSharedMultiplayerChoiceAllowHardcoreRespawnsDescription = 741,
|
|
757
|
+
MenuSharedMultiplayerDescription = 742,
|
|
758
|
+
MenuSharedMultiplayerMessageOfTheDay = 743,
|
|
759
|
+
MenuSharedMultiplayerMaxPlayers = 744,
|
|
760
|
+
MenuSharedRealTimeTickSpeedTooltip = 745,
|
|
761
|
+
MenuSharedRealTimeTickSpeedLabel = 746,
|
|
762
|
+
MenuSharedMaxTravelTimeLabel = 747,
|
|
763
|
+
MenuSharedMaxTravelTimeLabelTooltip = 748,
|
|
764
|
+
MenuSharedButtonDefault = 749,
|
|
765
|
+
MenuSharedValueMillseconds = 750,
|
|
766
|
+
MenuSharedValueTurns = 751,
|
|
767
|
+
MenuSharedValuePercentage = 752,
|
|
768
|
+
MenuSharedMilestonesNotUnlockable = 753,
|
|
769
|
+
MenuSharedMilestonesNotUnlockableDescription = 754,
|
|
770
|
+
MenuSharedMilestonesNotUnlockableButtonShowMods = 755,
|
|
771
|
+
MenuSharedButtonDisableAll = 756,
|
|
772
|
+
MenuSharedButtonEnableAll = 757,
|
|
773
|
+
MenuSharedMilestoneModifiersSelected = 758,
|
|
774
|
+
MiscSortBy = 759,
|
|
775
|
+
MiscSortDirection = 760,
|
|
776
|
+
MiscFilter = 761,
|
|
777
|
+
MiscPlayerNameDefault = 762,
|
|
778
|
+
MiscPlayerNameServer = 763,
|
|
779
|
+
MiscSaveNameDefault = 764,
|
|
780
|
+
MiscSaveNameDailyChallenge = 765,
|
|
781
|
+
MiscSaveNameChallenge = 766,
|
|
782
|
+
MiscSaveVersionUnknown = 767,
|
|
783
|
+
MiscVersion = 768,
|
|
784
|
+
MiscVersionBuildInfoTooltip = 769,
|
|
785
|
+
MiscVersionUpdate = 770,
|
|
786
|
+
MiscTime = 771,
|
|
787
|
+
MiscTimeMeridiem = 772,
|
|
788
|
+
MiscError = 773,
|
|
789
|
+
MiscContextMenuCopyTooltip = 774,
|
|
790
|
+
MiscBindableOr = 775,
|
|
791
|
+
MiscBindableNoBindings = 776,
|
|
792
|
+
DifficultyOptionsPeaceful = 777,
|
|
793
|
+
DifficultyOptionsAberrantSpawnsDisabled = 778,
|
|
794
|
+
DifficultyOptionsAberrantSpawnsOnly = 779,
|
|
795
|
+
DifficultyOptionsCreatureSpawningDisabled = 780,
|
|
796
|
+
DifficultyOptionsCreatureAlwaysSpawns = 781,
|
|
797
|
+
DifficultyOptionsCreatureSpawnsDefault = 782,
|
|
798
|
+
DifficultyOptionsCreatureSpawnsAberrantOnly = 783,
|
|
799
|
+
DifficultyOptionsCreatureSpawnsNoAberrants = 784,
|
|
800
|
+
DifficultyOptionsSpawnLimit = 785,
|
|
801
|
+
DifficultyOptionsRespawn = 786,
|
|
802
|
+
DifficultyOptionsEternalNight = 787,
|
|
803
|
+
DifficultyOptionsEternalDay = 788,
|
|
804
|
+
DifficultyOptionsTimeInitial = 789,
|
|
805
|
+
DifficultyOptionsTimeFrozen = 790,
|
|
806
|
+
DifficultyOptionsTimeDayLength = 791,
|
|
807
|
+
DifficultyOptionsTimeDayPercent = 792,
|
|
808
|
+
DifficultyOptionsNoItems = 793,
|
|
809
|
+
DifficultyOptionsRecipes = 794,
|
|
810
|
+
DifficultyOptionsStartingIsland = 795,
|
|
811
|
+
DifficultyOptionsTravelingEffectsDisabled = 796,
|
|
812
|
+
DifficultyOptionsBenignityInitial = 797,
|
|
813
|
+
DifficultyOptionsBenignityMultiplier = 798,
|
|
814
|
+
DifficultyOptionsMalignityInitial = 799,
|
|
815
|
+
DifficultyOptionsMalignityMultiplier = 800,
|
|
816
|
+
DifficultyOptionsWeightBonus = 801,
|
|
817
|
+
DifficultyOptionsStatInitial = 802,
|
|
818
|
+
DifficultyOptionsStatMax = 803,
|
|
819
|
+
DifficultyOptionsStatMultiplier = 804,
|
|
820
|
+
DifficultyOptionsStatusEffectStartWith = 805,
|
|
821
|
+
DifficultyOptionsStatusEffectUntreatable = 806,
|
|
822
|
+
DifficultyOptionsStatusEffectPassChanceMultiplier = 807,
|
|
823
|
+
DifficultyOptionsNoRandomSkills = 808,
|
|
824
|
+
DifficultyOptionsSkillStartingCount = 809,
|
|
825
|
+
DifficultyOptionsSkillGainMultiplier = 810,
|
|
826
|
+
DifficultyOptionsSkillInitial = 811,
|
|
827
|
+
DifficultyOptionsStatusEffectPermanent = 812,
|
|
828
|
+
DifficultyOptionsStatusEffectRateMultiplier = 813,
|
|
829
|
+
DifficultyOptionsStatusEffectMultiplier = 814,
|
|
830
|
+
DifficultyOptionsItemDurabilityMultiplier = 815,
|
|
831
|
+
DifficultyOptionsItemDecayMultiplier = 816,
|
|
832
|
+
EquipmentBack = 817,
|
|
833
|
+
EquipmentBelt = 818,
|
|
834
|
+
EquipmentChest = 819,
|
|
835
|
+
EquipmentFeet = 820,
|
|
836
|
+
EquipmentHands = 821,
|
|
837
|
+
EquipmentHead = 822,
|
|
838
|
+
EquipmentLegs = 823,
|
|
839
|
+
EquipmentMainHand = 824,
|
|
840
|
+
EquipmentMainHandOption = 825,
|
|
841
|
+
EquipmentNeck = 826,
|
|
842
|
+
EquipmentOffHand = 827,
|
|
843
|
+
EquipmentOffHandOption = 828,
|
|
844
|
+
EquipmentUse = 829,
|
|
845
|
+
HudFilter = 830,
|
|
846
|
+
TabCrafting = 831,
|
|
847
|
+
TabDismantle = 832,
|
|
848
|
+
WindowTitleContainer = 833,
|
|
849
|
+
WindowTitleCrafting = 834,
|
|
850
|
+
WindowTitleEquipment = 835,
|
|
851
|
+
WindowTitleInventory = 836
|
|
847
852
|
}
|
|
848
853
|
export default UiTranslation;
|