@wayward/types 2.15.0-beta.dev.20251007.1 → 2.15.0-beta.dev.20251009.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.
Files changed (162) hide show
  1. package/definitions/game/audio/IAudio.d.ts +2 -1
  2. package/definitions/game/game/curse/Curse.d.ts +31 -12
  3. package/definitions/game/game/curse/ICurse.d.ts +5 -6
  4. package/definitions/game/game/doodad/Doodad.d.ts +5 -0
  5. package/definitions/game/game/entity/Entity.d.ts +7 -1
  6. package/definitions/game/game/entity/Human.d.ts +7 -7
  7. package/definitions/game/game/entity/IHuman.d.ts +3 -0
  8. package/definitions/game/game/entity/action/actions/Absorb.d.ts +1 -1
  9. package/definitions/game/game/entity/action/actions/AddFuel.d.ts +1 -1
  10. package/definitions/game/game/entity/action/actions/AddItemDiscovered.d.ts +1 -1
  11. package/definitions/game/game/entity/action/actions/Alter.d.ts +1 -1
  12. package/definitions/game/game/entity/action/actions/Apply.d.ts +1 -1
  13. package/definitions/game/game/entity/action/actions/AscendDescend.d.ts +1 -1
  14. package/definitions/game/game/entity/action/actions/AttachContainer.d.ts +1 -1
  15. package/definitions/game/game/entity/action/actions/Attack.d.ts +1 -1
  16. package/definitions/game/game/entity/action/actions/Build.d.ts +1 -1
  17. package/definitions/game/game/entity/action/actions/Butcher.d.ts +1 -1
  18. package/definitions/game/game/entity/action/actions/CageCreature.d.ts +1 -1
  19. package/definitions/game/game/entity/action/actions/Cast.d.ts +1 -1
  20. package/definitions/game/game/entity/action/actions/Chop.d.ts +1 -1
  21. package/definitions/game/game/entity/action/actions/CloseContainer.d.ts +1 -1
  22. package/definitions/game/game/entity/action/actions/CloseDoor.d.ts +1 -1
  23. package/definitions/game/game/entity/action/actions/ConsumeItem.d.ts +1 -1
  24. package/definitions/game/game/entity/action/actions/CopyMap.d.ts +1 -1
  25. package/definitions/game/game/entity/action/actions/Craft.d.ts +1 -1
  26. package/definitions/game/game/entity/action/actions/CraftNew.d.ts +1 -1
  27. package/definitions/game/game/entity/action/actions/CreateControllableNPC.d.ts +1 -1
  28. package/definitions/game/game/entity/action/actions/Cure.d.ts +1 -1
  29. package/definitions/game/game/entity/action/actions/DamageMap.d.ts +1 -1
  30. package/definitions/game/game/entity/action/actions/DetachContainer.d.ts +1 -1
  31. package/definitions/game/game/entity/action/actions/Dig.d.ts +1 -1
  32. package/definitions/game/game/entity/action/actions/Disassemble.d.ts +1 -1
  33. package/definitions/game/game/entity/action/actions/DiscoverRecipe.d.ts +1 -1
  34. package/definitions/game/game/entity/action/actions/Dismantle.d.ts +1 -1
  35. package/definitions/game/game/entity/action/actions/Dismount.d.ts +1 -1
  36. package/definitions/game/game/entity/action/actions/DisplayItem.d.ts +1 -1
  37. package/definitions/game/game/entity/action/actions/DrawMap.d.ts +1 -1
  38. package/definitions/game/game/entity/action/actions/DrinkInFront.d.ts +1 -1
  39. package/definitions/game/game/entity/action/actions/DrinkItem.d.ts +1 -1
  40. package/definitions/game/game/entity/action/actions/Drop.d.ts +1 -1
  41. package/definitions/game/game/entity/action/actions/DumpItems.d.ts +1 -1
  42. package/definitions/game/game/entity/action/actions/Eat.d.ts +1 -1
  43. package/definitions/game/game/entity/action/actions/Enchant.d.ts +1 -1
  44. package/definitions/game/game/entity/action/actions/Enhance.d.ts +1 -1
  45. package/definitions/game/game/entity/action/actions/Equip.d.ts +1 -1
  46. package/definitions/game/game/entity/action/actions/EquipFromArmorStand.d.ts +1 -1
  47. package/definitions/game/game/entity/action/actions/ExcavateCollapse.d.ts +1 -1
  48. package/definitions/game/game/entity/action/actions/Extinguish.d.ts +1 -1
  49. package/definitions/game/game/entity/action/actions/Exude.d.ts +1 -1
  50. package/definitions/game/game/entity/action/actions/Fire.d.ts +1 -1
  51. package/definitions/game/game/entity/action/actions/Gather.d.ts +1 -1
  52. package/definitions/game/game/entity/action/actions/GatherLiquid.d.ts +1 -1
  53. package/definitions/game/game/entity/action/actions/Grasp.d.ts +1 -1
  54. package/definitions/game/game/entity/action/actions/Harvest.d.ts +1 -1
  55. package/definitions/game/game/entity/action/actions/Heal.d.ts +1 -1
  56. package/definitions/game/game/entity/action/actions/HealOther.d.ts +1 -1
  57. package/definitions/game/game/entity/action/actions/Hitch.d.ts +1 -1
  58. package/definitions/game/game/entity/action/actions/Idle.d.ts +1 -1
  59. package/definitions/game/game/entity/action/actions/Ignite.d.ts +1 -1
  60. package/definitions/game/game/entity/action/actions/Jump.d.ts +1 -1
  61. package/definitions/game/game/entity/action/actions/Kneel.d.ts +1 -1
  62. package/definitions/game/game/entity/action/actions/Learn.d.ts +1 -1
  63. package/definitions/game/game/entity/action/actions/Lockpick.d.ts +1 -1
  64. package/definitions/game/game/entity/action/actions/Melee.d.ts +1 -1
  65. package/definitions/game/game/entity/action/actions/Mine.d.ts +1 -1
  66. package/definitions/game/game/entity/action/actions/Move.d.ts +1 -1
  67. package/definitions/game/game/entity/action/actions/MoveItem.d.ts +1 -1
  68. package/definitions/game/game/entity/action/actions/MoveTo.d.ts +1 -1
  69. package/definitions/game/game/entity/action/actions/NPCInteract.d.ts +1 -1
  70. package/definitions/game/game/entity/action/actions/Navigate.d.ts +1 -1
  71. package/definitions/game/game/entity/action/actions/Noclip.d.ts +1 -1
  72. package/definitions/game/game/entity/action/actions/Offer.d.ts +1 -1
  73. package/definitions/game/game/entity/action/actions/OpenBottle.d.ts +1 -1
  74. package/definitions/game/game/entity/action/actions/OpenContainer.d.ts +1 -1
  75. package/definitions/game/game/entity/action/actions/OpenDoor.d.ts +1 -1
  76. package/definitions/game/game/entity/action/actions/PackGround.d.ts +1 -1
  77. package/definitions/game/game/entity/action/actions/Pet.d.ts +1 -1
  78. package/definitions/game/game/entity/action/actions/PickUp.d.ts +1 -1
  79. package/definitions/game/game/entity/action/actions/PickUpAllItems.d.ts +1 -1
  80. package/definitions/game/game/entity/action/actions/PickUpExcrement.d.ts +1 -1
  81. package/definitions/game/game/entity/action/actions/PickUpItem.d.ts +1 -1
  82. package/definitions/game/game/entity/action/actions/PlaceDown.d.ts +1 -1
  83. package/definitions/game/game/entity/action/actions/Plant.d.ts +1 -1
  84. package/definitions/game/game/entity/action/actions/Pour.d.ts +1 -1
  85. package/definitions/game/game/entity/action/actions/PourOnYourself.d.ts +1 -1
  86. package/definitions/game/game/entity/action/actions/Preserve.d.ts +1 -1
  87. package/definitions/game/game/entity/action/actions/PropOpenDoor.d.ts +1 -1
  88. package/definitions/game/game/entity/action/actions/ProtectItem.d.ts +1 -1
  89. package/definitions/game/game/entity/action/actions/Read.d.ts +1 -1
  90. package/definitions/game/game/entity/action/actions/ReadMap.d.ts +1 -1
  91. package/definitions/game/game/entity/action/actions/Refine.d.ts +1 -1
  92. package/definitions/game/game/entity/action/actions/Reinforce.d.ts +1 -1
  93. package/definitions/game/game/entity/action/actions/Release.d.ts +1 -1
  94. package/definitions/game/game/entity/action/actions/RemoveControllableNPC.d.ts +1 -1
  95. package/definitions/game/game/entity/action/actions/Rename.d.ts +1 -1
  96. package/definitions/game/game/entity/action/actions/RenameIsland.d.ts +1 -1
  97. package/definitions/game/game/entity/action/actions/Repair.d.ts +1 -1
  98. package/definitions/game/game/entity/action/actions/ResetItemDiscovered.d.ts +1 -1
  99. package/definitions/game/game/entity/action/actions/Reshape.d.ts +1 -1
  100. package/definitions/game/game/entity/action/actions/Rest.d.ts +1 -1
  101. package/definitions/game/game/entity/action/actions/RestCancel.d.ts +1 -1
  102. package/definitions/game/game/entity/action/actions/Ride.d.ts +1 -1
  103. package/definitions/game/game/entity/action/actions/Rotate.d.ts +1 -1
  104. package/definitions/game/game/entity/action/actions/SailToIsland.d.ts +1 -1
  105. package/definitions/game/game/entity/action/actions/SetCreatureAi.d.ts +1 -1
  106. package/definitions/game/game/entity/action/actions/SetCreatureAiAll.d.ts +1 -1
  107. package/definitions/game/game/entity/action/actions/SetDown.d.ts +1 -1
  108. package/definitions/game/game/entity/action/actions/ShipToIsland.d.ts +1 -1
  109. package/definitions/game/game/entity/action/actions/Shoot.d.ts +1 -1
  110. package/definitions/game/game/entity/action/actions/Sleep.d.ts +1 -1
  111. package/definitions/game/game/entity/action/actions/SmotherFire.d.ts +1 -1
  112. package/definitions/game/game/entity/action/actions/Squeeze.d.ts +1 -1
  113. package/definitions/game/game/entity/action/actions/Squish.d.ts +1 -1
  114. package/definitions/game/game/entity/action/actions/StartFire.d.ts +1 -1
  115. package/definitions/game/game/entity/action/actions/StokeFire.d.ts +1 -1
  116. package/definitions/game/game/entity/action/actions/Summon.d.ts +1 -1
  117. package/definitions/game/game/entity/action/actions/SwapWithArmorStand.d.ts +1 -1
  118. package/definitions/game/game/entity/action/actions/TakeFromArmorStand.d.ts +1 -1
  119. package/definitions/game/game/entity/action/actions/Tame.d.ts +1 -1
  120. package/definitions/game/game/entity/action/actions/Teleport.d.ts +1 -1
  121. package/definitions/game/game/entity/action/actions/TellTime.d.ts +1 -1
  122. package/definitions/game/game/entity/action/actions/TestDepth.d.ts +1 -1
  123. package/definitions/game/game/entity/action/actions/Throw.d.ts +1 -1
  124. package/definitions/game/game/entity/action/actions/Till.d.ts +1 -1
  125. package/definitions/game/game/entity/action/actions/ToggleContainer.d.ts +1 -1
  126. package/definitions/game/game/entity/action/actions/ToggleDoor.d.ts +1 -1
  127. package/definitions/game/game/entity/action/actions/ToggleHitch.d.ts +1 -1
  128. package/definitions/game/game/entity/action/actions/ToggleProtectItem.d.ts +1 -1
  129. package/definitions/game/game/entity/action/actions/ToggleTilled.d.ts +1 -1
  130. package/definitions/game/game/entity/action/actions/ToggleVehicle.d.ts +1 -1
  131. package/definitions/game/game/entity/action/actions/Trade.d.ts +1 -1
  132. package/definitions/game/game/entity/action/actions/Transmogrify.d.ts +1 -1
  133. package/definitions/game/game/entity/action/actions/Uncage.d.ts +1 -1
  134. package/definitions/game/game/entity/action/actions/Unequip.d.ts +1 -1
  135. package/definitions/game/game/entity/action/actions/Unhitch.d.ts +1 -1
  136. package/definitions/game/game/entity/action/actions/UnprotectItem.d.ts +1 -1
  137. package/definitions/game/game/entity/action/actions/UpdateDirection.d.ts +1 -1
  138. package/definitions/game/game/entity/action/actions/UpdateGameOption.d.ts +1 -1
  139. package/definitions/game/game/entity/action/actions/UpdateItemOrder.d.ts +1 -1
  140. package/definitions/game/game/entity/action/actions/UpdateOption.d.ts +1 -1
  141. package/definitions/game/game/entity/action/actions/UpdateWalkTo.d.ts +1 -1
  142. package/definitions/game/game/entity/action/actions/Upgrade.d.ts +1 -1
  143. package/definitions/game/game/entity/action/actions/ViewItems.d.ts +1 -1
  144. package/definitions/game/game/entity/creature/Creature.d.ts +2 -1
  145. package/definitions/game/game/entity/creature/ICreature.d.ts +5 -0
  146. package/definitions/game/game/entity/creature/corpse/Corpse.d.ts +2 -2
  147. package/definitions/game/game/entity/creature/corpse/ICorpse.d.ts +3 -0
  148. package/definitions/game/game/entity/data/DataComponent.d.ts +38 -0
  149. package/definitions/game/game/entity/npc/INPC.d.ts +3 -0
  150. package/definitions/game/game/entity/npc/NPC.d.ts +2 -2
  151. package/definitions/game/game/entity/player/IPlayer.d.ts +3 -0
  152. package/definitions/game/game/entity/player/Player.d.ts +2 -2
  153. package/definitions/game/game/inspection/infoProviders/doodad/StillWater.d.ts +1 -0
  154. package/definitions/game/game/island/Island.d.ts +2 -2
  155. package/definitions/game/game/options/modifiers/milestone/MilestoneModifiersManager.d.ts +2 -2
  156. package/definitions/game/game/tile/ITileEvent.d.ts +3 -0
  157. package/definitions/game/game/tile/Tile.d.ts +2 -1
  158. package/definitions/game/game/tile/TileEvent.d.ts +2 -2
  159. package/definitions/game/language/dictionary/Message.d.ts +190 -189
  160. package/definitions/game/language/dictionary/UiTranslation.d.ts +666 -664
  161. package/definitions/game/renderer/fieldOfView/IFieldOfView.d.ts +4 -1
  162. package/package.json +1 -1
