@wayward/types 2.14.5-beta.dev.20250614.1 → 2.14.5-beta.dev.20250618.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/entity/action/actions/MoveTo.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/ToggleVehicle.d.ts +1 -1
- package/definitions/game/game/item/Items.d.ts +1 -1
- package/definitions/game/language/dictionary/Message.d.ts +240 -239
- package/definitions/game/language/english/game/Messages.d.ts +1 -1
- package/definitions/test/suite/unitTests/game/Actions.spec.d.ts +1 -1
- package/package.json +1 -1
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Copyright 2011-
|
2
|
+
* Copyright 2011-2025 Unlok
|
3
3
|
* https://www.unlok.ca
|
4
4
|
*
|
5
5
|
* Credits & Thanks:
|
@@ -633,243 +633,244 @@ declare enum Message {
|
|
633
633
|
ReturningToCivilizationSetOffAgain = 621,
|
634
634
|
ReturnsToLife = 622,
|
635
635
|
Reverse = 623,
|
636
|
-
|
637
|
-
|
638
|
-
|
639
|
-
|
640
|
-
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
|
648
|
-
|
649
|
-
|
650
|
-
|
651
|
-
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
|
657
|
-
|
658
|
-
|
659
|
-
|
660
|
-
|
661
|
-
|
662
|
-
|
663
|
-
|
664
|
-
|
665
|
-
|
666
|
-
|
667
|
-
|
668
|
-
|
669
|
-
|
670
|
-
|
671
|
-
|
672
|
-
|
673
|
-
|
674
|
-
|
675
|
-
|
676
|
-
|
677
|
-
|
678
|
-
|
679
|
-
|
680
|
-
|
681
|
-
|
682
|
-
|
683
|
-
|
684
|
-
|
685
|
-
|
686
|
-
|
687
|
-
|
688
|
-
|
689
|
-
|
690
|
-
|
691
|
-
|
692
|
-
|
693
|
-
|
694
|
-
|
695
|
-
|
696
|
-
|
697
|
-
|
698
|
-
|
699
|
-
|
700
|
-
|
701
|
-
|
702
|
-
|
703
|
-
|
704
|
-
|
705
|
-
|
706
|
-
|
707
|
-
|
708
|
-
|
709
|
-
|
710
|
-
|
711
|
-
|
712
|
-
|
713
|
-
|
714
|
-
|
715
|
-
|
716
|
-
|
717
|
-
|
718
|
-
|
719
|
-
|
720
|
-
|
721
|
-
|
722
|
-
|
723
|
-
|
724
|
-
|
725
|
-
|
726
|
-
|
727
|
-
|
728
|
-
|
729
|
-
|
730
|
-
|
731
|
-
|
732
|
-
|
733
|
-
|
734
|
-
|
735
|
-
|
736
|
-
|
737
|
-
|
738
|
-
|
739
|
-
|
740
|
-
|
741
|
-
|
742
|
-
|
743
|
-
|
744
|
-
|
745
|
-
|
746
|
-
|
747
|
-
|
748
|
-
|
749
|
-
|
750
|
-
|
751
|
-
|
752
|
-
|
753
|
-
|
754
|
-
|
755
|
-
|
756
|
-
|
757
|
-
|
758
|
-
|
759
|
-
|
760
|
-
|
761
|
-
|
762
|
-
|
763
|
-
|
764
|
-
|
765
|
-
|
766
|
-
|
767
|
-
|
768
|
-
|
769
|
-
|
770
|
-
|
771
|
-
|
772
|
-
|
773
|
-
|
774
|
-
|
775
|
-
|
776
|
-
|
777
|
-
|
778
|
-
|
779
|
-
|
780
|
-
|
781
|
-
|
782
|
-
|
783
|
-
|
784
|
-
|
785
|
-
|
786
|
-
|
787
|
-
|
788
|
-
|
789
|
-
|
790
|
-
|
791
|
-
|
792
|
-
|
793
|
-
|
794
|
-
|
795
|
-
|
796
|
-
|
797
|
-
|
798
|
-
|
799
|
-
|
800
|
-
|
801
|
-
|
802
|
-
|
803
|
-
|
804
|
-
|
805
|
-
|
806
|
-
|
807
|
-
|
808
|
-
|
809
|
-
|
810
|
-
|
811
|
-
|
812
|
-
|
813
|
-
|
814
|
-
|
815
|
-
|
816
|
-
|
817
|
-
|
818
|
-
|
819
|
-
|
820
|
-
|
821
|
-
|
822
|
-
|
823
|
-
|
824
|
-
|
825
|
-
|
826
|
-
|
827
|
-
|
828
|
-
|
829
|
-
|
830
|
-
|
831
|
-
|
832
|
-
|
833
|
-
|
834
|
-
|
835
|
-
|
836
|
-
|
837
|
-
|
838
|
-
|
839
|
-
|
840
|
-
|
841
|
-
|
842
|
-
|
843
|
-
|
844
|
-
|
845
|
-
|
846
|
-
|
847
|
-
|
848
|
-
|
849
|
-
|
850
|
-
|
851
|
-
|
852
|
-
|
853
|
-
|
854
|
-
|
855
|
-
|
856
|
-
|
857
|
-
|
858
|
-
|
859
|
-
|
860
|
-
|
861
|
-
|
862
|
-
|
863
|
-
|
864
|
-
|
865
|
-
|
866
|
-
|
867
|
-
|
868
|
-
|
869
|
-
|
870
|
-
|
871
|
-
|
872
|
-
|
873
|
-
|
636
|
+
Ride = 624,
|
637
|
+
Sailing = 625,
|
638
|
+
ScrollMaster = 626,
|
639
|
+
ScrollProvidedNoUsefulInsight = 627,
|
640
|
+
Seawater = 628,
|
641
|
+
SeemsToHaveDrawnEnergy = 629,
|
642
|
+
SetTrapOffButNoDamage = 630,
|
643
|
+
SetUp = 631,
|
644
|
+
ShadowInTheWater = 632,
|
645
|
+
SkillHasRaised = 633,
|
646
|
+
Skills = 634,
|
647
|
+
Sleep = 635,
|
648
|
+
Sleeping = 636,
|
649
|
+
SleepOnBoat = 637,
|
650
|
+
Slept = 638,
|
651
|
+
SlitherSuckerConstricts = 639,
|
652
|
+
SlitherSuckerFailedToRemove = 640,
|
653
|
+
SlitherSuckerFailedToRemoveOuch = 641,
|
654
|
+
SlitherSuckerJumpedOnHead = 642,
|
655
|
+
SolarStill = 643,
|
656
|
+
SomethingInTheWayOf = 644,
|
657
|
+
SomethingInTheWayOfButcherFirst = 645,
|
658
|
+
SomethingInTheWayOfFire = 646,
|
659
|
+
SomethingInTheWayOfFishing = 647,
|
660
|
+
SomethingInTheWayOfPerforming = 648,
|
661
|
+
SomethingInTheWayOfPlacing = 649,
|
662
|
+
SomethingInTheWayOfReleasing = 650,
|
663
|
+
SomethingInTheWayOfSummoning = 651,
|
664
|
+
SomethingInWayOfClosingDoor = 652,
|
665
|
+
SoothedTheirBurnInjuries = 653,
|
666
|
+
SoothedYourBurnInjuries = 654,
|
667
|
+
SortedByCategory = 655,
|
668
|
+
SortedByCraftableOnly = 656,
|
669
|
+
SortedByName = 657,
|
670
|
+
SortedBySkill = 658,
|
671
|
+
SortedByUnlockedTime = 659,
|
672
|
+
StaminaIsFull = 660,
|
673
|
+
StartedFire = 661,
|
674
|
+
StartTravelInWater = 662,
|
675
|
+
StarvingToDeath = 663,
|
676
|
+
StatAmount = 664,
|
677
|
+
StatChangeUnknown = 665,
|
678
|
+
StatGained = 666,
|
679
|
+
StatIncreasing = 667,
|
680
|
+
StatLost = 668,
|
681
|
+
StatQuenched = 669,
|
682
|
+
StatRegained = 670,
|
683
|
+
StatSated = 671,
|
684
|
+
SteppingOn = 672,
|
685
|
+
Still = 673,
|
686
|
+
StillHasNoWaterToPurify = 674,
|
687
|
+
StirredUpClawWorm = 675,
|
688
|
+
StirredUpCreature = 676,
|
689
|
+
StoppedYourBleeding = 677,
|
690
|
+
StopUsingVehicle = 678,
|
691
|
+
SummonedGuardiansByDiggingTreasure = 679,
|
692
|
+
SummonedGuardiansByLockpicking = 680,
|
693
|
+
SummonVoidDwellerItem = 681,
|
694
|
+
SummonVoidDwellerRinging = 682,
|
695
|
+
SummonVoidDwellerShiver = 683,
|
696
|
+
SunNotBrightEnoughToStartFire = 684,
|
697
|
+
SwampWater = 685,
|
698
|
+
Swimming = 686,
|
699
|
+
TakenFromGroundBecomeTamed = 687,
|
700
|
+
TeleportBlocked = 688,
|
701
|
+
Teleported = 689,
|
702
|
+
TheirFist = 690,
|
703
|
+
TheirInventory = 691,
|
704
|
+
ThePlant = 692,
|
705
|
+
ThereIsNoContainerOnTheStill = 693,
|
706
|
+
ThereIsNoSunToStartFire = 694,
|
707
|
+
ThisCannotBeMilked = 695,
|
708
|
+
Throw = 696,
|
709
|
+
ThrownIntoDepths = 697,
|
710
|
+
ThrownIntoObstacle = 698,
|
711
|
+
ThrownIntoVoid = 699,
|
712
|
+
TierGroup = 700,
|
713
|
+
TileMakeCaveEntranceNearby = 701,
|
714
|
+
TileMakeCaveEntrancePassable = 702,
|
715
|
+
TileMakeCaveEntranceVoid = 703,
|
716
|
+
Till = 704,
|
717
|
+
Tilling = 705,
|
718
|
+
TimeIs = 706,
|
719
|
+
TimeIsDawn = 707,
|
720
|
+
TimeIsDaytime = 708,
|
721
|
+
TimeIsDusk = 709,
|
722
|
+
TimeIsNighttime = 710,
|
723
|
+
TimeIsSunrise = 711,
|
724
|
+
TimeIsSunset = 712,
|
725
|
+
ToFight = 713,
|
726
|
+
TooDamaged = 714,
|
727
|
+
TooExhaustedToJump = 715,
|
728
|
+
Touching = 716,
|
729
|
+
TrampledFire = 717,
|
730
|
+
TrampledFireFail = 718,
|
731
|
+
TrampledFirePartial = 719,
|
732
|
+
TrampledIntoGround = 720,
|
733
|
+
TrampleIntoGround = 721,
|
734
|
+
Trampling = 722,
|
735
|
+
TransmogrificationNoEffect = 723,
|
736
|
+
TransmogrificationNotPossible = 724,
|
737
|
+
Transmogrified = 725,
|
738
|
+
TrapMissed = 726,
|
739
|
+
TrapStoppedYou = 727,
|
740
|
+
Traveling = 728,
|
741
|
+
Treasure = 729,
|
742
|
+
TreasureIsBlocked = 730,
|
743
|
+
UiActionCannotUseInaccessibleItem = 731,
|
744
|
+
UiActionCannotUseInThisSituation = 732,
|
745
|
+
UiActionCannotUseNoItemHovered = 733,
|
746
|
+
UiActionCannotUseNotInRange = 734,
|
747
|
+
UiActionCannotUseOnThisIsland = 735,
|
748
|
+
UiActionCannotUseRequiresCreature = 736,
|
749
|
+
UiActionCannotUseRequiresDoodad = 737,
|
750
|
+
UiActionCannotUseRequiresItem = 738,
|
751
|
+
UiActionCannotUseRequiresNPC = 739,
|
752
|
+
UiActionCannotUseRequiresVehicle = 740,
|
753
|
+
UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue1 = 741,
|
754
|
+
UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue2 = 742,
|
755
|
+
UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue3 = 743,
|
756
|
+
UiDialogTradeIndicateTradeAlreadyTradedSellDialogue1 = 744,
|
757
|
+
UiDialogTradeIndicateTradeAlreadyTradedSellDialogue2 = 745,
|
758
|
+
UiDialogTradeIndicateTradeAlreadyTradedSellDialogue3 = 746,
|
759
|
+
UiDialogTradeIndicateTradeTooMuchTradesDialogue1 = 747,
|
760
|
+
UiDialogTradeIndicateTradeTooMuchTradesDialogue2 = 748,
|
761
|
+
UiDialogTradeIndicateTradeTooMuchTradesDialogue3 = 749,
|
762
|
+
UnhitchCreature = 750,
|
763
|
+
Unknown = 751,
|
764
|
+
Unlimited = 752,
|
765
|
+
UnlockedChest = 753,
|
766
|
+
UnpurifiedFreshWater = 754,
|
767
|
+
UnpurifiedWaterInStill = 755,
|
768
|
+
UnpurifiedWaterInTop = 756,
|
769
|
+
Use = 757,
|
770
|
+
UsingBareHands = 758,
|
771
|
+
VehicleDefense = 759,
|
772
|
+
Vulnerable = 760,
|
773
|
+
Water = 761,
|
774
|
+
WaterGathering = 762,
|
775
|
+
WaterPutOutFire = 763,
|
776
|
+
WellIsDry = 764,
|
777
|
+
WellIsFull = 765,
|
778
|
+
WildGoatRefusedToBeMilked = 766,
|
779
|
+
WorkingYourselfIntoExhaustion = 767,
|
780
|
+
WorkingYourselfIntoExhaustionAndDrowning = 768,
|
781
|
+
WorldContainer = 769,
|
782
|
+
You = 770,
|
783
|
+
YouAbsorb = 771,
|
784
|
+
YouApplied = 772,
|
785
|
+
YouAreAlready = 773,
|
786
|
+
YouAte = 774,
|
787
|
+
YouBeginResting = 775,
|
788
|
+
YouCannotDoThatYet = 776,
|
789
|
+
YouCanNowCombatTheTides = 777,
|
790
|
+
YouCrafted = 778,
|
791
|
+
YouDoNotFindTreasureYet = 779,
|
792
|
+
YouDrank = 780,
|
793
|
+
YouDropTheTorch = 781,
|
794
|
+
YouEnchant = 782,
|
795
|
+
YouEquip = 783,
|
796
|
+
YouExude = 784,
|
797
|
+
YouExudeSome = 785,
|
798
|
+
YouExudeSomeReasonConflicting = 786,
|
799
|
+
YouExudeSomeReasonMax = 787,
|
800
|
+
YouExudeSomeReasonProperties = 788,
|
801
|
+
YouFailedTo = 789,
|
802
|
+
YouFailedToExtinguishedFireFully = 790,
|
803
|
+
YouFailedToHeal = 791,
|
804
|
+
YouFailedToHealOther = 792,
|
805
|
+
YouFire = 793,
|
806
|
+
YouGathered = 794,
|
807
|
+
YouHarvested = 795,
|
808
|
+
YouHave = 796,
|
809
|
+
YouHaveAlreadyLearned = 797,
|
810
|
+
YouHaveBeenCut = 798,
|
811
|
+
YouHaveCaged = 799,
|
812
|
+
YouHaveCommanded = 800,
|
813
|
+
YouHaveDied = 801,
|
814
|
+
YouHaveHealedOther = 802,
|
815
|
+
YouHaveKilled = 803,
|
816
|
+
YouHaveNotCommanded = 804,
|
817
|
+
YouHaveReleased = 805,
|
818
|
+
YouHaveSummoned = 806,
|
819
|
+
YouHaveTamed = 807,
|
820
|
+
YouHaveUncaged = 808,
|
821
|
+
YouNoticeBarren = 809,
|
822
|
+
YouNoticeBecomeEnraged = 810,
|
823
|
+
YouNoticeDying = 811,
|
824
|
+
YouNoticeFertilityDecreasing = 812,
|
825
|
+
YouNoticeFertilityIncreasing = 813,
|
826
|
+
YouNoticeGrowing = 814,
|
827
|
+
YouNoticeLavaCooling = 815,
|
828
|
+
YouNoticeLavaHardening = 816,
|
829
|
+
YouNoticePerish = 817,
|
830
|
+
YouNoticePlantDamage = 818,
|
831
|
+
YouNoticePlantRegenerated = 819,
|
832
|
+
YouNoticeRegrowing = 820,
|
833
|
+
YouNoticeStumbleInjureItself = 821,
|
834
|
+
YouNoticeTakeFromGround = 822,
|
835
|
+
YouNoticeWoundsClosing = 823,
|
836
|
+
YouOfferedToCreature = 824,
|
837
|
+
YouOfferedToCreatureRejects = 825,
|
838
|
+
YouOpen = 826,
|
839
|
+
YouPacked = 827,
|
840
|
+
YouPickedUp = 828,
|
841
|
+
YouRefine = 829,
|
842
|
+
YouReinforce = 830,
|
843
|
+
YouRepair = 831,
|
844
|
+
YouReturnFromCivilizationWith = 832,
|
845
|
+
YourFist = 833,
|
846
|
+
YourHands = 834,
|
847
|
+
YourInventory = 835,
|
848
|
+
YourIsland = 836,
|
849
|
+
YouSeeALivingMushroomSpore = 837,
|
850
|
+
YouSeeASkeletonCollapse = 838,
|
851
|
+
YouSeeASlimeCombine = 839,
|
852
|
+
YouSeeAZombieBleeding = 840,
|
853
|
+
YouSeeCoolDown = 841,
|
854
|
+
YouSeeDrop = 842,
|
855
|
+
YouSeeEngulfFire = 843,
|
856
|
+
YouSeeFireSpread = 844,
|
857
|
+
YouSeeHelpingPlant = 845,
|
858
|
+
YouSeeLay = 846,
|
859
|
+
YouSeeLayingTrap = 847,
|
860
|
+
YouSeeSpewLava = 848,
|
861
|
+
YouSeeSpitAcid = 849,
|
862
|
+
YouSeeSpringForth = 850,
|
863
|
+
YouSeeSummon = 851,
|
864
|
+
YouSeeSwampFlood = 852,
|
865
|
+
YouSeeTrampling = 853,
|
866
|
+
YouSetTheTrapOff = 854,
|
867
|
+
YouStokeTheCreature = 855,
|
868
|
+
YouSwapMainHandAndOffHand = 856,
|
869
|
+
YouThrew = 857,
|
870
|
+
YouTilled = 858,
|
871
|
+
YouUnequip = 859,
|
872
|
+
YouUsed = 860,
|
873
|
+
YouViewTheItemsOn = 861,
|
874
|
+
YouWhileTraveling = 862
|
874
875
|
}
|
875
876
|
export default Message;
|
package/package.json
CHANGED