@wayward/types 2.13.2-beta.dev.20230601.1 → 2.13.2-beta.dev.20230602.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.
|
@@ -32,7 +32,7 @@ export declare const promptGameConfirmationDestroyOnGather: import("game/meta/pr
|
|
|
32
32
|
export declare const promptGameConfirmationDroppingContainer: import("game/meta/prompt/IPrompt").IPromptConfirmDescription<[]>;
|
|
33
33
|
export declare const promptGameConfirmationRestWithEquippedFireSource: import("game/meta/prompt/IPrompt").IPromptConfirmDescription<[actionVerb: Text, objectName: Text, actionNoun: Text]>;
|
|
34
34
|
export declare const promptGameContainerNotFull: import("game/meta/prompt/IPrompt").IPromptConfirmDescription<[]>;
|
|
35
|
-
export declare const promptGameDesalinationNoNeed: import("game/meta/prompt/IPrompt").IPromptConfirmDescription<[
|
|
35
|
+
export declare const promptGameDesalinationNoNeed: import("game/meta/prompt/IPrompt").IPromptConfirmDescription<[dripstoneOrStill: Text]>;
|
|
36
36
|
export declare const promptGameExtinguishWaterStill: import("game/meta/prompt/IPrompt").IPromptConfirmDescription<[]>;
|
|
37
37
|
export declare const promptGameItemMayBeDestroyedInCraft: import("game/meta/prompt/IPrompt").IPromptConfirmDescription<[breakingItemsList: Text]>;
|
|
38
38
|
export declare const promptGameItemMayCauseBurns: import("game/meta/prompt/IPrompt").IPromptConfirmDescription<[]>;
|
|
@@ -40,7 +40,7 @@ export declare const promptGameItemsMayBeDestroyedOnUse: import("game/meta/promp
|
|
|
40
40
|
export declare const promptGameLoadFailure: import("game/meta/prompt/IPrompt").IPromptInfoDescription<[]>;
|
|
41
41
|
export declare const promptGameNoHealingRequired: import("game/meta/prompt/IPrompt").IPromptConfirmDescription<[]>;
|
|
42
42
|
export declare const promptGameNoSaveOnDeath: import("game/meta/prompt/IPrompt").IPromptInfoDescription<[]>;
|
|
43
|
-
export declare const promptGamePickUpStillWithWater: import("game/meta/prompt/IPrompt").IPromptConfirmDescription<[
|
|
43
|
+
export declare const promptGamePickUpStillWithWater: import("game/meta/prompt/IPrompt").IPromptConfirmDescription<[dripstoneOrStill: Text]>;
|
|
44
44
|
export declare const promptGameReleaseCreature: import("game/meta/prompt/IPrompt").IPromptConfirmDescription<[creatureName: Text]>;
|
|
45
45
|
export declare const promptGameUncage: import("game/meta/prompt/IPrompt").IPromptConfirmDescription<[creatureName: Text]>;
|
|
46
46
|
export declare const promptGameRenameGeneric: import("game/meta/prompt/IPrompt").IPromptInputDescription<[placeholder?: string | TranslationImpl | undefined, name?: string | ISerializedTranslation | undefined]>;
|
|
@@ -55,7 +55,7 @@ export declare const promptGameShipToIslandPayment: import("game/meta/prompt/IPr
|
|
|
55
55
|
export declare const promptGameSaveFailure: import("game/meta/prompt/IPrompt").IPromptInfoDescription<[]>;
|
|
56
56
|
export declare const promptGameIslandTravelConfirmation: import("game/meta/prompt/IPrompt").IPromptConfirmDescription<[isGhost: boolean]>;
|
|
57
57
|
export declare const promptGameWellConvert: import("game/meta/prompt/IPrompt").IPromptConfirmDescription<[waterName: Text]>;
|
|
58
|
-
export declare const promptGameSolarStillWontWorkInTemperature: import("game/meta/prompt/IPrompt").IPromptConfirmDescription<[]>;
|
|
58
|
+
export declare const promptGameSolarStillWontWorkInTemperature: import("game/meta/prompt/IPrompt").IPromptConfirmDescription<[dripstoneOrSolarStill: Text]>;
|
|
59
59
|
export declare const promptGameSolarStillWontWorkInCave: import("game/meta/prompt/IPrompt").IPromptConfirmDescription<[]>;
|
|
60
60
|
export declare const promptGamePause: import("game/meta/prompt/IPrompt").IPromptMenuDescription<MenuId.Pause, []>;
|
|
61
61
|
export declare const promptGameWin: import("game/meta/prompt/IPrompt").IPromptMenuDescription<MenuId.GameEnd, []>;
|
|
@@ -584,219 +584,220 @@ declare enum Message {
|
|
|
584
584
|
Slept = 572,
|
|
585
585
|
SlitherSuckerConstricts = 573,
|
|
586
586
|
SlitherSuckerJumpedOnHead = 574,
|
|
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
|
-
|
|
587
|
+
SolarStill = 575,
|
|
588
|
+
SomethingInTheWayOf = 576,
|
|
589
|
+
SomethingInTheWayOfButcherFirst = 577,
|
|
590
|
+
SomethingInTheWayOfFire = 578,
|
|
591
|
+
SomethingInTheWayOfFishing = 579,
|
|
592
|
+
SomethingInTheWayOfPerforming = 580,
|
|
593
|
+
SomethingInTheWayOfPlacing = 581,
|
|
594
|
+
SomethingInTheWayOfReleasing = 582,
|
|
595
|
+
SomethingInTheWayOfSummoning = 583,
|
|
596
|
+
SomethingInWayOfClosingDoor = 584,
|
|
597
|
+
SoothedTheirBurnInjuries = 585,
|
|
598
|
+
SoothedYourBurnInjuries = 586,
|
|
599
|
+
Sort = 587,
|
|
600
|
+
SortedByBestCraftingRequirements = 588,
|
|
601
|
+
SortedByCategory = 589,
|
|
602
|
+
SortedByCraftableOnly = 590,
|
|
603
|
+
SortedByDecay = 591,
|
|
604
|
+
SortedByDurability = 592,
|
|
605
|
+
SortedByGroup = 593,
|
|
606
|
+
SortedByMagical = 594,
|
|
607
|
+
SortedByName = 595,
|
|
608
|
+
SortedByQuality = 596,
|
|
609
|
+
SortedByRecent = 597,
|
|
610
|
+
SortedBySkill = 598,
|
|
611
|
+
SortedByUnlockedTime = 599,
|
|
612
|
+
SortedByWeight = 600,
|
|
613
|
+
SortedByWorth = 601,
|
|
614
|
+
StaminaIsFull = 602,
|
|
615
|
+
StartedFire = 603,
|
|
616
|
+
StartTravelInWater = 604,
|
|
617
|
+
StarvingToDeath = 605,
|
|
618
|
+
StatAmount = 606,
|
|
619
|
+
StatGained = 607,
|
|
620
|
+
StatIncreasing = 608,
|
|
621
|
+
StatLost = 609,
|
|
622
|
+
StatQuenched = 610,
|
|
623
|
+
StatRegained = 611,
|
|
624
|
+
StatSated = 612,
|
|
625
|
+
SteppingOn = 613,
|
|
626
|
+
Still = 614,
|
|
627
|
+
StillHasNoWaterToPurify = 615,
|
|
628
|
+
StirredUpClawWorm = 616,
|
|
629
|
+
StirredUpCreature = 617,
|
|
630
|
+
StoppedYourBleeding = 618,
|
|
631
|
+
StopUsingVehicle = 619,
|
|
632
|
+
Strength = 620,
|
|
633
|
+
SummonedGuardiansByDiggingTreasure = 621,
|
|
634
|
+
SummonedGuardiansByLockpicking = 622,
|
|
635
|
+
SummonVoidDwellerItem = 623,
|
|
636
|
+
SummonVoidDwellerRinging = 624,
|
|
637
|
+
SummonVoidDwellerShiver = 625,
|
|
638
|
+
SunNotBrightEnoughToStartFire = 626,
|
|
639
|
+
SwampWater = 627,
|
|
640
|
+
Swimming = 628,
|
|
641
|
+
TakenFromGroundBecomeTamed = 629,
|
|
642
|
+
TeleportBlocked = 630,
|
|
643
|
+
Teleported = 631,
|
|
644
|
+
ThanksBuying = 632,
|
|
645
|
+
ThanksSelling = 633,
|
|
646
|
+
TheirFist = 634,
|
|
647
|
+
ThePlant = 635,
|
|
648
|
+
ThereIsNoContainerOnTheStill = 636,
|
|
649
|
+
ThereIsNoSunToStartFire = 637,
|
|
650
|
+
ThisCannotBeMilked = 638,
|
|
651
|
+
Throw = 639,
|
|
652
|
+
ThrownIntoDepths = 640,
|
|
653
|
+
ThrownIntoObstacle = 641,
|
|
654
|
+
ThrownIntoVoid = 642,
|
|
655
|
+
Tier = 643,
|
|
656
|
+
TierGroup = 644,
|
|
657
|
+
Till = 645,
|
|
658
|
+
Tilling = 646,
|
|
659
|
+
TimeIs = 647,
|
|
660
|
+
TimeIsDawn = 648,
|
|
661
|
+
TimeIsDaytime = 649,
|
|
662
|
+
TimeIsDusk = 650,
|
|
663
|
+
TimeIsNighttime = 651,
|
|
664
|
+
TimeIsSunrise = 652,
|
|
665
|
+
TimeIsSunset = 653,
|
|
666
|
+
ToFight = 654,
|
|
667
|
+
TooDamaged = 655,
|
|
668
|
+
TooExhaustedToJump = 656,
|
|
669
|
+
Touching = 657,
|
|
670
|
+
TrampledFire = 658,
|
|
671
|
+
TrampledIntoGround = 659,
|
|
672
|
+
TrampleIntoGround = 660,
|
|
673
|
+
Trampling = 661,
|
|
674
|
+
TransmogrificationNotPossible = 662,
|
|
675
|
+
Transmogrified = 663,
|
|
676
|
+
Transmogrify = 664,
|
|
677
|
+
TrapMissed = 665,
|
|
678
|
+
TrapStoppedYou = 666,
|
|
679
|
+
Traveling = 667,
|
|
680
|
+
TreasureIsBlocked = 668,
|
|
681
|
+
UiActionCannotUseRequiresCreature = 669,
|
|
682
|
+
UiActionCannotUseRequiresDoodad = 670,
|
|
683
|
+
UiActionCannotUseRequiresItem = 671,
|
|
684
|
+
Unhitch = 672,
|
|
685
|
+
UnhitchCreature = 673,
|
|
686
|
+
Unknown = 674,
|
|
687
|
+
Unlimited = 675,
|
|
688
|
+
UnlockedChest = 676,
|
|
689
|
+
UnpurifiedFreshWater = 677,
|
|
690
|
+
UnpurifiedWaterInStill = 678,
|
|
691
|
+
Use = 679,
|
|
692
|
+
UsingBareHands = 680,
|
|
693
|
+
VehicleDefense = 681,
|
|
694
|
+
Vulnerable = 682,
|
|
695
|
+
Water = 683,
|
|
696
|
+
WaterGathering = 684,
|
|
697
|
+
WaterPutOutFire = 685,
|
|
698
|
+
WellIsDry = 686,
|
|
699
|
+
WellIsFull = 687,
|
|
700
|
+
WildGoatRefusedToBeMilked = 688,
|
|
701
|
+
WillNotTrade = 689,
|
|
702
|
+
WorkingYourselfIntoExhaustion = 690,
|
|
703
|
+
WorkingYourselfIntoExhaustionAndDrowning = 691,
|
|
704
|
+
You = 692,
|
|
705
|
+
YouAbsorb = 693,
|
|
706
|
+
YouApplied = 694,
|
|
707
|
+
YouAreAlready = 695,
|
|
708
|
+
YouAte = 696,
|
|
709
|
+
YouBeginResting = 697,
|
|
710
|
+
YouCannotDoThatYet = 698,
|
|
711
|
+
YouCanNowCombatTheTides = 699,
|
|
712
|
+
YouCrafted = 700,
|
|
713
|
+
YouDoNotFindTreasureYet = 701,
|
|
714
|
+
YouDrank = 702,
|
|
715
|
+
YouDropTheTorch = 703,
|
|
716
|
+
YouEnchant = 704,
|
|
717
|
+
YouEquip = 705,
|
|
718
|
+
YouExude = 706,
|
|
719
|
+
YouExudeSome = 707,
|
|
720
|
+
YouExudeSomeReasonConflicting = 708,
|
|
721
|
+
YouExudeSomeReasonMax = 709,
|
|
722
|
+
YouExudeSomeReasonProperties = 710,
|
|
723
|
+
YouFailedTo = 711,
|
|
724
|
+
YouFailedToExtinguishedFireFully = 712,
|
|
725
|
+
YouFailedToHeal = 713,
|
|
726
|
+
YouFailedToHealOther = 714,
|
|
727
|
+
YouFire = 715,
|
|
728
|
+
YouGathered = 716,
|
|
729
|
+
YouGatheredAndDropped = 717,
|
|
730
|
+
YouHarvested = 718,
|
|
731
|
+
YouHarvestedAndDropped = 719,
|
|
732
|
+
YouHave = 720,
|
|
733
|
+
YouHaveAlreadyLearned = 721,
|
|
734
|
+
YouHaveBeenCut = 722,
|
|
735
|
+
YouHaveCaged = 723,
|
|
736
|
+
YouHaveCommanded = 724,
|
|
737
|
+
YouHaveDied = 725,
|
|
738
|
+
YouHaveHealedOther = 726,
|
|
739
|
+
YouHaveKilled = 727,
|
|
740
|
+
YouHaveReleased = 728,
|
|
741
|
+
YouHaveSummoned = 729,
|
|
742
|
+
YouHaveTamed = 730,
|
|
743
|
+
YouHaveUncaged = 731,
|
|
744
|
+
YouNeedMoreCredit = 732,
|
|
745
|
+
YouNoticeBarren = 733,
|
|
746
|
+
YouNoticeBecomeEnraged = 734,
|
|
747
|
+
YouNoticeDying = 735,
|
|
748
|
+
YouNoticeFertilityDecreasing = 736,
|
|
749
|
+
YouNoticeFertilityIncreasing = 737,
|
|
750
|
+
YouNoticeGrowing = 738,
|
|
751
|
+
YouNoticeLavaCooling = 739,
|
|
752
|
+
YouNoticeLavaHardening = 740,
|
|
753
|
+
YouNoticePerish = 741,
|
|
754
|
+
YouNoticePlantDamage = 742,
|
|
755
|
+
YouNoticePlantRegenerated = 743,
|
|
756
|
+
YouNoticeRegrowing = 744,
|
|
757
|
+
YouNoticeStumbleInjureItself = 745,
|
|
758
|
+
YouNoticeTakeFromGround = 746,
|
|
759
|
+
YouNoticeWoundsClosing = 747,
|
|
760
|
+
YouNoticeZombieHorde = 748,
|
|
761
|
+
YouOfferedToCreature = 749,
|
|
762
|
+
YouOfferedToCreatureRejects = 750,
|
|
763
|
+
YouOpen = 751,
|
|
764
|
+
YouPacked = 752,
|
|
765
|
+
YouPickedUp = 753,
|
|
766
|
+
YouRefine = 754,
|
|
767
|
+
YouReinforce = 755,
|
|
768
|
+
YouRepair = 756,
|
|
769
|
+
YouReturnFromCivilizationWith = 757,
|
|
770
|
+
YourFist = 758,
|
|
771
|
+
YourHands = 759,
|
|
772
|
+
YourInventory = 760,
|
|
773
|
+
YourIsland = 761,
|
|
774
|
+
YourRubbingNoEffect = 762,
|
|
775
|
+
YouRub = 763,
|
|
776
|
+
YouSee = 764,
|
|
777
|
+
YouSeeALivingMushroomSpore = 765,
|
|
778
|
+
YouSeeASkeletonCollapse = 766,
|
|
779
|
+
YouSeeASlimeCombine = 767,
|
|
780
|
+
YouSeeAZombieBleeding = 768,
|
|
781
|
+
YouSeeCoolDown = 769,
|
|
782
|
+
YouSeeDrop = 770,
|
|
783
|
+
YouSeeEngulfFire = 771,
|
|
784
|
+
YouSeeFireSpread = 772,
|
|
785
|
+
YouSeeHelpingPlant = 773,
|
|
786
|
+
YouSeeLay = 774,
|
|
787
|
+
YouSeeLayingTrap = 775,
|
|
788
|
+
YouSeeSpewLava = 776,
|
|
789
|
+
YouSeeSpitAcid = 777,
|
|
790
|
+
YouSeeSpringForth = 778,
|
|
791
|
+
YouSeeSummon = 779,
|
|
792
|
+
YouSeeSwampFlood = 780,
|
|
793
|
+
YouSeeTrampling = 781,
|
|
794
|
+
YouSetTheTrapOff = 782,
|
|
795
|
+
YouStokeTheCreature = 783,
|
|
796
|
+
YouSwapMainHandAndOffHand = 784,
|
|
797
|
+
YouThrew = 785,
|
|
798
|
+
YouTilled = 786,
|
|
799
|
+
YouUnequip = 787,
|
|
800
|
+
YouUsed = 788,
|
|
801
|
+
YouWhileTraveling = 789
|
|
801
802
|
}
|
|
802
803
|
export default Message;
|
|
@@ -700,173 +700,175 @@ declare enum UiTranslation {
|
|
|
700
700
|
MenuOptionsButtonAutoPickUpOnIdleTooltip = 685,
|
|
701
701
|
MenuOptionsButtonDropOnDismantle = 686,
|
|
702
702
|
MenuOptionsButtonDropOnDismantleTooltip = 687,
|
|
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
|
-
|
|
703
|
+
MenuOptionsButtonDropOnDisassemble = 688,
|
|
704
|
+
MenuOptionsButtonDropOnDisassembleTooltip = 689,
|
|
705
|
+
MenuOptionsButtonDisableCraftingProtectedItems = 690,
|
|
706
|
+
MenuOptionsButtonDisableCraftingProtectedItemsTooltip = 691,
|
|
707
|
+
MenuOptionsButtonDropOnGatherHarvest = 692,
|
|
708
|
+
MenuOptionsButtonDropOnGatherHarvestTooltip = 693,
|
|
709
|
+
MenuOptionsButtonKeepSortActive = 694,
|
|
710
|
+
MenuOptionsButtonKeepSortActiveTooltip = 695,
|
|
711
|
+
MenuOptionsButtonUseAdjacentContainers = 696,
|
|
712
|
+
MenuOptionsButtonUseAdjacentContainersTooltip = 697,
|
|
713
|
+
MenuOptionsButtonHideEquippedHeadgear = 698,
|
|
714
|
+
MenuOptionsButtonHideEquippedHeadgearTooltip = 699,
|
|
715
|
+
MenuOptionsButtonLeftHanded = 700,
|
|
716
|
+
MenuOptionsButtonLeftHandedTooltip = 701,
|
|
717
|
+
MenuOptionsButtonAutoSave = 702,
|
|
718
|
+
MenuOptionsRangeAutoSaveTimerLabel = 703,
|
|
719
|
+
MenuOptionsRangeAutoSaveTimerTurnsDisplay = 704,
|
|
720
|
+
MenuOptionsRangeAutoSaveTimerTimeDisplay = 705,
|
|
721
|
+
MenuOptionsButtonDropIntoContainers = 706,
|
|
722
|
+
MenuOptionsButtonDropIntoContainersTooltip = 707,
|
|
723
|
+
MenuOptionsButtonWarnOnDangerousActions = 708,
|
|
724
|
+
MenuOptionsButtonWarnOnDangerousActionsTooltip = 709,
|
|
725
|
+
MenuOptionsButtonWarnWhenBreakingItemsOnCraft = 710,
|
|
726
|
+
MenuOptionsButtonWarnWhenBreakingItemsOnCraftTooltip = 711,
|
|
727
|
+
MenuOptionsButtonWarnWhenBreakingItemsOnUse = 712,
|
|
728
|
+
MenuOptionsButtonWarnWhenBreakingItemsOnUseTooltip = 713,
|
|
729
|
+
MenuOptionsHeadingWarnWhenBreakingItems = 714,
|
|
730
|
+
MenuOptionsButtonSaveDataClearBindings = 715,
|
|
731
|
+
MenuOptionsTooltipDialogOpacity = 716,
|
|
732
|
+
MenuOptionsLabelDialogOpacity = 717,
|
|
733
|
+
MenuOptionsDeveloperLogSourceFilterHeading = 718,
|
|
734
|
+
MenuOptionsDeveloperUIExperiments = 719,
|
|
735
|
+
MenuOptionsDeveloperUIExperimentsDescription = 720,
|
|
736
|
+
MenuOptionsAudioVolumeDisplay = 721,
|
|
737
|
+
MenuOptionsAudioInputSoundOnTyping = 722,
|
|
738
|
+
MenuOptionsMusicPlaylist = 723,
|
|
739
|
+
MenuOptionsButtonConfigureBindings = 724,
|
|
740
|
+
MenuOptionsButtonSaveCompression = 725,
|
|
741
|
+
MenuOptionsButtonSaveCompressionTooltip = 726,
|
|
742
|
+
MenuOptionsButtonSaveUIDataGlobally = 727,
|
|
743
|
+
MenuOptionsButtonSaveUIDataGloballyTooltip = 728,
|
|
744
|
+
MenuPauseButtonContinueGame = 729,
|
|
745
|
+
MenuPauseButtonReturnToGame = 730,
|
|
746
|
+
MenuPauseButtonOptions = 731,
|
|
747
|
+
MenuPauseButtonGameSettings = 732,
|
|
748
|
+
MenuPauseButtonPaused = 733,
|
|
749
|
+
MenuPauseButtonMultiplayer = 734,
|
|
750
|
+
MenuPauseButtonHelp = 735,
|
|
751
|
+
MenuPauseButtonTitleScreen = 736,
|
|
752
|
+
MenuPauseButtonStopServer = 737,
|
|
753
|
+
MenuPauseTooltipNotPaused = 738,
|
|
754
|
+
MenuPauseLabelPaused = 739,
|
|
755
|
+
MenuPauseLabelNotPaused = 740,
|
|
756
|
+
MenuModesTitle = 741,
|
|
757
|
+
MenuModesDescription = 742,
|
|
758
|
+
MenuMultiplayerOptionsTitle = 743,
|
|
759
|
+
MenuMultiplayerOptionsDescription = 744,
|
|
760
|
+
MenuMultiplayerOptionsOpenServer = 745,
|
|
761
|
+
MenuMultiplayerOptionsOpenServerDescription = 746,
|
|
762
|
+
MenuMultiplayerOptionsCopyGameCode = 747,
|
|
763
|
+
MenuMultiplayerOptionsCopyGameCodeTooltip = 748,
|
|
764
|
+
MenuMultiplayerOptionsInviteSteamFriends = 749,
|
|
765
|
+
MenuMultiplayerOptionsCheckConnectionHeading = 750,
|
|
766
|
+
MenuMultiplayerOptionsCheckConnectionParagraph = 751,
|
|
767
|
+
MenuMultiplayerOptionsCheckConnectionButton = 752,
|
|
768
|
+
MenuMultiplayerOptionsCheckConnectionResultUnknown = 753,
|
|
769
|
+
MenuMultiplayerOptionsCheckConnectionResultChecking = 754,
|
|
770
|
+
MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetwork = 755,
|
|
771
|
+
MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetworkFail = 756,
|
|
772
|
+
MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetworkUnavailable = 757,
|
|
773
|
+
MenuMultiplayerOptionsCheckConnectionResultWebSocket = 758,
|
|
774
|
+
MenuMultiplayerOptionsCheckConnectionResultWebSocketFail = 759,
|
|
775
|
+
MenuMultiplayerOptionsCheckConnectionResultWebSocketUnavailable = 760,
|
|
776
|
+
MenuMultiplayerOptionsCheckConnectionResultSuccess = 761,
|
|
777
|
+
MenuJoinServerTitle = 762,
|
|
778
|
+
MenuJoinServerDescription = 763,
|
|
779
|
+
MenuJoinServerInputPlaceholder = 764,
|
|
780
|
+
MenuJoinServerChooseModifiersTitle = 765,
|
|
781
|
+
MenuJoinServerChooseModifiersDescription = 766,
|
|
782
|
+
MenuSharedMultiplayerChoiceLobbyTypeFriends = 767,
|
|
783
|
+
MenuSharedMultiplayerChoiceLobbyTypeFriendsDescription = 768,
|
|
784
|
+
MenuSharedMultiplayerChoiceLobbyTypePublic = 769,
|
|
785
|
+
MenuSharedMultiplayerChoiceLobbyTypePublicDescription = 770,
|
|
786
|
+
MenuSharedMultiplayerChoiceLobbyTypePrivate = 771,
|
|
787
|
+
MenuSharedMultiplayerChoiceLobbyTypePrivateDescription = 772,
|
|
788
|
+
MenuSharedMultiplayerChoicePVP = 773,
|
|
789
|
+
MenuSharedMultiplayerChoicePVPDescription = 774,
|
|
790
|
+
MenuSharedMultiplayerChoiceAllowTraveling = 775,
|
|
791
|
+
MenuSharedMultiplayerChoiceAllowTravelingDescription = 776,
|
|
792
|
+
MenuSharedMultiplayerChoiceAllowHardcoreRespawns = 777,
|
|
793
|
+
MenuSharedMultiplayerChoiceAllowHardcoreRespawnsDescription = 778,
|
|
794
|
+
MenuSharedMultiplayerDescription = 779,
|
|
795
|
+
MenuSharedMultiplayerMessageOfTheDay = 780,
|
|
796
|
+
MenuSharedMultiplayerMaxPlayers = 781,
|
|
797
|
+
MenuSharedRealTimeTickSpeedTooltip = 782,
|
|
798
|
+
MenuSharedRealTimeTickSpeedLabel = 783,
|
|
799
|
+
MenuSharedMaxTravelTimeLabel = 784,
|
|
800
|
+
MenuSharedMaxTravelTimeLabelTooltip = 785,
|
|
801
|
+
MenuSharedButtonDefault = 786,
|
|
802
|
+
MenuSharedValueSeconds = 787,
|
|
803
|
+
MenuSharedValueMillseconds = 788,
|
|
804
|
+
MenuSharedValueTurns = 789,
|
|
805
|
+
MenuSharedValuePercentage = 790,
|
|
806
|
+
MenuSharedMilestonesNotUnlockable = 791,
|
|
807
|
+
MenuSharedMilestonesNotUnlockableDescription = 792,
|
|
808
|
+
MenuSharedMilestonesNotUnlockableButtonShowMods = 793,
|
|
809
|
+
MenuSharedButtonDisableAll = 794,
|
|
810
|
+
MenuSharedButtonEnableAll = 795,
|
|
811
|
+
MenuSharedMilestoneModifiersSelected = 796,
|
|
812
|
+
MiscSortBy = 797,
|
|
813
|
+
MiscSortDirection = 798,
|
|
814
|
+
MiscFilter = 799,
|
|
815
|
+
MiscPlayerNameDefault = 800,
|
|
816
|
+
MiscPlayerNameServer = 801,
|
|
817
|
+
MiscSaveNameDefault = 802,
|
|
818
|
+
MiscSaveNameDailyChallenge = 803,
|
|
819
|
+
MiscSaveNameChallenge = 804,
|
|
820
|
+
MiscSaveVersionUnknown = 805,
|
|
821
|
+
MiscVersion = 806,
|
|
822
|
+
MiscVersionBuildInfoTooltip = 807,
|
|
823
|
+
MiscVersionUpdate = 808,
|
|
824
|
+
MiscTime = 809,
|
|
825
|
+
MiscTimeMeridiem = 810,
|
|
826
|
+
MiscError = 811,
|
|
827
|
+
MiscContextMenuCopyTooltip = 812,
|
|
828
|
+
MiscBindableNoBindings = 813,
|
|
829
|
+
DifficultyOptionsPeaceful = 814,
|
|
830
|
+
DifficultyOptionsAberrantSpawnsDisabled = 815,
|
|
831
|
+
DifficultyOptionsAberrantSpawnsOnly = 816,
|
|
832
|
+
DifficultyOptionsCreatureSpawningDisabled = 817,
|
|
833
|
+
DifficultyOptionsCreatureAlwaysSpawns = 818,
|
|
834
|
+
DifficultyOptionsCreatureSpawnsDefault = 819,
|
|
835
|
+
DifficultyOptionsCreatureSpawnsAberrantOnly = 820,
|
|
836
|
+
DifficultyOptionsCreatureSpawnsNoAberrants = 821,
|
|
837
|
+
DifficultyOptionsSpawnLimit = 822,
|
|
838
|
+
DifficultyOptionsRespawn = 823,
|
|
839
|
+
DifficultyOptionsEternalNight = 824,
|
|
840
|
+
DifficultyOptionsEternalDay = 825,
|
|
841
|
+
DifficultyOptionsTimeInitial = 826,
|
|
842
|
+
DifficultyOptionsTimeFrozen = 827,
|
|
843
|
+
DifficultyOptionsTimeDayLength = 828,
|
|
844
|
+
DifficultyOptionsTimeDayPercent = 829,
|
|
845
|
+
DifficultyOptionsNoItems = 830,
|
|
846
|
+
DifficultyOptionsRecipes = 831,
|
|
847
|
+
DifficultyOptionsStartingIsland = 832,
|
|
848
|
+
DifficultyOptionsTravelingEffectsDisabled = 833,
|
|
849
|
+
DifficultyOptionsBenignityInitial = 834,
|
|
850
|
+
DifficultyOptionsBenignityMultiplier = 835,
|
|
851
|
+
DifficultyOptionsMalignityInitial = 836,
|
|
852
|
+
DifficultyOptionsMalignityMultiplier = 837,
|
|
853
|
+
DifficultyOptionsWeightBonus = 838,
|
|
854
|
+
DifficultyOptionsStatInitial = 839,
|
|
855
|
+
DifficultyOptionsStatMax = 840,
|
|
856
|
+
DifficultyOptionsStatMultiplier = 841,
|
|
857
|
+
DifficultyOptionsStatusEffectStartWith = 842,
|
|
858
|
+
DifficultyOptionsStatusEffectUntreatable = 843,
|
|
859
|
+
DifficultyOptionsStatusEffectPassChanceMultiplier = 844,
|
|
860
|
+
DifficultyOptionsNoRandomSkills = 845,
|
|
861
|
+
DifficultyOptionsSkillStartingCount = 846,
|
|
862
|
+
DifficultyOptionsSkillGainMultiplier = 847,
|
|
863
|
+
DifficultyOptionsSkillInitial = 848,
|
|
864
|
+
DifficultyOptionsStatusEffectPermanent = 849,
|
|
865
|
+
DifficultyOptionsStatusEffectRateMultiplier = 850,
|
|
866
|
+
DifficultyOptionsStatusEffectMultiplier = 851,
|
|
867
|
+
DifficultyOptionsItemDurabilityMultiplier = 852,
|
|
868
|
+
DifficultyOptionsItemDecayMultiplier = 853,
|
|
869
|
+
TabCrafting = 854,
|
|
870
|
+
TabDismantle = 855,
|
|
871
|
+
WindowTitleContainer = 856,
|
|
872
|
+
WindowTitleInventory = 857
|
|
871
873
|
}
|
|
872
874
|
export default UiTranslation;
|
package/package.json
CHANGED