@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.
- package/definitions/game/audio/IAudio.d.ts +2 -1
- package/definitions/game/game/curse/Curse.d.ts +31 -12
- package/definitions/game/game/curse/ICurse.d.ts +5 -6
- package/definitions/game/game/doodad/Doodad.d.ts +5 -0
- package/definitions/game/game/entity/Entity.d.ts +7 -1
- package/definitions/game/game/entity/Human.d.ts +7 -7
- package/definitions/game/game/entity/IHuman.d.ts +3 -0
- package/definitions/game/game/entity/action/actions/Absorb.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/AddFuel.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/AddItemDiscovered.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Alter.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Apply.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/AscendDescend.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/AttachContainer.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Attack.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Build.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Butcher.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/CageCreature.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Cast.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Chop.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/CloseContainer.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/CloseDoor.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/ConsumeItem.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/CopyMap.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Craft.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/CraftNew.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/CreateControllableNPC.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Cure.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/DamageMap.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/DetachContainer.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Dig.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Disassemble.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/DiscoverRecipe.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Dismantle.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Dismount.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/DisplayItem.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/DrawMap.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/DrinkInFront.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/DrinkItem.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Drop.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/DumpItems.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Eat.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Enchant.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Enhance.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Equip.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/EquipFromArmorStand.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/ExcavateCollapse.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Extinguish.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Exude.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Fire.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Gather.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/GatherLiquid.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Grasp.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Harvest.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Heal.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/HealOther.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Hitch.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Idle.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Ignite.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Jump.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Kneel.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Learn.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Lockpick.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Melee.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Mine.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Move.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/MoveItem.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/MoveTo.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/NPCInteract.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Navigate.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Noclip.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Offer.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/OpenBottle.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/OpenContainer.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/OpenDoor.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/PackGround.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Pet.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/PickUp.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/PickUpAllItems.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/PickUpExcrement.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/PickUpItem.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/PlaceDown.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Plant.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Pour.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/PourOnYourself.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Preserve.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/PropOpenDoor.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/ProtectItem.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Read.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/ReadMap.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Refine.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Reinforce.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Release.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/RemoveControllableNPC.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Rename.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/RenameIsland.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Repair.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/ResetItemDiscovered.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Reshape.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Rest.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/RestCancel.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Ride.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Rotate.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/SailToIsland.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/SetCreatureAi.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/SetCreatureAiAll.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/SetDown.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/ShipToIsland.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Shoot.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Sleep.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/SmotherFire.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Squeeze.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Squish.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/StartFire.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/StokeFire.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Summon.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/SwapWithArmorStand.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/TakeFromArmorStand.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Tame.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Teleport.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/TellTime.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/TestDepth.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Throw.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Till.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/ToggleContainer.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/ToggleDoor.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/ToggleHitch.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/ToggleProtectItem.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/ToggleTilled.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/ToggleVehicle.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Trade.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Transmogrify.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Uncage.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Unequip.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Unhitch.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/UnprotectItem.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/UpdateDirection.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/UpdateGameOption.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/UpdateItemOrder.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/UpdateOption.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/UpdateWalkTo.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/Upgrade.d.ts +1 -1
- package/definitions/game/game/entity/action/actions/ViewItems.d.ts +1 -1
- package/definitions/game/game/entity/creature/Creature.d.ts +2 -1
- package/definitions/game/game/entity/creature/ICreature.d.ts +5 -0
- package/definitions/game/game/entity/creature/corpse/Corpse.d.ts +2 -2
- package/definitions/game/game/entity/creature/corpse/ICorpse.d.ts +3 -0
- package/definitions/game/game/entity/data/DataComponent.d.ts +38 -0
- package/definitions/game/game/entity/npc/INPC.d.ts +3 -0
- package/definitions/game/game/entity/npc/NPC.d.ts +2 -2
- package/definitions/game/game/entity/player/IPlayer.d.ts +3 -0
- package/definitions/game/game/entity/player/Player.d.ts +2 -2
- package/definitions/game/game/inspection/infoProviders/doodad/StillWater.d.ts +1 -0
- package/definitions/game/game/island/Island.d.ts +2 -2
- package/definitions/game/game/options/modifiers/milestone/MilestoneModifiersManager.d.ts +2 -2
- package/definitions/game/game/tile/ITileEvent.d.ts +3 -0
- package/definitions/game/game/tile/Tile.d.ts +2 -1
- package/definitions/game/game/tile/TileEvent.d.ts +2 -2
- package/definitions/game/language/dictionary/Message.d.ts +190 -189
- package/definitions/game/language/dictionary/UiTranslation.d.ts +666 -664
- package/definitions/game/renderer/fieldOfView/IFieldOfView.d.ts +4 -1
- 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
|
-
|
|
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
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
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;
|