@wayward/types 2.13.0-beta.dev.20230319.1 → 2.13.0-beta.dev.20230322.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.
@@ -11,7 +11,7 @@
11
11
  import { Action } from "game/entity/action/Action";
12
12
  import type { IActionUsable } from "game/entity/action/IAction";
13
13
  import { ActionArgument } from "game/entity/action/IAction";
14
- import type { IItemDescription } from "game/item/IItem";
14
+ import { IItemDescription } from "game/item/IItem";
15
15
  export interface IConsumeItemCanUse extends IActionUsable {
16
16
  description: IItemDescription;
17
17
  }
@@ -12,10 +12,10 @@ import { Action } from "game/entity/action/Action";
12
12
  import type { IActionUsable } from "game/entity/action/IAction";
13
13
  import { ActionArgument } from "game/entity/action/IAction";
14
14
  import type Item from "game/item/Item";
15
- import type MagicalPropertyManager from "game/magic/MagicalPropertyManager";
15
+ import MagicalPropertyManager from "game/magic/MagicalPropertyManager";
16
16
  export interface IExudeCanUse extends IActionUsable {
17
17
  exudeTarget: Item;
18
- magic: MagicalPropertyManager;
18
+ exudeItemMagic: MagicalPropertyManager;
19
19
  }
20
20
  declare const _default: Action<[ActionArgument.ItemInventory, [ActionArgument.ItemInventory, ActionArgument.Undefined]], import("../../Human").default<number>, void, IExudeCanUse, [Item, (Item | undefined)?]>;
21
21
  export default _default;
@@ -125,7 +125,7 @@ export default class Island extends EventEmitter.Host<IIslandEvents> implements
125
125
  onUnserialized(serializer: ISerializer): void;
126
126
  get biome(): import("game/biome/IBiome").IBiomeDescription;
127
127
  get isLoaded(): boolean;
128
- get tiles(): Tile[];
128
+ get tiles(): Record<number, Tile | undefined>;
129
129
  get hasLoadedItemReferences(): boolean;
130
130
  get isLocalIsland(): boolean;
131
131
  get world(): World;
@@ -182,7 +182,6 @@ export default class Island extends EventEmitter.Host<IIslandEvents> implements
182
182
  getTileSafe(x: number, y: number, z: number): Tile | undefined;
183
183
  createTile(x: number, y: number, z: number, index: number): Tile;
184
184
  setTile(x: number, y: number, z: number, tile: Tile): Tile;
185
- setTiles(tiles: Tile[]): void;
186
185
  getOrCreateTile(index: number, x: number, y: number, z: number): Tile;
187
186
  makeLavaPassage(human: Human): TerrainType | undefined;
188
187
  makeCaveEntrance(human: Human, chance?: number): TerrainType | undefined;
@@ -1539,7 +1539,8 @@ export declare enum ItemTypeGroup {
1539
1539
  TwoHanded = 915,
1540
1540
  Boat = 916,
1541
1541
  Text = 917,
1542
- All = 918,
1543
- Last = 919
1542
+ ContainerWithLiquid = 918,
1543
+ All = 919,
1544
+ Last = 920
1544
1545
  }
1545
1546
  export {};
