@wayward/types 2.14.4-beta.dev.20241230.1 → 2.14.4-beta.dev.20241231.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 (42) hide show
  1. package/definitions/game/game/doodad/Doodad.d.ts +1 -1
  2. package/definitions/game/game/entity/player/quest/quest/IQuest.d.ts +1 -0
  3. package/definitions/game/game/inspection/infoProviders/LevelValue.d.ts +3 -1
  4. package/definitions/game/game/inspection/infoProviders/MagicalDamageReduction.d.ts +1 -1
  5. package/definitions/game/game/inspection/infoProviders/MagicalDamageRegeneration.d.ts +1 -1
  6. package/definitions/game/game/inspection/infoProviders/MagicalPropertyValue.d.ts +3 -2
  7. package/definitions/game/game/inspection/infoProviders/item/MagicalSourceTooltip.d.ts +2 -1
  8. package/definitions/game/game/inspection/infoProviders/item/use/ItemBuildInfo.d.ts +1 -1
  9. package/definitions/game/game/inspection/infoProviders/item/use/ItemEquipInfo.d.ts +1 -1
  10. package/definitions/game/game/inspection/inspections/MagicInspection.d.ts +2 -2
  11. package/definitions/game/game/item/IItem.d.ts +1 -1
  12. package/definitions/game/game/item/Item.d.ts +2 -1
  13. package/definitions/game/game/magic/IMagicalProperty.d.ts +85 -0
  14. package/definitions/game/game/magic/MagicalPropertyManager.d.ts +3 -72
  15. package/definitions/game/game/magic/MagicalPropertyType.d.ts +1 -1
  16. package/definitions/game/game/meta/prompt/IPrompt.d.ts +27 -26
  17. package/definitions/game/game/meta/prompt/PromptDescriptions.d.ts +1 -0
  18. package/definitions/game/game/reference/IReferenceManager.d.ts +1 -1
  19. package/definitions/game/language/Dictionary.d.ts +58 -57
  20. package/definitions/game/language/DictionaryMap.d.ts +116 -114
  21. package/definitions/game/language/Translation.d.ts +1 -2
  22. package/definitions/game/language/dictionary/Message.d.ts +475 -474
  23. package/definitions/game/language/dictionary/UiTranslation.d.ts +870 -863
  24. package/definitions/game/language/english/item/MagicalSubPropertyAffixes.d.ts +13 -0
  25. package/definitions/game/save/data/ISaveData.d.ts +23 -0
  26. package/definitions/game/save/data/ISaveDataGlobal.d.ts +1 -0
  27. package/definitions/game/save/data/SaveData.d.ts +10 -1
  28. package/definitions/game/save/serializer/PropertiesToSerialize.d.ts +4 -0
  29. package/definitions/game/save/upgrade/versions/beta2.14.4/beta2.14.4-dev20241231.d.ts +12 -0
  30. package/definitions/game/steamworks/ISteamworks.d.ts +1 -0
  31. package/definitions/game/steamworks/Steamworks.d.ts +6 -2
  32. package/definitions/game/ui/component/dropdown/MagicalPropertyDropdown.d.ts +1 -2
  33. package/definitions/game/ui/screen/screens/game/component/container/ContainerBucketItemList.d.ts +1 -0
  34. package/definitions/game/ui/screen/screens/game/dialog/MilestonesDialog.d.ts +1 -0
  35. package/definitions/game/ui/screen/screens/game/dialog/unlockables/UnlockablesDialog.d.ts +1 -0
  36. package/definitions/game/ui/screen/screens/menu/menus/options/TabDeveloper.d.ts +1 -1
  37. package/definitions/game/ui/screen/screens/menu/menus/options/TabSaveData.d.ts +1 -0
  38. package/definitions/game/ui/util/HighlightManager.d.ts +11 -1
  39. package/definitions/game/ui/util/IHighlight.d.ts +1 -0
  40. package/definitions/test/core/applicationDom.d.ts +3 -1
  41. package/definitions/utilities/Log.d.ts +3 -2
  42. package/package.json +1 -1
