@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.
- package/definitions/game/game/doodad/Doodad.d.ts +1 -0
- package/definitions/game/game/entity/IHuman.d.ts +2 -1
- package/definitions/game/game/entity/action/ActionsRegistration.d.ts +5 -9
- package/definitions/game/game/entity/action/IAction.d.ts +4 -3
- package/definitions/game/game/entity/action/actions/{Operate.d.ts → Dismount.d.ts} +1 -1
- package/definitions/game/game/entity/action/actions/GrabAll.d.ts +1 -3
- package/definitions/game/game/entity/action/actions/MoveItem.d.ts +32 -3
- package/definitions/game/game/entity/action/actions/{Paddle.d.ts → Ride.d.ts} +1 -1
- package/definitions/game/game/entity/action/actions/ToggleVehicle.d.ts +1 -1
- package/definitions/game/game/entity/action/usable/UsableAction.d.ts +6 -6
- package/definitions/game/game/entity/action/usable/UsableActionType.d.ts +3 -1
- package/definitions/game/game/entity/action/usable/actions/UsableActionsMain.d.ts +27 -25
- package/definitions/game/game/entity/action/usable/actions/UsableActionsVehicle.d.ts +13 -0
- package/definitions/game/game/entity/action/usable/actions/doodad/IUsableActionsDoodad.d.ts +2 -1
- package/definitions/game/game/entity/npc/npcs/Merchant.d.ts +6 -5
- package/definitions/game/game/inspection/infoProviders/Uses.d.ts +2 -1
- package/definitions/game/game/item/IItem.d.ts +23 -4
- package/definitions/game/game/item/Item.d.ts +1 -0
- package/definitions/game/language/dictionary/Message.d.ts +409 -405
- package/definitions/game/language/dictionary/UiTranslation.d.ts +663 -660
- package/definitions/game/ui/input/Bindable.d.ts +160 -175
- package/definitions/game/ui/input/BindableManager.d.ts +2 -2
- package/definitions/game/ui/screen/screens/game/component/Item.d.ts +2 -1
- package/definitions/game/ui/screen/screens/game/static/ActionBar.d.ts +1 -0
- 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
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
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
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
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;
|