@wayward/types 2.13.2-beta.dev.20230607.1 → 2.13.2-beta.dev.20230609.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/definitions/game/game/deity/IDeities.d.ts +10 -0
- package/definitions/game/game/entity/action/usable/IUsableAction.d.ts +1 -1
- package/definitions/game/game/entity/creature/ICreature.d.ts +5 -4
- package/definitions/game/game/inspection/infoProviders/stat/FerocityInfo.d.ts +10 -0
- package/definitions/game/game/inspection/infoProviders/stat/StatInfo.d.ts +10 -0
- package/definitions/game/game/meta/prompt/IPrompt.d.ts +38 -37
- package/definitions/game/game/meta/prompt/PromptDescriptions.d.ts +1 -0
- package/definitions/game/language/Dictionary.d.ts +12 -12
- package/definitions/game/language/DictionaryMap.d.ts +24 -24
- package/definitions/game/language/dictionary/Message.d.ts +504 -503
- package/definitions/game/language/dictionary/UiTranslation.d.ts +486 -485
- package/definitions/game/mod/IModManager.d.ts +4 -3
- package/definitions/game/renderer/context/RendererOrigin.d.ts +1 -1
- package/definitions/game/steamworks/Steamworks.d.ts +3 -2
- package/definitions/game/ui/screen/screens/game/dialog/EquipmentDialog.d.ts +2 -2
- package/definitions/game/ui/screen/screens/game/static/ActionBar.d.ts +2 -2
- package/definitions/game/ui/screen/screens/menu/menus/multiplayer/ServerRow.d.ts +1 -1
- package/definitions/game/ui/util/Misc.d.ts +1 -0
- package/definitions/hosts/shared/interfaces.d.ts +3 -2
- package/package.json +1 -1
- /package/definitions/game/ui/screen/screens/game/component/{Item.d.ts → ItemComponent.d.ts} +0 -0
|
@@ -381,490 +381,491 @@ declare enum UiTranslation {
|
|
|
381
381
|
MenuMultiplayerServerVersionUnknown = 366,
|
|
382
382
|
MenuMultiplayerServerDedicated = 367,
|
|
383
383
|
MenuMultiplayerHeadingPlayersOnline = 368,
|
|
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
|
-
|
|
384
|
+
MenuMultiplayerServerModInfo = 369,
|
|
385
|
+
MenuMultiplayerServerModUnableToLoad = 370,
|
|
386
|
+
MenuGameEndTitleDead = 371,
|
|
387
|
+
MenuGameEndTitleWon = 372,
|
|
388
|
+
MenuGameEndShareFacebook = 373,
|
|
389
|
+
MenuGameEndShareTwitter = 374,
|
|
390
|
+
MenuGameEndContinueAsGhost = 375,
|
|
391
|
+
MenuGameEndRespawnInCasualMode = 376,
|
|
392
|
+
MenuGameEndRespawnAsNewCharacter = 377,
|
|
393
|
+
MenuGameEndReturnToIsland = 378,
|
|
394
|
+
MenuGameEndExitToMenu = 379,
|
|
395
|
+
MenuHelpTitle = 380,
|
|
396
|
+
MenuHelpDescription = 381,
|
|
397
|
+
MenuHelpLabelSearch = 382,
|
|
398
|
+
MenuHighscoresTitle = 383,
|
|
399
|
+
MenuHighscoresDescription = 384,
|
|
400
|
+
MenuHighscoresDifficultyFilterAll = 385,
|
|
401
|
+
MenuHighscoresHighscoreLabelDifficulty = 386,
|
|
402
|
+
MenuHighscoresHighscoreLabelTurns = 387,
|
|
403
|
+
MenuHighscoresHighscoreLabelScore = 388,
|
|
404
|
+
MenuHighscoresHighscoreLabelPlace = 389,
|
|
405
|
+
MenuHighscoresHighscoreLabelDate = 390,
|
|
406
|
+
MenuHighscoresHighscoreLabelDeathBy = 391,
|
|
407
|
+
MenuHighscoresHighscoreTitle = 392,
|
|
408
|
+
MenuHighscoresCharacterNameUnknown = 393,
|
|
409
|
+
MenuHighscoresHighscoreReplayWithSettings = 394,
|
|
410
|
+
MenuLoadGameButtonSaveSlot = 395,
|
|
411
|
+
MenuLoadGameButtonNewGame = 396,
|
|
412
|
+
MenuLoadGameButtonNewGameButtonImportTooltip = 397,
|
|
413
|
+
MenuLoadGameDescription = 398,
|
|
414
|
+
MenuLoadGameSaveButtonDeleteTooltip = 399,
|
|
415
|
+
MenuLoadGameSaveButtonEditNameTooltip = 400,
|
|
416
|
+
MenuLoadGameSaveButtonExportTooltip = 401,
|
|
417
|
+
MenuLoadGameSaveTooltipLabelCreatedTime = 402,
|
|
418
|
+
MenuLoadGameSaveTooltipLabelSaveTime = 403,
|
|
419
|
+
MenuLoadGameSaveTooltipLabelGameMode = 404,
|
|
420
|
+
MenuLoadGameSaveTooltipLabelScore = 405,
|
|
421
|
+
MenuLoadGameSaveTooltipLabelSeed = 406,
|
|
422
|
+
MenuLoadGameSaveTooltipLabelTurns = 407,
|
|
423
|
+
MenuLoadGameSaveTooltipLabelMods = 408,
|
|
424
|
+
MenuLoadGameSaveTooltipLabelOriginalVersion = 409,
|
|
425
|
+
MenuLoadGameSaveTooltipMod = 410,
|
|
426
|
+
MenuLoadGameSaveTooltipNew = 411,
|
|
427
|
+
MenuLoadGameSaveTooltipCorrupted = 412,
|
|
428
|
+
MenuLoadGameSaveGame = 413,
|
|
429
|
+
MenuLoadGameSaveGameDescription = 414,
|
|
430
|
+
MenuLoadGameTitle = 415,
|
|
431
|
+
MenuLoadGameLabelSelected = 416,
|
|
432
|
+
MenuLoadGameButtonDeleteSelectedTooltip = 417,
|
|
433
|
+
MenuLoadGameImportSaveFailure = 418,
|
|
434
|
+
MenuMainButtonAbout = 419,
|
|
435
|
+
MenuMainButtonChangelog = 420,
|
|
436
|
+
MenuMainButtonMultiplayer = 421,
|
|
437
|
+
MenuMainButtonHighscores = 422,
|
|
438
|
+
MenuMainButtonLoadGame = 423,
|
|
439
|
+
MenuMainButtonMods = 424,
|
|
440
|
+
MenuMainButtonModsAllDisabled = 425,
|
|
441
|
+
MenuMainButtonNewGame = 426,
|
|
442
|
+
MenuMainButtonNews = 427,
|
|
443
|
+
MenuMainButtonOptions = 428,
|
|
444
|
+
MenuMainButtonQuitGame = 429,
|
|
445
|
+
MenuModsWarningModsDisabledTitle = 430,
|
|
446
|
+
MenuModsWarningModsDisabledDescription = 431,
|
|
447
|
+
MenuModsButtonModdingGuide = 432,
|
|
448
|
+
MenuModsButtonOpenFolder = 433,
|
|
449
|
+
MenuModsButtonOpenWorkshop = 434,
|
|
450
|
+
MenuModsDescription = 435,
|
|
451
|
+
MenuModsTitle = 436,
|
|
452
|
+
MenuModsTooltipLabelAuthor = 437,
|
|
453
|
+
MenuModsTooltipLabelTags = 438,
|
|
454
|
+
MenuModsTooltipLabelDependencies = 439,
|
|
455
|
+
MenuModsTooltipLabelProvides = 440,
|
|
456
|
+
MenuModsTooltipLabelVersion = 441,
|
|
457
|
+
MenuModsTooltipLabelDescription = 442,
|
|
458
|
+
MenuModsTooltipLabelInstallDate = 443,
|
|
459
|
+
MenuModsTooltipLabelCreatedDate = 444,
|
|
460
|
+
MenuModsTooltipLabelLastUpdatedDate = 445,
|
|
461
|
+
MenuModsTooltipPreventsMilestoneUnlocks = 446,
|
|
462
|
+
MenuModsTooltipModOptions = 447,
|
|
463
|
+
MenuModsTooltipPublishMod = 448,
|
|
464
|
+
MenuModsTooltipModMoreInformation = 449,
|
|
465
|
+
MenuModsTooltipUninstallMod = 450,
|
|
466
|
+
MenuModsTooltipViewInSteamWorkshop = 451,
|
|
467
|
+
MenuModsTooltipViewGitHub = 452,
|
|
468
|
+
MenuModsTooltipOpenFolder = 453,
|
|
469
|
+
MenuModsButtonEditInternalMods = 454,
|
|
470
|
+
MenuModsSectionHeading = 455,
|
|
471
|
+
MenuModsSubmenuEditInternalModsTitle = 456,
|
|
472
|
+
MenuModsSubmenuEditInternalModsDescription = 457,
|
|
473
|
+
MenuModsSubmenuEditInternalModsPlaceholderAddNewInternalMod = 458,
|
|
474
|
+
MenuNewGameButtonNext = 459,
|
|
475
|
+
MenuNewGameButtonStartServer = 460,
|
|
476
|
+
MenuNewGameDescription = 461,
|
|
477
|
+
MenuNewGameLabelEditName = 462,
|
|
478
|
+
MenuNewGameLabelEditSeed = 463,
|
|
479
|
+
MenuNewGamePlaceholderEditSeed = 464,
|
|
480
|
+
MenuNewGameTitle = 465,
|
|
481
|
+
MenuNewGameChoiceDifficulty = 466,
|
|
482
|
+
MenuNewGameChoiceSingleplayer = 467,
|
|
483
|
+
MenuNewGameChoiceSingleplayerDescription = 468,
|
|
484
|
+
MenuNewGameChoiceMultiplayer = 469,
|
|
485
|
+
MenuNewGameChoiceMultiplayerDescription = 470,
|
|
486
|
+
MenuNewGameChoiceTurnModeManual = 471,
|
|
487
|
+
MenuNewGameChoiceTurnModeManualDescription = 472,
|
|
488
|
+
MenuNewGameChoiceTurnModeRealTime = 473,
|
|
489
|
+
MenuNewGameChoiceTurnModeRealTimeDescription = 474,
|
|
490
|
+
MenuNewGameChoiceTurnModeSimulated = 475,
|
|
491
|
+
MenuNewGameChoiceTurnModeSimulatedDescription = 476,
|
|
492
|
+
MenuNewGameChoiceDifficultyTooltipCustomGameOptions = 477,
|
|
493
|
+
MenuNewGameChoiceDifficultyChallengeDaily = 478,
|
|
494
|
+
MenuNewGameChoiceDifficultyChallengeDailyTooltip = 479,
|
|
495
|
+
MenuNewGameButtonMilestones = 480,
|
|
496
|
+
MenuNewGameButtonMilestonesDescription = 481,
|
|
497
|
+
MenuNewGameTabGameMode = 482,
|
|
498
|
+
MenuNewGameTabMultiplayer = 483,
|
|
499
|
+
MenuNewGameTabGameplayModifiers = 484,
|
|
500
|
+
MenuNewGameHeadingGameMode = 485,
|
|
501
|
+
MenuNewGameHeadingMultiplayer = 486,
|
|
502
|
+
MenuNewGameHeadingGameplayModifiers = 487,
|
|
503
|
+
MenuNewGameMilestoneModifiersUnlockableInMode = 488,
|
|
504
|
+
MenuNewGameChoiceClientsInheritHostModifiers = 489,
|
|
505
|
+
MenuNewGameChoiceClientsInheritHostModifiersDescription = 490,
|
|
506
|
+
MenuNewGameChoiceCustomModifiers = 491,
|
|
507
|
+
MenuNewGameChoiceCustomModifiersDescription = 492,
|
|
508
|
+
MenuMilestoneModifiersTitle = 493,
|
|
509
|
+
MenuMilestoneModifiersDescription = 494,
|
|
510
|
+
MenuCustomGameOptionsTitle = 495,
|
|
511
|
+
MenuCustomGameOptionsDescription = 496,
|
|
512
|
+
MenuCustomGameOptionsRespawnOnDeath = 497,
|
|
513
|
+
MenuCustomGameOptionsRespawnOnDeathDescription = 498,
|
|
514
|
+
MenuCustomGameOptionsUseUnlockedRecipes = 499,
|
|
515
|
+
MenuCustomGameOptionsStartingIslandBiome = 500,
|
|
516
|
+
MenuCustomGameOptionsApplyTravelingEffects = 501,
|
|
517
|
+
MenuCustomGameOptionsApplyTravelingEffectsDescription = 502,
|
|
518
|
+
MenuCustomGameOptionsCreaturesPeaceful = 503,
|
|
519
|
+
MenuCustomGameOptionsCreaturesAberrantSpawns = 504,
|
|
520
|
+
MenuCustomGameOptionsCreaturesAberrantSpawnsDescription = 505,
|
|
521
|
+
MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionDefault = 506,
|
|
522
|
+
MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionExclusively = 507,
|
|
523
|
+
MenuCustomGameOptionsCreaturesAberrantSpawnsDescriptionOff = 508,
|
|
524
|
+
MenuCustomGameOptionsCreaturesHeadingIndividualConfigurations = 509,
|
|
525
|
+
MenuCustomGameOptionsCreaturesAllowAberrantSpawns = 510,
|
|
526
|
+
MenuCustomGameOptionsCreaturesAlwaysSpawn = 511,
|
|
527
|
+
MenuCustomGameOptionsCreaturesAllowSpawning = 512,
|
|
528
|
+
MenuCustomGameOptionsCreaturesSpawnLimit = 513,
|
|
529
|
+
MenuCustomGameOptionsCreaturesSpawnLimitDescription = 514,
|
|
530
|
+
MenuCustomGameOptionsCreatureNone = 515,
|
|
531
|
+
MenuCustomGameOptionsCreatureConfigure = 516,
|
|
532
|
+
MenuCustomGameOptionsBenignityInitial = 517,
|
|
533
|
+
MenuCustomGameOptionsBenignityMultiplier = 518,
|
|
534
|
+
MenuCustomGameOptionsBenignityMultiplierTooltip = 519,
|
|
535
|
+
MenuCustomGameOptionsMalignityInitial = 520,
|
|
536
|
+
MenuCustomGameOptionsMalignityMultiplier = 521,
|
|
537
|
+
MenuCustomGameOptionsMalignityMultiplierTooltip = 522,
|
|
538
|
+
MenuCustomGameOptionsStatMultiplier = 523,
|
|
539
|
+
MenuCustomGameOptionsStatMultiplierTooltip = 524,
|
|
540
|
+
MenuCustomGameOptionsStatRegenerationMultiplierTooltip = 525,
|
|
541
|
+
MenuCustomGameOptionsHeadingGeneral = 526,
|
|
542
|
+
MenuCustomGameOptionsHeadingTravel = 527,
|
|
543
|
+
MenuCustomGameOptionsHeadingTime = 528,
|
|
544
|
+
MenuCustomGameOptionsHeadingStats = 529,
|
|
545
|
+
MenuCustomGameOptionsHeadingReputation = 530,
|
|
546
|
+
MenuCustomGameOptionsHeadingItems = 531,
|
|
547
|
+
MenuCustomGameOptionsHeadingCreatures = 532,
|
|
548
|
+
MenuCustomGameOptionsHeadingSkills = 533,
|
|
549
|
+
MenuCustomGameOptionsHeadingStatusEffects = 534,
|
|
550
|
+
MenuCustomGameOptionsEternalNight = 535,
|
|
551
|
+
MenuCustomGameOptionsEternalNightDescription = 536,
|
|
552
|
+
MenuCustomGameOptionsEternalDay = 537,
|
|
553
|
+
MenuCustomGameOptionsEternalDayDescription = 538,
|
|
554
|
+
MenuCustomGameOptionsTimeFrozen = 539,
|
|
555
|
+
MenuCustomGameOptionsTimeInitial = 540,
|
|
556
|
+
MenuCustomGameOptionsTimeDayLength = 541,
|
|
557
|
+
MenuCustomGameOptionsTimeDayLengthTooltip = 542,
|
|
558
|
+
MenuCustomGameOptionsTimeDayPercent = 543,
|
|
559
|
+
MenuCustomGameOptionsTimeDayPercentTooltip = 544,
|
|
560
|
+
MenuCustomGameOptionsStatStarting = 545,
|
|
561
|
+
MenuCustomGameOptionsStatMax = 546,
|
|
562
|
+
MenuCustomGameOptionsStatStartingDisplay = 547,
|
|
563
|
+
MenuCustomGameOptionsStatMaxDisplay = 548,
|
|
564
|
+
MenuCustomGameOptionsStatNoChange = 549,
|
|
565
|
+
MenuCustomGameOptionsStatBonus = 550,
|
|
566
|
+
MenuCustomGameOptionsStatBonusDisplay = 551,
|
|
567
|
+
MenuCustomGameOptionsStatusEffectPassChanceMultiplier = 552,
|
|
568
|
+
MenuCustomGameOptionsStatusEffectPassChanceMultiplierTooltip = 553,
|
|
569
|
+
MenuCustomGameOptionsStatusEffectStartWith = 554,
|
|
570
|
+
MenuCustomGameOptionsStatusEffectUntreatable = 555,
|
|
571
|
+
MenuCustomGameOptionsStatusEffectUntreatableTooltip = 556,
|
|
572
|
+
MenuCustomGameOptionsSkillInitialRandomCount = 557,
|
|
573
|
+
MenuCustomGameOptionsSkillInitialRandomCountDescription = 558,
|
|
574
|
+
MenuCustomGameOptionsSkillsHeadingIndividualConfigurations = 559,
|
|
575
|
+
MenuCustomGameOptionsSkillsGlobal = 560,
|
|
576
|
+
MenuCustomGameOptionsSkillNone = 561,
|
|
577
|
+
MenuCustomGameOptionsSkillConfigure = 562,
|
|
578
|
+
MenuCustomGameOptionsSkillInitial = 563,
|
|
579
|
+
MenuCustomGameOptionsSkillMultiplier = 564,
|
|
580
|
+
MenuCustomGameOptionsSkillMultiplierTooltip = 565,
|
|
581
|
+
MenuCustomGameOptionsRandomItems = 566,
|
|
582
|
+
MenuCustomGameOptionsRandomItemsDescription = 567,
|
|
583
|
+
MenuCustomGameOptionsItemDurability = 568,
|
|
584
|
+
MenuCustomGameOptionsItemDurabilityTooltip = 569,
|
|
585
|
+
MenuCustomGameOptionsItemDecay = 570,
|
|
586
|
+
MenuCustomGameOptionsItemDecayTooltip = 571,
|
|
587
|
+
MenuCustomGameOptionsExport = 572,
|
|
588
|
+
MenuCustomGameOptionsImport = 573,
|
|
589
|
+
MenuNewsDescription = 574,
|
|
590
|
+
MenuNewsHeadingSocial = 575,
|
|
591
|
+
MenuNewsTitle = 576,
|
|
592
|
+
MenuNewsHeadingUnableToLoad = 577,
|
|
593
|
+
MenuNewsButtonAllNews = 578,
|
|
594
|
+
MenuNewsButtonViewChangelog = 579,
|
|
595
|
+
MenuOptionsButtonDitherFogOfWar = 580,
|
|
596
|
+
MenuOptionsButtonHealthVignette = 581,
|
|
597
|
+
MenuOptionsButtonHealthVignetteTooltip = 582,
|
|
598
|
+
MenuOptionsButtonDisableCustomCursor = 583,
|
|
599
|
+
MenuOptionsButtonEnableSmoothZooming = 584,
|
|
600
|
+
MenuOptionsButtonDisplayArticleInObjectNames = 585,
|
|
601
|
+
MenuOptionsButtonDisplayArticleInObjectNamesTooltip = 586,
|
|
602
|
+
MenuOptionsButtonFullscreen = 587,
|
|
603
|
+
MenuOptionsButtonCustomTitleBar = 588,
|
|
604
|
+
MenuOptionsButtonDeveloperMode = 589,
|
|
605
|
+
MenuOptionsButtonDeveloperModeContextMenu = 590,
|
|
606
|
+
MenuOptionsButtonReloadGame = 591,
|
|
607
|
+
MenuOptionsButtonReloadStylesheets = 592,
|
|
608
|
+
MenuOptionsButtonReloadVariableUIImages = 593,
|
|
609
|
+
MenuOptionsButtonExportGlobalSaveData = 594,
|
|
610
|
+
MenuOptionsButtonImportGlobalSaveData = 595,
|
|
611
|
+
MenuOptionsButtonSaveDataBackups = 596,
|
|
612
|
+
MenuOptionsButtonSaveDataBackupsTooltip = 597,
|
|
613
|
+
MenuOptionsButtonSaveDataClearAll = 598,
|
|
614
|
+
MenuOptionsButtonSaveDataClearCharacters = 599,
|
|
615
|
+
MenuOptionsButtonSaveDataClearHighscores = 600,
|
|
616
|
+
MenuOptionsButtonSaveDataClearMilestones = 601,
|
|
617
|
+
MenuOptionsButtonSaveDataClearOptions = 602,
|
|
618
|
+
MenuOptionsButtonSaveDataClearCraftingRecipes = 603,
|
|
619
|
+
MenuOptionsButtonSaveDataClearSaves = 604,
|
|
620
|
+
MenuOptionsButtonSkipSplash = 605,
|
|
621
|
+
MenuOptionsButtonToggleDevTools = 606,
|
|
622
|
+
MenuOptionsButtonOpenBackupsFolder = 607,
|
|
623
|
+
MenuOptionsButtonOpenLogsFolder = 608,
|
|
624
|
+
MenuOptionsButtonDropLocationFacing = 609,
|
|
625
|
+
MenuOptionsButtonDropLocationFeet = 610,
|
|
626
|
+
MenuOptionsButtonStartTraceRecording = 611,
|
|
627
|
+
MenuOptionsButtonStopTraceRecording = 612,
|
|
628
|
+
MenuOptionsButtonTracingRecordingtTooltip = 613,
|
|
629
|
+
MenuOptionsButtonDropLocationFeetWhenFacingBlocked = 614,
|
|
630
|
+
MenuOptionsDescription = 615,
|
|
631
|
+
MenuOptionsHeadingAudio = 616,
|
|
632
|
+
MenuOptionsHeadingDeveloper = 617,
|
|
633
|
+
MenuOptionsHeadingGameplayOptions = 618,
|
|
634
|
+
MenuOptionsHeadingGameplayOptionsDescription = 619,
|
|
635
|
+
MenuOptionsHeadingGameplayOptionsButtonOpenDialog = 620,
|
|
636
|
+
MenuOptionsHeadingOtherOptions = 621,
|
|
637
|
+
MenuOptionsHeadingControls = 622,
|
|
638
|
+
MenuOptionsHeadingModOptions = 623,
|
|
639
|
+
MenuOptionsHeadingOther = 624,
|
|
640
|
+
MenuOptionsHeadingSaveData = 625,
|
|
641
|
+
MenuOptionsHeadingTooltipsTile = 626,
|
|
642
|
+
MenuOptionsHeadingVideo = 627,
|
|
643
|
+
MenuOptionsLabelInterfaceScale = 628,
|
|
644
|
+
MenuOptionsLabelHudWidth = 629,
|
|
645
|
+
MenuOptionsLabelTooltipDelay = 630,
|
|
646
|
+
MenuOptionsLabelDirectionTurnDelay = 631,
|
|
647
|
+
MenuOptionsLabelMouseTurnDelay = 632,
|
|
648
|
+
MenuOptionsLabelFontStyle = 633,
|
|
649
|
+
MenuOptionsTooltipTurnDelay = 634,
|
|
650
|
+
MenuOptionsTooltipMouseTurnDelay = 635,
|
|
651
|
+
MenuOptionsTooltipControlsFilter = 636,
|
|
652
|
+
MenuOptionsLabelVolumeEffects = 637,
|
|
653
|
+
MenuOptionsLabelVolumeMusic = 638,
|
|
654
|
+
MenuOptionsTabAudio = 639,
|
|
655
|
+
MenuOptionsTabDeveloper = 640,
|
|
656
|
+
MenuOptionsTabGameplay = 641,
|
|
657
|
+
MenuOptionsTabTooltips = 642,
|
|
658
|
+
MenuOptionsTabOther = 643,
|
|
659
|
+
MenuOptionsTabLanguage = 644,
|
|
660
|
+
MenuOptionsTabControls = 645,
|
|
661
|
+
MenuOptionsTabMods = 646,
|
|
662
|
+
MenuOptionsTabSaveData = 647,
|
|
663
|
+
MenuOptionsTabVideo = 648,
|
|
664
|
+
MenuOptionsTabPerformance = 649,
|
|
665
|
+
MenuOptionsHeadingPerformance = 650,
|
|
666
|
+
MenuOptionsTitle = 651,
|
|
667
|
+
MenuOptionsTooltipMusicNextTrack = 652,
|
|
668
|
+
MenuOptionsBindChoose = 653,
|
|
669
|
+
MenuOptionsBindChooseAdd = 654,
|
|
670
|
+
MenuOptionsBindButtonResetTooltip = 655,
|
|
671
|
+
MenuOptionsBindButtonDeleteTooltip = 656,
|
|
672
|
+
MenuOptionsBindButtonAddTooltip = 657,
|
|
673
|
+
MenuOptionsBindButtonAddMacroTooltip = 658,
|
|
674
|
+
MenuOptionsButtonUnlockAllMilestones = 659,
|
|
675
|
+
MenuOptionsButtonDiscoverAllActions = 660,
|
|
676
|
+
MenuOptionsButtonUnlockAllCraftingRecipes = 661,
|
|
677
|
+
MenuOptionsButtonAlternatingDirectionMovement = 662,
|
|
678
|
+
MenuOptionsButtonAllowAlternatingDirectionMovementTooltip = 663,
|
|
679
|
+
MenuOptionsButtonAlwaysShowMoreInformationTooltip = 664,
|
|
680
|
+
MenuOptionsButtonEnableLowPowerMode = 665,
|
|
681
|
+
MenuOptionsButtonEnableLowPowerModeTooltip = 666,
|
|
682
|
+
MenuOptionsButtonDisableAcrylicTransparency = 667,
|
|
683
|
+
MenuOptionsButtonDisableAcrylicTransparencyTooltip = 668,
|
|
684
|
+
MenuOptionsButtonDisableOverlaySupport = 669,
|
|
685
|
+
MenuOptionsButtonDisableOverlaySupportTooltip = 670,
|
|
686
|
+
MenuOptionsButtonDisableUIEffects = 671,
|
|
687
|
+
MenuOptionsButtonDisableUIEffectsTooltip = 672,
|
|
688
|
+
MenuOptionsButtonDisableUIOpacity = 673,
|
|
689
|
+
MenuOptionsButtonDisableUIOpacityTooltip = 674,
|
|
690
|
+
MenuOptionsButtonDisableMovementAnimations = 675,
|
|
691
|
+
MenuOptionsButtonDisableMovementAnimationsTooltip = 676,
|
|
692
|
+
MenuOptionsButtonAutoAttack = 677,
|
|
693
|
+
MenuOptionsButtonAutoAttackTooltip = 678,
|
|
694
|
+
MenuOptionsButtonAutoPickUp = 679,
|
|
695
|
+
MenuOptionsButtonAutoPickUpTooltip = 680,
|
|
696
|
+
MenuOptionsButtonAutoPickUpOnIdle = 681,
|
|
697
|
+
MenuOptionsButtonAutoPickUpOnIdleTooltip = 682,
|
|
698
|
+
MenuOptionsButtonDropOnDismantle = 683,
|
|
699
|
+
MenuOptionsButtonDropOnDismantleTooltip = 684,
|
|
700
|
+
MenuOptionsButtonDropOnDisassemble = 685,
|
|
701
|
+
MenuOptionsButtonDropOnDisassembleTooltip = 686,
|
|
702
|
+
MenuOptionsButtonDisableCraftingProtectedItems = 687,
|
|
703
|
+
MenuOptionsButtonDisableCraftingProtectedItemsTooltip = 688,
|
|
704
|
+
MenuOptionsButtonDropOnGatherHarvest = 689,
|
|
705
|
+
MenuOptionsButtonDropOnGatherHarvestTooltip = 690,
|
|
706
|
+
MenuOptionsButtonKeepSortActive = 691,
|
|
707
|
+
MenuOptionsButtonKeepSortActiveTooltip = 692,
|
|
708
|
+
MenuOptionsButtonUseAdjacentContainers = 693,
|
|
709
|
+
MenuOptionsButtonUseAdjacentContainersTooltip = 694,
|
|
710
|
+
MenuOptionsButtonHideEquippedHeadgear = 695,
|
|
711
|
+
MenuOptionsButtonHideEquippedHeadgearTooltip = 696,
|
|
712
|
+
MenuOptionsButtonLeftHanded = 697,
|
|
713
|
+
MenuOptionsButtonLeftHandedTooltip = 698,
|
|
714
|
+
MenuOptionsButtonAutoSave = 699,
|
|
715
|
+
MenuOptionsRangeAutoSaveTimerLabel = 700,
|
|
716
|
+
MenuOptionsRangeAutoSaveTimerTurnsDisplay = 701,
|
|
717
|
+
MenuOptionsRangeAutoSaveTimerTimeDisplay = 702,
|
|
718
|
+
MenuOptionsButtonDropIntoContainers = 703,
|
|
719
|
+
MenuOptionsButtonDropIntoContainersTooltip = 704,
|
|
720
|
+
MenuOptionsButtonWarnOnDangerousActions = 705,
|
|
721
|
+
MenuOptionsButtonWarnOnDangerousActionsTooltip = 706,
|
|
722
|
+
MenuOptionsButtonWarnWhenBreakingItemsOnCraft = 707,
|
|
723
|
+
MenuOptionsButtonWarnWhenBreakingItemsOnCraftTooltip = 708,
|
|
724
|
+
MenuOptionsButtonWarnWhenBreakingItemsOnUse = 709,
|
|
725
|
+
MenuOptionsButtonWarnWhenBreakingItemsOnUseTooltip = 710,
|
|
726
|
+
MenuOptionsHeadingWarnWhenBreakingItems = 711,
|
|
727
|
+
MenuOptionsButtonSaveDataClearBindings = 712,
|
|
728
|
+
MenuOptionsTooltipDialogOpacity = 713,
|
|
729
|
+
MenuOptionsLabelDialogOpacity = 714,
|
|
730
|
+
MenuOptionsDeveloperLogSourceFilterHeading = 715,
|
|
731
|
+
MenuOptionsDeveloperUIExperiments = 716,
|
|
732
|
+
MenuOptionsDeveloperUIExperimentsDescription = 717,
|
|
733
|
+
MenuOptionsAudioVolumeDisplay = 718,
|
|
734
|
+
MenuOptionsAudioInputSoundOnTyping = 719,
|
|
735
|
+
MenuOptionsMusicPlaylist = 720,
|
|
736
|
+
MenuOptionsButtonConfigureBindings = 721,
|
|
737
|
+
MenuOptionsButtonSaveCompression = 722,
|
|
738
|
+
MenuOptionsButtonSaveCompressionTooltip = 723,
|
|
739
|
+
MenuOptionsButtonSaveUIDataGlobally = 724,
|
|
740
|
+
MenuOptionsButtonSaveUIDataGloballyTooltip = 725,
|
|
741
|
+
MenuPauseButtonContinueGame = 726,
|
|
742
|
+
MenuPauseButtonReturnToGame = 727,
|
|
743
|
+
MenuPauseButtonOptions = 728,
|
|
744
|
+
MenuPauseButtonGameSettings = 729,
|
|
745
|
+
MenuPauseButtonPaused = 730,
|
|
746
|
+
MenuPauseButtonMultiplayer = 731,
|
|
747
|
+
MenuPauseButtonHelp = 732,
|
|
748
|
+
MenuPauseButtonTitleScreen = 733,
|
|
749
|
+
MenuPauseButtonStopServer = 734,
|
|
750
|
+
MenuPauseTooltipNotPaused = 735,
|
|
751
|
+
MenuPauseLabelPaused = 736,
|
|
752
|
+
MenuPauseLabelNotPaused = 737,
|
|
753
|
+
MenuModesTitle = 738,
|
|
754
|
+
MenuModesDescription = 739,
|
|
755
|
+
MenuMultiplayerOptionsTitle = 740,
|
|
756
|
+
MenuMultiplayerOptionsDescription = 741,
|
|
757
|
+
MenuMultiplayerOptionsOpenServer = 742,
|
|
758
|
+
MenuMultiplayerOptionsOpenServerDescription = 743,
|
|
759
|
+
MenuMultiplayerOptionsCopyGameCode = 744,
|
|
760
|
+
MenuMultiplayerOptionsCopyGameCodeTooltip = 745,
|
|
761
|
+
MenuMultiplayerOptionsInviteSteamFriends = 746,
|
|
762
|
+
MenuMultiplayerOptionsCheckConnectionHeading = 747,
|
|
763
|
+
MenuMultiplayerOptionsCheckConnectionParagraph = 748,
|
|
764
|
+
MenuMultiplayerOptionsCheckConnectionButton = 749,
|
|
765
|
+
MenuMultiplayerOptionsCheckConnectionResultUnknown = 750,
|
|
766
|
+
MenuMultiplayerOptionsCheckConnectionResultChecking = 751,
|
|
767
|
+
MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetwork = 752,
|
|
768
|
+
MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetworkFail = 753,
|
|
769
|
+
MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetworkUnavailable = 754,
|
|
770
|
+
MenuMultiplayerOptionsCheckConnectionResultWebSocket = 755,
|
|
771
|
+
MenuMultiplayerOptionsCheckConnectionResultWebSocketFail = 756,
|
|
772
|
+
MenuMultiplayerOptionsCheckConnectionResultWebSocketUnavailable = 757,
|
|
773
|
+
MenuMultiplayerOptionsCheckConnectionResultSuccess = 758,
|
|
774
|
+
MenuJoinServerTitle = 759,
|
|
775
|
+
MenuJoinServerDescription = 760,
|
|
776
|
+
MenuJoinServerInputPlaceholder = 761,
|
|
777
|
+
MenuJoinServerChooseModifiersTitle = 762,
|
|
778
|
+
MenuJoinServerChooseModifiersDescription = 763,
|
|
779
|
+
MenuSharedMultiplayerChoiceLobbyTypeFriends = 764,
|
|
780
|
+
MenuSharedMultiplayerChoiceLobbyTypeFriendsDescription = 765,
|
|
781
|
+
MenuSharedMultiplayerChoiceLobbyTypePublic = 766,
|
|
782
|
+
MenuSharedMultiplayerChoiceLobbyTypePublicDescription = 767,
|
|
783
|
+
MenuSharedMultiplayerChoiceLobbyTypePrivate = 768,
|
|
784
|
+
MenuSharedMultiplayerChoiceLobbyTypePrivateDescription = 769,
|
|
785
|
+
MenuSharedMultiplayerChoicePVP = 770,
|
|
786
|
+
MenuSharedMultiplayerChoicePVPDescription = 771,
|
|
787
|
+
MenuSharedMultiplayerChoiceAllowTraveling = 772,
|
|
788
|
+
MenuSharedMultiplayerChoiceAllowTravelingDescription = 773,
|
|
789
|
+
MenuSharedMultiplayerChoiceAllowHardcoreRespawns = 774,
|
|
790
|
+
MenuSharedMultiplayerChoiceAllowHardcoreRespawnsDescription = 775,
|
|
791
|
+
MenuSharedMultiplayerDescription = 776,
|
|
792
|
+
MenuSharedMultiplayerMessageOfTheDay = 777,
|
|
793
|
+
MenuSharedMultiplayerMaxPlayers = 778,
|
|
794
|
+
MenuSharedRealTimeTickSpeedTooltip = 779,
|
|
795
|
+
MenuSharedRealTimeTickSpeedLabel = 780,
|
|
796
|
+
MenuSharedMaxTravelTimeLabel = 781,
|
|
797
|
+
MenuSharedMaxTravelTimeLabelTooltip = 782,
|
|
798
|
+
MenuSharedButtonDefault = 783,
|
|
799
|
+
MenuSharedValueSeconds = 784,
|
|
800
|
+
MenuSharedValueMillseconds = 785,
|
|
801
|
+
MenuSharedValueTurns = 786,
|
|
802
|
+
MenuSharedValuePercentage = 787,
|
|
803
|
+
MenuSharedMilestonesNotUnlockable = 788,
|
|
804
|
+
MenuSharedMilestonesNotUnlockableDescription = 789,
|
|
805
|
+
MenuSharedMilestonesNotUnlockableButtonShowMods = 790,
|
|
806
|
+
MenuSharedButtonDisableAll = 791,
|
|
807
|
+
MenuSharedButtonEnableAll = 792,
|
|
808
|
+
MenuSharedMilestoneModifiersSelected = 793,
|
|
809
|
+
MiscSortBy = 794,
|
|
810
|
+
MiscSortDirection = 795,
|
|
811
|
+
MiscFilter = 796,
|
|
812
|
+
MiscPlayerNameDefault = 797,
|
|
813
|
+
MiscPlayerNameServer = 798,
|
|
814
|
+
MiscSaveNameDefault = 799,
|
|
815
|
+
MiscSaveNameDailyChallenge = 800,
|
|
816
|
+
MiscSaveNameChallenge = 801,
|
|
817
|
+
MiscSaveVersionUnknown = 802,
|
|
818
|
+
MiscVersion = 803,
|
|
819
|
+
MiscVersionBuildInfoTooltip = 804,
|
|
820
|
+
MiscVersionUpdate = 805,
|
|
821
|
+
MiscTime = 806,
|
|
822
|
+
MiscTimeMeridiem = 807,
|
|
823
|
+
MiscError = 808,
|
|
824
|
+
MiscContextMenuCopyTooltip = 809,
|
|
825
|
+
MiscBindableNoBindings = 810,
|
|
826
|
+
DifficultyOptionsPeaceful = 811,
|
|
827
|
+
DifficultyOptionsAberrantSpawnsDisabled = 812,
|
|
828
|
+
DifficultyOptionsAberrantSpawnsOnly = 813,
|
|
829
|
+
DifficultyOptionsCreatureSpawningDisabled = 814,
|
|
830
|
+
DifficultyOptionsCreatureAlwaysSpawns = 815,
|
|
831
|
+
DifficultyOptionsCreatureSpawnsDefault = 816,
|
|
832
|
+
DifficultyOptionsCreatureSpawnsAberrantOnly = 817,
|
|
833
|
+
DifficultyOptionsCreatureSpawnsNoAberrants = 818,
|
|
834
|
+
DifficultyOptionsSpawnLimit = 819,
|
|
835
|
+
DifficultyOptionsRespawn = 820,
|
|
836
|
+
DifficultyOptionsEternalNight = 821,
|
|
837
|
+
DifficultyOptionsEternalDay = 822,
|
|
838
|
+
DifficultyOptionsTimeInitial = 823,
|
|
839
|
+
DifficultyOptionsTimeFrozen = 824,
|
|
840
|
+
DifficultyOptionsTimeDayLength = 825,
|
|
841
|
+
DifficultyOptionsTimeDayPercent = 826,
|
|
842
|
+
DifficultyOptionsNoItems = 827,
|
|
843
|
+
DifficultyOptionsRecipes = 828,
|
|
844
|
+
DifficultyOptionsStartingIsland = 829,
|
|
845
|
+
DifficultyOptionsTravelingEffectsDisabled = 830,
|
|
846
|
+
DifficultyOptionsBenignityInitial = 831,
|
|
847
|
+
DifficultyOptionsBenignityMultiplier = 832,
|
|
848
|
+
DifficultyOptionsMalignityInitial = 833,
|
|
849
|
+
DifficultyOptionsMalignityMultiplier = 834,
|
|
850
|
+
DifficultyOptionsWeightBonus = 835,
|
|
851
|
+
DifficultyOptionsStatInitial = 836,
|
|
852
|
+
DifficultyOptionsStatMax = 837,
|
|
853
|
+
DifficultyOptionsStatMultiplier = 838,
|
|
854
|
+
DifficultyOptionsStatusEffectStartWith = 839,
|
|
855
|
+
DifficultyOptionsStatusEffectUntreatable = 840,
|
|
856
|
+
DifficultyOptionsStatusEffectPassChanceMultiplier = 841,
|
|
857
|
+
DifficultyOptionsNoRandomSkills = 842,
|
|
858
|
+
DifficultyOptionsSkillStartingCount = 843,
|
|
859
|
+
DifficultyOptionsSkillGainMultiplier = 844,
|
|
860
|
+
DifficultyOptionsSkillInitial = 845,
|
|
861
|
+
DifficultyOptionsStatusEffectPermanent = 846,
|
|
862
|
+
DifficultyOptionsStatusEffectRateMultiplier = 847,
|
|
863
|
+
DifficultyOptionsStatusEffectMultiplier = 848,
|
|
864
|
+
DifficultyOptionsItemDurabilityMultiplier = 849,
|
|
865
|
+
DifficultyOptionsItemDecayMultiplier = 850,
|
|
866
|
+
TabCrafting = 851,
|
|
867
|
+
TabDismantle = 852,
|
|
868
|
+
WindowTitleContainer = 853,
|
|
869
|
+
WindowTitleInventory = 854
|
|
869
870
|
}
|
|
870
871
|
export default UiTranslation;
|