@@ -372,479 +372,480 @@ declare enum Message {
372
372
  Effective = 360,
373
373
  EquipmentPreventedStatusEffects = 361,
374
374
  ErrorHasOccured = 362,
375
- ExtinguishedFire = 363,
376
- ExtinguishedLightSource = 364,
377
- ExudeNotPossible = 365,
378
- FailedToAbsorb = 366,
379
- FailedToAddFuelToTorch = 367,
380
- FailedToCage = 368,
381
- FailedToCatchFish = 369,
382
- FailedToCauseDamage = 370,
383
- FailedToCauseYouDamage = 371,
384
- FailedToCopy = 372,
385
- FailedToDraw = 373,
386
- FailedToEnchant = 374,
387
- FailedToExude = 375,
388
- FailedToIgniteTorch = 376,
389
- FailedToPickLock = 377,
390
- FailedToPreserve = 378,
391
- FailedToRefine = 379,
392
- FailedToReinforce = 380,
393
- FailedToRepair = 381,
394
- FailedToStartFire = 382,
395
- FailedToTame = 383,
396
- FailedToTransmogrify = 384,
397
- FarOffLands = 385,
398
- FeltBurningPainLostHealth = 386,
399
- FeltFrostbitePainLostHealth = 387,
400
- FewMinutes = 388,
401
- Filled = 389,
402
- FilledFrom = 390,
403
- FireAroundYouIsWarm = 391,
404
- FiredIntoObstacle = 392,
405
- FireOverflowed = 393,
406
- FireOverflowedFireElemental = 394,
407
- FireSource = 395,
408
- FishingWithNoBait = 396,
409
- Floating = 397,
410
- FreshWater = 398,
411
- FromTheStill = 399,
412
- FuelIsRequired = 400,
413
- Gather = 401,
414
- GatherDestroy = 402,
415
- Gathering = 403,
416
- GhostNoActions = 404,
417
- GhostOf = 405,
418
- GoatHasNoMilk = 406,
419
- HackAway = 407,
420
- HandProtectionPreventedInjury = 408,
421
- HandsNotEffectiveFor = 409,
422
- Harvest = 410,
423
- Harvesting = 411,
424
- HasBeenHurtByATrap = 412,
425
- HasDecayed = 413,
426
- HasHitYouForDamage = 414,
427
- HasNoEffect = 415,
428
- HasSetTrapOffNoDamage = 416,
429
- HasSplit = 417,
430
- HelpGrow = 418,
431
- HitchAttempt = 419,
432
- HitchCreature = 420,
433
- HitchDisabled = 421,
434
- HitchInUse = 422,
435
- HitForDamage = 423,
436
- HitYouForDamage = 424,
437
- Hour = 425,
438
- Hours = 426,
439
- HurtHandsHittingWithoutWeapons = 427,
440
- HurtHandsWithNoTool = 428,
441
- IgnitedTorch = 429,
442
- Ineffective = 430,
443
- InjuredFromTrap = 431,
444
- InNeedOfRepair = 432,
445
- InteractingWithHasInjuredYouForDamage = 433,
446
- InvalidContainer = 434,
447
- IsInTheWayOfPickingUp = 435,
448
- ItemFromWater = 436,
449
- JoinedAServer = 437,
450
- Jump = 438,
451
- Killed = 439,
452
- KnowledgeHasIncreased = 440,
453
- LastPlaceYouLeftOff = 441,
454
- LearnedHowToCreate = 442,
455
- LikelyFailures = 443,
456
- Limited = 444,
457
- Lockpick = 445,
458
- MapCompletedNotOfThisArea = 446,
459
- MapDestroyed = 447,
460
- MapNearlyDestroyed = 448,
461
- MapNotOfThisArea = 449,
462
- MaterialsDestroyed = 450,
463
- MessageOfTheDay = 451,
464
- MetabolismSlowed = 452,
465
- Milk = 453,
466
- Mine = 454,
467
- Mining = 455,
468
- MissedWith = 456,
469
- MissedYouWith = 457,
470
- MovedItem = 458,
471
- MovedItemFailed = 459,
472
- MoveOverTrapButDoNotSetOff = 460,
473
- MultiplayerGamePaused = 461,
474
- MultiplayerGameResumed = 462,
475
- MultiplayerPlayerConnected = 463,
476
- MultiplayerPlayerDied = 464,
477
- MultiplayerPlayerDisconnected = 465,
478
- MultiplayerPlayerJoined = 466,
479
- MustBeEquippedToIgnite = 467,
480
- Mysteriously = 468,
481
- NearlyBurnedEquipmentProtectedYou = 469,
482
- NeedToStartTravelsOutside = 470,
483
- NeedWaterForBoat = 471,
484
- NightQuarter1 = 472,
485
- NightQuarter2 = 473,
486
- NightQuarter3 = 474,
487
- NightQuarter4 = 475,
488
- No = 476,
489
- NoAmmunitionForThatWeapon = 477,
490
- NoFireToStokeWith = 478,
491
- NoFishAtLocation = 479,
492
- NoGroundWater = 480,
493
- NoInkToDrawMap = 481,
494
- NoKindlingOrFuelItemsToStartFire = 482,
495
- NoKindlingToStartFire = 483,
496
- NoLongerFeelPainOfBeingBurned = 484,
497
- NoLongerFeelPainOfBeingFrostbitten = 485,
498
- NoLongerHostile = 486,
499
- NoMoreRoomInContainer = 487,
500
- NoPaperToDrawMap = 488,
501
- NoRequiredItemToFireWeapon = 489,
502
- NoReturnWithoutCompletingChallenges = 490,
503
- NoRoomForImprovement = 491,
504
- NoRoomForVehicle = 492,
505
- NoRoomToDrop = 493,
506
- NoRoomToSummon = 494,
507
- NotEnoughPurifiedWaterYet = 495,
508
- NotEnoughTreasureToReturn = 496,
509
- NothingTo = 497,
510
- NothingToGetFromThis = 498,
511
- NothingToHarvestFromThisGather = 499,
512
- NothingToSmother = 500,
513
- NothingUsefulToHarvestYet = 501,
514
- NoTinderToStartFire = 502,
515
- NotSuitableToPlant = 503,
516
- NoWaterInStill = 504,
517
- NPCMerchantNewInventoryDialogue1 = 505,
518
- NPCMerchantNewInventoryDialogue2 = 506,
519
- NPCMerchantNewInventoryDialogue3 = 507,
520
- NPCMerchantNewInventoryDialogue4 = 508,
521
- NPCMerchantStartingDialogue1 = 509,
522
- NPCMerchantStartingDialogue2 = 510,
523
- NPCMerchantStartingDialogue3 = 511,
524
- NPCMerchantStartingDialogue4 = 512,
525
- NPCMerchantWelcomeCredit = 513,
526
- NPCShipperShipToIsland = 514,
527
- NPCShipperStartingDialogue1 = 515,
528
- NPCShipperStartingDialogue2 = 516,
529
- NPCShipperStartingDialogue3 = 517,
530
- NPCShipperStartingDialogue4 = 518,
531
- NPCWelcome = 519,
532
- ObjectIsLocked = 520,
533
- ObjectIsLockedAttemptToBreakIt = 521,
534
- OfferAberrantFail = 522,
535
- OfferAberrantFailButTamed = 523,
536
- Open = 524,
537
- OpenClose = 525,
538
- OverEatingLostStamina = 526,
539
- OverHydratingLostStamina = 527,
540
- Pack = 528,
541
- PaperTurnedToMush = 529,
542
- ParryTheBlow = 530,
543
- PetCreature = 531,
544
- PickAway = 532,
545
- PickUp = 533,
546
- PickUpExcrement = 534,
547
- PickUpTheItem = 535,
548
- Place = 536,
549
- PlacedItem = 537,
550
- PlacedItemFailed = 538,
551
- PlacedOnGround = 539,
552
- PlantedInGround = 540,
553
- PlantGatheredPlant = 541,
554
- PlantGatheringWillDestroy = 542,
555
- PlantHasResourcesToGather = 543,
556
- PlantHasResourcesToHarvest = 544,
557
- PlantHighlyFertile = 545,
558
- Planting = 546,
559
- PlantIsBare = 547,
560
- PlantIsFertile = 548,
561
- PlantIsInStage = 549,
562
- PlantIsNotFertile = 550,
563
- PlantNotReadyToHarvest = 551,
564
- PlantReadyToGather = 552,
565
- PlantReadyToGatherNotMaximal = 553,
566
- PlantReadyToHarvest = 554,
567
- PlantReadyToHarvestNotMaximal = 555,
568
- PlayerHas = 556,
569
- PlayerHasCompletedChallengeRequirement = 557,
570
- PlayerHasWonChallenge = 558,
571
- Poisoned = 559,
572
- PoisonedLostHealth = 560,
573
- PoisonWorkedItsCourse = 561,
574
- PouredOut = 562,
575
- PouredOutOnYourself = 563,
576
- PouredWaterIntoStill = 564,
577
- PourHarmedPlant = 565,
578
- PourHealedPlant = 566,
579
- PourHealedPlantFully = 567,
580
- PourHealedPlantPartially = 568,
581
- PourIncreasedFertility = 569,
582
- Pouring = 570,
583
- PourOverWatering = 571,
584
- Prepare = 572,
585
- Prepared = 573,
586
- PreservedFood = 574,
587
- PurifiedWaterInStill = 575,
588
- RandomEventsFire = 576,
589
- ReduceLength = 577,
590
- RefusedToBeTamed = 578,
591
- Repair = 579,
592
- RequiredForDisassembly = 580,
593
- RequiresFireToBeLit = 581,
594
- RequiresYouToBeAround = 582,
595
- Resistant = 583,
596
- Rest = 584,
597
- Rested = 585,
598
- Resting = 586,
599
- RestingOnGroundNotEffective = 587,
600
- RestInterrupted = 588,
601
- RestInterruptedDamage = 589,
602
- RestInterruptedDying = 590,
603
- RestInterruptedLoudNoise = 591,
604
- RestInterruptedPain = 592,
605
- RestInterruptedStirring = 593,
606
- RestInterruptedWaterPoured = 594,
607
- RestLongTime = 595,
608
- RestModerateTime = 596,
609
- RestOnBoat = 597,
610
- RestShortTime = 598,
611
- RestTime = 599,
612
- ReturnedToCivilization = 600,
613
- ReturningToCivilizationSetOffAgain = 601,
614
- ReturnsToLife = 602,
615
- Reverse = 603,
616
- Sailing = 604,
617
- ScrollMaster = 605,
618
- ScrollProvidedNoUsefulInsight = 606,
619
- Seawater = 607,
620
- SeemsToHaveDrawnEnergy = 608,
621
- SetTrapOffButNoDamage = 609,
622
- SetUp = 610,
623
- ShadowInTheWater = 611,
624
- SkillHasRaised = 612,
625
- Skills = 613,
626
- Sleep = 614,
627
- Sleeping = 615,
628
- SleepOnBoat = 616,
629
- Slept = 617,
630
- SlitherSuckerConstricts = 618,
631
- SlitherSuckerFailedToRemove = 619,
632
- SlitherSuckerFailedToRemoveOuch = 620,
633
- SlitherSuckerJumpedOnHead = 621,
634
- SolarStill = 622,
635
- SomethingInTheWayOf = 623,
636
- SomethingInTheWayOfButcherFirst = 624,
637
- SomethingInTheWayOfFire = 625,
638
- SomethingInTheWayOfFishing = 626,
639
- SomethingInTheWayOfPerforming = 627,
640
- SomethingInTheWayOfPlacing = 628,
641
- SomethingInTheWayOfReleasing = 629,
642
- SomethingInTheWayOfSummoning = 630,
643
- SomethingInWayOfClosingDoor = 631,
644
- SoothedTheirBurnInjuries = 632,
645
- SoothedYourBurnInjuries = 633,
646
- SortedByCategory = 634,
647
- SortedByCraftableOnly = 635,
648
- SortedByName = 636,
649
- SortedBySkill = 637,
650
- SortedByUnlockedTime = 638,
651
- StaminaIsFull = 639,
652
- StartedFire = 640,
653
- StartTravelInWater = 641,
654
- StarvingToDeath = 642,
655
- StatAmount = 643,
656
- StatChangeUnknown = 644,
657
- StatGained = 645,
658
- StatIncreasing = 646,
659
- StatLost = 647,
660
- StatQuenched = 648,
661
- StatRegained = 649,
662
- StatSated = 650,
663
- SteppingOn = 651,
664
- Still = 652,
665
- StillHasNoWaterToPurify = 653,
666
- StirredUpClawWorm = 654,
667
- StirredUpCreature = 655,
668
- StoppedYourBleeding = 656,
669
- StopUsingVehicle = 657,
670
- SummonedGuardiansByDiggingTreasure = 658,
671
- SummonedGuardiansByLockpicking = 659,
672
- SummonVoidDwellerItem = 660,
673
- SummonVoidDwellerRinging = 661,
674
- SummonVoidDwellerShiver = 662,
675
- SunNotBrightEnoughToStartFire = 663,
676
- SwampWater = 664,
677
- Swimming = 665,
678
- TakenFromGroundBecomeTamed = 666,
679
- TeleportBlocked = 667,
680
- Teleported = 668,
681
- TheirFist = 669,
682
- TheirInventory = 670,
683
- ThePlant = 671,
684
- ThereIsNoContainerOnTheStill = 672,
685
- ThereIsNoSunToStartFire = 673,
686
- ThisCannotBeMilked = 674,
687
- Throw = 675,
688
- ThrownIntoDepths = 676,
689
- ThrownIntoObstacle = 677,
690
- ThrownIntoVoid = 678,
691
- TierGroup = 679,
692
- Till = 680,
693
- Tilling = 681,
694
- TimeIs = 682,
695
- TimeIsDawn = 683,
696
- TimeIsDaytime = 684,
697
- TimeIsDusk = 685,
698
- TimeIsNighttime = 686,
699
- TimeIsSunrise = 687,
700
- TimeIsSunset = 688,
701
- ToFight = 689,
702
- TooDamaged = 690,
703
- TooExhaustedToJump = 691,
704
- Touching = 692,
705
- TrampledFire = 693,
706
- TrampledFireFail = 694,
707
- TrampledFirePartial = 695,
708
- TrampledIntoGround = 696,
709
- TrampleIntoGround = 697,
710
- Trampling = 698,
711
- TransmogrificationNotPossible = 699,
712
- Transmogrified = 700,
713
- TrapMissed = 701,
714
- TrapStoppedYou = 702,
715
- Traveling = 703,
716
- Treasure = 704,
717
- TreasureIsBlocked = 705,
718
- UiActionCannotUseInaccessibleItem = 706,
719
- UiActionCannotUseInThisSituation = 707,
720
- UiActionCannotUseNoItemHovered = 708,
721
- UiActionCannotUseNotInRange = 709,
722
- UiActionCannotUseOnThisIsland = 710,
723
- UiActionCannotUseRequiresCreature = 711,
724
- UiActionCannotUseRequiresDoodad = 712,
725
- UiActionCannotUseRequiresItem = 713,
726
- UiActionCannotUseRequiresNPC = 714,
727
- UiActionCannotUseRequiresVehicle = 715,
728
- UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue1 = 716,
729
- UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue2 = 717,
730
- UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue3 = 718,
731
- UiDialogTradeIndicateTradeAlreadyTradedSellDialogue1 = 719,
732
- UiDialogTradeIndicateTradeAlreadyTradedSellDialogue2 = 720,
733
- UiDialogTradeIndicateTradeAlreadyTradedSellDialogue3 = 721,
734
- UiDialogTradeIndicateTradeTooMuchTradesDialogue1 = 722,
735
- UiDialogTradeIndicateTradeTooMuchTradesDialogue2 = 723,
736
- UiDialogTradeIndicateTradeTooMuchTradesDialogue3 = 724,
737
- UnhitchCreature = 725,
738
- Unknown = 726,
739
- Unlimited = 727,
740
- UnlockedChest = 728,
741
- UnpurifiedFreshWater = 729,
742
- UnpurifiedWaterInStill = 730,
743
- Use = 731,
744
- UsingBareHands = 732,
745
- VehicleDefense = 733,
746
- Vulnerable = 734,
747
- Water = 735,
748
- WaterGathering = 736,
749
- WaterPutOutFire = 737,
750
- WellIsDry = 738,
751
- WellIsFull = 739,
752
- WildGoatRefusedToBeMilked = 740,
753
- WorkingYourselfIntoExhaustion = 741,
754
- WorkingYourselfIntoExhaustionAndDrowning = 742,
755
- WorldContainer = 743,
756
- You = 744,
757
- YouAbsorb = 745,
758
- YouApplied = 746,
759
- YouAreAlready = 747,
760
- YouAte = 748,
761
- YouBeginResting = 749,
762
- YouCannotDoThatYet = 750,
763
- YouCanNowCombatTheTides = 751,
764
- YouCrafted = 752,
765
- YouDoNotFindTreasureYet = 753,
766
- YouDrank = 754,
767
- YouDropTheTorch = 755,
768
- YouEnchant = 756,
769
- YouEquip = 757,
770
- YouExude = 758,
771
- YouExudeSome = 759,
772
- YouExudeSomeReasonConflicting = 760,
773
- YouExudeSomeReasonMax = 761,
774
- YouExudeSomeReasonProperties = 762,
775
- YouFailedTo = 763,
776
- YouFailedToExtinguishedFireFully = 764,
777
- YouFailedToHeal = 765,
778
- YouFailedToHealOther = 766,
779
- YouFire = 767,
780
- YouGathered = 768,
781
- YouHarvested = 769,
782
- YouHave = 770,
783
- YouHaveAlreadyLearned = 771,
784
- YouHaveBeenCut = 772,
785
- YouHaveCaged = 773,
786
- YouHaveCommanded = 774,
787
- YouHaveDied = 775,
788
- YouHaveHealedOther = 776,
789
- YouHaveKilled = 777,
790
- YouHaveNotCommanded = 778,
791
- YouHaveReleased = 779,
792
- YouHaveSummoned = 780,
793
- YouHaveTamed = 781,
794
- YouHaveUncaged = 782,
795
- YouNoticeBarren = 783,
796
- YouNoticeBecomeEnraged = 784,
797
- YouNoticeDying = 785,
798
- YouNoticeFertilityDecreasing = 786,
799
- YouNoticeFertilityIncreasing = 787,
800
- YouNoticeGrowing = 788,
801
- YouNoticeLavaCooling = 789,
802
- YouNoticeLavaHardening = 790,
803
- YouNoticePerish = 791,
804
- YouNoticePlantDamage = 792,
805
- YouNoticePlantRegenerated = 793,
806
- YouNoticeRegrowing = 794,
807
- YouNoticeStumbleInjureItself = 795,
808
- YouNoticeTakeFromGround = 796,
809
- YouNoticeWoundsClosing = 797,
810
- YouOfferedToCreature = 798,
811
- YouOfferedToCreatureRejects = 799,
812
- YouOpen = 800,
813
- YouPacked = 801,
814
- YouPickedUp = 802,
815
- YouRefine = 803,
816
- YouReinforce = 804,
817
- YouRepair = 805,
818
- YouReturnFromCivilizationWith = 806,
819
- YourFist = 807,
820
- YourHands = 808,
821
- YourInventory = 809,
822
- YourIsland = 810,
823
- YouSeeALivingMushroomSpore = 811,
824
- YouSeeASkeletonCollapse = 812,
825
- YouSeeASlimeCombine = 813,
826
- YouSeeAZombieBleeding = 814,
827
- YouSeeCoolDown = 815,
828
- YouSeeDrop = 816,
829
- YouSeeEngulfFire = 817,
830
- YouSeeFireSpread = 818,
831
- YouSeeHelpingPlant = 819,
832
- YouSeeLay = 820,
833
- YouSeeLayingTrap = 821,
834
- YouSeeSpewLava = 822,
835
- YouSeeSpitAcid = 823,
836
- YouSeeSpringForth = 824,
837
- YouSeeSummon = 825,
838
- YouSeeSwampFlood = 826,
839
- YouSeeTrampling = 827,
840
- YouSetTheTrapOff = 828,
841
- YouStokeTheCreature = 829,
842
- YouSwapMainHandAndOffHand = 830,
843
- YouThrew = 831,
844
- YouTilled = 832,
845
- YouUnequip = 833,
846
- YouUsed = 834,
847
- YouViewTheItemsOn = 835,
848
- YouWhileTraveling = 836
375
+ DeveloperContainerDesync = 363,
376
+ ExtinguishedFire = 364,
377
+ ExtinguishedLightSource = 365,
378
+ ExudeNotPossible = 366,
379
+ FailedToAbsorb = 367,
380
+ FailedToAddFuelToTorch = 368,
381
+ FailedToCage = 369,
382
+ FailedToCatchFish = 370,
383
+ FailedToCauseDamage = 371,
384
+ FailedToCauseYouDamage = 372,
385
+ FailedToCopy = 373,
386
+ FailedToDraw = 374,
387
+ FailedToEnchant = 375,
388
+ FailedToExude = 376,
389
+ FailedToIgniteTorch = 377,
390
+ FailedToPickLock = 378,
391
+ FailedToPreserve = 379,
392
+ FailedToRefine = 380,
393
+ FailedToReinforce = 381,
394
+ FailedToRepair = 382,
395
+ FailedToStartFire = 383,
396
+ FailedToTame = 384,
397
+ FailedToTransmogrify = 385,
398
+ FarOffLands = 386,
399
+ FeltBurningPainLostHealth = 387,
400
+ FeltFrostbitePainLostHealth = 388,
401
+ FewMinutes = 389,
402
+ Filled = 390,
403
+ FilledFrom = 391,
404
+ FireAroundYouIsWarm = 392,
405
+ FiredIntoObstacle = 393,
406
+ FireOverflowed = 394,
407
+ FireOverflowedFireElemental = 395,
408
+ FireSource = 396,
409
+ FishingWithNoBait = 397,
410
+ Floating = 398,
411
+ FreshWater = 399,
412
+ FromTheStill = 400,
413
+ FuelIsRequired = 401,
414
+ Gather = 402,
415
+ GatherDestroy = 403,
416
+ Gathering = 404,
417
+ GhostNoActions = 405,
418
+ GhostOf = 406,
419
+ GoatHasNoMilk = 407,
420
+ HackAway = 408,
421
+ HandProtectionPreventedInjury = 409,
422
+ HandsNotEffectiveFor = 410,
423
+ Harvest = 411,
424
+ Harvesting = 412,
425
+ HasBeenHurtByATrap = 413,
426
+ HasDecayed = 414,
427
+ HasHitYouForDamage = 415,
428
+ HasNoEffect = 416,
429
+ HasSetTrapOffNoDamage = 417,
430
+ HasSplit = 418,
431
+ HelpGrow = 419,
432
+ HitchAttempt = 420,
433
+ HitchCreature = 421,
434
+ HitchDisabled = 422,
435
+ HitchInUse = 423,
436
+ HitForDamage = 424,
437
+ HitYouForDamage = 425,
438
+ Hour = 426,
439
+ Hours = 427,
440
+ HurtHandsHittingWithoutWeapons = 428,
441
+ HurtHandsWithNoTool = 429,
442
+ IgnitedTorch = 430,
443
+ Ineffective = 431,
444
+ InjuredFromTrap = 432,
445
+ InNeedOfRepair = 433,
446
+ InteractingWithHasInjuredYouForDamage = 434,
447
+ InvalidContainer = 435,
448
+ IsInTheWayOfPickingUp = 436,
449
+ ItemFromWater = 437,
450
+ JoinedAServer = 438,
451
+ Jump = 439,
452
+ Killed = 440,
453
+ KnowledgeHasIncreased = 441,
454
+ LastPlaceYouLeftOff = 442,
455
+ LearnedHowToCreate = 443,
456
+ LikelyFailures = 444,
457
+ Limited = 445,
458
+ Lockpick = 446,
459
+ MapCompletedNotOfThisArea = 447,
460
+ MapDestroyed = 448,
461
+ MapNearlyDestroyed = 449,
462
+ MapNotOfThisArea = 450,
463
+ MaterialsDestroyed = 451,
464
+ MessageOfTheDay = 452,
465
+ MetabolismSlowed = 453,
466
+ Milk = 454,
467
+ Mine = 455,
468
+ Mining = 456,
469
+ MissedWith = 457,
470
+ MissedYouWith = 458,
471
+ MovedItem = 459,
472
+ MovedItemFailed = 460,
473
+ MoveOverTrapButDoNotSetOff = 461,
474
+ MultiplayerGamePaused = 462,
475
+ MultiplayerGameResumed = 463,
476
+ MultiplayerPlayerConnected = 464,
477
+ MultiplayerPlayerDied = 465,
478
+ MultiplayerPlayerDisconnected = 466,
479
+ MultiplayerPlayerJoined = 467,
480
+ MustBeEquippedToIgnite = 468,
481
+ Mysteriously = 469,
482
+ NearlyBurnedEquipmentProtectedYou = 470,
483
+ NeedToStartTravelsOutside = 471,
484
+ NeedWaterForBoat = 472,
485
+ NightQuarter1 = 473,
486
+ NightQuarter2 = 474,
487
+ NightQuarter3 = 475,
488
+ NightQuarter4 = 476,
489
+ No = 477,
490
+ NoAmmunitionForThatWeapon = 478,
491
+ NoFireToStokeWith = 479,
492
+ NoFishAtLocation = 480,
493
+ NoGroundWater = 481,
494
+ NoInkToDrawMap = 482,
495
+ NoKindlingOrFuelItemsToStartFire = 483,
496
+ NoKindlingToStartFire = 484,
497
+ NoLongerFeelPainOfBeingBurned = 485,
498
+ NoLongerFeelPainOfBeingFrostbitten = 486,
499
+ NoLongerHostile = 487,
500
+ NoMoreRoomInContainer = 488,
501
+ NoPaperToDrawMap = 489,
502
+ NoRequiredItemToFireWeapon = 490,
503
+ NoReturnWithoutCompletingChallenges = 491,
504
+ NoRoomForImprovement = 492,
505
+ NoRoomForVehicle = 493,
506
+ NoRoomToDrop = 494,
507
+ NoRoomToSummon = 495,
508
+ NotEnoughPurifiedWaterYet = 496,
509
+ NotEnoughTreasureToReturn = 497,
510
+ NothingTo = 498,
511
+ NothingToGetFromThis = 499,
512
+ NothingToHarvestFromThisGather = 500,
513
+ NothingToSmother = 501,
514
+ NothingUsefulToHarvestYet = 502,
515
+ NoTinderToStartFire = 503,
516
+ NotSuitableToPlant = 504,
517
+ NoWaterInStill = 505,
518
+ NPCMerchantNewInventoryDialogue1 = 506,
519
+ NPCMerchantNewInventoryDialogue2 = 507,
520
+ NPCMerchantNewInventoryDialogue3 = 508,
521
+ NPCMerchantNewInventoryDialogue4 = 509,
522
+ NPCMerchantStartingDialogue1 = 510,
523
+ NPCMerchantStartingDialogue2 = 511,
524
+ NPCMerchantStartingDialogue3 = 512,
525
+ NPCMerchantStartingDialogue4 = 513,
526
+ NPCMerchantWelcomeCredit = 514,
527
+ NPCShipperShipToIsland = 515,
528
+ NPCShipperStartingDialogue1 = 516,
529
+ NPCShipperStartingDialogue2 = 517,
530
+ NPCShipperStartingDialogue3 = 518,
531
+ NPCShipperStartingDialogue4 = 519,
532
+ NPCWelcome = 520,
533
+ ObjectIsLocked = 521,
534
+ ObjectIsLockedAttemptToBreakIt = 522,
535
+ OfferAberrantFail = 523,
536
+ OfferAberrantFailButTamed = 524,
537
+ Open = 525,
538
+ OpenClose = 526,
539
+ OverEatingLostStamina = 527,
540
+ OverHydratingLostStamina = 528,
541
+ Pack = 529,
542
+ PaperTurnedToMush = 530,
543
+ ParryTheBlow = 531,
544
+ PetCreature = 532,
545
+ PickAway = 533,
546
+ PickUp = 534,
547
+ PickUpExcrement = 535,
548
+ PickUpTheItem = 536,
549
+ Place = 537,
550
+ PlacedItem = 538,
551
+ PlacedItemFailed = 539,
552
+ PlacedOnGround = 540,
553
+ PlantedInGround = 541,
554
+ PlantGatheredPlant = 542,
555
+ PlantGatheringWillDestroy = 543,
556
+ PlantHasResourcesToGather = 544,
557
+ PlantHasResourcesToHarvest = 545,
558
+ PlantHighlyFertile = 546,
559
+ Planting = 547,
560
+ PlantIsBare = 548,
561
+ PlantIsFertile = 549,
562
+ PlantIsInStage = 550,
563
+ PlantIsNotFertile = 551,
564
+ PlantNotReadyToHarvest = 552,
565
+ PlantReadyToGather = 553,
566
+ PlantReadyToGatherNotMaximal = 554,
567
+ PlantReadyToHarvest = 555,
568
+ PlantReadyToHarvestNotMaximal = 556,
569
+ PlayerHas = 557,
570
+ PlayerHasCompletedChallengeRequirement = 558,
571
+ PlayerHasWonChallenge = 559,
572
+ Poisoned = 560,
573
+ PoisonedLostHealth = 561,
574
+ PoisonWorkedItsCourse = 562,
575
+ PouredOut = 563,
576
+ PouredOutOnYourself = 564,
577
+ PouredWaterIntoStill = 565,
578
+ PourHarmedPlant = 566,
579
+ PourHealedPlant = 567,
580
+ PourHealedPlantFully = 568,
581
+ PourHealedPlantPartially = 569,
582
+ PourIncreasedFertility = 570,
583
+ Pouring = 571,
584
+ PourOverWatering = 572,
585
+ Prepare = 573,
586
+ Prepared = 574,
587
+ PreservedFood = 575,
588
+ PurifiedWaterInStill = 576,
589
+ RandomEventsFire = 577,
590
+ ReduceLength = 578,
591
+ RefusedToBeTamed = 579,
592
+ Repair = 580,
593
+ RequiredForDisassembly = 581,
594
+ RequiresFireToBeLit = 582,
595
+ RequiresYouToBeAround = 583,
596
+ Resistant = 584,
597
+ Rest = 585,
598
+ Rested = 586,
599
+ Resting = 587,
600
+ RestingOnGroundNotEffective = 588,
601
+ RestInterrupted = 589,
602
+ RestInterruptedDamage = 590,
603
+ RestInterruptedDying = 591,
604
+ RestInterruptedLoudNoise = 592,
605
+ RestInterruptedPain = 593,
606
+ RestInterruptedStirring = 594,
607
+ RestInterruptedWaterPoured = 595,
608
+ RestLongTime = 596,
609
+ RestModerateTime = 597,
610
+ RestOnBoat = 598,
611
+ RestShortTime = 599,
612
+ RestTime = 600,
613
+ ReturnedToCivilization = 601,
614
+ ReturningToCivilizationSetOffAgain = 602,
615
+ ReturnsToLife = 603,
616
+ Reverse = 604,
617
+ Sailing = 605,
618
+ ScrollMaster = 606,
619
+ ScrollProvidedNoUsefulInsight = 607,
620
+ Seawater = 608,
621
+ SeemsToHaveDrawnEnergy = 609,
622
+ SetTrapOffButNoDamage = 610,
623
+ SetUp = 611,
624
+ ShadowInTheWater = 612,
625
+ SkillHasRaised = 613,
626
+ Skills = 614,
627
+ Sleep = 615,
628
+ Sleeping = 616,
629
+ SleepOnBoat = 617,
630
+ Slept = 618,
631
+ SlitherSuckerConstricts = 619,
632
+ SlitherSuckerFailedToRemove = 620,
633
+ SlitherSuckerFailedToRemoveOuch = 621,
634
+ SlitherSuckerJumpedOnHead = 622,
635
+ SolarStill = 623,
636
+ SomethingInTheWayOf = 624,
637
+ SomethingInTheWayOfButcherFirst = 625,
638
+ SomethingInTheWayOfFire = 626,
639
+ SomethingInTheWayOfFishing = 627,
640
+ SomethingInTheWayOfPerforming = 628,
641
+ SomethingInTheWayOfPlacing = 629,
642
+ SomethingInTheWayOfReleasing = 630,
643
+ SomethingInTheWayOfSummoning = 631,
644
+ SomethingInWayOfClosingDoor = 632,
645
+ SoothedTheirBurnInjuries = 633,
646
+ SoothedYourBurnInjuries = 634,
647
+ SortedByCategory = 635,
648
+ SortedByCraftableOnly = 636,
649
+ SortedByName = 637,
650
+ SortedBySkill = 638,
651
+ SortedByUnlockedTime = 639,
652
+ StaminaIsFull = 640,
653
+ StartedFire = 641,
654
+ StartTravelInWater = 642,
655
+ StarvingToDeath = 643,
656
+ StatAmount = 644,
657
+ StatChangeUnknown = 645,
658
+ StatGained = 646,
659
+ StatIncreasing = 647,
660
+ StatLost = 648,
661
+ StatQuenched = 649,
662
+ StatRegained = 650,
663
+ StatSated = 651,
664
+ SteppingOn = 652,
665
+ Still = 653,
666
+ StillHasNoWaterToPurify = 654,
667
+ StirredUpClawWorm = 655,
668
+ StirredUpCreature = 656,
669
+ StoppedYourBleeding = 657,
670
+ StopUsingVehicle = 658,
671
+ SummonedGuardiansByDiggingTreasure = 659,
672
+ SummonedGuardiansByLockpicking = 660,
673
+ SummonVoidDwellerItem = 661,
674
+ SummonVoidDwellerRinging = 662,
675
+ SummonVoidDwellerShiver = 663,
676
+ SunNotBrightEnoughToStartFire = 664,
677
+ SwampWater = 665,
678
+ Swimming = 666,
679
+ TakenFromGroundBecomeTamed = 667,
680
+ TeleportBlocked = 668,
681
+ Teleported = 669,
682
+ TheirFist = 670,
683
+ TheirInventory = 671,
684
+ ThePlant = 672,
685
+ ThereIsNoContainerOnTheStill = 673,
686
+ ThereIsNoSunToStartFire = 674,
687
+ ThisCannotBeMilked = 675,
688
+ Throw = 676,
689
+ ThrownIntoDepths = 677,
690
+ ThrownIntoObstacle = 678,
691
+ ThrownIntoVoid = 679,
692
+ TierGroup = 680,
693
+ Till = 681,
694
+ Tilling = 682,
695
+ TimeIs = 683,
696
+ TimeIsDawn = 684,
697
+ TimeIsDaytime = 685,
698
+ TimeIsDusk = 686,
699
+ TimeIsNighttime = 687,
700
+ TimeIsSunrise = 688,
701
+ TimeIsSunset = 689,
702
+ ToFight = 690,
703
+ TooDamaged = 691,
704
+ TooExhaustedToJump = 692,
705
+ Touching = 693,
706
+ TrampledFire = 694,
707
+ TrampledFireFail = 695,
708
+ TrampledFirePartial = 696,
709
+ TrampledIntoGround = 697,
710
+ TrampleIntoGround = 698,
711
+ Trampling = 699,
712
+ TransmogrificationNotPossible = 700,
713
+ Transmogrified = 701,
714
+ TrapMissed = 702,
715
+ TrapStoppedYou = 703,
716
+ Traveling = 704,
717
+ Treasure = 705,
718
+ TreasureIsBlocked = 706,
719
+ UiActionCannotUseInaccessibleItem = 707,
720
+ UiActionCannotUseInThisSituation = 708,
721
+ UiActionCannotUseNoItemHovered = 709,
722
+ UiActionCannotUseNotInRange = 710,
723
+ UiActionCannotUseOnThisIsland = 711,
724
+ UiActionCannotUseRequiresCreature = 712,
725
+ UiActionCannotUseRequiresDoodad = 713,
726
+ UiActionCannotUseRequiresItem = 714,
727
+ UiActionCannotUseRequiresNPC = 715,
728
+ UiActionCannotUseRequiresVehicle = 716,
729
+ UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue1 = 717,
730
+ UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue2 = 718,
731
+ UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue3 = 719,
732
+ UiDialogTradeIndicateTradeAlreadyTradedSellDialogue1 = 720,
733
+ UiDialogTradeIndicateTradeAlreadyTradedSellDialogue2 = 721,
734
+ UiDialogTradeIndicateTradeAlreadyTradedSellDialogue3 = 722,
735
+ UiDialogTradeIndicateTradeTooMuchTradesDialogue1 = 723,
736
+ UiDialogTradeIndicateTradeTooMuchTradesDialogue2 = 724,
737
+ UiDialogTradeIndicateTradeTooMuchTradesDialogue3 = 725,
738
+ UnhitchCreature = 726,
739
+ Unknown = 727,
740
+ Unlimited = 728,
741
+ UnlockedChest = 729,
742
+ UnpurifiedFreshWater = 730,
743
+ UnpurifiedWaterInStill = 731,
744
+ Use = 732,
745
+ UsingBareHands = 733,
746
+ VehicleDefense = 734,
747
+ Vulnerable = 735,
748
+ Water = 736,
749
+ WaterGathering = 737,
750
+ WaterPutOutFire = 738,
751
+ WellIsDry = 739,
752
+ WellIsFull = 740,
753
+ WildGoatRefusedToBeMilked = 741,
754
+ WorkingYourselfIntoExhaustion = 742,
755
+ WorkingYourselfIntoExhaustionAndDrowning = 743,
756
+ WorldContainer = 744,
757
+ You = 745,
758
+ YouAbsorb = 746,
759
+ YouApplied = 747,
760
+ YouAreAlready = 748,
761
+ YouAte = 749,
762
+ YouBeginResting = 750,
763
+ YouCannotDoThatYet = 751,
764
+ YouCanNowCombatTheTides = 752,
765
+ YouCrafted = 753,
766
+ YouDoNotFindTreasureYet = 754,
767
+ YouDrank = 755,
768
+ YouDropTheTorch = 756,
769
+ YouEnchant = 757,
770
+ YouEquip = 758,
771
+ YouExude = 759,
772
+ YouExudeSome = 760,
773
+ YouExudeSomeReasonConflicting = 761,
774
+ YouExudeSomeReasonMax = 762,
775
+ YouExudeSomeReasonProperties = 763,
776
+ YouFailedTo = 764,
777
+ YouFailedToExtinguishedFireFully = 765,
778
+ YouFailedToHeal = 766,
779
+ YouFailedToHealOther = 767,
780
+ YouFire = 768,
781
+ YouGathered = 769,
782
+ YouHarvested = 770,
783
+ YouHave = 771,
784
+ YouHaveAlreadyLearned = 772,
785
+ YouHaveBeenCut = 773,
786
+ YouHaveCaged = 774,
787
+ YouHaveCommanded = 775,
788
+ YouHaveDied = 776,
789
+ YouHaveHealedOther = 777,
790
+ YouHaveKilled = 778,
791
+ YouHaveNotCommanded = 779,
792
+ YouHaveReleased = 780,
793
+ YouHaveSummoned = 781,
794
+ YouHaveTamed = 782,
795
+ YouHaveUncaged = 783,
796
+ YouNoticeBarren = 784,
797
+ YouNoticeBecomeEnraged = 785,
798
+ YouNoticeDying = 786,
799
+ YouNoticeFertilityDecreasing = 787,
800
+ YouNoticeFertilityIncreasing = 788,
801
+ YouNoticeGrowing = 789,
802
+ YouNoticeLavaCooling = 790,
803
+ YouNoticeLavaHardening = 791,
804
+ YouNoticePerish = 792,
805
+ YouNoticePlantDamage = 793,
806
+ YouNoticePlantRegenerated = 794,
807
+ YouNoticeRegrowing = 795,
808
+ YouNoticeStumbleInjureItself = 796,
809
+ YouNoticeTakeFromGround = 797,
810
+ YouNoticeWoundsClosing = 798,
811
+ YouOfferedToCreature = 799,
812
+ YouOfferedToCreatureRejects = 800,
813
+ YouOpen = 801,
814
+ YouPacked = 802,
815
+ YouPickedUp = 803,
816
+ YouRefine = 804,
817
+ YouReinforce = 805,
818
+ YouRepair = 806,
819
+ YouReturnFromCivilizationWith = 807,
820
+ YourFist = 808,
821
+ YourHands = 809,
822
+ YourInventory = 810,
823
+ YourIsland = 811,
824
+ YouSeeALivingMushroomSpore = 812,
825
+ YouSeeASkeletonCollapse = 813,
826
+ YouSeeASlimeCombine = 814,
827
+ YouSeeAZombieBleeding = 815,
828
+ YouSeeCoolDown = 816,
829
+ YouSeeDrop = 817,
830
+ YouSeeEngulfFire = 818,
831
+ YouSeeFireSpread = 819,
832
+ YouSeeHelpingPlant = 820,
833
+ YouSeeLay = 821,
834
+ YouSeeLayingTrap = 822,
835
+ YouSeeSpewLava = 823,
836
+ YouSeeSpitAcid = 824,
837
+ YouSeeSpringForth = 825,
838
+ YouSeeSummon = 826,
839
+ YouSeeSwampFlood = 827,
840
+ YouSeeTrampling = 828,
841
+ YouSetTheTrapOff = 829,
842
+ YouStokeTheCreature = 830,
843
+ YouSwapMainHandAndOffHand = 831,
844
+ YouThrew = 832,
845
+ YouTilled = 833,
846
+ YouUnequip = 834,
847
+ YouUsed = 835,
848
+ YouViewTheItemsOn = 836,
849
+ YouWhileTraveling = 837
849
850
  }
850
851
  export default Message;