@wayward/types 2.14.6-beta.dev.20250720.1 → 2.14.6-beta.dev.20250722.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.
@@ -380,8 +380,10 @@ export default class Item extends EntityMovable<IItemDescription, ItemType, Refe
380
380
  reduceDecayTime(time?: number): number | undefined;
381
381
  /**
382
382
  * Sets the item's decay time (ticks until it decays at 1x decay speed).
383
+ * @param decayTime The new decay time to set, or `undefined` to remove the decay time.
384
+ * @param bypassMax If set to true, it will not check the maximum decay time and will set it to the given value.
383
385
  */
384
- setDecayTime(decayTime?: number): void;
386
+ setDecayTime(decayTime?: number, bypassMax?: boolean): void;
385
387
  /**
386
388
  * Resets the item's decay with some added randomization.
387
389
  */
@@ -506,371 +506,372 @@ declare enum Message {
506
506
  No = 494,
507
507
  NoAmmunitionForThatWeapon = 495,
508
508
  NoFireToStokeWith = 496,
509
- NoFishAtLocation = 497,
510
- NoGroundWater = 498,
511
- NoInkToDrawMap = 499,
512
- NoKindlingOrFuelItemsToStartFire = 500,
513
- NoKindlingToStartFire = 501,
514
- NoLongerFeelPainOfBeingBurned = 502,
515
- NoLongerFeelPainOfBeingFrostbitten = 503,
516
- NoLongerHostile = 504,
517
- NoMoreRoomInContainer = 505,
518
- NoPaperToDrawMap = 506,
519
- NoRequiredItemToFireWeapon = 507,
520
- NoReturnWithoutCompletingChallenges = 508,
521
- NoRoomForImprovement = 509,
522
- NoRoomForVehicle = 510,
523
- NoRoomToDrop = 511,
524
- NoRoomToSummon = 512,
525
- NotEnoughPurifiedWaterYet = 513,
526
- NotEnoughTreasureToReturn = 514,
527
- NothingTo = 515,
528
- NothingToGetFromThis = 516,
529
- NothingToHarvestFromThisGather = 517,
530
- NothingToSmother = 518,
531
- NothingUsefulToHarvestYet = 519,
532
- NoTinderToStartFire = 520,
533
- NotSuitableToPlant = 521,
534
- NoWaterInStill = 522,
535
- NPCMerchantNewInventoryDialogue1 = 523,
536
- NPCMerchantNewInventoryDialogue2 = 524,
537
- NPCMerchantNewInventoryDialogue3 = 525,
538
- NPCMerchantNewInventoryDialogue4 = 526,
539
- NPCMerchantStartingDialogue1 = 527,
540
- NPCMerchantStartingDialogue2 = 528,
541
- NPCMerchantStartingDialogue3 = 529,
542
- NPCMerchantStartingDialogue4 = 530,
543
- NPCMerchantWelcomeCredit = 531,
544
- NPCShipperShipToIsland = 532,
545
- NPCShipperStartingDialogue1 = 533,
546
- NPCShipperStartingDialogue2 = 534,
547
- NPCShipperStartingDialogue3 = 535,
548
- NPCShipperStartingDialogue4 = 536,
549
- NPCWelcome = 537,
550
- ObjectIsLocked = 538,
551
- ObjectIsLockedAttemptToBreakIt = 539,
552
- OfferAberrantFail = 540,
553
- OfferAberrantFailButTamed = 541,
554
- Open = 542,
555
- OpenClose = 543,
556
- OpenCollapse = 544,
557
- OverEatingLostStamina = 545,
558
- OverHydratingLostStamina = 546,
559
- Pack = 547,
560
- PaperTurnedToMush = 548,
561
- ParryTheBlow = 549,
562
- PetCreature = 550,
563
- PickAway = 551,
564
- PickUp = 552,
565
- PickUpExcrement = 553,
566
- PickUpTheItem = 554,
567
- Place = 555,
568
- PlacedItem = 556,
569
- PlacedItemFailed = 557,
570
- PlacedOnGround = 558,
571
- PlantedInGround = 559,
572
- PlantGatheredPlant = 560,
573
- PlantGatheringWillDestroy = 561,
574
- PlantHasResourcesToGather = 562,
575
- PlantHasResourcesToHarvest = 563,
576
- PlantHighlyFertile = 564,
577
- Planting = 565,
578
- PlantIsBare = 566,
579
- PlantIsFertile = 567,
580
- PlantIsInStage = 568,
581
- PlantIsNotFertile = 569,
582
- PlantNotReadyToHarvest = 570,
583
- PlantReadyToGather = 571,
584
- PlantReadyToGatherNotMaximal = 572,
585
- PlantReadyToHarvest = 573,
586
- PlantReadyToHarvestNotMaximal = 574,
587
- PlayerHas = 575,
588
- PlayerHasCompletedChallengeRequirement = 576,
589
- PlayerHasWonChallenge = 577,
590
- Poisoned = 578,
591
- PoisonedLostHealth = 579,
592
- PoisonWorkedItsCourse = 580,
593
- PouredOut = 581,
594
- PouredOutOnYourself = 582,
595
- PouredWaterIntoStill = 583,
596
- PourHarmedPlant = 584,
597
- PourHealedPlant = 585,
598
- PourHealedPlantFully = 586,
599
- PourHealedPlantPartially = 587,
600
- PourIncreasedFertility = 588,
601
- Pouring = 589,
602
- PourOverWatering = 590,
603
- Prepare = 591,
604
- Prepared = 592,
605
- PreservedFood = 593,
606
- PurifiedWaterInBottom = 594,
607
- PurifiedWaterInStill = 595,
608
- RandomEventsFire = 596,
609
- ReduceLength = 597,
610
- RefusedToBeTamed = 598,
611
- Repair = 599,
612
- RequiredForDisassembly = 600,
613
- RequiresFireToBeLit = 601,
614
- RequiresYouToBeAround = 602,
615
- Resistant = 603,
616
- Rest = 604,
617
- Rested = 605,
618
- Resting = 606,
619
- RestingOnGroundNotEffective = 607,
620
- RestInterrupted = 608,
621
- RestInterruptedDamage = 609,
622
- RestInterruptedDying = 610,
623
- RestInterruptedLoudNoise = 611,
624
- RestInterruptedPain = 612,
625
- RestInterruptedStirring = 613,
626
- RestInterruptedWaterPoured = 614,
627
- RestLongTime = 615,
628
- RestModerateTime = 616,
629
- RestOnBoat = 617,
630
- RestShortTime = 618,
631
- RestTime = 619,
632
- ReturnedToCivilization = 620,
633
- ReturningToCivilizationSetOffAgain = 621,
634
- ReturnsToLife = 622,
635
- Reverse = 623,
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
509
+ ActionStokeFireMaximumStokeReached = 497,
510
+ NoFishAtLocation = 498,
511
+ NoGroundWater = 499,
512
+ NoInkToDrawMap = 500,
513
+ NoKindlingOrFuelItemsToStartFire = 501,
514
+ NoKindlingToStartFire = 502,
515
+ NoLongerFeelPainOfBeingBurned = 503,
516
+ NoLongerFeelPainOfBeingFrostbitten = 504,
517
+ NoLongerHostile = 505,
518
+ NoMoreRoomInContainer = 506,
519
+ NoPaperToDrawMap = 507,
520
+ NoRequiredItemToFireWeapon = 508,
521
+ NoReturnWithoutCompletingChallenges = 509,
522
+ NoRoomForImprovement = 510,
523
+ NoRoomForVehicle = 511,
524
+ NoRoomToDrop = 512,
525
+ NoRoomToSummon = 513,
526
+ NotEnoughPurifiedWaterYet = 514,
527
+ NotEnoughTreasureToReturn = 515,
528
+ NothingTo = 516,
529
+ NothingToGetFromThis = 517,
530
+ NothingToHarvestFromThisGather = 518,
531
+ NothingToSmother = 519,
532
+ NothingUsefulToHarvestYet = 520,
533
+ NoTinderToStartFire = 521,
534
+ NotSuitableToPlant = 522,
535
+ NoWaterInStill = 523,
536
+ NPCMerchantNewInventoryDialogue1 = 524,
537
+ NPCMerchantNewInventoryDialogue2 = 525,
538
+ NPCMerchantNewInventoryDialogue3 = 526,
539
+ NPCMerchantNewInventoryDialogue4 = 527,
540
+ NPCMerchantStartingDialogue1 = 528,
541
+ NPCMerchantStartingDialogue2 = 529,
542
+ NPCMerchantStartingDialogue3 = 530,
543
+ NPCMerchantStartingDialogue4 = 531,
544
+ NPCMerchantWelcomeCredit = 532,
545
+ NPCShipperShipToIsland = 533,
546
+ NPCShipperStartingDialogue1 = 534,
547
+ NPCShipperStartingDialogue2 = 535,
548
+ NPCShipperStartingDialogue3 = 536,
549
+ NPCShipperStartingDialogue4 = 537,
550
+ NPCWelcome = 538,
551
+ ObjectIsLocked = 539,
552
+ ObjectIsLockedAttemptToBreakIt = 540,
553
+ OfferAberrantFail = 541,
554
+ OfferAberrantFailButTamed = 542,
555
+ Open = 543,
556
+ OpenClose = 544,
557
+ OpenCollapse = 545,
558
+ OverEatingLostStamina = 546,
559
+ OverHydratingLostStamina = 547,
560
+ Pack = 548,
561
+ PaperTurnedToMush = 549,
562
+ ParryTheBlow = 550,
563
+ PetCreature = 551,
564
+ PickAway = 552,
565
+ PickUp = 553,
566
+ PickUpExcrement = 554,
567
+ PickUpTheItem = 555,
568
+ Place = 556,
569
+ PlacedItem = 557,
570
+ PlacedItemFailed = 558,
571
+ PlacedOnGround = 559,
572
+ PlantedInGround = 560,
573
+ PlantGatheredPlant = 561,
574
+ PlantGatheringWillDestroy = 562,
575
+ PlantHasResourcesToGather = 563,
576
+ PlantHasResourcesToHarvest = 564,
577
+ PlantHighlyFertile = 565,
578
+ Planting = 566,
579
+ PlantIsBare = 567,
580
+ PlantIsFertile = 568,
581
+ PlantIsInStage = 569,
582
+ PlantIsNotFertile = 570,
583
+ PlantNotReadyToHarvest = 571,
584
+ PlantReadyToGather = 572,
585
+ PlantReadyToGatherNotMaximal = 573,
586
+ PlantReadyToHarvest = 574,
587
+ PlantReadyToHarvestNotMaximal = 575,
588
+ PlayerHas = 576,
589
+ PlayerHasCompletedChallengeRequirement = 577,
590
+ PlayerHasWonChallenge = 578,
591
+ Poisoned = 579,
592
+ PoisonedLostHealth = 580,
593
+ PoisonWorkedItsCourse = 581,
594
+ PouredOut = 582,
595
+ PouredOutOnYourself = 583,
596
+ PouredWaterIntoStill = 584,
597
+ PourHarmedPlant = 585,
598
+ PourHealedPlant = 586,
599
+ PourHealedPlantFully = 587,
600
+ PourHealedPlantPartially = 588,
601
+ PourIncreasedFertility = 589,
602
+ Pouring = 590,
603
+ PourOverWatering = 591,
604
+ Prepare = 592,
605
+ Prepared = 593,
606
+ PreservedFood = 594,
607
+ PurifiedWaterInBottom = 595,
608
+ PurifiedWaterInStill = 596,
609
+ RandomEventsFire = 597,
610
+ ReduceLength = 598,
611
+ RefusedToBeTamed = 599,
612
+ Repair = 600,
613
+ RequiredForDisassembly = 601,
614
+ RequiresFireToBeLit = 602,
615
+ RequiresYouToBeAround = 603,
616
+ Resistant = 604,
617
+ Rest = 605,
618
+ Rested = 606,
619
+ Resting = 607,
620
+ RestingOnGroundNotEffective = 608,
621
+ RestInterrupted = 609,
622
+ RestInterruptedDamage = 610,
623
+ RestInterruptedDying = 611,
624
+ RestInterruptedLoudNoise = 612,
625
+ RestInterruptedPain = 613,
626
+ RestInterruptedStirring = 614,
627
+ RestInterruptedWaterPoured = 615,
628
+ RestLongTime = 616,
629
+ RestModerateTime = 617,
630
+ RestOnBoat = 618,
631
+ RestShortTime = 619,
632
+ RestTime = 620,
633
+ ReturnedToCivilization = 621,
634
+ ReturningToCivilizationSetOffAgain = 622,
635
+ ReturnsToLife = 623,
636
+ Reverse = 624,
637
+ Ride = 625,
638
+ Sailing = 626,
639
+ ScrollMaster = 627,
640
+ ScrollProvidedNoUsefulInsight = 628,
641
+ Seawater = 629,
642
+ SeemsToHaveDrawnEnergy = 630,
643
+ SetTrapOffButNoDamage = 631,
644
+ SetUp = 632,
645
+ ShadowInTheWater = 633,
646
+ SkillHasRaised = 634,
647
+ Skills = 635,
648
+ Sleep = 636,
649
+ Sleeping = 637,
650
+ SleepOnBoat = 638,
651
+ Slept = 639,
652
+ SlitherSuckerConstricts = 640,
653
+ SlitherSuckerFailedToRemove = 641,
654
+ SlitherSuckerFailedToRemoveOuch = 642,
655
+ SlitherSuckerJumpedOnHead = 643,
656
+ SolarStill = 644,
657
+ SomethingInTheWayOf = 645,
658
+ SomethingInTheWayOfButcherFirst = 646,
659
+ SomethingInTheWayOfFire = 647,
660
+ SomethingInTheWayOfFishing = 648,
661
+ SomethingInTheWayOfPerforming = 649,
662
+ SomethingInTheWayOfPlacing = 650,
663
+ SomethingInTheWayOfReleasing = 651,
664
+ SomethingInTheWayOfSummoning = 652,
665
+ SomethingInWayOfClosingDoor = 653,
666
+ SoothedTheirBurnInjuries = 654,
667
+ SoothedYourBurnInjuries = 655,
668
+ SortedByCategory = 656,
669
+ SortedByCraftableOnly = 657,
670
+ SortedByName = 658,
671
+ SortedBySkill = 659,
672
+ SortedByUnlockedTime = 660,
673
+ StaminaIsFull = 661,
674
+ StartedFire = 662,
675
+ StartTravelInWater = 663,
676
+ StarvingToDeath = 664,
677
+ StatAmount = 665,
678
+ StatChangeUnknown = 666,
679
+ StatGained = 667,
680
+ StatIncreasing = 668,
681
+ StatLost = 669,
682
+ StatQuenched = 670,
683
+ StatRegained = 671,
684
+ StatSated = 672,
685
+ SteppingOn = 673,
686
+ Still = 674,
687
+ StillHasNoWaterToPurify = 675,
688
+ StirredUpClawWorm = 676,
689
+ StirredUpCreature = 677,
690
+ StoppedYourBleeding = 678,
691
+ StopUsingVehicle = 679,
692
+ SummonedGuardiansByDiggingTreasure = 680,
693
+ SummonedGuardiansByLockpicking = 681,
694
+ SummonVoidDwellerItem = 682,
695
+ SummonVoidDwellerRinging = 683,
696
+ SummonVoidDwellerShiver = 684,
697
+ SunNotBrightEnoughToStartFire = 685,
698
+ SwampWater = 686,
699
+ Swimming = 687,
700
+ TakenFromGroundBecomeTamed = 688,
701
+ TeleportBlocked = 689,
702
+ Teleported = 690,
703
+ TheirFist = 691,
704
+ TheirInventory = 692,
705
+ ThePlant = 693,
706
+ ThereIsNoContainerOnTheStill = 694,
707
+ ThereIsNoSunToStartFire = 695,
708
+ ThisCannotBeMilked = 696,
709
+ Throw = 697,
710
+ ThrownIntoDepths = 698,
711
+ ThrownIntoObstacle = 699,
712
+ ThrownIntoVoid = 700,
713
+ TierGroup = 701,
714
+ TileMakeCaveEntranceNearby = 702,
715
+ TileMakeCaveEntrancePassable = 703,
716
+ TileMakeCaveEntranceVoid = 704,
717
+ Till = 705,
718
+ Tilling = 706,
719
+ TimeIs = 707,
720
+ TimeIsDawn = 708,
721
+ TimeIsDaytime = 709,
722
+ TimeIsDusk = 710,
723
+ TimeIsNighttime = 711,
724
+ TimeIsSunrise = 712,
725
+ TimeIsSunset = 713,
726
+ ToFight = 714,
727
+ TooDamaged = 715,
728
+ TooExhaustedToJump = 716,
729
+ Touching = 717,
730
+ TrampledFire = 718,
731
+ TrampledFireFail = 719,
732
+ TrampledFirePartial = 720,
733
+ TrampledIntoGround = 721,
734
+ TrampleIntoGround = 722,
735
+ Trampling = 723,
736
+ TransmogrificationNoEffect = 724,
737
+ TransmogrificationNotPossible = 725,
738
+ Transmogrified = 726,
739
+ TrapMissed = 727,
740
+ TrapStoppedYou = 728,
741
+ Traveling = 729,
742
+ Treasure = 730,
743
+ TreasureIsBlocked = 731,
744
+ UiActionCannotUseInaccessibleItem = 732,
745
+ UiActionCannotUseInThisSituation = 733,
746
+ UiActionCannotUseNoItemHovered = 734,
747
+ UiActionCannotUseNotInRange = 735,
748
+ UiActionCannotUseOnThisIsland = 736,
749
+ UiActionCannotUseRequiresCreature = 737,
750
+ UiActionCannotUseRequiresDoodad = 738,
751
+ UiActionCannotUseRequiresItem = 739,
752
+ UiActionCannotUseRequiresNPC = 740,
753
+ UiActionCannotUseRequiresVehicle = 741,
754
+ UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue1 = 742,
755
+ UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue2 = 743,
756
+ UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue3 = 744,
757
+ UiDialogTradeIndicateTradeAlreadyTradedSellDialogue1 = 745,
758
+ UiDialogTradeIndicateTradeAlreadyTradedSellDialogue2 = 746,
759
+ UiDialogTradeIndicateTradeAlreadyTradedSellDialogue3 = 747,
760
+ UiDialogTradeIndicateTradeTooMuchTradesDialogue1 = 748,
761
+ UiDialogTradeIndicateTradeTooMuchTradesDialogue2 = 749,
762
+ UiDialogTradeIndicateTradeTooMuchTradesDialogue3 = 750,
763
+ UnhitchCreature = 751,
764
+ Unknown = 752,
765
+ Unlimited = 753,
766
+ UnlockedChest = 754,
767
+ UnpurifiedFreshWater = 755,
768
+ UnpurifiedWaterInStill = 756,
769
+ UnpurifiedWaterInTop = 757,
770
+ Use = 758,
771
+ UsingBareHands = 759,
772
+ VehicleDefense = 760,
773
+ Vulnerable = 761,
774
+ Water = 762,
775
+ WaterGathering = 763,
776
+ WaterPutOutFire = 764,
777
+ WellIsDry = 765,
778
+ WellIsFull = 766,
779
+ WildGoatRefusedToBeMilked = 767,
780
+ WorkingYourselfIntoExhaustion = 768,
781
+ WorkingYourselfIntoExhaustionAndDrowning = 769,
782
+ WorldContainer = 770,
783
+ You = 771,
784
+ YouAbsorb = 772,
785
+ YouApplied = 773,
786
+ YouAreAlready = 774,
787
+ YouAte = 775,
788
+ YouBeginResting = 776,
789
+ YouCannotDoThatYet = 777,
790
+ YouCanNowCombatTheTides = 778,
791
+ YouCrafted = 779,
792
+ YouDoNotFindTreasureYet = 780,
793
+ YouDrank = 781,
794
+ YouDropTheTorch = 782,
795
+ YouEnchant = 783,
796
+ YouEquip = 784,
797
+ YouExude = 785,
798
+ YouExudeSome = 786,
799
+ YouExudeSomeReasonConflicting = 787,
800
+ YouExudeSomeReasonMax = 788,
801
+ YouExudeSomeReasonProperties = 789,
802
+ YouFailedTo = 790,
803
+ YouFailedToExtinguishedFireFully = 791,
804
+ YouFailedToHeal = 792,
805
+ YouFailedToHealOther = 793,
806
+ YouFire = 794,
807
+ YouGathered = 795,
808
+ YouHarvested = 796,
809
+ YouHave = 797,
810
+ YouHaveAlreadyLearned = 798,
811
+ YouHaveBeenCut = 799,
812
+ YouHaveCaged = 800,
813
+ YouHaveCommanded = 801,
814
+ YouHaveDied = 802,
815
+ YouHaveHealedOther = 803,
816
+ YouHaveKilled = 804,
817
+ YouHaveNotCommanded = 805,
818
+ YouHaveReleased = 806,
819
+ YouHaveSummoned = 807,
820
+ YouHaveTamed = 808,
821
+ YouHaveUncaged = 809,
822
+ YouNoticeBarren = 810,
823
+ YouNoticeBecomeEnraged = 811,
824
+ YouNoticeDying = 812,
825
+ YouNoticeFertilityDecreasing = 813,
826
+ YouNoticeFertilityIncreasing = 814,
827
+ YouNoticeGrowing = 815,
828
+ YouNoticeLavaCooling = 816,
829
+ YouNoticeLavaHardening = 817,
830
+ YouNoticePerish = 818,
831
+ YouNoticePlantDamage = 819,
832
+ YouNoticePlantRegenerated = 820,
833
+ YouNoticeRegrowing = 821,
834
+ YouNoticeStumbleInjureItself = 822,
835
+ YouNoticeTakeFromGround = 823,
836
+ YouNoticeWoundsClosing = 824,
837
+ YouOfferedToCreature = 825,
838
+ YouOfferedToCreatureRejects = 826,
839
+ YouOpen = 827,
840
+ YouPacked = 828,
841
+ YouPickedUp = 829,
842
+ YouRefine = 830,
843
+ YouReinforce = 831,
844
+ YouRepair = 832,
845
+ YouReturnFromCivilizationWith = 833,
846
+ YourFist = 834,
847
+ YourHands = 835,
848
+ YourInventory = 836,
849
+ YourIsland = 837,
850
+ YouSeeALivingMushroomSpore = 838,
851
+ YouSeeASkeletonCollapse = 839,
852
+ YouSeeASlimeCombine = 840,
853
+ YouSeeAZombieBleeding = 841,
854
+ YouSeeCoolDown = 842,
855
+ YouSeeDrop = 843,
856
+ YouSeeEngulfFire = 844,
857
+ YouSeeFireSpread = 845,
858
+ YouSeeHelpingPlant = 846,
859
+ YouSeeLay = 847,
860
+ YouSeeLayingTrap = 848,
861
+ YouSeeSpewLava = 849,
862
+ YouSeeSpitAcid = 850,
863
+ YouSeeSpringForth = 851,
864
+ YouSeeSummon = 852,
865
+ YouSeeSwampFlood = 853,
866
+ YouSeeTrampling = 854,
867
+ YouSetTheTrapOff = 855,
868
+ YouStokeTheCreature = 856,
869
+ YouSwapMainHandAndOffHand = 857,
870
+ YouThrew = 858,
871
+ YouTilled = 859,
872
+ YouUnequip = 860,
873
+ YouUsed = 861,
874
+ YouViewTheItemsOn = 862,
875
+ YouWhileTraveling = 863
875
876
  }
876
877
  export default Message;
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.14.6-beta.dev.20250720.1",
4
+ "version": "2.14.6-beta.dev.20250722.1",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",