@wayward/types 2.13.0-beta.dev.20230422.1 → 2.13.0-beta.dev.20230424.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/Music.d.ts +1 -2
- package/definitions/game/audio/SoundEffects.d.ts +1 -1
- package/definitions/game/game/Game.d.ts +1 -0
- package/definitions/game/game/doodad/Doodad.d.ts +1 -1
- package/definitions/game/game/doodad/DoodadManager.d.ts +3 -4
- package/definitions/game/game/doodad/IDoodad.d.ts +2 -2
- package/definitions/game/game/entity/Entity.d.ts +4 -1
- package/definitions/game/game/entity/IHuman.d.ts +10 -10
- package/definitions/game/game/entity/action/actions/SetCreatureAi.d.ts +4 -1
- package/definitions/game/game/entity/action/usable/IUsableAction.d.ts +1 -1
- package/definitions/game/game/entity/action/usable/UsableActionType.d.ts +2 -1
- package/definitions/game/game/entity/action/usable/actions/UsableActionsDynamic.d.ts +3 -1
- package/definitions/game/game/entity/npc/npcs/Merchant.d.ts +7 -0
- package/definitions/game/game/entity/player/Customizations.d.ts +4 -4
- package/definitions/game/game/entity/player/IMessageManager.d.ts +2 -0
- package/definitions/game/game/entity/player/MessageManager.d.ts +3 -0
- package/definitions/game/game/entity/player/note/NoteManager.d.ts +1 -1
- package/definitions/game/game/entity/player/quest/Quests.d.ts +1 -2
- package/definitions/game/game/entity/player/quest/quest/Challenge.d.ts +2 -1
- package/definitions/game/game/entity/player/quest/quest/Quest.d.ts +1 -1
- package/definitions/game/game/inspection/handlers/TilePositionInspection.d.ts +1 -1
- package/definitions/game/game/inspection/infoProviders/CivilizationScore.d.ts +1 -1
- package/definitions/game/game/inspection/infoProviders/ContainedItems.d.ts +1 -1
- package/definitions/game/game/inspection/infoProviders/DoodadSkill.d.ts +1 -1
- package/definitions/game/game/island/IIsland.d.ts +2 -3
- package/definitions/game/game/island/Island.d.ts +5 -6
- package/definitions/game/game/island/IslandManager.d.ts +1 -1
- package/definitions/game/game/island/Port.d.ts +43 -0
- package/definitions/game/game/item/IItem.d.ts +13 -5
- package/definitions/game/game/item/IItemManager.d.ts +16 -2
- package/definitions/game/game/item/ItemDescriptions.d.ts +2 -2
- package/definitions/game/game/item/ItemFinder.d.ts +2 -2
- package/definitions/game/game/item/ItemManager.d.ts +52 -30
- package/definitions/game/game/mapping/IRegion.d.ts +22 -0
- package/definitions/game/game/temperature/TemperatureManager.d.ts +2 -2
- package/definitions/game/language/Dictionary.d.ts +2 -1
- package/definitions/game/language/DictionaryMap.d.ts +17 -15
- package/definitions/game/language/Translation.d.ts +4 -1
- package/definitions/game/language/TranslationsProvider.d.ts +1 -1
- package/definitions/game/language/dictionary/Message.d.ts +333 -329
- package/definitions/game/language/dictionary/Misc.d.ts +5 -4
- package/definitions/game/language/dictionary/UiTranslation.d.ts +791 -786
- package/definitions/game/language/english/creature/AiTypes.d.ts +1 -1
- package/definitions/game/language/english/creature/Corpses.d.ts +1 -1
- package/definitions/game/language/english/game/Regions.d.ts +13 -0
- package/definitions/game/language/english/game/WorldLayers.d.ts +1 -1
- package/definitions/game/language/english/game/islandName/IslandNameBiomeNouns.d.ts +1 -1
- package/definitions/game/language/english/game/islandName/IslandNameOverrunWithCreatureDescriptors.d.ts +1 -1
- package/definitions/game/language/english/ui/ModLoadErrors.d.ts +1 -1
- package/definitions/game/language/english/ui/UsableActionTypes.d.ts +2 -2
- package/definitions/game/language/utility/TranslationSorter.d.ts +3 -3
- package/definitions/game/renderer/Overlays.d.ts +1 -1
- package/definitions/game/renderer/tile/atlas/TileAtlas.d.ts +15 -14
- package/definitions/game/resource/IResourcePath.d.ts +1 -1
- package/definitions/game/save/serializer/Serializer.d.ts +1 -1
- package/definitions/game/ui/IUi.d.ts +2 -1
- package/definitions/game/ui/component/dropdown/IslandPortsDropdown.d.ts +1 -1
- package/definitions/game/ui/old/OldUi.d.ts +0 -2
- package/definitions/game/ui/old/screens/InGameScreen.d.ts +11 -4
- package/definitions/game/ui/screen/screens/game/dialog/BookDialog.d.ts +2 -2
- package/definitions/game/ui/screen/screens/game/dialog/CraftingDialog.d.ts +4 -4
- package/definitions/game/ui/screen/screens/game/dialog/IslandsShippingDialog.d.ts +5 -0
- package/definitions/game/ui/screen/screens/game/dialog/MapDialog.d.ts +3 -3
- package/definitions/game/ui/screen/screens/game/dialog/islands/IslandsDialog.d.ts +5 -1
- package/definitions/game/ui/screen/screens/game/static/ActionBar.d.ts +1 -1
- package/definitions/game/ui/screen/screens/game/static/menubar/MenuBarButtonDescriptions.d.ts +1 -2
- package/definitions/game/ui/screen/screens/game/static/stats/StatDisplayDescriptions.d.ts +1 -2
- package/definitions/game/ui/screen/screens/menu/menus/character/Swatch.d.ts +1 -1
- package/definitions/game/utilities/Version.d.ts +15 -9
- package/definitions/game/utilities/enum/Enums.d.ts +1 -1
- package/package.json +1 -1
|
@@ -451,334 +451,338 @@ declare enum Message {
|
|
|
451
451
|
NPCMerchantStartingDialog3 = 439,
|
|
452
452
|
NPCMerchantStartingDialog4 = 440,
|
|
453
453
|
NPCMerchantWelcomeCredit = 441,
|
|
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
|
-
|
|
454
|
+
NPCMerchantNewInventoryDialog1 = 442,
|
|
455
|
+
NPCMerchantNewInventoryDialog2 = 443,
|
|
456
|
+
NPCMerchantNewInventoryDialog3 = 444,
|
|
457
|
+
NPCMerchantNewInventoryDialog4 = 445,
|
|
458
|
+
NPCShipperShipToIsland = 446,
|
|
459
|
+
NPCShipperStartingDialog1 = 447,
|
|
460
|
+
NPCShipperStartingDialog2 = 448,
|
|
461
|
+
NPCShipperStartingDialog3 = 449,
|
|
462
|
+
NPCShipperStartingDialog4 = 450,
|
|
463
|
+
NPCWelcome = 451,
|
|
464
|
+
ObjectIsLocked = 452,
|
|
465
|
+
ObjectIsLockedAttemptToBreakIt = 453,
|
|
466
|
+
OfferAberrantFail = 454,
|
|
467
|
+
OfferAberrantFailButTamed = 455,
|
|
468
|
+
Open = 456,
|
|
469
|
+
OpenClose = 457,
|
|
470
|
+
OverEatingLostStamina = 458,
|
|
471
|
+
OverHydratingLostStamina = 459,
|
|
472
|
+
Pack = 460,
|
|
473
|
+
PaperTurnedToMush = 461,
|
|
474
|
+
ParryTheBlow = 462,
|
|
475
|
+
Pet = 463,
|
|
476
|
+
PetCreature = 464,
|
|
477
|
+
PickAway = 465,
|
|
478
|
+
PickUp = 466,
|
|
479
|
+
PickUpExcrement = 467,
|
|
480
|
+
PickUpTheItem = 468,
|
|
481
|
+
Place = 469,
|
|
482
|
+
PlacedOnGround = 470,
|
|
483
|
+
Plant = 471,
|
|
484
|
+
PlantedInGround = 472,
|
|
485
|
+
PlantGatheredPlant = 473,
|
|
486
|
+
PlantGatheringWillDestroy = 474,
|
|
487
|
+
PlantHasResourcesToGather = 475,
|
|
488
|
+
PlantHasResourcesToHarvest = 476,
|
|
489
|
+
PlantHighlyFertile = 477,
|
|
490
|
+
Planting = 478,
|
|
491
|
+
PlantIsBare = 479,
|
|
492
|
+
PlantIsFertile = 480,
|
|
493
|
+
PlantIsInStage = 481,
|
|
494
|
+
PlantIsNotFertile = 482,
|
|
495
|
+
PlantNotReadyToHarvest = 483,
|
|
496
|
+
PlantReadyToGather = 484,
|
|
497
|
+
PlantReadyToGatherNotMaximal = 485,
|
|
498
|
+
PlantReadyToHarvest = 486,
|
|
499
|
+
PlantReadyToHarvestNotMaximal = 487,
|
|
500
|
+
Player = 488,
|
|
501
|
+
PlayerHas = 489,
|
|
502
|
+
PlayerHasCompletedChallengeRequirement = 490,
|
|
503
|
+
PlayerHasWonChallenge = 491,
|
|
504
|
+
Poisoned = 492,
|
|
505
|
+
PoisonedLostHealth = 493,
|
|
506
|
+
PoisonWorkedItsCourse = 494,
|
|
507
|
+
Positively = 495,
|
|
508
|
+
PouredOut = 496,
|
|
509
|
+
PouredOutOnYourself = 497,
|
|
510
|
+
PouredWaterIntoStill = 498,
|
|
511
|
+
PourHarmedPlant = 499,
|
|
512
|
+
PourHealedPlant = 500,
|
|
513
|
+
PourHealedPlantFully = 501,
|
|
514
|
+
PourHealedPlantPartially = 502,
|
|
515
|
+
PourIncreasedFertility = 503,
|
|
516
|
+
Pouring = 504,
|
|
517
|
+
Prepare = 505,
|
|
518
|
+
Prepared = 506,
|
|
519
|
+
Preserve = 507,
|
|
520
|
+
PreservedFood = 508,
|
|
521
|
+
PurifiedWaterInStill = 509,
|
|
522
|
+
RandomEventsFire = 510,
|
|
523
|
+
ReduceLength = 511,
|
|
524
|
+
Refine = 512,
|
|
525
|
+
RefusedToBeTamed = 513,
|
|
526
|
+
Reinforce = 514,
|
|
527
|
+
Repair = 515,
|
|
528
|
+
ReputationDecreased = 516,
|
|
529
|
+
ReputationIncreased = 517,
|
|
530
|
+
ReputationUpdate = 518,
|
|
531
|
+
RequiredForDisassembly = 519,
|
|
532
|
+
RequiresFireToBeLit = 520,
|
|
533
|
+
RequiresYouFacingFireSource = 521,
|
|
534
|
+
RequiresYouToBeAround = 522,
|
|
535
|
+
Resistant = 523,
|
|
536
|
+
Rest = 524,
|
|
537
|
+
Rested = 525,
|
|
538
|
+
Resting = 526,
|
|
539
|
+
RestingOnGroundNotEffective = 527,
|
|
540
|
+
RestInterrupted = 528,
|
|
541
|
+
RestInterruptedDamage = 529,
|
|
542
|
+
RestInterruptedDying = 530,
|
|
543
|
+
RestInterruptedLoudNoise = 531,
|
|
544
|
+
RestInterruptedPain = 532,
|
|
545
|
+
RestInterruptedStirring = 533,
|
|
546
|
+
RestInterruptedWaterPoured = 534,
|
|
547
|
+
RestLongTime = 535,
|
|
548
|
+
RestModerateTime = 536,
|
|
549
|
+
RestOnBoat = 537,
|
|
550
|
+
RestShortTime = 538,
|
|
551
|
+
RestTime = 539,
|
|
552
|
+
ReturnedToCivilization = 540,
|
|
553
|
+
ReturningToCivilizationSetOffAgain = 541,
|
|
554
|
+
ReturnsToLife = 542,
|
|
555
|
+
Reverse = 543,
|
|
556
|
+
Sailing = 544,
|
|
557
|
+
ScrollMaster = 545,
|
|
558
|
+
ScrollProvidedNoUsefulInsight = 546,
|
|
559
|
+
Seawater = 547,
|
|
560
|
+
SeemsToHaveDrawnEnergy = 548,
|
|
561
|
+
SetTrapOffButNoDamage = 549,
|
|
562
|
+
SetUp = 550,
|
|
563
|
+
ShadowInTheWater = 551,
|
|
564
|
+
Skill = 552,
|
|
565
|
+
SkillHasRaised = 553,
|
|
566
|
+
Skills = 554,
|
|
567
|
+
Sleep = 555,
|
|
568
|
+
Sleeping = 556,
|
|
569
|
+
SleepOnBoat = 557,
|
|
570
|
+
Slept = 558,
|
|
571
|
+
SlitherSuckerConstricts = 559,
|
|
572
|
+
SlitherSuckerJumpedOnHead = 560,
|
|
573
|
+
SomethingInTheWayOf = 561,
|
|
574
|
+
SomethingInTheWayOfButcherFirst = 562,
|
|
575
|
+
SomethingInTheWayOfFire = 563,
|
|
576
|
+
SomethingInTheWayOfFishing = 564,
|
|
577
|
+
SomethingInTheWayOfPerforming = 565,
|
|
578
|
+
SomethingInTheWayOfPlacing = 566,
|
|
579
|
+
SomethingInTheWayOfReleasing = 567,
|
|
580
|
+
SomethingInTheWayOfSummoning = 568,
|
|
581
|
+
SomethingInWayOfClosingDoor = 569,
|
|
582
|
+
SoothedTheirBurnInjuries = 570,
|
|
583
|
+
SoothedYourBurnInjuries = 571,
|
|
584
|
+
Sort = 572,
|
|
585
|
+
SortedByBestCraftingRequirements = 573,
|
|
586
|
+
SortedByCategory = 574,
|
|
587
|
+
SortedByCraftableOnly = 575,
|
|
588
|
+
SortedByDecay = 576,
|
|
589
|
+
SortedByDurability = 577,
|
|
590
|
+
SortedByGroup = 578,
|
|
591
|
+
SortedByMagical = 579,
|
|
592
|
+
SortedByName = 580,
|
|
593
|
+
SortedByQuality = 581,
|
|
594
|
+
SortedByRecent = 582,
|
|
595
|
+
SortedBySkill = 583,
|
|
596
|
+
SortedByUnlockedTime = 584,
|
|
597
|
+
SortedByWeight = 585,
|
|
598
|
+
SortedByWorth = 586,
|
|
599
|
+
StaminaIsFull = 587,
|
|
600
|
+
StartedFire = 588,
|
|
601
|
+
StartTravelInWater = 589,
|
|
602
|
+
StarvingToDeath = 590,
|
|
603
|
+
StatAmount = 591,
|
|
604
|
+
StatGained = 592,
|
|
605
|
+
StatIncreasing = 593,
|
|
606
|
+
StatLost = 594,
|
|
607
|
+
StatQuenched = 595,
|
|
608
|
+
StatRegained = 596,
|
|
609
|
+
StatSated = 597,
|
|
610
|
+
SteppingOn = 598,
|
|
611
|
+
StillHasNoWaterToPurify = 599,
|
|
612
|
+
StirredUpClawWorm = 600,
|
|
613
|
+
StirredUpCreature = 601,
|
|
614
|
+
StoppedYourBleeding = 602,
|
|
615
|
+
StopUsingVehicle = 603,
|
|
616
|
+
Strength = 604,
|
|
617
|
+
SummonedGuardiansByDiggingTreasure = 605,
|
|
618
|
+
SummonedGuardiansByLockpicking = 606,
|
|
619
|
+
SummonVoidDwellerItem = 607,
|
|
620
|
+
SummonVoidDwellerRinging = 608,
|
|
621
|
+
SummonVoidDwellerShiver = 609,
|
|
622
|
+
SunNotBrightEnoughToStartFire = 610,
|
|
623
|
+
SwampWater = 611,
|
|
624
|
+
Swimming = 612,
|
|
625
|
+
TakenFromGroundBecomeTamed = 613,
|
|
626
|
+
TeleportBlocked = 614,
|
|
627
|
+
Teleported = 615,
|
|
628
|
+
ThanksBuying = 616,
|
|
629
|
+
ThanksSelling = 617,
|
|
630
|
+
TheirFist = 618,
|
|
631
|
+
ThePlant = 619,
|
|
632
|
+
ThereIsNoContainerOnTheStill = 620,
|
|
633
|
+
ThereIsNoSunToStartFire = 621,
|
|
634
|
+
ThisCannotBeMilked = 622,
|
|
635
|
+
Throw = 623,
|
|
636
|
+
ThrownIntoDepths = 624,
|
|
637
|
+
ThrownIntoObstacle = 625,
|
|
638
|
+
ThrownIntoVoid = 626,
|
|
639
|
+
Tier = 627,
|
|
640
|
+
TierGroup = 628,
|
|
641
|
+
Till = 629,
|
|
642
|
+
Tilling = 630,
|
|
643
|
+
TimeIs = 631,
|
|
644
|
+
TimeIsDawn = 632,
|
|
645
|
+
TimeIsDaytime = 633,
|
|
646
|
+
TimeIsDusk = 634,
|
|
647
|
+
TimeIsNighttime = 635,
|
|
648
|
+
TimeIsSunrise = 636,
|
|
649
|
+
TimeIsSunset = 637,
|
|
650
|
+
ToFight = 638,
|
|
651
|
+
TooDamaged = 639,
|
|
652
|
+
TooExhaustedToJump = 640,
|
|
653
|
+
Touching = 641,
|
|
654
|
+
TradingWith = 642,
|
|
655
|
+
TrampledFire = 643,
|
|
656
|
+
TrampledIntoGround = 644,
|
|
657
|
+
TrampleIntoGround = 645,
|
|
658
|
+
Trampling = 646,
|
|
659
|
+
TransmogrificationNotPossible = 647,
|
|
660
|
+
Transmogrified = 648,
|
|
661
|
+
Transmogrify = 649,
|
|
662
|
+
TrapMissed = 650,
|
|
663
|
+
TrapStoppedYou = 651,
|
|
664
|
+
Traveling = 652,
|
|
665
|
+
TreasureIsBlocked = 653,
|
|
666
|
+
UiActionCannotUseRequiresCreature = 654,
|
|
667
|
+
UiActionCannotUseRequiresDoodad = 655,
|
|
668
|
+
UiActionCannotUseRequiresItem = 656,
|
|
669
|
+
Unhitch = 657,
|
|
670
|
+
UnhitchCreature = 658,
|
|
671
|
+
Unknown = 659,
|
|
672
|
+
Unlimited = 660,
|
|
673
|
+
UnlockedChest = 661,
|
|
674
|
+
UnpurifiedFreshWater = 662,
|
|
675
|
+
UnpurifiedWaterInStill = 663,
|
|
676
|
+
Use = 664,
|
|
677
|
+
UsingBareHands = 665,
|
|
678
|
+
VehicleDefense = 666,
|
|
679
|
+
Vulnerable = 667,
|
|
680
|
+
Water = 668,
|
|
681
|
+
WaterGathering = 669,
|
|
682
|
+
WaterPutOutFire = 670,
|
|
683
|
+
WellIsDry = 671,
|
|
684
|
+
WellIsFull = 672,
|
|
685
|
+
WildGoatRefusedToBeMilked = 673,
|
|
686
|
+
WillNotTrade = 674,
|
|
687
|
+
WorkingYourselfIntoExhaustion = 675,
|
|
688
|
+
WorkingYourselfIntoExhaustionAndDrowning = 676,
|
|
689
|
+
You = 677,
|
|
690
|
+
YouAbsorb = 678,
|
|
691
|
+
YouApplied = 679,
|
|
692
|
+
YouAreAlready = 680,
|
|
693
|
+
YouAte = 681,
|
|
694
|
+
YouBeginResting = 682,
|
|
695
|
+
YouCannotDoThatYet = 683,
|
|
696
|
+
YouCanNowCombatTheTides = 684,
|
|
697
|
+
YouCrafted = 685,
|
|
698
|
+
YouDoNotFindTreasureYet = 686,
|
|
699
|
+
YouDrank = 687,
|
|
700
|
+
YouDropTheTorch = 688,
|
|
701
|
+
YouEnchant = 689,
|
|
702
|
+
YouEquip = 690,
|
|
703
|
+
YouExude = 691,
|
|
704
|
+
YouExudeSome = 692,
|
|
705
|
+
YouExudeSomeReasonConflicting = 693,
|
|
706
|
+
YouExudeSomeReasonMax = 694,
|
|
707
|
+
YouExudeSomeReasonProperties = 695,
|
|
708
|
+
YouFailedTo = 696,
|
|
709
|
+
YouFailedToExtinguishedFireFully = 697,
|
|
710
|
+
YouFailedToHeal = 698,
|
|
711
|
+
YouFailedToHealOther = 699,
|
|
712
|
+
YouFire = 700,
|
|
713
|
+
YouGathered = 701,
|
|
714
|
+
YouGatheredAndDropped = 702,
|
|
715
|
+
YouHarvested = 703,
|
|
716
|
+
YouHarvestedAndDropped = 704,
|
|
717
|
+
YouHave = 705,
|
|
718
|
+
YouHaveAlreadyLearned = 706,
|
|
719
|
+
YouHaveBeenCut = 707,
|
|
720
|
+
YouHaveCaged = 708,
|
|
721
|
+
YouHaveCommanded = 709,
|
|
722
|
+
YouHaveDied = 710,
|
|
723
|
+
YouHaveHealedOther = 711,
|
|
724
|
+
YouHaveKilled = 712,
|
|
725
|
+
YouHaveReleased = 713,
|
|
726
|
+
YouHaveSummoned = 714,
|
|
727
|
+
YouHaveTamed = 715,
|
|
728
|
+
YouHaveUncaged = 716,
|
|
729
|
+
YouNeedMoreCredit = 717,
|
|
730
|
+
YouNoticeBarren = 718,
|
|
731
|
+
YouNoticeBecomeEnraged = 719,
|
|
732
|
+
YouNoticeDying = 720,
|
|
733
|
+
YouNoticeFertilityDecreasing = 721,
|
|
734
|
+
YouNoticeFertilityIncreasing = 722,
|
|
735
|
+
YouNoticeGrowing = 723,
|
|
736
|
+
YouNoticeLavaCooling = 724,
|
|
737
|
+
YouNoticeLavaHardening = 725,
|
|
738
|
+
YouNoticePerish = 726,
|
|
739
|
+
YouNoticePlantDamage = 727,
|
|
740
|
+
YouNoticePlantRegenerated = 728,
|
|
741
|
+
YouNoticeRegrowing = 729,
|
|
742
|
+
YouNoticeStumbleInjureItself = 730,
|
|
743
|
+
YouNoticeTakeFromGround = 731,
|
|
744
|
+
YouNoticeWoundsClosing = 732,
|
|
745
|
+
YouNoticeZombieHorde = 733,
|
|
746
|
+
YouOfferedToCreature = 734,
|
|
747
|
+
YouOfferedToCreatureRejects = 735,
|
|
748
|
+
YouOpen = 736,
|
|
749
|
+
YouPacked = 737,
|
|
750
|
+
YouPickedUp = 738,
|
|
751
|
+
YouRefine = 739,
|
|
752
|
+
YouReinforce = 740,
|
|
753
|
+
YouRepair = 741,
|
|
754
|
+
YouReturnFromCivilizationWith = 742,
|
|
755
|
+
YourFist = 743,
|
|
756
|
+
YourHands = 744,
|
|
757
|
+
YourInventory = 745,
|
|
758
|
+
YourIsland = 746,
|
|
759
|
+
YourRubbingNoEffect = 747,
|
|
760
|
+
YouRub = 748,
|
|
761
|
+
YouSee = 749,
|
|
762
|
+
YouSeeALivingMushroomSpore = 750,
|
|
763
|
+
YouSeeASkeletonCollapse = 751,
|
|
764
|
+
YouSeeASlimeCombine = 752,
|
|
765
|
+
YouSeeAZombieBleeding = 753,
|
|
766
|
+
YouSeeCoolDown = 754,
|
|
767
|
+
YouSeeDrop = 755,
|
|
768
|
+
YouSeeEngulfFire = 756,
|
|
769
|
+
YouSeeFireSpread = 757,
|
|
770
|
+
YouSeeHelpingPlant = 758,
|
|
771
|
+
YouSeeLay = 759,
|
|
772
|
+
YouSeeLayingTrap = 760,
|
|
773
|
+
YouSeeSpewLava = 761,
|
|
774
|
+
YouSeeSpitAcid = 762,
|
|
775
|
+
YouSeeSpringForth = 763,
|
|
776
|
+
YouSeeSummon = 764,
|
|
777
|
+
YouSeeSwampFlood = 765,
|
|
778
|
+
YouSeeTrampling = 766,
|
|
779
|
+
YouSetTheTrapOff = 767,
|
|
780
|
+
YouStokeTheCreature = 768,
|
|
781
|
+
YouSwapMainHandAndOffHand = 769,
|
|
782
|
+
YouThrew = 770,
|
|
783
|
+
YouTilled = 771,
|
|
784
|
+
YouUnequip = 772,
|
|
785
|
+
YouUsed = 773,
|
|
786
|
+
YouWhileTraveling = 774
|
|
783
787
|
}
|
|
784
788
|
export default Message;
|