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