@wayward/types 2.12.0-beta.dev.20220902.1 → 2.12.0-beta.dev.20220903.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 (25) hide show
  1. package/definitions/game/game/doodad/Doodad.d.ts +1 -0
  2. package/definitions/game/game/entity/IHuman.d.ts +2 -1
  3. package/definitions/game/game/entity/action/ActionsRegistration.d.ts +5 -9
  4. package/definitions/game/game/entity/action/IAction.d.ts +4 -3
  5. package/definitions/game/game/entity/action/actions/{Operate.d.ts → Dismount.d.ts} +1 -1
  6. package/definitions/game/game/entity/action/actions/GrabAll.d.ts +1 -3
  7. package/definitions/game/game/entity/action/actions/MoveItem.d.ts +32 -3
  8. package/definitions/game/game/entity/action/actions/{Paddle.d.ts → Ride.d.ts} +1 -1
  9. package/definitions/game/game/entity/action/actions/ToggleVehicle.d.ts +1 -1
  10. package/definitions/game/game/entity/action/usable/UsableAction.d.ts +6 -6
  11. package/definitions/game/game/entity/action/usable/UsableActionType.d.ts +3 -1
  12. package/definitions/game/game/entity/action/usable/actions/UsableActionsMain.d.ts +27 -25
  13. package/definitions/game/game/entity/action/usable/actions/UsableActionsVehicle.d.ts +13 -0
  14. package/definitions/game/game/entity/action/usable/actions/doodad/IUsableActionsDoodad.d.ts +2 -1
  15. package/definitions/game/game/entity/npc/npcs/Merchant.d.ts +6 -5
  16. package/definitions/game/game/inspection/infoProviders/Uses.d.ts +2 -1
  17. package/definitions/game/game/item/IItem.d.ts +23 -4
  18. package/definitions/game/game/item/Item.d.ts +1 -0
  19. package/definitions/game/language/dictionary/Message.d.ts +409 -405
  20. package/definitions/game/language/dictionary/UiTranslation.d.ts +663 -660
  21. package/definitions/game/ui/input/Bindable.d.ts +160 -175
  22. package/definitions/game/ui/input/BindableManager.d.ts +2 -2
  23. package/definitions/game/ui/screen/screens/game/component/Item.d.ts +2 -1
  24. package/definitions/game/ui/screen/screens/game/static/ActionBar.d.ts +1 -0
  25. package/package.json +1 -1
