@wayward/types 2.15.4-beta.dev.20260409.1 → 2.15.4-beta.dev.20260411.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 +2 -1
- package/definitions/game/game/doodad/IDoodad.d.ts +12 -3
- package/definitions/game/game/entity/Entity.d.ts +1 -0
- package/definitions/game/game/entity/Human.d.ts +3 -0
- package/definitions/game/game/entity/skill/SkillManager.d.ts +1 -0
- package/definitions/game/game/entity/status/handler/BadTemperatureEffect.d.ts +1 -1
- package/definitions/game/game/inspection/infoProviders/doodad/DoodadFireSource.d.ts +20 -0
- package/definitions/game/game/inspection/infoProviders/item/use/ItemEquipInfo.d.ts +1 -3
- package/definitions/game/game/inspection/infoProviders/item/use/ItemSleepInfo.d.ts +26 -0
- package/definitions/game/game/milestones/MilestoneManager.d.ts +3 -0
- package/definitions/game/game/temperature/ITemperature.d.ts +1 -0
- package/definitions/game/language/dictionary/Message.d.ts +459 -458
- package/definitions/game/mod/ModInformation.d.ts +2 -0
- package/definitions/game/mod/ModManager.d.ts +2 -0
- package/definitions/game/save/upgrade/versions/beta2.15.4/beta2.15.4-dev20260409.d.ts +12 -0
- package/definitions/game/save/upgrade/versions/beta2.15.4/beta2.15.4.d.ts +12 -0
- package/definitions/game/ui/Ui.d.ts +0 -1
- package/definitions/game/ui/input/Bindable.d.ts +7 -8
- package/definitions/game/ui/screen/screens/game/static/Stats.d.ts +1 -0
- package/definitions/game/ui/screen/screens/game/static/stats/component/StatComponent.d.ts +1 -0
- package/definitions/game/ui/screen/screens/menu/component/RealTimeTickSpeedRow.d.ts +18 -0
- package/definitions/game/ui/screen/screens/menu/menus/mods/ModRow.d.ts +2 -0
- package/definitions/game/ui/screen/screens/menu/menus/newgame/TabMultiplayer.d.ts +3 -1
- package/definitions/game/ui/screen/screens/menu/menus/pause/GameSettingsMenu.d.ts +2 -2
- package/definitions/test/suite/unitTests/game/game/milestones/MilestoneManager.spec.d.ts +13 -0
- package/definitions/test/suite/unitTests/game/mod/ModInformation.spec.d.ts +13 -0
- package/definitions/test/suite/unitTests/game/mod/ModManager.spec.d.ts +13 -0
- package/definitions/test/suite/unitTests/game/ui/screen/screens/menu/menus/mods/ModRow.spec.d.ts +13 -0
- package/package.json +1 -1
|
@@ -441,463 +441,464 @@ declare enum Message {
|
|
|
441
441
|
FireOverflowed = 429,
|
|
442
442
|
FireOverflowedFireElemental = 430,
|
|
443
443
|
FireSource = 431,
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
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
|
-
|
|
444
|
+
FireSourceDescription = 432,
|
|
445
|
+
FishingWithNoBait = 433,
|
|
446
|
+
Floating = 434,
|
|
447
|
+
FreshWater = 435,
|
|
448
|
+
FromTheStill = 436,
|
|
449
|
+
FuelIsRequired = 437,
|
|
450
|
+
Gather = 438,
|
|
451
|
+
GatherDestroy = 439,
|
|
452
|
+
Gathering = 440,
|
|
453
|
+
GhostNoActions = 441,
|
|
454
|
+
GhostOf = 442,
|
|
455
|
+
GoatHasNoMilk = 443,
|
|
456
|
+
HackAway = 444,
|
|
457
|
+
HandProtectionPreventedInjury = 445,
|
|
458
|
+
HandsNotEffectiveFor = 446,
|
|
459
|
+
Harvest = 447,
|
|
460
|
+
Harvesting = 448,
|
|
461
|
+
HasBeenHurtByATrap = 449,
|
|
462
|
+
HasDecayed = 450,
|
|
463
|
+
HasHitYouForDamage = 451,
|
|
464
|
+
HasNoEffect = 452,
|
|
465
|
+
HasSetTrapOffNoDamage = 453,
|
|
466
|
+
HasSplit = 454,
|
|
467
|
+
HelpGrow = 455,
|
|
468
|
+
HitchAttempt = 456,
|
|
469
|
+
HitchCreature = 457,
|
|
470
|
+
HitchDisabled = 458,
|
|
471
|
+
HitchInUse = 459,
|
|
472
|
+
HitForDamage = 460,
|
|
473
|
+
HitYouForDamage = 461,
|
|
474
|
+
Hour = 462,
|
|
475
|
+
Hours = 463,
|
|
476
|
+
HurtHandsHittingWithoutWeapons = 464,
|
|
477
|
+
HurtHandsWithNoTool = 465,
|
|
478
|
+
IgnitedTorch = 466,
|
|
479
|
+
Ineffective = 467,
|
|
480
|
+
InjuredFromTrap = 468,
|
|
481
|
+
InNeedOfRepair = 469,
|
|
482
|
+
InteractingWithHasInjuredYouForDamage = 470,
|
|
483
|
+
InvalidContainer = 471,
|
|
484
|
+
IsInTheWayOfPickingUp = 472,
|
|
485
|
+
ItemFromWater = 473,
|
|
486
|
+
JoinedAServer = 474,
|
|
487
|
+
Jump = 475,
|
|
488
|
+
Killed = 476,
|
|
489
|
+
KnowledgeHasIncreased = 477,
|
|
490
|
+
LastPlaceYouLeftOff = 478,
|
|
491
|
+
LearnedHowToCreate = 479,
|
|
492
|
+
LikelyFailures = 480,
|
|
493
|
+
Limited = 481,
|
|
494
|
+
Lockpick = 482,
|
|
495
|
+
MapCompletedNotOfThisArea = 483,
|
|
496
|
+
MapDestroyed = 484,
|
|
497
|
+
MapNearlyDestroyed = 485,
|
|
498
|
+
MapNotOfThisArea = 486,
|
|
499
|
+
MaterialsDestroyed = 487,
|
|
500
|
+
MessageOfTheDay = 488,
|
|
501
|
+
MetabolismSlowed = 489,
|
|
502
|
+
Milk = 490,
|
|
503
|
+
Mine = 491,
|
|
504
|
+
Mining = 492,
|
|
505
|
+
MissedWith = 493,
|
|
506
|
+
MissedYouWith = 494,
|
|
507
|
+
MovedItem = 495,
|
|
508
|
+
MovedItemFailed = 496,
|
|
509
|
+
MoveOverTrapButDoNotSetOff = 497,
|
|
510
|
+
MultiplayerGamePaused = 498,
|
|
511
|
+
MultiplayerGameResumed = 499,
|
|
512
|
+
MultiplayerPlayerConnected = 500,
|
|
513
|
+
MultiplayerPlayerDied = 501,
|
|
514
|
+
MultiplayerPlayerDisconnected = 502,
|
|
515
|
+
MultiplayerPlayerJoined = 503,
|
|
516
|
+
MustBeEquippedToIgnite = 504,
|
|
517
|
+
Mysteriously = 505,
|
|
518
|
+
NearlyBurnedEquipmentProtectedYou = 506,
|
|
519
|
+
NeedToStartTravelsOutside = 507,
|
|
520
|
+
NeedWaterForBoat = 508,
|
|
521
|
+
NightQuarter1 = 509,
|
|
522
|
+
NightQuarter2 = 510,
|
|
523
|
+
NightQuarter3 = 511,
|
|
524
|
+
NightQuarter4 = 512,
|
|
525
|
+
No = 513,
|
|
526
|
+
NoAmmunitionForThatWeapon = 514,
|
|
527
|
+
NoFireToStokeWith = 515,
|
|
528
|
+
NoFishAtLocation = 516,
|
|
529
|
+
NoGroundWater = 517,
|
|
530
|
+
NoInkToDrawMap = 518,
|
|
531
|
+
NoKindlingOrFuelItemsToStartFire = 519,
|
|
532
|
+
NoKindlingToStartFire = 520,
|
|
533
|
+
NoLongerFeelPainOfBeingBurned = 521,
|
|
534
|
+
NoLongerFeelPainOfBeingFrostbitten = 522,
|
|
535
|
+
NoLongerHostile = 523,
|
|
536
|
+
NoMoreRoomInContainer = 524,
|
|
537
|
+
NoPaperToDrawMap = 525,
|
|
538
|
+
NoRequiredItemToFireWeapon = 526,
|
|
539
|
+
NoReturnWithoutCompletingChallenges = 527,
|
|
540
|
+
NoRoomForImprovement = 528,
|
|
541
|
+
NoRoomForVehicle = 529,
|
|
542
|
+
NoRoomToDrop = 530,
|
|
543
|
+
NoRoomToSummon = 531,
|
|
544
|
+
NotEnoughPurifiedWaterYet = 532,
|
|
545
|
+
NotEnoughTreasureToReturn = 533,
|
|
546
|
+
NothingTo = 534,
|
|
547
|
+
NothingToGetFromThis = 535,
|
|
548
|
+
NothingToHarvestFromThisGather = 536,
|
|
549
|
+
NothingToSmother = 537,
|
|
550
|
+
NothingUsefulToHarvestYet = 538,
|
|
551
|
+
NoTinderToStartFire = 539,
|
|
552
|
+
NotSuitableToPlant = 540,
|
|
553
|
+
NoWaterInStill = 541,
|
|
554
|
+
NPCMerchantNewInventoryDialogue1 = 542,
|
|
555
|
+
NPCMerchantNewInventoryDialogue2 = 543,
|
|
556
|
+
NPCMerchantNewInventoryDialogue3 = 544,
|
|
557
|
+
NPCMerchantNewInventoryDialogue4 = 545,
|
|
558
|
+
NPCMerchantStartingDialogue1 = 546,
|
|
559
|
+
NPCMerchantStartingDialogue2 = 547,
|
|
560
|
+
NPCMerchantStartingDialogue3 = 548,
|
|
561
|
+
NPCMerchantStartingDialogue4 = 549,
|
|
562
|
+
NPCMerchantWelcomeCredit = 550,
|
|
563
|
+
NPCShipperShipToIsland = 551,
|
|
564
|
+
NPCShipperStartingDialogue1 = 552,
|
|
565
|
+
NPCShipperStartingDialogue2 = 553,
|
|
566
|
+
NPCShipperStartingDialogue3 = 554,
|
|
567
|
+
NPCShipperStartingDialogue4 = 555,
|
|
568
|
+
NPCWelcome = 556,
|
|
569
|
+
ObjectIsLocked = 557,
|
|
570
|
+
ObjectIsLockedAttemptToBreakIt = 558,
|
|
571
|
+
OfferAberrantFail = 559,
|
|
572
|
+
OfferAberrantFailButTamed = 560,
|
|
573
|
+
Open = 561,
|
|
574
|
+
OpenClose = 562,
|
|
575
|
+
OpenCollapse = 563,
|
|
576
|
+
OverEatingLostStamina = 564,
|
|
577
|
+
OverHydratingLostStamina = 565,
|
|
578
|
+
Pack = 566,
|
|
579
|
+
PaperTurnedToMush = 567,
|
|
580
|
+
ParryTheBlow = 568,
|
|
581
|
+
PetCreature = 569,
|
|
582
|
+
PickAway = 570,
|
|
583
|
+
PickUp = 571,
|
|
584
|
+
PickUpExcrement = 572,
|
|
585
|
+
PickUpTheItem = 573,
|
|
586
|
+
Place = 574,
|
|
587
|
+
PlacedItem = 575,
|
|
588
|
+
PlacedItemFailed = 576,
|
|
589
|
+
PlacedOnGround = 577,
|
|
590
|
+
PlantedInGround = 578,
|
|
591
|
+
PlantGatheredPlant = 579,
|
|
592
|
+
PlantGatheringWillDestroy = 580,
|
|
593
|
+
PlantHasResourcesToGather = 581,
|
|
594
|
+
PlantHasResourcesToHarvest = 582,
|
|
595
|
+
PlantHighlyFertile = 583,
|
|
596
|
+
Planting = 584,
|
|
597
|
+
PlantIsBare = 585,
|
|
598
|
+
PlantIsFertile = 586,
|
|
599
|
+
PlantIsInStage = 587,
|
|
600
|
+
PlantIsNotFertile = 588,
|
|
601
|
+
PlantIsSeeding = 589,
|
|
602
|
+
PlantNotReadyToHarvest = 590,
|
|
603
|
+
PlantReadyToGather = 591,
|
|
604
|
+
PlantReadyToGatherNotMaximal = 592,
|
|
605
|
+
PlantReadyToHarvest = 593,
|
|
606
|
+
PlantReadyToHarvestNotMaximal = 594,
|
|
607
|
+
PlayerHas = 595,
|
|
608
|
+
PlayerHasCompletedChallengeRequirement = 596,
|
|
609
|
+
PlayerHasWonChallenge = 597,
|
|
610
|
+
Poisoned = 598,
|
|
611
|
+
PoisonedLostHealth = 599,
|
|
612
|
+
PoisonWorkedItsCourse = 600,
|
|
613
|
+
PouredOut = 601,
|
|
614
|
+
PouredOutOnYourself = 602,
|
|
615
|
+
PouredWaterIntoStill = 603,
|
|
616
|
+
PourHarmedPlant = 604,
|
|
617
|
+
PourHealedPlant = 605,
|
|
618
|
+
PourHealedPlantFully = 606,
|
|
619
|
+
PourHealedPlantPartially = 607,
|
|
620
|
+
PourIncreasedFertility = 608,
|
|
621
|
+
Pouring = 609,
|
|
622
|
+
PourOverWatering = 610,
|
|
623
|
+
Prepare = 611,
|
|
624
|
+
Prepared = 612,
|
|
625
|
+
PreservedFood = 613,
|
|
626
|
+
PurifiedWaterInBottom = 614,
|
|
627
|
+
PurifiedWaterInStill = 615,
|
|
628
|
+
RandomEventsFire = 616,
|
|
629
|
+
ReduceLength = 617,
|
|
630
|
+
RefusedToBeTamed = 618,
|
|
631
|
+
Repair = 619,
|
|
632
|
+
RequiredForDisassembly = 620,
|
|
633
|
+
RequiresFireToBeLit = 621,
|
|
634
|
+
RequiresYouToBeAround = 622,
|
|
635
|
+
Resistant = 623,
|
|
636
|
+
Rest = 624,
|
|
637
|
+
Rested = 625,
|
|
638
|
+
Resting = 626,
|
|
639
|
+
RestingOnGroundNotEffective = 627,
|
|
640
|
+
RestInterrupted = 628,
|
|
641
|
+
RestInterruptedDamage = 629,
|
|
642
|
+
RestInterruptedDying = 630,
|
|
643
|
+
RestInterruptedLoudNoise = 631,
|
|
644
|
+
RestInterruptedPain = 632,
|
|
645
|
+
RestInterruptedStirring = 633,
|
|
646
|
+
RestInterruptedTooCold = 634,
|
|
647
|
+
RestInterruptedTooHot = 635,
|
|
648
|
+
RestInterruptedUncomfortablyCold = 636,
|
|
649
|
+
RestInterruptedUncomfortablyHot = 637,
|
|
650
|
+
RestInterruptedWaterPoured = 638,
|
|
651
|
+
RestLongTime = 639,
|
|
652
|
+
RestModerateTime = 640,
|
|
653
|
+
RestOnBoat = 641,
|
|
654
|
+
RestShortTime = 642,
|
|
655
|
+
RestTime = 643,
|
|
656
|
+
ReturnedToCivilization = 644,
|
|
657
|
+
ReturningToCivilizationSetOffAgain = 645,
|
|
658
|
+
ReturnsToLife = 646,
|
|
659
|
+
Reverse = 647,
|
|
660
|
+
Ride = 648,
|
|
661
|
+
Sailing = 649,
|
|
662
|
+
ScrollMaster = 650,
|
|
663
|
+
ScrollProvidedNoUsefulInsight = 651,
|
|
664
|
+
Seawater = 652,
|
|
665
|
+
SeemsToHaveDrawnEnergy = 653,
|
|
666
|
+
SetTrapOffButNoDamage = 654,
|
|
667
|
+
SetUp = 655,
|
|
668
|
+
ShadowInTheWater = 656,
|
|
669
|
+
SkillHasRaised = 657,
|
|
670
|
+
Skills = 658,
|
|
671
|
+
Sleep = 659,
|
|
672
|
+
Sleeping = 660,
|
|
673
|
+
SleepOnBoat = 661,
|
|
674
|
+
Slept = 662,
|
|
675
|
+
SlitherSuckerConstricts = 663,
|
|
676
|
+
SlitherSuckerFailedToRemove = 664,
|
|
677
|
+
SlitherSuckerFailedToRemoveOuch = 665,
|
|
678
|
+
SlitherSuckerJumpedOnHead = 666,
|
|
679
|
+
SolarStill = 667,
|
|
680
|
+
SomethingInTheWayOf = 668,
|
|
681
|
+
SomethingInTheWayOfButcherFirst = 669,
|
|
682
|
+
SomethingInTheWayOfFire = 670,
|
|
683
|
+
SomethingInTheWayOfFishing = 671,
|
|
684
|
+
SomethingInTheWayOfPerforming = 672,
|
|
685
|
+
SomethingInTheWayOfPlacing = 673,
|
|
686
|
+
SomethingInTheWayOfReleasing = 674,
|
|
687
|
+
SomethingInTheWayOfSummoning = 675,
|
|
688
|
+
SomethingInWayOfClosingDoor = 676,
|
|
689
|
+
SoothedTheirBurnInjuries = 677,
|
|
690
|
+
SoothedYourBurnInjuries = 678,
|
|
691
|
+
SortedByCategory = 679,
|
|
692
|
+
SortedByCraftableOnly = 680,
|
|
693
|
+
SortedByName = 681,
|
|
694
|
+
SortedBySkill = 682,
|
|
695
|
+
SortedByUnlockedTime = 683,
|
|
696
|
+
StaminaIsFull = 684,
|
|
697
|
+
StartedFire = 685,
|
|
698
|
+
StartTravelInWater = 686,
|
|
699
|
+
StarvingToDeath = 687,
|
|
700
|
+
StatAmount = 688,
|
|
701
|
+
StatChangeUnknown = 689,
|
|
702
|
+
StatGained = 690,
|
|
703
|
+
StatIncreasing = 691,
|
|
704
|
+
StatLost = 692,
|
|
705
|
+
StatQuenched = 693,
|
|
706
|
+
StatRegained = 694,
|
|
707
|
+
StatSated = 695,
|
|
708
|
+
SteppingOn = 696,
|
|
709
|
+
Still = 697,
|
|
710
|
+
StillHasNoWaterToPurify = 698,
|
|
711
|
+
StillNoContainer = 699,
|
|
712
|
+
StillTooColdToWork = 700,
|
|
713
|
+
StirredUpClawWorm = 701,
|
|
714
|
+
StirredUpCreature = 702,
|
|
715
|
+
StoppedYourBleeding = 703,
|
|
716
|
+
StopUsingVehicle = 704,
|
|
717
|
+
SummonedGuardiansByDiggingTreasure = 705,
|
|
718
|
+
SummonedGuardiansByLockpicking = 706,
|
|
719
|
+
SummonVoidDwellerItem = 707,
|
|
720
|
+
SummonVoidDwellerRinging = 708,
|
|
721
|
+
SummonVoidDwellerShiver = 709,
|
|
722
|
+
SunNotBrightEnoughToStartFire = 710,
|
|
723
|
+
SwampWater = 711,
|
|
724
|
+
Swimming = 712,
|
|
725
|
+
TakenFromGroundBecomeTamed = 713,
|
|
726
|
+
TeleportBlocked = 714,
|
|
727
|
+
Teleported = 715,
|
|
728
|
+
TheirFist = 716,
|
|
729
|
+
TheirInventory = 717,
|
|
730
|
+
ThePlant = 718,
|
|
731
|
+
ThereIsNoContainerOnTheStill = 719,
|
|
732
|
+
ThereIsNoSunToStartFire = 720,
|
|
733
|
+
ThisCannotBeMilked = 721,
|
|
734
|
+
Throw = 722,
|
|
735
|
+
ThrownIntoDepths = 723,
|
|
736
|
+
ThrownIntoObstacle = 724,
|
|
737
|
+
ThrownIntoVoid = 725,
|
|
738
|
+
TierGroup = 726,
|
|
739
|
+
TileMakeCaveEntranceNearby = 727,
|
|
740
|
+
TileMakeCaveEntrancePassable = 728,
|
|
741
|
+
TileMakeCaveEntranceVoid = 729,
|
|
742
|
+
Till = 730,
|
|
743
|
+
Tilling = 731,
|
|
744
|
+
TimeIs = 732,
|
|
745
|
+
TimeIsDawn = 733,
|
|
746
|
+
TimeIsDaytime = 734,
|
|
747
|
+
TimeIsDusk = 735,
|
|
748
|
+
TimeIsNighttime = 736,
|
|
749
|
+
TimeIsSunrise = 737,
|
|
750
|
+
TimeIsSunset = 738,
|
|
751
|
+
ToFight = 739,
|
|
752
|
+
TooDamaged = 740,
|
|
753
|
+
TooExhaustedToJump = 741,
|
|
754
|
+
Touching = 742,
|
|
755
|
+
TrampledFire = 743,
|
|
756
|
+
TrampledFireFail = 744,
|
|
757
|
+
TrampledFirePartial = 745,
|
|
758
|
+
TrampledIntoGround = 746,
|
|
759
|
+
TrampleIntoGround = 747,
|
|
760
|
+
Trampling = 748,
|
|
761
|
+
TransmogrificationNoEffect = 749,
|
|
762
|
+
TransmogrificationNotPossible = 750,
|
|
763
|
+
Transmogrified = 751,
|
|
764
|
+
TrapMissed = 752,
|
|
765
|
+
TrapStoppedYou = 753,
|
|
766
|
+
Traveling = 754,
|
|
767
|
+
Treasure = 755,
|
|
768
|
+
TreasureIsBlocked = 756,
|
|
769
|
+
UiActionCannotUseInaccessibleItem = 757,
|
|
770
|
+
UiActionCannotUseInThisSituation = 758,
|
|
771
|
+
UiActionCannotUseNoItemHovered = 759,
|
|
772
|
+
UiActionCannotUseNotInRange = 760,
|
|
773
|
+
UiActionCannotUseOnThisIsland = 761,
|
|
774
|
+
UiActionCannotUseRequiresCreature = 762,
|
|
775
|
+
UiActionCannotUseRequiresDoodad = 763,
|
|
776
|
+
UiActionCannotUseRequiresItem = 764,
|
|
777
|
+
UiActionCannotUseRequiresNPC = 765,
|
|
778
|
+
UiActionCannotUseRequiresVehicle = 766,
|
|
779
|
+
UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue1 = 767,
|
|
780
|
+
UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue2 = 768,
|
|
781
|
+
UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue3 = 769,
|
|
782
|
+
UiDialogTradeIndicateTradeAlreadyTradedSellDialogue1 = 770,
|
|
783
|
+
UiDialogTradeIndicateTradeAlreadyTradedSellDialogue2 = 771,
|
|
784
|
+
UiDialogTradeIndicateTradeAlreadyTradedSellDialogue3 = 772,
|
|
785
|
+
UiDialogTradeIndicateTradeTooMuchTradesDialogue1 = 773,
|
|
786
|
+
UiDialogTradeIndicateTradeTooMuchTradesDialogue2 = 774,
|
|
787
|
+
UiDialogTradeIndicateTradeTooMuchTradesDialogue3 = 775,
|
|
788
|
+
UnhitchCreature = 776,
|
|
789
|
+
Unknown = 777,
|
|
790
|
+
Unlimited = 778,
|
|
791
|
+
UnlockedChest = 779,
|
|
792
|
+
UnpurifiedFreshWater = 780,
|
|
793
|
+
UnpurifiedWaterInStill = 781,
|
|
794
|
+
UnpurifiedWaterInTop = 782,
|
|
795
|
+
Use = 783,
|
|
796
|
+
UsingBareHands = 784,
|
|
797
|
+
VehicleDefense = 785,
|
|
798
|
+
VoidDwellerVanishes = 786,
|
|
799
|
+
Vulnerable = 787,
|
|
800
|
+
Water = 788,
|
|
801
|
+
WaterGathering = 789,
|
|
802
|
+
WaterPutOutFire = 790,
|
|
803
|
+
WellIsDry = 791,
|
|
804
|
+
WellIsFull = 792,
|
|
805
|
+
WildGoatRefusedToBeMilked = 793,
|
|
806
|
+
WorkingYourselfIntoExhaustion = 794,
|
|
807
|
+
WorkingYourselfIntoExhaustionAndDrowning = 795,
|
|
808
|
+
WorldContainer = 796,
|
|
809
|
+
You = 797,
|
|
810
|
+
YouAbsorb = 798,
|
|
811
|
+
YouApplied = 799,
|
|
812
|
+
YouAreAlready = 800,
|
|
813
|
+
YouAte = 801,
|
|
814
|
+
YouBeginResting = 802,
|
|
815
|
+
YouCannotDoThatYet = 803,
|
|
816
|
+
YouCanNowCombatTheTides = 804,
|
|
817
|
+
YouCrafted = 805,
|
|
818
|
+
YouDoNotFindTreasureYet = 806,
|
|
819
|
+
YouDrank = 807,
|
|
820
|
+
YouDropTheTorch = 808,
|
|
821
|
+
YouEnchant = 809,
|
|
822
|
+
YouEquip = 810,
|
|
823
|
+
YouExude = 811,
|
|
824
|
+
YouExudeSome = 812,
|
|
825
|
+
YouExudeSomeReasonConflicting = 813,
|
|
826
|
+
YouExudeSomeReasonMax = 814,
|
|
827
|
+
YouExudeSomeReasonProperties = 815,
|
|
828
|
+
YouFailedTo = 816,
|
|
829
|
+
YouFailedToExtinguishedFireFully = 817,
|
|
830
|
+
YouFailedToHeal = 818,
|
|
831
|
+
YouFailedToHealOther = 819,
|
|
832
|
+
YouFire = 820,
|
|
833
|
+
YouGathered = 821,
|
|
834
|
+
YouHarmTheCreatureByStoking = 822,
|
|
835
|
+
YouHarvested = 823,
|
|
836
|
+
YouHave = 824,
|
|
837
|
+
YouHaveAlreadyLearned = 825,
|
|
838
|
+
YouHaveBeenCut = 826,
|
|
839
|
+
YouHaveCaged = 827,
|
|
840
|
+
YouHaveCommanded = 828,
|
|
841
|
+
YouHaveDied = 829,
|
|
842
|
+
YouHaveHarmedOther = 830,
|
|
843
|
+
YouHaveHealedOther = 831,
|
|
844
|
+
YouHaveKilled = 832,
|
|
845
|
+
YouHaveNotCommanded = 833,
|
|
846
|
+
YouHaveReleased = 834,
|
|
847
|
+
YouHaveSummoned = 835,
|
|
848
|
+
YouHaveTamed = 836,
|
|
849
|
+
YouHaveUncaged = 837,
|
|
850
|
+
YouNoticeBecomeEnraged = 838,
|
|
851
|
+
YouNoticeDying = 839,
|
|
852
|
+
YouNoticeFertilityDecreasing = 840,
|
|
853
|
+
YouNoticeFertilityIncreasing = 841,
|
|
854
|
+
YouNoticeGrowing = 842,
|
|
855
|
+
YouNoticeLavaCooling = 843,
|
|
856
|
+
YouNoticeLavaHardening = 844,
|
|
857
|
+
YouNoticePerish = 845,
|
|
858
|
+
YouNoticePlantDamage = 846,
|
|
859
|
+
YouNoticePlantRegenerated = 847,
|
|
860
|
+
YouNoticeStumbleInjureItself = 848,
|
|
861
|
+
YouNoticeTakeFromGround = 849,
|
|
862
|
+
YouNoticeWoundsClosing = 850,
|
|
863
|
+
YouOfferedToCreature = 851,
|
|
864
|
+
YouOfferedToCreatureRejects = 852,
|
|
865
|
+
YouOpen = 853,
|
|
866
|
+
YouPacked = 854,
|
|
867
|
+
YouPickedUp = 855,
|
|
868
|
+
YouRefine = 856,
|
|
869
|
+
YouReinforce = 857,
|
|
870
|
+
YouRepair = 858,
|
|
871
|
+
YouReturnFromCivilizationWith = 859,
|
|
872
|
+
YourFist = 860,
|
|
873
|
+
YourHands = 861,
|
|
874
|
+
YourInventory = 862,
|
|
875
|
+
YourIsland = 863,
|
|
876
|
+
YouSeeALivingMushroomSpore = 864,
|
|
877
|
+
YouSeeASkeletonCollapse = 865,
|
|
878
|
+
YouSeeASlimeCombine = 866,
|
|
879
|
+
YouSeeAZombieBleeding = 867,
|
|
880
|
+
YouSeeCoolDown = 868,
|
|
881
|
+
YouSeeDrop = 869,
|
|
882
|
+
YouSeeEngulfFire = 870,
|
|
883
|
+
YouSeeFireSpread = 871,
|
|
884
|
+
YouSeeHelpingPlant = 872,
|
|
885
|
+
YouSeeLay = 873,
|
|
886
|
+
YouSeeLayingTrap = 874,
|
|
887
|
+
YouSeeSpewLava = 875,
|
|
888
|
+
YouSeeSpiderSpin = 876,
|
|
889
|
+
YouSeeSpitAcid = 877,
|
|
890
|
+
YouSeeSpringForth = 878,
|
|
891
|
+
YouSeeSummon = 879,
|
|
892
|
+
YouSeeSwampFlood = 880,
|
|
893
|
+
YouSeeTrampling = 881,
|
|
894
|
+
YouSetTheTrapOff = 882,
|
|
895
|
+
YouStokeTheCreature = 883,
|
|
896
|
+
YouSwapMainHandAndOffHand = 884,
|
|
897
|
+
YouThrew = 885,
|
|
898
|
+
YouTilled = 886,
|
|
899
|
+
YouUnequip = 887,
|
|
900
|
+
YouUsed = 888,
|
|
901
|
+
YouViewTheItemsOn = 889,
|
|
902
|
+
YouWhileTraveling = 890
|
|
902
903
|
}
|
|
903
904
|
export default Message;
|