@@ -656,339 +656,338 @@ declare enum Message {
656
656
  ProtectedExude = 644,
657
657
  ProtectedOffer = 645,
658
658
  ProtectedOpen = 646,
659
- ProtectedPour = 647,
660
- ProtectedPreserve = 648,
661
- ProtectedRead = 649,
662
- ProtectedReinforce = 650,
663
- ProtectedRub = 651,
664
- ProtectedSqueeze = 652,
665
- ProtectedStokeFire = 653,
666
- ProtectedSummon = 654,
667
- ProtectedTransmogrify = 655,
668
- ProtectedUpgrade = 656,
669
- PurifiedWaterInStill = 657,
670
- Quality = 658,
671
- RandomEventsFire = 659,
672
- Recent = 660,
673
- ReduceLength = 661,
674
- Refine = 662,
675
- RefusedToBeTamed = 663,
676
- Reinforce = 664,
677
- Release = 665,
678
- RemoveAction = 666,
679
- RemoveFromQuickslot = 667,
680
- Repair = 668,
681
- ReputationDecreased = 669,
682
- ReputationIncreased = 670,
683
- ReputationUpdate = 671,
684
- RequiredForDisassembleLabel = 672,
685
- RequiredForDisassembly = 673,
686
- RequiresFireToBeLit = 674,
687
- RequiresYouFacingFireSource = 675,
688
- RequiresYouToBeAround = 676,
689
- Resistant = 677,
690
- ResistOrVuln = 678,
691
- ResistOrVulnAll = 679,
692
- Rest = 680,
693
- Rested = 681,
694
- Resting = 682,
695
- RestingOnGroundNotEffective = 683,
696
- RestInterrupted = 684,
697
- RestInterruptedDamage = 685,
698
- RestInterruptedDying = 686,
699
- RestInterruptedLoudNoise = 687,
700
- RestInterruptedPain = 688,
701
- RestInterruptedStirring = 689,
702
- RestInterruptedWaterPoured = 690,
703
- RestLongTime = 691,
704
- RestModerateTime = 692,
705
- RestOnBoat = 693,
706
- RestOnGround = 694,
707
- RestShortTime = 695,
708
- RestTime = 696,
709
- ReturnedToCivilization = 697,
710
- ReturningToCivilizationSetOffAgain = 698,
711
- ReturnsToLife = 699,
712
- Reveals = 700,
713
- RevealsEntityAppearsHurt = 701,
714
- RevealsEntityAppearsUnharmed = 702,
715
- RevealsEntityAppearsVeryHurt = 703,
716
- RevealsEntityIsAtPercentHealth = 704,
717
- RevealsEntityIsInjured = 705,
718
- RevealsEntityIsMostlyUninjured = 706,
719
- RevealsEntityIsOnTheVergeOfDeath = 707,
720
- RevealsEntityIsSeverelyInjured = 708,
721
- RevealsEntityIsUninjured = 709,
722
- RevealsEntitySeemsInjured = 710,
723
- RevealsEntitySeemsUninjured = 711,
724
- RevealsNumberOfResistancesAndVulnerabilities = 712,
725
- RevealsResistancesAndVulnerabilities = 713,
726
- RevealsSomeResistancesAndVulnerabilities = 714,
727
- Reverse = 715,
728
- RightHand = 716,
729
- Sailing = 717,
730
- ScrollMaster = 718,
731
- ScrollProvidedNoUsefulInsight = 719,
732
- Seawater = 720,
733
- SeemsToHaveDrawnEnergy = 721,
734
- SetTrapOffButNoDamage = 722,
735
- SetUp = 723,
736
- ShadowInTheWater = 724,
737
- Ship = 725,
738
- Skill = 726,
739
- SkillHasRaised = 727,
740
- Skills = 728,
741
- Sleep = 729,
742
- Sleeping = 730,
743
- SleepOnBoat = 731,
744
- Slept = 732,
745
- SlitherSuckerConstricts = 733,
746
- SlitherSuckerJumpedOnHead = 734,
747
- SomethingInTheWayOf = 735,
748
- SomethingInTheWayOfButcherFirst = 736,
749
- SomethingInTheWayOfFire = 737,
750
- SomethingInTheWayOfFishing = 738,
751
- SomethingInTheWayOfPerforming = 739,
752
- SomethingInTheWayOfPlacing = 740,
753
- SomethingInTheWayOfPlanting = 741,
754
- SomethingInTheWayOfReleasing = 742,
755
- SomethingInTheWayOfSummoning = 743,
756
- SomethingInWayOfClosingDoor = 744,
757
- SoothedTheirBurnInjuries = 745,
758
- SoothedYourBurnInjuries = 746,
759
- Sort = 747,
760
- SortedByBestCraftingConsumables = 748,
761
- SortedByBestCraftingRequirements = 749,
762
- SortedByCategory = 750,
763
- SortedByDecay = 751,
764
- SortedByDurability = 752,
765
- SortedByGroup = 753,
766
- SortedByMagical = 754,
767
- SortedByName = 755,
768
- SortedByQuality = 756,
769
- SortedByRecent = 757,
770
- SortedBySkill = 758,
771
- SortedByUnlockedTime = 759,
772
- SortedByWeight = 760,
773
- SortedByWorth = 761,
774
- South = 762,
775
- Southeast = 763,
776
- SouthSoutheast = 764,
777
- SouthSouthwest = 765,
778
- Southwest = 766,
779
- StaminaIsFull = 767,
780
- StartedFire = 768,
781
- StartTravelInWater = 769,
782
- StarvingToDeath = 770,
783
- StatAmount = 771,
784
- StatGained = 772,
785
- StatIncreasing = 773,
786
- StatLost = 774,
787
- StatQuenched = 775,
788
- StatRegained = 776,
789
- StatSated = 777,
790
- SteppingOn = 778,
791
- StillHasNoWaterToPurify = 779,
792
- StirredUpClawWorm = 780,
793
- StirredUpCreature = 781,
794
- StoppedYourBleeding = 782,
795
- StopUsingVehicle = 783,
796
- Strength = 784,
797
- SummonedGuardiansByDiggingTreasure = 785,
798
- SummonedGuardiansByLockpicking = 786,
799
- SummonVoidDwellerItem = 787,
800
- SummonVoidDwellerRinging = 788,
801
- SummonVoidDwellerShiver = 789,
802
- SunNotBrightEnoughToStartFire = 790,
803
- SwampWater = 791,
804
- Swimming = 792,
805
- TakenFromGroundBecomeTamed = 793,
806
- Tame = 794,
807
- TamedCreature = 795,
808
- TeleportBlocked = 796,
809
- Teleported = 797,
810
- ThanksBuying = 798,
811
- ThanksSelling = 799,
812
- TheCreature = 800,
813
- TheirFist = 801,
814
- ThePlant = 802,
815
- ThereIsNoContainerOnTheStill = 803,
816
- ThereIsNoSunToStartFire = 804,
817
- ThisCannotBeMilked = 805,
818
- Throw = 806,
819
- ThrownIntoDepths = 807,
820
- ThrownIntoObstacle = 808,
821
- ThrownIntoVoid = 809,
822
- Tier = 810,
823
- TierGroup = 811,
824
- Till = 812,
825
- Tilling = 813,
826
- TillWithHands = 814,
827
- TimeIs = 815,
828
- TimeIsDawn = 816,
829
- TimeIsDaytime = 817,
830
- TimeIsDusk = 818,
831
- TimeIsNighttime = 819,
832
- TimeIsSunrise = 820,
833
- TimeIsSunset = 821,
834
- ToDamageAChest = 822,
835
- ToFight = 823,
836
- TooDamaged = 824,
837
- TooExhaustedToJump = 825,
838
- Touching = 826,
839
- TradeBarterCreditForItem = 827,
840
- TradeItemForBarterCredit = 828,
841
- TradingWith = 829,
842
- TrampledFire = 830,
843
- TrampledIntoGround = 831,
844
- TrampleIntoGround = 832,
845
- Trampling = 833,
846
- TransmogrificationNotPossible = 834,
847
- Transmogrified = 835,
848
- Transmogrify = 836,
849
- TrapMissed = 837,
850
- TrapStoppedYou = 838,
851
- Traveling = 839,
852
- TreasureIsBlocked = 840,
853
- UiActionCannotUseMissingSlottedItem = 841,
854
- UiActionCannotUseRequiresCreature = 842,
855
- UiActionCannotUseRequiresDoodad = 843,
856
- UiActionCannotUseRequiresItem = 844,
857
- UnEquip = 845,
858
- UnEquipAll = 846,
859
- Unhitch = 847,
860
- UnhitchCreature = 848,
861
- Unknown = 849,
862
- UnknownItem = 850,
863
- Unlimited = 851,
864
- UnlockedChest = 852,
865
- UnlockedTime = 853,
866
- UnpurifiedFreshWater = 854,
867
- UnpurifiedWaterInStill = 855,
868
- Use = 856,
869
- UsingBareHands = 857,
870
- VehicleDefense = 858,
871
- Vulnerable = 859,
872
- Water = 860,
873
- WaterGathering = 861,
874
- WaterPutOutFire = 862,
875
- Weight = 863,
876
- WellIsDry = 864,
877
- WellIsFull = 865,
878
- West = 866,
879
- WestNorthwest = 867,
880
- WestSouthwest = 868,
881
- WildGoatRefusedToBeMilked = 869,
882
- WillNotTrade = 870,
883
- WithYouSee = 871,
884
- WorkingYourselfIntoExhaustion = 872,
885
- WorkingYourselfIntoExhaustionAndDrowning = 873,
886
- Worth = 874,
887
- You = 875,
888
- YouAbsorb = 876,
889
- YouApplied = 877,
890
- YouAreAlready = 878,
891
- YouAte = 879,
892
- YouBeginResting = 880,
893
- YouCannotDoThatYet = 881,
894
- YouCanNowCombatTheTides = 882,
895
- YouCooledLava = 883,
896
- YouCrafted = 884,
897
- YouDied = 885,
898
- YouDoNotFindTreasureYet = 886,
899
- YouDrank = 887,
900
- YouDropTheTorch = 888,
901
- YouEnchant = 889,
902
- YouEquip = 890,
903
- YouExude = 891,
904
- YouExudeSome = 892,
905
- YouExudeSomeReasonConflicting = 893,
906
- YouExudeSomeReasonMax = 894,
907
- YouExudeSomeReasonProperties = 895,
908
- YouFailedTo = 896,
909
- YouFailedToExtinguishedFireFully = 897,
910
- YouFailedToHeal = 898,
911
- YouFailedToHealOther = 899,
912
- YouFire = 900,
913
- YouGathered = 901,
914
- YouGatheredAndDropped = 902,
915
- YouHarvested = 903,
916
- YouHarvestedAndDropped = 904,
917
- YouHave = 905,
918
- YouHaveAlreadyLearned = 906,
919
- YouHaveBeenCut = 907,
920
- YouHaveCommanded = 908,
921
- YouHaveDied = 909,
922
- YouHaveEnabledDisabled = 910,
923
- YouHaveHealedOther = 911,
924
- YouHaveKilled = 912,
925
- YouHaveReleased = 913,
926
- YouHaveSummoned = 914,
927
- YouHaveTamed = 915,
928
- YouHaveUncaged = 916,
929
- YouNeedMoreCredit = 917,
930
- YouNeedXToY = 918,
931
- YouNoticeBarren = 919,
932
- YouNoticeBecomeEnraged = 920,
933
- YouNoticeDying = 921,
934
- YouNoticeFertilityDecreasing = 922,
935
- YouNoticeFertilityIncreasing = 923,
936
- YouNoticeGrowing = 924,
937
- YouNoticeLavaCooling = 925,
938
- YouNoticeLavaHardening = 926,
939
- YouNoticePerish = 927,
940
- YouNoticePlantDamage = 928,
941
- YouNoticePlantRegenerated = 929,
942
- YouNoticeRegrowing = 930,
943
- YouNoticeStumbleInjureItself = 931,
944
- YouNoticeTakeFromGround = 932,
945
- YouNoticeWoundsClosing = 933,
946
- YouNoticeZombieHorde = 934,
947
- YouOfferedToCreature = 935,
948
- YouOfferedToCreatureRejects = 936,
949
- YouOpen = 937,
950
- YouOpenShip = 938,
951
- YouPacked = 939,
952
- YouPickedUp = 940,
953
- YouRefine = 941,
954
- YouReinforce = 942,
955
- YouRepair = 943,
956
- YouReturnFromCivilizationWith = 944,
957
- YourFist = 945,
958
- YourHands = 946,
959
- YourHighSkill = 947,
960
- YourInventory = 948,
961
- YourIsland = 949,
962
- YourLowSkill = 950,
963
- YourModerateSkill = 951,
964
- YourRubbingNoEffect = 952,
965
- YouRub = 953,
966
- YouSee = 954,
967
- YouSeeALivingMushroomSpore = 955,
968
- YouSeeAnAberrant = 956,
969
- YouSeeASkeletonCollapse = 957,
970
- YouSeeASlimeCombine = 958,
971
- YouSeeAZombieBleeding = 959,
972
- YouSeeCoolDown = 960,
973
- YouSeeDrop = 961,
974
- YouSeeEngulfFire = 962,
975
- YouSeeFireSpread = 963,
976
- YouSeeHelpingPlant = 964,
977
- YouSeeLay = 965,
978
- YouSeeLayingTrap = 966,
979
- YouSeeSpewLava = 967,
980
- YouSeeSpitAcid = 968,
981
- YouSeeSpringForth = 969,
982
- YouSeeSummon = 970,
983
- YouSeeSwampFlood = 971,
984
- YouSeeTrampling = 972,
985
- YouSetTheTrapOff = 973,
986
- YouStokeTheCreature = 974,
987
- YouSwapMainHandAndOffHand = 975,
988
- YouThrew = 976,
989
- YouTilled = 977,
990
- YouUnequip = 978,
991
- YouUsed = 979,
992
- YouWhileTraveling = 980
659
+ ProtectedPreserve = 647,
660
+ ProtectedRead = 648,
661
+ ProtectedReinforce = 649,
662
+ ProtectedRub = 650,
663
+ ProtectedSqueeze = 651,
664
+ ProtectedStokeFire = 652,
665
+ ProtectedSummon = 653,
666
+ ProtectedTransmogrify = 654,
667
+ ProtectedUpgrade = 655,
668
+ PurifiedWaterInStill = 656,
669
+ Quality = 657,
670
+ RandomEventsFire = 658,
671
+ Recent = 659,
672
+ ReduceLength = 660,
673
+ Refine = 661,
674
+ RefusedToBeTamed = 662,
675
+ Reinforce = 663,
676
+ Release = 664,
677
+ RemoveAction = 665,
678
+ RemoveFromQuickslot = 666,
679
+ Repair = 667,
680
+ ReputationDecreased = 668,
681
+ ReputationIncreased = 669,
682
+ ReputationUpdate = 670,
683
+ RequiredForDisassembleLabel = 671,
684
+ RequiredForDisassembly = 672,
685
+ RequiresFireToBeLit = 673,
686
+ RequiresYouFacingFireSource = 674,
687
+ RequiresYouToBeAround = 675,
688
+ Resistant = 676,
689
+ ResistOrVuln = 677,
690
+ ResistOrVulnAll = 678,
691
+ Rest = 679,
692
+ Rested = 680,
693
+ Resting = 681,
694
+ RestingOnGroundNotEffective = 682,
695
+ RestInterrupted = 683,
696
+ RestInterruptedDamage = 684,
697
+ RestInterruptedDying = 685,
698
+ RestInterruptedLoudNoise = 686,
699
+ RestInterruptedPain = 687,
700
+ RestInterruptedStirring = 688,
701
+ RestInterruptedWaterPoured = 689,
702
+ RestLongTime = 690,
703
+ RestModerateTime = 691,
704
+ RestOnBoat = 692,
705
+ RestOnGround = 693,
706
+ RestShortTime = 694,
707
+ RestTime = 695,
708
+ ReturnedToCivilization = 696,
709
+ ReturningToCivilizationSetOffAgain = 697,
710
+ ReturnsToLife = 698,
711
+ Reveals = 699,
712
+ RevealsEntityAppearsHurt = 700,
713
+ RevealsEntityAppearsUnharmed = 701,
714
+ RevealsEntityAppearsVeryHurt = 702,
715
+ RevealsEntityIsAtPercentHealth = 703,
716
+ RevealsEntityIsInjured = 704,
717
+ RevealsEntityIsMostlyUninjured = 705,
718
+ RevealsEntityIsOnTheVergeOfDeath = 706,
719
+ RevealsEntityIsSeverelyInjured = 707,
720
+ RevealsEntityIsUninjured = 708,
721
+ RevealsEntitySeemsInjured = 709,
722
+ RevealsEntitySeemsUninjured = 710,
723
+ RevealsNumberOfResistancesAndVulnerabilities = 711,
724
+ RevealsResistancesAndVulnerabilities = 712,
725
+ RevealsSomeResistancesAndVulnerabilities = 713,
726
+ Reverse = 714,
727
+ RightHand = 715,
728
+ Sailing = 716,
729
+ ScrollMaster = 717,
730
+ ScrollProvidedNoUsefulInsight = 718,
731
+ Seawater = 719,
732
+ SeemsToHaveDrawnEnergy = 720,
733
+ SetTrapOffButNoDamage = 721,
734
+ SetUp = 722,
735
+ ShadowInTheWater = 723,
736
+ Ship = 724,
737
+ Skill = 725,
738
+ SkillHasRaised = 726,
739
+ Skills = 727,
740
+ Sleep = 728,
741
+ Sleeping = 729,
742
+ SleepOnBoat = 730,
743
+ Slept = 731,
744
+ SlitherSuckerConstricts = 732,
745
+ SlitherSuckerJumpedOnHead = 733,
746
+ SomethingInTheWayOf = 734,
747
+ SomethingInTheWayOfButcherFirst = 735,
748
+ SomethingInTheWayOfFire = 736,
749
+ SomethingInTheWayOfFishing = 737,
750
+ SomethingInTheWayOfPerforming = 738,
751
+ SomethingInTheWayOfPlacing = 739,
752
+ SomethingInTheWayOfPlanting = 740,
753
+ SomethingInTheWayOfReleasing = 741,
754
+ SomethingInTheWayOfSummoning = 742,
755
+ SomethingInWayOfClosingDoor = 743,
756
+ SoothedTheirBurnInjuries = 744,
757
+ SoothedYourBurnInjuries = 745,
758
+ Sort = 746,
759
+ SortedByBestCraftingConsumables = 747,
760
+ SortedByBestCraftingRequirements = 748,
761
+ SortedByCategory = 749,
762
+ SortedByDecay = 750,
763
+ SortedByDurability = 751,
764
+ SortedByGroup = 752,
765
+ SortedByMagical = 753,
766
+ SortedByName = 754,
767
+ SortedByQuality = 755,
768
+ SortedByRecent = 756,
769
+ SortedBySkill = 757,
770
+ SortedByUnlockedTime = 758,
771
+ SortedByWeight = 759,
772
+ SortedByWorth = 760,
773
+ South = 761,
774
+ Southeast = 762,
775
+ SouthSoutheast = 763,
776
+ SouthSouthwest = 764,
777
+ Southwest = 765,
778
+ StaminaIsFull = 766,
779
+ StartedFire = 767,
780
+ StartTravelInWater = 768,
781
+ StarvingToDeath = 769,
782
+ StatAmount = 770,
783
+ StatGained = 771,
784
+ StatIncreasing = 772,
785
+ StatLost = 773,
786
+ StatQuenched = 774,
787
+ StatRegained = 775,
788
+ StatSated = 776,
789
+ SteppingOn = 777,
790
+ StillHasNoWaterToPurify = 778,
791
+ StirredUpClawWorm = 779,
792
+ StirredUpCreature = 780,
793
+ StoppedYourBleeding = 781,
794
+ StopUsingVehicle = 782,
795
+ Strength = 783,
796
+ SummonedGuardiansByDiggingTreasure = 784,
797
+ SummonedGuardiansByLockpicking = 785,
798
+ SummonVoidDwellerItem = 786,
799
+ SummonVoidDwellerRinging = 787,
800
+ SummonVoidDwellerShiver = 788,
801
+ SunNotBrightEnoughToStartFire = 789,
802
+ SwampWater = 790,
803
+ Swimming = 791,
804
+ TakenFromGroundBecomeTamed = 792,
805
+ Tame = 793,
806
+ TamedCreature = 794,
807
+ TeleportBlocked = 795,
808
+ Teleported = 796,
809
+ ThanksBuying = 797,
810
+ ThanksSelling = 798,
811
+ TheCreature = 799,
812
+ TheirFist = 800,
813
+ ThePlant = 801,
814
+ ThereIsNoContainerOnTheStill = 802,
815
+ ThereIsNoSunToStartFire = 803,
816
+ ThisCannotBeMilked = 804,
817
+ Throw = 805,
818
+ ThrownIntoDepths = 806,
819
+ ThrownIntoObstacle = 807,
820
+ ThrownIntoVoid = 808,
821
+ Tier = 809,
822
+ TierGroup = 810,
823
+ Till = 811,
824
+ Tilling = 812,
825
+ TillWithHands = 813,
826
+ TimeIs = 814,
827
+ TimeIsDawn = 815,
828
+ TimeIsDaytime = 816,
829
+ TimeIsDusk = 817,
830
+ TimeIsNighttime = 818,
831
+ TimeIsSunrise = 819,
832
+ TimeIsSunset = 820,
833
+ ToDamageAChest = 821,
834
+ ToFight = 822,
835
+ TooDamaged = 823,
836
+ TooExhaustedToJump = 824,
837
+ Touching = 825,
838
+ TradeBarterCreditForItem = 826,
839
+ TradeItemForBarterCredit = 827,
840
+ TradingWith = 828,
841
+ TrampledFire = 829,
842
+ TrampledIntoGround = 830,
843
+ TrampleIntoGround = 831,
844
+ Trampling = 832,
845
+ TransmogrificationNotPossible = 833,
846
+ Transmogrified = 834,
847
+ Transmogrify = 835,
848
+ TrapMissed = 836,
849
+ TrapStoppedYou = 837,
850
+ Traveling = 838,
851
+ TreasureIsBlocked = 839,
852
+ UiActionCannotUseMissingSlottedItem = 840,
853
+ UiActionCannotUseRequiresCreature = 841,
854
+ UiActionCannotUseRequiresDoodad = 842,
855
+ UiActionCannotUseRequiresItem = 843,
856
+ UnEquip = 844,
857
+ UnEquipAll = 845,
858
+ Unhitch = 846,
859
+ UnhitchCreature = 847,
860
+ Unknown = 848,
861
+ UnknownItem = 849,
862
+ Unlimited = 850,
863
+ UnlockedChest = 851,
864
+ UnlockedTime = 852,
865
+ UnpurifiedFreshWater = 853,
866
+ UnpurifiedWaterInStill = 854,
867
+ Use = 855,
868
+ UsingBareHands = 856,
869
+ VehicleDefense = 857,
870
+ Vulnerable = 858,
871
+ Water = 859,
872
+ WaterGathering = 860,
873
+ WaterPutOutFire = 861,
874
+ Weight = 862,
875
+ WellIsDry = 863,
876
+ WellIsFull = 864,
877
+ West = 865,
878
+ WestNorthwest = 866,
879
+ WestSouthwest = 867,
880
+ WildGoatRefusedToBeMilked = 868,
881
+ WillNotTrade = 869,
882
+ WithYouSee = 870,
883
+ WorkingYourselfIntoExhaustion = 871,
884
+ WorkingYourselfIntoExhaustionAndDrowning = 872,
885
+ Worth = 873,
886
+ You = 874,
887
+ YouAbsorb = 875,
888
+ YouApplied = 876,
889
+ YouAreAlready = 877,
890
+ YouAte = 878,
891
+ YouBeginResting = 879,
892
+ YouCannotDoThatYet = 880,
893
+ YouCanNowCombatTheTides = 881,
894
+ YouCooledLava = 882,
895
+ YouCrafted = 883,
896
+ YouDied = 884,
897
+ YouDoNotFindTreasureYet = 885,
898
+ YouDrank = 886,
899
+ YouDropTheTorch = 887,
900
+ YouEnchant = 888,
901
+ YouEquip = 889,
902
+ YouExude = 890,
903
+ YouExudeSome = 891,
904
+ YouExudeSomeReasonConflicting = 892,
905
+ YouExudeSomeReasonMax = 893,
906
+ YouExudeSomeReasonProperties = 894,
907
+ YouFailedTo = 895,
908
+ YouFailedToExtinguishedFireFully = 896,
909
+ YouFailedToHeal = 897,
910
+ YouFailedToHealOther = 898,
911
+ YouFire = 899,
912
+ YouGathered = 900,
913
+ YouGatheredAndDropped = 901,
914
+ YouHarvested = 902,
915
+ YouHarvestedAndDropped = 903,
916
+ YouHave = 904,
917
+ YouHaveAlreadyLearned = 905,
918
+ YouHaveBeenCut = 906,
919
+ YouHaveCommanded = 907,
920
+ YouHaveDied = 908,
921
+ YouHaveEnabledDisabled = 909,
922
+ YouHaveHealedOther = 910,
923
+ YouHaveKilled = 911,
924
+ YouHaveReleased = 912,
925
+ YouHaveSummoned = 913,
926
+ YouHaveTamed = 914,
927
+ YouHaveUncaged = 915,
928
+ YouNeedMoreCredit = 916,
929
+ YouNeedXToY = 917,
930
+ YouNoticeBarren = 918,
931
+ YouNoticeBecomeEnraged = 919,
932
+ YouNoticeDying = 920,
933
+ YouNoticeFertilityDecreasing = 921,
934
+ YouNoticeFertilityIncreasing = 922,
935
+ YouNoticeGrowing = 923,
936
+ YouNoticeLavaCooling = 924,
937
+ YouNoticeLavaHardening = 925,
938
+ YouNoticePerish = 926,
939
+ YouNoticePlantDamage = 927,
940
+ YouNoticePlantRegenerated = 928,
941
+ YouNoticeRegrowing = 929,
942
+ YouNoticeStumbleInjureItself = 930,
943
+ YouNoticeTakeFromGround = 931,
944
+ YouNoticeWoundsClosing = 932,
945
+ YouNoticeZombieHorde = 933,
946
+ YouOfferedToCreature = 934,
947
+ YouOfferedToCreatureRejects = 935,
948
+ YouOpen = 936,
949
+ YouOpenShip = 937,
950
+ YouPacked = 938,
951
+ YouPickedUp = 939,
952
+ YouRefine = 940,
953
+ YouReinforce = 941,
954
+ YouRepair = 942,
955
+ YouReturnFromCivilizationWith = 943,
956
+ YourFist = 944,
957
+ YourHands = 945,
958
+ YourHighSkill = 946,
959
+ YourInventory = 947,
960
+ YourIsland = 948,
961
+ YourLowSkill = 949,
962
+ YourModerateSkill = 950,
963
+ YourRubbingNoEffect = 951,
964
+ YouRub = 952,
965
+ YouSee = 953,
966
+ YouSeeALivingMushroomSpore = 954,
967
+ YouSeeAnAberrant = 955,
968
+ YouSeeASkeletonCollapse = 956,
969
+ YouSeeASlimeCombine = 957,
970
+ YouSeeAZombieBleeding = 958,
971
+ YouSeeCoolDown = 959,
972
+ YouSeeDrop = 960,
973
+ YouSeeEngulfFire = 961,
974
+ YouSeeFireSpread = 962,
975
+ YouSeeHelpingPlant = 963,
976
+ YouSeeLay = 964,
977
+ YouSeeLayingTrap = 965,
978
+ YouSeeSpewLava = 966,
979
+ YouSeeSpitAcid = 967,
980
+ YouSeeSpringForth = 968,
981
+ YouSeeSummon = 969,
982
+ YouSeeSwampFlood = 970,
983
+ YouSeeTrampling = 971,
984
+ YouSetTheTrapOff = 972,
985
+ YouStokeTheCreature = 973,
986
+ YouSwapMainHandAndOffHand = 974,
987
+ YouThrew = 975,
988
+ YouTilled = 976,
989
+ YouUnequip = 977,
990
+ YouUsed = 978,
991
+ YouWhileTraveling = 979
993
992
  }
994
993
  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.13.0-beta.dev.20230319.1",
4
+ "version": "2.13.0-beta.dev.20230322.1",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",