@@ -529,410 +529,414 @@ declare enum Message {
529
529
  NothingToGetFromThis = 517,
530
530
  NothingToHarvestFromThisGather = 518,
531
531
  NothingToSmother = 519,
532
- NothingUsefulToHarvestYet = 520,
533
- NoTinderToStartFire = 521,
534
- NotSuitableToPlant = 522,
535
- NoWaterInStill = 523,
536
- NPCStartingDialog1 = 524,
537
- NPCStartingDialog2 = 525,
538
- NPCStartingDialog3 = 526,
539
- NPCStartingDialog4 = 527,
540
- NPCWelcome = 528,
541
- NPCWelcomeCredit = 529,
542
- NumberEight = 530,
543
- NumberFive = 531,
544
- NumberFour = 532,
545
- NumberNine = 533,
546
- NumberOne = 534,
547
- NumberSeven = 535,
548
- NumberSix = 536,
549
- NumberTen = 537,
550
- NumberThree = 538,
551
- NumberTwo = 539,
552
- ObjectIsLocked = 540,
553
- ObjectIsLockedAttemptToBreakIt = 541,
554
- Offer = 542,
555
- OfferAberrantFail = 543,
556
- OfferAberrantFailButTamed = 544,
557
- Open = 545,
558
- OpenClose = 546,
559
- OpenCloseContainer = 547,
560
- OpenCloseDoor = 548,
561
- OpenCloseGate = 549,
562
- OpenDoor = 550,
563
- OpenGate = 551,
564
- OverEatingLostStamina = 552,
565
- OverHydratingLostStamina = 553,
566
- Pack = 554,
567
- PaperTurnedToMush = 555,
568
- ParryTheBlow = 556,
569
- PartiallyDecodedMap = 557,
570
- PenultimateAnd = 558,
571
- Pet = 559,
572
- PetCreature = 560,
573
- PickAway = 561,
574
- PickUp = 562,
575
- PickUpAllItems = 563,
576
- PickUpDoodad = 564,
577
- PickUpDoodadSpecific = 565,
578
- PickUpExcrement = 566,
579
- PickUpExcrementWithHands = 567,
580
- PickUpItem = 568,
581
- PickUpTheItem = 569,
582
- Place = 570,
583
- PlacedOnGround = 571,
584
- Plant = 572,
585
- PlantCouldBeHarvested = 573,
586
- PlantedInGround = 574,
587
- PlantGatheringWillDestroy = 575,
588
- PlantHasResourcesToGather = 576,
589
- PlantHasResourcesToHarvest = 577,
590
- PlantHighlyFertile = 578,
591
- Planting = 579,
592
- PlantIsBare = 580,
593
- PlantIsFertile = 581,
594
- PlantIsInStage = 582,
595
- PlantIsNotFertile = 583,
596
- PlantNotReadyToHarvest = 584,
597
- PlantReadyToGather = 585,
598
- PlantReadyToGatherNotMaximal = 586,
599
- PlantReadyToHarvest = 587,
600
- PlantReadyToHarvestNotMaximal = 588,
601
- Player = 589,
602
- PlayerHas = 590,
603
- PlayerHasCompletedChallengeRequirement = 591,
604
- PlayerHasWonChallenge = 592,
605
- Poisoned = 593,
606
- PoisonedLostHealth = 594,
607
- PoisonWorkedItsCourse = 595,
608
- Positively = 596,
609
- PouredOut = 597,
610
- PouredOutOnYourself = 598,
611
- PouredWaterIntoStill = 599,
612
- PourHarmedPlant = 600,
613
- PourHealedPlant = 601,
614
- PourHealedPlantFully = 602,
615
- PourHealedPlantPartially = 603,
616
- PourIncreasedFertility = 604,
617
- Pouring = 605,
618
- Prepare = 606,
619
- Prepared = 607,
620
- Preserve = 608,
621
- PreservedFood = 609,
622
- PurifiedWaterInStill = 610,
623
- Quality = 611,
624
- RandomEventsFire = 612,
625
- Recent = 613,
626
- ReduceLength = 614,
627
- Refine = 615,
628
- RefusedToBeTamed = 616,
629
- Reinforce = 617,
630
- Release = 618,
631
- RemoveAction = 619,
632
- RemoveFromQuickslot = 620,
633
- Repair = 621,
634
- ReputationDecreased = 622,
635
- ReputationIncreased = 623,
636
- ReputationUpdate = 624,
637
- RequiredForDisassembleLabel = 625,
638
- RequiredForDisassembly = 626,
639
- RequiresFireToBeLit = 627,
640
- RequiresYouFacingFireSource = 628,
641
- RequiresYouToBeAround = 629,
642
- Resistant = 630,
643
- ResistOrVuln = 631,
644
- ResistOrVulnAll = 632,
645
- Rest = 633,
646
- Rested = 634,
647
- Resting = 635,
648
- RestingOnGroundNotEffective = 636,
649
- RestInterrupted = 637,
650
- RestInterruptedDamage = 638,
651
- RestInterruptedDying = 639,
652
- RestInterruptedLoudNoise = 640,
653
- RestInterruptedPain = 641,
654
- RestInterruptedStirring = 642,
655
- RestLongTime = 643,
656
- RestModerateTime = 644,
657
- RestOnBoat = 645,
658
- RestOnGround = 646,
659
- RestShortTime = 647,
660
- RestTime = 648,
661
- ReturnedToCivilization = 649,
662
- ReturningToCivilizationSetOffAgain = 650,
663
- ReturnsToLife = 651,
664
- Reveals = 652,
665
- RevealsEntityAppearsHurt = 653,
666
- RevealsEntityAppearsUnharmed = 654,
667
- RevealsEntityAppearsVeryHurt = 655,
668
- RevealsEntityIsAtPercentHealth = 656,
669
- RevealsEntityIsInjured = 657,
670
- RevealsEntityIsMostlyUninjured = 658,
671
- RevealsEntityIsOnTheVergeOfDeath = 659,
672
- RevealsEntityIsSeverelyInjured = 660,
673
- RevealsEntityIsUninjured = 661,
674
- RevealsEntitySeemsInjured = 662,
675
- RevealsEntitySeemsUninjured = 663,
676
- RevealsNumberOfResistancesAndVulnerabilities = 664,
677
- RevealsResistancesAndVulnerabilities = 665,
678
- RevealsSomeResistancesAndVulnerabilities = 666,
679
- Reverse = 667,
680
- RightHand = 668,
681
- Sailing = 669,
682
- ScrollMaster = 670,
683
- ScrollProvidedNoUsefulInsight = 671,
684
- Seawater = 672,
685
- SeemsToHaveDrawnEnergy = 673,
686
- SetTrapOffButNoDamage = 674,
687
- SetUp = 675,
688
- ShadowInTheWater = 676,
689
- Skill = 677,
690
- SkillHasRaised = 678,
691
- Skills = 679,
692
- Sleep = 680,
693
- Sleeping = 681,
694
- SleepOnBoat = 682,
695
- Slept = 683,
696
- SlitherSuckerConstricts = 684,
697
- SlitherSuckerJumpedOnHead = 685,
698
- SomethingInTheWayOf = 686,
699
- SomethingInTheWayOfButcherFirst = 687,
700
- SomethingInTheWayOfFire = 688,
701
- SomethingInTheWayOfFishing = 689,
702
- SomethingInTheWayOfPerforming = 690,
703
- SomethingInTheWayOfPlacing = 691,
704
- SomethingInTheWayOfPlanting = 692,
705
- SomethingInWayOfClosingDoor = 693,
706
- SoothedTheirBurnInjuries = 694,
707
- SoothedYourBurnInjuries = 695,
708
- Sort = 696,
709
- SortedByBestCraftingConsumables = 697,
710
- SortedByBestCraftingRequirements = 698,
711
- SortedByCategory = 699,
712
- SortedByDecay = 700,
713
- SortedByDurability = 701,
714
- SortedByGroup = 702,
715
- SortedByMagical = 703,
716
- SortedByName = 704,
717
- SortedByQuality = 705,
718
- SortedByRecent = 706,
719
- SortedBySkill = 707,
720
- SortedByUnlockedTime = 708,
721
- SortedByWeight = 709,
722
- SortedByWorth = 710,
723
- South = 711,
724
- Southeast = 712,
725
- SouthSoutheast = 713,
726
- SouthSouthwest = 714,
727
- Southwest = 715,
728
- StaminaIsFull = 716,
729
- StartedFire = 717,
730
- StartTravelInWater = 718,
731
- StarvingToDeath = 719,
732
- StatAmount = 720,
733
- StatGained = 721,
734
- StatLost = 722,
735
- StatQuenched = 723,
736
- StatRegained = 724,
737
- StatSated = 725,
738
- SteppingOn = 726,
739
- StillHasNoWaterToPurify = 727,
740
- StirredUpClawWorm = 728,
741
- StirredUpCreature = 729,
742
- StoppedYourBleeding = 730,
743
- StopUsingVehicle = 731,
744
- Strength = 732,
745
- StrengthIncreasing = 733,
746
- SummonedGuardiansByDiggingTreasure = 734,
747
- SummonedGuardiansByLockpicking = 735,
748
- SummonVoidDwellerItem = 736,
749
- SummonVoidDwellerRinging = 737,
750
- SummonVoidDwellerShiver = 738,
751
- SunNotBrightEnoughToStartFire = 739,
752
- SwampWater = 740,
753
- Swimming = 741,
754
- TakenFromGroundBecomeTamed = 742,
755
- Tame = 743,
756
- TamedCreature = 744,
757
- TeleportBlocked = 745,
758
- Teleported = 746,
759
- ThanksBuying = 747,
760
- ThanksSelling = 748,
761
- TheCreature = 749,
762
- TheirFist = 750,
763
- ThePlant = 751,
764
- ThereIsNoContainerOnTheStill = 752,
765
- ThereIsNoSunToStartFire = 753,
766
- ThisCannotBeMilked = 754,
767
- Throw = 755,
768
- ThrownIntoDepths = 756,
769
- ThrownIntoObstacle = 757,
770
- ThrownIntoVoid = 758,
771
- Tier = 759,
772
- TierGroup = 760,
773
- Till = 761,
774
- Tilling = 762,
775
- TillWithHands = 763,
776
- TimeIs = 764,
777
- TimeIsDawn = 765,
778
- TimeIsDaytime = 766,
779
- TimeIsDusk = 767,
780
- TimeIsNighttime = 768,
781
- TimeIsSunrise = 769,
782
- TimeIsSunset = 770,
783
- ToDamageAChest = 771,
784
- ToFight = 772,
785
- TooDamaged = 773,
786
- TooExhaustedToJump = 774,
787
- Touching = 775,
788
- TradeBarterCreditForItem = 776,
789
- TradeItemForBarterCredit = 777,
790
- TradingWith = 778,
791
- TrampledFire = 779,
792
- TrampledIntoGround = 780,
793
- TrampleIntoGround = 781,
794
- Trampling = 782,
795
- TransmogrificationNotPossible = 783,
796
- Transmogrified = 784,
797
- Transmogrify = 785,
798
- TrapMissed = 786,
799
- TrapStoppedYou = 787,
800
- Traveling = 788,
801
- TreasureIsBlocked = 789,
802
- UiActionCannotUseMissingSlottedItem = 790,
803
- UiActionCannotUseRequiresCreature = 791,
804
- UiActionCannotUseRequiresDoodad = 792,
805
- UiActionCannotUseRequiresItem = 793,
806
- UnEquip = 794,
807
- UnEquipAll = 795,
808
- Unhitch = 796,
809
- UnhitchCreature = 797,
810
- Unknown = 798,
811
- UnknownItem = 799,
812
- Unlimited = 800,
813
- UnlockedChest = 801,
814
- UnlockedTime = 802,
815
- UnpurifiedFreshWater = 803,
816
- UnpurifiedWaterInStill = 804,
817
- Use = 805,
818
- UsingBareHands = 806,
819
- VehicleDefense = 807,
820
- Vulnerable = 808,
821
- Water = 809,
822
- WaterGathering = 810,
823
- WaterPutOutFire = 811,
824
- Weight = 812,
825
- WellIsDry = 813,
826
- WellIsFull = 814,
827
- West = 815,
828
- WestNorthwest = 816,
829
- WestSouthwest = 817,
830
- WildGoatRefusedToBeMilked = 818,
831
- WillNotTrade = 819,
832
- WithYouSee = 820,
833
- WorkingYourselfIntoExhaustion = 821,
834
- WorkingYourselfIntoExhaustionAndDrowning = 822,
835
- Worth = 823,
836
- You = 824,
837
- YouAbsorb = 825,
838
- YouApplied = 826,
839
- YouAte = 827,
840
- YouBeginResting = 828,
841
- YouCannotDoThatYet = 829,
842
- YouCanNowCombatTheTides = 830,
843
- YouCooledLava = 831,
844
- YouCrafted = 832,
845
- YouDied = 833,
846
- YouDoNotFindTreasureYet = 834,
847
- YouDrank = 835,
848
- YouDropTheTorch = 836,
849
- YouEnchant = 837,
850
- YouEquip = 838,
851
- YouExude = 839,
852
- YouExudeSome = 840,
853
- YouExudeSomeReasonConflicting = 841,
854
- YouExudeSomeReasonMax = 842,
855
- YouExudeSomeReasonProperties = 843,
856
- YouFailedTo = 844,
857
- YouFailedToExtinguishedFireFully = 845,
858
- YouFailedToHeal = 846,
859
- YouFailedToHealOther = 847,
860
- YouFire = 848,
861
- YouGathered = 849,
862
- YouGatheredAndDropped = 850,
863
- YouHarvested = 851,
864
- YouHarvestedAndDropped = 852,
865
- YouHave = 853,
866
- YouHaveAlreadyLearned = 854,
867
- YouHaveBeenCut = 855,
868
- YouHaveDied = 856,
869
- YouHaveEnabledDisabled = 857,
870
- YouHaveHealedOther = 858,
871
- YouHaveKilled = 859,
872
- YouHaveReleased = 860,
873
- YouHaveTamed = 861,
874
- YouNeedMoreCredit = 862,
875
- YouNeedXToY = 863,
876
- YouNoticeBarren = 864,
877
- YouNoticeBecomeEnraged = 865,
878
- YouNoticeDying = 866,
879
- YouNoticeFertilityDecreasing = 867,
880
- YouNoticeFertilityIncreasing = 868,
881
- YouNoticeGrowing = 869,
882
- YouNoticeLavaCooling = 870,
883
- YouNoticeLavaHardening = 871,
884
- YouNoticePerish = 872,
885
- YouNoticePlantDamage = 873,
886
- YouNoticePlantRegenerated = 874,
887
- YouNoticeRegrowing = 875,
888
- YouNoticeStumbleInjureItself = 876,
889
- YouNoticeTakeFromGround = 877,
890
- YouNoticeWoundsClosing = 878,
891
- YouNoticeZombieHorde = 879,
892
- YouOfferedToCreature = 880,
893
- YouOfferedToCreatureRejects = 881,
894
- YouOpen = 882,
895
- YouPacked = 883,
896
- YouPickedUp = 884,
897
- YouRefine = 885,
898
- YouReinforce = 886,
899
- YouRepair = 887,
900
- YouReturnFromCivilizationWith = 888,
901
- YourFist = 889,
902
- YourHands = 890,
903
- YourHighSkill = 891,
904
- YourInventory = 892,
905
- YourIsland = 893,
906
- YourLowSkill = 894,
907
- YourModerateSkill = 895,
908
- YourRubbingNoEffect = 896,
909
- YouRub = 897,
910
- YouSee = 898,
911
- YouSeeALivingMushroomSpore = 899,
912
- YouSeeAnAberrant = 900,
913
- YouSeeASkeletonCollapse = 901,
914
- YouSeeASlimeCombine = 902,
915
- YouSeeAZombieBleeding = 903,
916
- YouSeeCoolDown = 904,
917
- YouSeeDrop = 905,
918
- YouSeeEngulfFire = 906,
919
- YouSeeFireSpread = 907,
920
- YouSeeHelpingPlant = 908,
921
- YouSeeLay = 909,
922
- YouSeeLayingTrap = 910,
923
- YouSeeSpewLava = 911,
924
- YouSeeSpitAcid = 912,
925
- YouSeeSpringForth = 913,
926
- YouSeeSummon = 914,
927
- YouSeeSwampFlood = 915,
928
- YouSeeTrampling = 916,
929
- YouSetTheTrapOff = 917,
930
- YouStokeTheFireElemental = 918,
931
- YouSwapMainHandAndOffHand = 919,
932
- YouThrew = 920,
933
- YouTilled = 921,
934
- YouUnequip = 922,
935
- YouUsed = 923,
936
- YouWhileTraveling = 924
532
+ NothingTo = 520,
533
+ NothingUsefulToHarvestYet = 521,
534
+ NoTinderToStartFire = 522,
535
+ NotSuitableToPlant = 523,
536
+ NoWaterInStill = 524,
537
+ NPCStartingDialog1 = 525,
538
+ NPCStartingDialog2 = 526,
539
+ NPCStartingDialog3 = 527,
540
+ NPCStartingDialog4 = 528,
541
+ NPCWelcome = 529,
542
+ NPCWelcomeCredit = 530,
543
+ NumberEight = 531,
544
+ NumberFive = 532,
545
+ NumberFour = 533,
546
+ NumberNine = 534,
547
+ NumberOne = 535,
548
+ NumberSeven = 536,
549
+ NumberSix = 537,
550
+ NumberTen = 538,
551
+ NumberThree = 539,
552
+ NumberTwo = 540,
553
+ ObjectIsLocked = 541,
554
+ ObjectIsLockedAttemptToBreakIt = 542,
555
+ Offer = 543,
556
+ OfferAberrantFail = 544,
557
+ OfferAberrantFailButTamed = 545,
558
+ Open = 546,
559
+ OpenClose = 547,
560
+ OpenCloseContainer = 548,
561
+ OpenCloseDoor = 549,
562
+ OpenCloseGate = 550,
563
+ OpenDoor = 551,
564
+ OpenGate = 552,
565
+ OverEatingLostStamina = 553,
566
+ OverHydratingLostStamina = 554,
567
+ Pack = 555,
568
+ PaperTurnedToMush = 556,
569
+ ParryTheBlow = 557,
570
+ PartiallyDecodedMap = 558,
571
+ PenultimateAnd = 559,
572
+ Pet = 560,
573
+ PetCreature = 561,
574
+ PickAway = 562,
575
+ PickUp = 563,
576
+ PickUpAllItems = 564,
577
+ PickUpDoodad = 565,
578
+ PickUpDoodadSpecific = 566,
579
+ PickUpExcrement = 567,
580
+ PickUpExcrementWithHands = 568,
581
+ PickUpItem = 569,
582
+ PickUpTheItem = 570,
583
+ Place = 571,
584
+ PlacedOnGround = 572,
585
+ Plant = 573,
586
+ PlantCouldBeHarvested = 574,
587
+ PlantedInGround = 575,
588
+ PlantGatheringWillDestroy = 576,
589
+ PlantHasResourcesToGather = 577,
590
+ PlantHasResourcesToHarvest = 578,
591
+ PlantHighlyFertile = 579,
592
+ Planting = 580,
593
+ PlantIsBare = 581,
594
+ PlantIsFertile = 582,
595
+ PlantIsInStage = 583,
596
+ PlantIsNotFertile = 584,
597
+ PlantNotReadyToHarvest = 585,
598
+ PlantReadyToGather = 586,
599
+ PlantReadyToGatherNotMaximal = 587,
600
+ PlantReadyToHarvest = 588,
601
+ PlantReadyToHarvestNotMaximal = 589,
602
+ Player = 590,
603
+ PlayerHas = 591,
604
+ PlayerHasCompletedChallengeRequirement = 592,
605
+ PlayerHasWonChallenge = 593,
606
+ Poisoned = 594,
607
+ PoisonedLostHealth = 595,
608
+ PoisonWorkedItsCourse = 596,
609
+ Positively = 597,
610
+ PouredOut = 598,
611
+ PouredOutOnYourself = 599,
612
+ PouredWaterIntoStill = 600,
613
+ PourHarmedPlant = 601,
614
+ PourHealedPlant = 602,
615
+ PourHealedPlantFully = 603,
616
+ PourHealedPlantPartially = 604,
617
+ PourIncreasedFertility = 605,
618
+ Pouring = 606,
619
+ Prepare = 607,
620
+ Prepared = 608,
621
+ Preserve = 609,
622
+ PreservedFood = 610,
623
+ PurifiedWaterInStill = 611,
624
+ Quality = 612,
625
+ RandomEventsFire = 613,
626
+ Recent = 614,
627
+ ReduceLength = 615,
628
+ Refine = 616,
629
+ RefusedToBeTamed = 617,
630
+ Reinforce = 618,
631
+ Release = 619,
632
+ RemoveAction = 620,
633
+ RemoveFromQuickslot = 621,
634
+ Repair = 622,
635
+ ReputationDecreased = 623,
636
+ ReputationIncreased = 624,
637
+ ReputationUpdate = 625,
638
+ RequiredForDisassembleLabel = 626,
639
+ RequiredForDisassembly = 627,
640
+ RequiresFireToBeLit = 628,
641
+ RequiresYouFacingFireSource = 629,
642
+ RequiresYouToBeAround = 630,
643
+ Resistant = 631,
644
+ ResistOrVuln = 632,
645
+ ResistOrVulnAll = 633,
646
+ Rest = 634,
647
+ Rested = 635,
648
+ Resting = 636,
649
+ RestingOnGroundNotEffective = 637,
650
+ RestInterrupted = 638,
651
+ RestInterruptedDamage = 639,
652
+ RestInterruptedDying = 640,
653
+ RestInterruptedLoudNoise = 641,
654
+ RestInterruptedPain = 642,
655
+ RestInterruptedStirring = 643,
656
+ RestInterruptedWaterPoured = 644,
657
+ RestLongTime = 645,
658
+ RestModerateTime = 646,
659
+ RestOnBoat = 647,
660
+ RestOnGround = 648,
661
+ RestShortTime = 649,
662
+ RestTime = 650,
663
+ ReturnedToCivilization = 651,
664
+ ReturningToCivilizationSetOffAgain = 652,
665
+ ReturnsToLife = 653,
666
+ Reveals = 654,
667
+ RevealsEntityAppearsHurt = 655,
668
+ RevealsEntityAppearsUnharmed = 656,
669
+ RevealsEntityAppearsVeryHurt = 657,
670
+ RevealsEntityIsAtPercentHealth = 658,
671
+ RevealsEntityIsInjured = 659,
672
+ RevealsEntityIsMostlyUninjured = 660,
673
+ RevealsEntityIsOnTheVergeOfDeath = 661,
674
+ RevealsEntityIsSeverelyInjured = 662,
675
+ RevealsEntityIsUninjured = 663,
676
+ RevealsEntitySeemsInjured = 664,
677
+ RevealsEntitySeemsUninjured = 665,
678
+ RevealsNumberOfResistancesAndVulnerabilities = 666,
679
+ RevealsResistancesAndVulnerabilities = 667,
680
+ RevealsSomeResistancesAndVulnerabilities = 668,
681
+ Reverse = 669,
682
+ RightHand = 670,
683
+ Sailing = 671,
684
+ ScrollMaster = 672,
685
+ ScrollProvidedNoUsefulInsight = 673,
686
+ Seawater = 674,
687
+ SeemsToHaveDrawnEnergy = 675,
688
+ SetTrapOffButNoDamage = 676,
689
+ SetUp = 677,
690
+ ShadowInTheWater = 678,
691
+ Skill = 679,
692
+ SkillHasRaised = 680,
693
+ Skills = 681,
694
+ Sleep = 682,
695
+ Sleeping = 683,
696
+ SleepOnBoat = 684,
697
+ Slept = 685,
698
+ SlitherSuckerConstricts = 686,
699
+ SlitherSuckerJumpedOnHead = 687,
700
+ SomethingInTheWayOf = 688,
701
+ SomethingInTheWayOfButcherFirst = 689,
702
+ SomethingInTheWayOfFire = 690,
703
+ SomethingInTheWayOfFishing = 691,
704
+ SomethingInTheWayOfPerforming = 692,
705
+ SomethingInTheWayOfPlacing = 693,
706
+ SomethingInTheWayOfPlanting = 694,
707
+ SomethingInWayOfClosingDoor = 695,
708
+ SoothedTheirBurnInjuries = 696,
709
+ SoothedYourBurnInjuries = 697,
710
+ Sort = 698,
711
+ SortedByBestCraftingConsumables = 699,
712
+ SortedByBestCraftingRequirements = 700,
713
+ SortedByCategory = 701,
714
+ SortedByDecay = 702,
715
+ SortedByDurability = 703,
716
+ SortedByGroup = 704,
717
+ SortedByMagical = 705,
718
+ SortedByName = 706,
719
+ SortedByQuality = 707,
720
+ SortedByRecent = 708,
721
+ SortedBySkill = 709,
722
+ SortedByUnlockedTime = 710,
723
+ SortedByWeight = 711,
724
+ SortedByWorth = 712,
725
+ South = 713,
726
+ Southeast = 714,
727
+ SouthSoutheast = 715,
728
+ SouthSouthwest = 716,
729
+ Southwest = 717,
730
+ StaminaIsFull = 718,
731
+ StartedFire = 719,
732
+ StartTravelInWater = 720,
733
+ StarvingToDeath = 721,
734
+ StatAmount = 722,
735
+ StatGained = 723,
736
+ StatLost = 724,
737
+ StatQuenched = 725,
738
+ StatRegained = 726,
739
+ StatSated = 727,
740
+ SteppingOn = 728,
741
+ StillHasNoWaterToPurify = 729,
742
+ StirredUpClawWorm = 730,
743
+ StirredUpCreature = 731,
744
+ StoppedYourBleeding = 732,
745
+ StopUsingVehicle = 733,
746
+ Strength = 734,
747
+ StrengthIncreasing = 735,
748
+ SummonedGuardiansByDiggingTreasure = 736,
749
+ SummonedGuardiansByLockpicking = 737,
750
+ SummonVoidDwellerItem = 738,
751
+ SummonVoidDwellerRinging = 739,
752
+ SummonVoidDwellerShiver = 740,
753
+ SunNotBrightEnoughToStartFire = 741,
754
+ SwampWater = 742,
755
+ Swimming = 743,
756
+ TakenFromGroundBecomeTamed = 744,
757
+ Tame = 745,
758
+ TamedCreature = 746,
759
+ TeleportBlocked = 747,
760
+ Teleported = 748,
761
+ ThanksBuying = 749,
762
+ ThanksSelling = 750,
763
+ TheCreature = 751,
764
+ TheirFist = 752,
765
+ ThePlant = 753,
766
+ ThereIsNoContainerOnTheStill = 754,
767
+ ThereIsNoSunToStartFire = 755,
768
+ ThisCannotBeMilked = 756,
769
+ Throw = 757,
770
+ ThrownIntoDepths = 758,
771
+ ThrownIntoObstacle = 759,
772
+ ThrownIntoVoid = 760,
773
+ Tier = 761,
774
+ TierGroup = 762,
775
+ Till = 763,
776
+ Tilling = 764,
777
+ TillWithHands = 765,
778
+ TimeIs = 766,
779
+ TimeIsDawn = 767,
780
+ TimeIsDaytime = 768,
781
+ TimeIsDusk = 769,
782
+ TimeIsNighttime = 770,
783
+ TimeIsSunrise = 771,
784
+ TimeIsSunset = 772,
785
+ ToDamageAChest = 773,
786
+ ToFight = 774,
787
+ TooDamaged = 775,
788
+ TooExhaustedToJump = 776,
789
+ Touching = 777,
790
+ TradeBarterCreditForItem = 778,
791
+ TradeItemForBarterCredit = 779,
792
+ TradingWith = 780,
793
+ TrampledFire = 781,
794
+ TrampledIntoGround = 782,
795
+ TrampleIntoGround = 783,
796
+ Trampling = 784,
797
+ TransmogrificationNotPossible = 785,
798
+ Transmogrified = 786,
799
+ Transmogrify = 787,
800
+ TrapMissed = 788,
801
+ TrapStoppedYou = 789,
802
+ Traveling = 790,
803
+ TreasureIsBlocked = 791,
804
+ UiActionCannotUseMissingSlottedItem = 792,
805
+ UiActionCannotUseRequiresCreature = 793,
806
+ UiActionCannotUseRequiresDoodad = 794,
807
+ UiActionCannotUseRequiresItem = 795,
808
+ UnEquip = 796,
809
+ UnEquipAll = 797,
810
+ Unhitch = 798,
811
+ UnhitchCreature = 799,
812
+ Unknown = 800,
813
+ UnknownItem = 801,
814
+ Unlimited = 802,
815
+ UnlockedChest = 803,
816
+ UnlockedTime = 804,
817
+ UnpurifiedFreshWater = 805,
818
+ UnpurifiedWaterInStill = 806,
819
+ Use = 807,
820
+ UsingBareHands = 808,
821
+ VehicleDefense = 809,
822
+ Vulnerable = 810,
823
+ Water = 811,
824
+ WaterGathering = 812,
825
+ WaterPutOutFire = 813,
826
+ Weight = 814,
827
+ WellIsDry = 815,
828
+ WellIsFull = 816,
829
+ West = 817,
830
+ WestNorthwest = 818,
831
+ WestSouthwest = 819,
832
+ WildGoatRefusedToBeMilked = 820,
833
+ WillNotTrade = 821,
834
+ WithYouSee = 822,
835
+ WorkingYourselfIntoExhaustion = 823,
836
+ WorkingYourselfIntoExhaustionAndDrowning = 824,
837
+ Worth = 825,
838
+ You = 826,
839
+ Dismounted = 827,
840
+ YouAreAlready = 828,
841
+ YouAbsorb = 829,
842
+ YouApplied = 830,
843
+ YouAte = 831,
844
+ YouBeginResting = 832,
845
+ YouCannotDoThatYet = 833,
846
+ YouCanNowCombatTheTides = 834,
847
+ YouCooledLava = 835,
848
+ YouCrafted = 836,
849
+ YouDied = 837,
850
+ YouDoNotFindTreasureYet = 838,
851
+ YouDrank = 839,
852
+ YouDropTheTorch = 840,
853
+ YouEnchant = 841,
854
+ YouEquip = 842,
855
+ YouExude = 843,
856
+ YouExudeSome = 844,
857
+ YouExudeSomeReasonConflicting = 845,
858
+ YouExudeSomeReasonMax = 846,
859
+ YouExudeSomeReasonProperties = 847,
860
+ YouFailedTo = 848,
861
+ YouFailedToExtinguishedFireFully = 849,
862
+ YouFailedToHeal = 850,
863
+ YouFailedToHealOther = 851,
864
+ YouFire = 852,
865
+ YouGathered = 853,
866
+ YouGatheredAndDropped = 854,
867
+ YouHarvested = 855,
868
+ YouHarvestedAndDropped = 856,
869
+ YouHave = 857,
870
+ YouHaveAlreadyLearned = 858,
871
+ YouHaveBeenCut = 859,
872
+ YouHaveDied = 860,
873
+ YouHaveEnabledDisabled = 861,
874
+ YouHaveHealedOther = 862,
875
+ YouHaveKilled = 863,
876
+ YouHaveReleased = 864,
877
+ YouHaveTamed = 865,
878
+ YouNeedMoreCredit = 866,
879
+ YouNeedXToY = 867,
880
+ YouNoticeBarren = 868,
881
+ YouNoticeBecomeEnraged = 869,
882
+ YouNoticeDying = 870,
883
+ YouNoticeFertilityDecreasing = 871,
884
+ YouNoticeFertilityIncreasing = 872,
885
+ YouNoticeGrowing = 873,
886
+ YouNoticeLavaCooling = 874,
887
+ YouNoticeLavaHardening = 875,
888
+ YouNoticePerish = 876,
889
+ YouNoticePlantDamage = 877,
890
+ YouNoticePlantRegenerated = 878,
891
+ YouNoticeRegrowing = 879,
892
+ YouNoticeStumbleInjureItself = 880,
893
+ YouNoticeTakeFromGround = 881,
894
+ YouNoticeWoundsClosing = 882,
895
+ YouNoticeZombieHorde = 883,
896
+ YouOfferedToCreature = 884,
897
+ YouOfferedToCreatureRejects = 885,
898
+ YouOpen = 886,
899
+ YouPacked = 887,
900
+ YouPickedUp = 888,
901
+ YouRefine = 889,
902
+ YouReinforce = 890,
903
+ YouRepair = 891,
904
+ YouReturnFromCivilizationWith = 892,
905
+ YourFist = 893,
906
+ YourHands = 894,
907
+ YourHighSkill = 895,
908
+ YourInventory = 896,
909
+ YourIsland = 897,
910
+ YourLowSkill = 898,
911
+ YourModerateSkill = 899,
912
+ YourRubbingNoEffect = 900,
913
+ YouRub = 901,
914
+ YouSee = 902,
915
+ YouSeeALivingMushroomSpore = 903,
916
+ YouSeeAnAberrant = 904,
917
+ YouSeeASkeletonCollapse = 905,
918
+ YouSeeASlimeCombine = 906,
919
+ YouSeeAZombieBleeding = 907,
920
+ YouSeeCoolDown = 908,
921
+ YouSeeDrop = 909,
922
+ YouSeeEngulfFire = 910,
923
+ YouSeeFireSpread = 911,
924
+ YouSeeHelpingPlant = 912,
925
+ YouSeeLay = 913,
926
+ YouSeeLayingTrap = 914,
927
+ YouSeeSpewLava = 915,
928
+ YouSeeSpitAcid = 916,
929
+ YouSeeSpringForth = 917,
930
+ YouSeeSummon = 918,
931
+ YouSeeSwampFlood = 919,
932
+ YouSeeTrampling = 920,
933
+ YouSetTheTrapOff = 921,
934
+ YouStokeTheFireElemental = 922,
935
+ YouSwapMainHandAndOffHand = 923,
936
+ YouThrew = 924,
937
+ YouTilled = 925,
938
+ YouUnequip = 926,
939
+ YouUsed = 927,
940
+ YouWhileTraveling = 928
937
941
  }
938
942
  export default Message;