@@ -700,194 +700,195 @@ declare enum Message {
700
700
  Still = 688,
701
701
  StillHasNoWaterToPurify = 689,
702
702
  StillNoContainer = 690,
703
- StirredUpClawWorm = 691,
704
- StirredUpCreature = 692,
705
- StoppedYourBleeding = 693,
706
- StopUsingVehicle = 694,
707
- SummonedGuardiansByDiggingTreasure = 695,
708
- SummonedGuardiansByLockpicking = 696,
709
- SummonVoidDwellerItem = 697,
710
- SummonVoidDwellerRinging = 698,
711
- SummonVoidDwellerShiver = 699,
712
- SunNotBrightEnoughToStartFire = 700,
713
- SwampWater = 701,
714
- Swimming = 702,
715
- TakenFromGroundBecomeTamed = 703,
716
- TeleportBlocked = 704,
717
- Teleported = 705,
718
- TheirFist = 706,
719
- TheirInventory = 707,
720
- ThePlant = 708,
721
- ThereIsNoContainerOnTheStill = 709,
722
- ThereIsNoSunToStartFire = 710,
723
- ThisCannotBeMilked = 711,
724
- Throw = 712,
725
- ThrownIntoDepths = 713,
726
- ThrownIntoObstacle = 714,
727
- ThrownIntoVoid = 715,
728
- TierGroup = 716,
729
- TileMakeCaveEntranceNearby = 717,
730
- TileMakeCaveEntrancePassable = 718,
731
- TileMakeCaveEntranceVoid = 719,
732
- Till = 720,
733
- Tilling = 721,
734
- TimeIs = 722,
735
- TimeIsDawn = 723,
736
- TimeIsDaytime = 724,
737
- TimeIsDusk = 725,
738
- TimeIsNighttime = 726,
739
- TimeIsSunrise = 727,
740
- TimeIsSunset = 728,
741
- ToFight = 729,
742
- TooDamaged = 730,
743
- TooExhaustedToJump = 731,
744
- Touching = 732,
745
- TrampledFire = 733,
746
- TrampledFireFail = 734,
747
- TrampledFirePartial = 735,
748
- TrampledIntoGround = 736,
749
- TrampleIntoGround = 737,
750
- Trampling = 738,
751
- TransmogrificationNoEffect = 739,
752
- TransmogrificationNotPossible = 740,
753
- Transmogrified = 741,
754
- TrapMissed = 742,
755
- TrapStoppedYou = 743,
756
- Traveling = 744,
757
- Treasure = 745,
758
- TreasureIsBlocked = 746,
759
- UiActionCannotUseInaccessibleItem = 747,
760
- UiActionCannotUseInThisSituation = 748,
761
- UiActionCannotUseNoItemHovered = 749,
762
- UiActionCannotUseNotInRange = 750,
763
- UiActionCannotUseOnThisIsland = 751,
764
- UiActionCannotUseRequiresCreature = 752,
765
- UiActionCannotUseRequiresDoodad = 753,
766
- UiActionCannotUseRequiresItem = 754,
767
- UiActionCannotUseRequiresNPC = 755,
768
- UiActionCannotUseRequiresVehicle = 756,
769
- UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue1 = 757,
770
- UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue2 = 758,
771
- UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue3 = 759,
772
- UiDialogTradeIndicateTradeAlreadyTradedSellDialogue1 = 760,
773
- UiDialogTradeIndicateTradeAlreadyTradedSellDialogue2 = 761,
774
- UiDialogTradeIndicateTradeAlreadyTradedSellDialogue3 = 762,
775
- UiDialogTradeIndicateTradeTooMuchTradesDialogue1 = 763,
776
- UiDialogTradeIndicateTradeTooMuchTradesDialogue2 = 764,
777
- UiDialogTradeIndicateTradeTooMuchTradesDialogue3 = 765,
778
- UnhitchCreature = 766,
779
- Unknown = 767,
780
- Unlimited = 768,
781
- UnlockedChest = 769,
782
- UnpurifiedFreshWater = 770,
783
- UnpurifiedWaterInStill = 771,
784
- UnpurifiedWaterInTop = 772,
785
- Use = 773,
786
- UsingBareHands = 774,
787
- VehicleDefense = 775,
788
- Vulnerable = 776,
789
- Water = 777,
790
- WaterGathering = 778,
791
- WaterPutOutFire = 779,
792
- WellIsDry = 780,
793
- WellIsFull = 781,
794
- WildGoatRefusedToBeMilked = 782,
795
- WorkingYourselfIntoExhaustion = 783,
796
- WorkingYourselfIntoExhaustionAndDrowning = 784,
797
- WorldContainer = 785,
798
- You = 786,
799
- YouAbsorb = 787,
800
- YouApplied = 788,
801
- YouAreAlready = 789,
802
- YouAte = 790,
803
- YouBeginResting = 791,
804
- YouCannotDoThatYet = 792,
805
- YouCanNowCombatTheTides = 793,
806
- YouCrafted = 794,
807
- YouDoNotFindTreasureYet = 795,
808
- YouDrank = 796,
809
- YouDropTheTorch = 797,
810
- YouEnchant = 798,
811
- YouEquip = 799,
812
- YouExude = 800,
813
- YouExudeSome = 801,
814
- YouExudeSomeReasonConflicting = 802,
815
- YouExudeSomeReasonMax = 803,
816
- YouExudeSomeReasonProperties = 804,
817
- YouFailedTo = 805,
818
- YouFailedToExtinguishedFireFully = 806,
819
- YouFailedToHeal = 807,
820
- YouFailedToHealOther = 808,
821
- YouFire = 809,
822
- YouGathered = 810,
823
- YouHarvested = 811,
824
- YouHave = 812,
825
- YouHaveAlreadyLearned = 813,
826
- YouHaveBeenCut = 814,
827
- YouHaveCaged = 815,
828
- YouHaveCommanded = 816,
829
- YouHaveDied = 817,
830
- YouHaveHealedOther = 818,
831
- YouHaveKilled = 819,
832
- YouHaveNotCommanded = 820,
833
- YouHaveReleased = 821,
834
- YouHaveSummoned = 822,
835
- YouHaveTamed = 823,
836
- YouHaveUncaged = 824,
837
- YouNoticeBarren = 825,
838
- YouNoticeBecomeEnraged = 826,
839
- YouNoticeDying = 827,
840
- YouNoticeFertilityDecreasing = 828,
841
- YouNoticeFertilityIncreasing = 829,
842
- YouNoticeGrowing = 830,
843
- YouNoticeLavaCooling = 831,
844
- YouNoticeLavaHardening = 832,
845
- YouNoticePerish = 833,
846
- YouNoticePlantDamage = 834,
847
- YouNoticePlantRegenerated = 835,
848
- YouNoticeRegrowing = 836,
849
- YouNoticeStumbleInjureItself = 837,
850
- YouNoticeTakeFromGround = 838,
851
- YouNoticeWoundsClosing = 839,
852
- YouOfferedToCreature = 840,
853
- YouOfferedToCreatureRejects = 841,
854
- YouOpen = 842,
855
- YouPacked = 843,
856
- YouPickedUp = 844,
857
- YouRefine = 845,
858
- YouReinforce = 846,
859
- YouRepair = 847,
860
- YouReturnFromCivilizationWith = 848,
861
- YourFist = 849,
862
- YourHands = 850,
863
- YourInventory = 851,
864
- YourIsland = 852,
865
- YouSeeALivingMushroomSpore = 853,
866
- YouSeeASkeletonCollapse = 854,
867
- YouSeeASlimeCombine = 855,
868
- YouSeeAZombieBleeding = 856,
869
- YouSeeCoolDown = 857,
870
- YouSeeDrop = 858,
871
- YouSeeEngulfFire = 859,
872
- YouSeeFireSpread = 860,
873
- YouSeeHelpingPlant = 861,
874
- YouSeeLay = 862,
875
- YouSeeLayingTrap = 863,
876
- YouSeeSpewLava = 864,
877
- YouSeeSpiderSpin = 865,
878
- YouSeeSpitAcid = 866,
879
- YouSeeSpringForth = 867,
880
- YouSeeSummon = 868,
881
- YouSeeSwampFlood = 869,
882
- YouSeeTrampling = 870,
883
- YouSetTheTrapOff = 871,
884
- YouStokeTheCreature = 872,
885
- YouSwapMainHandAndOffHand = 873,
886
- YouThrew = 874,
887
- YouTilled = 875,
888
- YouUnequip = 876,
889
- YouUsed = 877,
890
- YouViewTheItemsOn = 878,
891
- YouWhileTraveling = 879
703
+ StillTooColdToWork = 691,
704
+ StirredUpClawWorm = 692,
705
+ StirredUpCreature = 693,
706
+ StoppedYourBleeding = 694,
707
+ StopUsingVehicle = 695,
708
+ SummonedGuardiansByDiggingTreasure = 696,
709
+ SummonedGuardiansByLockpicking = 697,
710
+ SummonVoidDwellerItem = 698,
711
+ SummonVoidDwellerRinging = 699,
712
+ SummonVoidDwellerShiver = 700,
713
+ SunNotBrightEnoughToStartFire = 701,
714
+ SwampWater = 702,
715
+ Swimming = 703,
716
+ TakenFromGroundBecomeTamed = 704,
717
+ TeleportBlocked = 705,
718
+ Teleported = 706,
719
+ TheirFist = 707,
720
+ TheirInventory = 708,
721
+ ThePlant = 709,
722
+ ThereIsNoContainerOnTheStill = 710,
723
+ ThereIsNoSunToStartFire = 711,
724
+ ThisCannotBeMilked = 712,
725
+ Throw = 713,
726
+ ThrownIntoDepths = 714,
727
+ ThrownIntoObstacle = 715,
728
+ ThrownIntoVoid = 716,
729
+ TierGroup = 717,
730
+ TileMakeCaveEntranceNearby = 718,
731
+ TileMakeCaveEntrancePassable = 719,
732
+ TileMakeCaveEntranceVoid = 720,
733
+ Till = 721,
734
+ Tilling = 722,
735
+ TimeIs = 723,
736
+ TimeIsDawn = 724,
737
+ TimeIsDaytime = 725,
738
+ TimeIsDusk = 726,
739
+ TimeIsNighttime = 727,
740
+ TimeIsSunrise = 728,
741
+ TimeIsSunset = 729,
742
+ ToFight = 730,
743
+ TooDamaged = 731,
744
+ TooExhaustedToJump = 732,
745
+ Touching = 733,
746
+ TrampledFire = 734,
747
+ TrampledFireFail = 735,
748
+ TrampledFirePartial = 736,
749
+ TrampledIntoGround = 737,
750
+ TrampleIntoGround = 738,
751
+ Trampling = 739,
752
+ TransmogrificationNoEffect = 740,
753
+ TransmogrificationNotPossible = 741,
754
+ Transmogrified = 742,
755
+ TrapMissed = 743,
756
+ TrapStoppedYou = 744,
757
+ Traveling = 745,
758
+ Treasure = 746,
759
+ TreasureIsBlocked = 747,
760
+ UiActionCannotUseInaccessibleItem = 748,
761
+ UiActionCannotUseInThisSituation = 749,
762
+ UiActionCannotUseNoItemHovered = 750,
763
+ UiActionCannotUseNotInRange = 751,
764
+ UiActionCannotUseOnThisIsland = 752,
765
+ UiActionCannotUseRequiresCreature = 753,
766
+ UiActionCannotUseRequiresDoodad = 754,
767
+ UiActionCannotUseRequiresItem = 755,
768
+ UiActionCannotUseRequiresNPC = 756,
769
+ UiActionCannotUseRequiresVehicle = 757,
770
+ UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue1 = 758,
771
+ UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue2 = 759,
772
+ UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue3 = 760,
773
+ UiDialogTradeIndicateTradeAlreadyTradedSellDialogue1 = 761,
774
+ UiDialogTradeIndicateTradeAlreadyTradedSellDialogue2 = 762,
775
+ UiDialogTradeIndicateTradeAlreadyTradedSellDialogue3 = 763,
776
+ UiDialogTradeIndicateTradeTooMuchTradesDialogue1 = 764,
777
+ UiDialogTradeIndicateTradeTooMuchTradesDialogue2 = 765,
778
+ UiDialogTradeIndicateTradeTooMuchTradesDialogue3 = 766,
779
+ UnhitchCreature = 767,
780
+ Unknown = 768,
781
+ Unlimited = 769,
782
+ UnlockedChest = 770,
783
+ UnpurifiedFreshWater = 771,
784
+ UnpurifiedWaterInStill = 772,
785
+ UnpurifiedWaterInTop = 773,
786
+ Use = 774,
787
+ UsingBareHands = 775,
788
+ VehicleDefense = 776,
789
+ Vulnerable = 777,
790
+ Water = 778,
791
+ WaterGathering = 779,
792
+ WaterPutOutFire = 780,
793
+ WellIsDry = 781,
794
+ WellIsFull = 782,
795
+ WildGoatRefusedToBeMilked = 783,
796
+ WorkingYourselfIntoExhaustion = 784,
797
+ WorkingYourselfIntoExhaustionAndDrowning = 785,
798
+ WorldContainer = 786,
799
+ You = 787,
800
+ YouAbsorb = 788,
801
+ YouApplied = 789,
802
+ YouAreAlready = 790,
803
+ YouAte = 791,
804
+ YouBeginResting = 792,
805
+ YouCannotDoThatYet = 793,
806
+ YouCanNowCombatTheTides = 794,
807
+ YouCrafted = 795,
808
+ YouDoNotFindTreasureYet = 796,
809
+ YouDrank = 797,
810
+ YouDropTheTorch = 798,
811
+ YouEnchant = 799,
812
+ YouEquip = 800,
813
+ YouExude = 801,
814
+ YouExudeSome = 802,
815
+ YouExudeSomeReasonConflicting = 803,
816
+ YouExudeSomeReasonMax = 804,
817
+ YouExudeSomeReasonProperties = 805,
818
+ YouFailedTo = 806,
819
+ YouFailedToExtinguishedFireFully = 807,
820
+ YouFailedToHeal = 808,
821
+ YouFailedToHealOther = 809,
822
+ YouFire = 810,
823
+ YouGathered = 811,
824
+ YouHarvested = 812,
825
+ YouHave = 813,
826
+ YouHaveAlreadyLearned = 814,
827
+ YouHaveBeenCut = 815,
828
+ YouHaveCaged = 816,
829
+ YouHaveCommanded = 817,
830
+ YouHaveDied = 818,
831
+ YouHaveHealedOther = 819,
832
+ YouHaveKilled = 820,
833
+ YouHaveNotCommanded = 821,
834
+ YouHaveReleased = 822,
835
+ YouHaveSummoned = 823,
836
+ YouHaveTamed = 824,
837
+ YouHaveUncaged = 825,
838
+ YouNoticeBarren = 826,
839
+ YouNoticeBecomeEnraged = 827,
840
+ YouNoticeDying = 828,
841
+ YouNoticeFertilityDecreasing = 829,
842
+ YouNoticeFertilityIncreasing = 830,
843
+ YouNoticeGrowing = 831,
844
+ YouNoticeLavaCooling = 832,
845
+ YouNoticeLavaHardening = 833,
846
+ YouNoticePerish = 834,
847
+ YouNoticePlantDamage = 835,
848
+ YouNoticePlantRegenerated = 836,
849
+ YouNoticeRegrowing = 837,
850
+ YouNoticeStumbleInjureItself = 838,
851
+ YouNoticeTakeFromGround = 839,
852
+ YouNoticeWoundsClosing = 840,
853
+ YouOfferedToCreature = 841,
854
+ YouOfferedToCreatureRejects = 842,
855
+ YouOpen = 843,
856
+ YouPacked = 844,
857
+ YouPickedUp = 845,
858
+ YouRefine = 846,
859
+ YouReinforce = 847,
860
+ YouRepair = 848,
861
+ YouReturnFromCivilizationWith = 849,
862
+ YourFist = 850,
863
+ YourHands = 851,
864
+ YourInventory = 852,
865
+ YourIsland = 853,
866
+ YouSeeALivingMushroomSpore = 854,
867
+ YouSeeASkeletonCollapse = 855,
868
+ YouSeeASlimeCombine = 856,
869
+ YouSeeAZombieBleeding = 857,
870
+ YouSeeCoolDown = 858,
871
+ YouSeeDrop = 859,
872
+ YouSeeEngulfFire = 860,
873
+ YouSeeFireSpread = 861,
874
+ YouSeeHelpingPlant = 862,
875
+ YouSeeLay = 863,
876
+ YouSeeLayingTrap = 864,
877
+ YouSeeSpewLava = 865,
878
+ YouSeeSpiderSpin = 866,
879
+ YouSeeSpitAcid = 867,
880
+ YouSeeSpringForth = 868,
881
+ YouSeeSummon = 869,
882
+ YouSeeSwampFlood = 870,
883
+ YouSeeTrampling = 871,
884
+ YouSetTheTrapOff = 872,
885
+ YouStokeTheCreature = 873,
886
+ YouSwapMainHandAndOffHand = 874,
887
+ YouThrew = 875,
888
+ YouTilled = 876,
889
+ YouUnequip = 877,
890
+ YouUsed = 878,
891
+ YouViewTheItemsOn = 879,
892
+ YouWhileTraveling = 880
892
893
  }
893
894
  export default Message;