@wayward/types 2.15.0-beta.dev.20251012.1 → 2.15.0-beta.dev.20251018.2

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 (65) hide show
  1. package/definitions/game/audio/IAudio.d.ts +64 -62
  2. package/definitions/game/game/curse/Curse.d.ts +11 -4
  3. package/definitions/game/game/curse/CurseEvent.d.ts +14 -5
  4. package/definitions/game/game/curse/ICurse.d.ts +11 -1
  5. package/definitions/game/game/curse/event/CurseEventCraftingInspiration.d.ts +2 -0
  6. package/definitions/game/game/curse/event/CurseEventFrigidNight.d.ts +1 -0
  7. package/definitions/game/game/curse/event/CurseEventHeatWave.d.ts +1 -0
  8. package/definitions/game/game/curse/event/CurseEventHorde.d.ts +20 -0
  9. package/definitions/game/game/curse/event/CurseEventLucky.d.ts +1 -0
  10. package/definitions/game/game/curse/event/CurseEventNewPlants.d.ts +15 -0
  11. package/definitions/game/game/curse/event/CurseEventPlantDeath.d.ts +15 -0
  12. package/definitions/game/game/curse/event/CurseEventShadows.d.ts +2 -1
  13. package/definitions/game/game/curse/event/CurseEventSwarm.d.ts +18 -0
  14. package/definitions/game/game/curse/event/CurseEventUnlucky.d.ts +1 -0
  15. package/definitions/game/game/doodad/Doodad.d.ts +3 -2
  16. package/definitions/game/game/doodad/Doodads.d.ts +2 -1
  17. package/definitions/game/game/doodad/IDoodad.d.ts +27 -3
  18. package/definitions/game/game/entity/CombatStrengthManager.d.ts +1 -1
  19. package/definitions/game/game/entity/Human.d.ts +3 -4
  20. package/definitions/game/game/entity/IHuman.d.ts +2 -2
  21. package/definitions/game/game/entity/IStats.d.ts +17 -42
  22. package/definitions/game/game/entity/Stats.d.ts +1 -0
  23. package/definitions/game/game/entity/player/IMessageManager.d.ts +5 -1
  24. package/definitions/game/game/entity/skill/ISkills.d.ts +1 -0
  25. package/definitions/game/game/entity/status/IStatus.d.ts +13 -8
  26. package/definitions/game/game/entity/status/IStatusContext.d.ts +1 -1
  27. package/definitions/game/game/entity/status/StatusEffectList.d.ts +2 -0
  28. package/definitions/game/game/inspection/IInspection.d.ts +5 -3
  29. package/definitions/game/game/inspection/InspectionTypeMap.d.ts +4 -2
  30. package/definitions/game/game/inspection/infoProviders/MagicalCurseProperties.d.ts +30 -0
  31. package/definitions/game/game/inspection/infoProviders/MagicalPropertyValue.d.ts +1 -0
  32. package/definitions/game/game/inspection/infoProviders/item/MagicalSourceTooltip.d.ts +3 -3
  33. package/definitions/game/game/inspection/inspections/MagicCurseInspection.d.ts +29 -0
  34. package/definitions/game/game/item/IItem.d.ts +24 -2
  35. package/definitions/game/game/item/ItemManager.d.ts +5 -0
  36. package/definitions/game/game/magic/MagicalPropertyManager.d.ts +35 -3
  37. package/definitions/game/game/magic/MagicalPropertyType.d.ts +4 -0
  38. package/definitions/game/game/milestones/MilestoneDefinition.d.ts +2 -2
  39. package/definitions/game/game/options/IGameOptions.d.ts +7 -0
  40. package/definitions/game/game/reference/IReferenceManager.d.ts +12 -1
  41. package/definitions/game/game/tile/Tile.d.ts +1 -0
  42. package/definitions/game/game/time/TimeManager.d.ts +4 -1
  43. package/definitions/game/language/DictionaryMap.d.ts +32 -0
  44. package/definitions/game/language/Translation.d.ts +1 -0
  45. package/definitions/game/language/dictionary/Message.d.ts +565 -564
  46. package/definitions/game/language/dictionary/Misc.d.ts +69 -65
  47. package/definitions/game/language/dictionary/UiTranslation.d.ts +858 -850
  48. package/definitions/game/language/english/item/DoodadsExtra.d.ts +2 -2
  49. package/definitions/game/language/english/item/ItemsExtra.d.ts +2 -2
  50. package/definitions/game/language/english/item/MagicalPropertyTypes.d.ts +1 -1
  51. package/definitions/game/renderer/fieldOfView/IFieldOfView.d.ts +4 -1
  52. package/definitions/game/renderer/world/WorldRenderer.d.ts +4 -0
  53. package/definitions/game/save/data/ISaveDataGlobal.d.ts +1 -0
  54. package/definitions/game/save/upgrade/UpgradeVersion.d.ts +2 -0
  55. package/definitions/game/save/upgrade/versions/beta2.15.0/beta2.15.0-dev20251016.d.ts +12 -0
  56. package/definitions/game/save/upgrade/versions/beta2.15.0/beta2.15.0-dev20251018.d.ts +12 -0
  57. package/definitions/game/ui/screen/screens/game/component/ItemComponent.d.ts +1 -0
  58. package/definitions/game/ui/screen/screens/game/static/Stats.d.ts +1 -0
  59. package/definitions/game/ui/screen/screens/game/static/stats/IStatDisplayDescription.d.ts +16 -4
  60. package/definitions/game/ui/screen/screens/game/static/stats/TemperatureDisplay.d.ts +13 -0
  61. package/definitions/game/ui/screen/screens/game/static/stats/component/StatComponent.d.ts +3 -0
  62. package/definitions/game/ui/screen/screens/menu/menus/options/TabPerformance.d.ts +1 -0
  63. package/definitions/game/ui/screen/screens/menu/menus/options/TabVideo.d.ts +2 -0
  64. package/definitions/utilities/math/Range.d.ts +6 -6
  65. package/package.json +1 -1
@@ -326,569 +326,570 @@ declare enum Message {
326
326
  CreatureZoneTierIncreased = 314,
327
327
  CrushedItemsUnderfoot = 315,
328
328
  CuredYourPoison = 316,
329
- CurseUpdateSunrise = 317,
330
- CurseUpdateSunset = 318,
331
- CurseUpdateWarning = 319,
332
- Cut = 320,
333
- CutHasHealed = 321,
334
- CutLostHealth = 322,
335
- CutWasBandaged = 323,
336
- DamageAppeared = 324,
337
- DamagedByPouring = 325,
338
- DangerousMove = 326,
339
- DangerousOpen = 327,
340
- DayQuarter1 = 328,
341
- DayQuarter2 = 329,
342
- DayQuarter3 = 330,
343
- DayQuarter4 = 331,
344
- DealtNoDamageToYou = 332,
345
- DeathBy = 333,
346
- DeathByBleeding = 334,
347
- DeathByBurning = 335,
348
- DeathByChallengeWinner = 336,
349
- DeathByConsumption = 337,
350
- DeathByCut = 338,
351
- DeathByDrowning = 339,
352
- DeathByExhaustion = 340,
353
- DeathByFistByPlayer = 341,
354
- DeathByFrostbite = 342,
355
- DeathByFrostbiteTemperatureShock = 343,
356
- DeathByMalnutrition = 344,
357
- DeathByPoison = 345,
358
- DeathBySteppingOn = 346,
359
- DeathByTrap = 347,
360
- DeathByWeaponByPlayer = 348,
361
- DedicatedTitleAlreadySelected = 349,
362
- DedicatedTitleMilestoneNotAllowed = 350,
363
- DestroyedFromUse = 351,
364
- DeveloperContainerDesync = 352,
365
- DidNotSeemToBeHurting = 353,
366
- Dig = 354,
367
- DigAway = 355,
368
- Digging = 356,
369
- Disassemble = 357,
370
- Disassembling = 358,
371
- DiscoveredCaveEntrance = 359,
372
- DiscoveredColdInsulation = 360,
373
- DiscoveredHeatInsulation = 361,
374
- DiscoveredInTheBottle = 362,
375
- DiscoveredLavaPassage = 363,
376
- DiscoveredQuality = 364,
377
- Dismantle = 365,
378
- Dismantling = 366,
379
- DismantlingRequires = 367,
380
- Dismounted = 368,
381
- DisplacedPuddles = 369,
382
- DoNotProduceAnyResources = 370,
383
- DoodadCauseStatus = 371,
384
- DoodadGroupTier = 372,
385
- DrewSurroundings = 373,
386
- Dripstone = 374,
387
- DroppedIntoDepths = 375,
388
- DroppedIntoFire = 376,
389
- DroppedIntoTheVoid = 377,
390
- DryadSprouted = 378,
391
- DueToDehydration = 379,
392
- DueToStarvation = 380,
393
- DugTreasureOut = 381,
394
- DugTreasureOutSurprise = 382,
395
- DumpContentsOfContainerInInventory = 383,
396
- DyingOfDehydration = 384,
397
- EarnedMilestone = 385,
398
- Effective = 386,
399
- EquipmentPreventedStatusEffects = 387,
400
- ErrorHasOccured = 388,
401
- Excavating = 389,
402
- ExtinguishedFire = 390,
403
- ExtinguishedLightSource = 391,
404
- ExudeNotPossible = 392,
405
- FailedToAbsorb = 393,
406
- FailedToAddFuelToTorch = 394,
407
- FailedToCage = 395,
408
- FailedToCatchFish = 396,
409
- FailedToCauseDamage = 397,
410
- FailedToCauseYouDamage = 398,
411
- FailedToCopy = 399,
412
- FailedToDraw = 400,
413
- FailedToEnchant = 401,
414
- FailedToExude = 402,
415
- FailedToIgniteTorch = 403,
416
- FailedToPickLock = 404,
417
- FailedToPreserve = 405,
418
- FailedToRefine = 406,
419
- FailedToReinforce = 407,
420
- FailedToRepair = 408,
421
- FailedToStartFire = 409,
422
- FailedToTame = 410,
423
- FailedToTransmogrify = 411,
424
- FarOffLands = 412,
425
- FeltBurningPainLostHealth = 413,
426
- FeltFrostbitePainLostHealth = 414,
427
- FewMinutes = 415,
428
- Filled = 416,
429
- FilledFrom = 417,
430
- FireAroundYouIsWarm = 418,
431
- FiredIntoObstacle = 419,
432
- FireOverflowed = 420,
433
- FireOverflowedFireElemental = 421,
434
- FireSource = 422,
435
- FishingWithNoBait = 423,
436
- Floating = 424,
437
- FreshWater = 425,
438
- FromTheStill = 426,
439
- FuelIsRequired = 427,
440
- Gather = 428,
441
- GatherDestroy = 429,
442
- Gathering = 430,
443
- GhostNoActions = 431,
444
- GhostOf = 432,
445
- GoatHasNoMilk = 433,
446
- HackAway = 434,
447
- HandProtectionPreventedInjury = 435,
448
- HandsNotEffectiveFor = 436,
449
- Harvest = 437,
450
- Harvesting = 438,
451
- HasBeenHurtByATrap = 439,
452
- HasDecayed = 440,
453
- HasHitYouForDamage = 441,
454
- HasNoEffect = 442,
455
- HasSetTrapOffNoDamage = 443,
456
- HasSplit = 444,
457
- HelpGrow = 445,
458
- HitchAttempt = 446,
459
- HitchCreature = 447,
460
- HitchDisabled = 448,
461
- HitchInUse = 449,
462
- HitForDamage = 450,
463
- HitYouForDamage = 451,
464
- Hour = 452,
465
- Hours = 453,
466
- HurtHandsHittingWithoutWeapons = 454,
467
- HurtHandsWithNoTool = 455,
468
- IgnitedTorch = 456,
469
- Ineffective = 457,
470
- InjuredFromTrap = 458,
471
- InNeedOfRepair = 459,
472
- InteractingWithHasInjuredYouForDamage = 460,
473
- InvalidContainer = 461,
474
- IsInTheWayOfPickingUp = 462,
475
- ItemFromWater = 463,
476
- JoinedAServer = 464,
477
- Jump = 465,
478
- Killed = 466,
479
- KnowledgeHasIncreased = 467,
480
- LastPlaceYouLeftOff = 468,
481
- LearnedHowToCreate = 469,
482
- LikelyFailures = 470,
483
- Limited = 471,
484
- Lockpick = 472,
485
- MapCompletedNotOfThisArea = 473,
486
- MapDestroyed = 474,
487
- MapNearlyDestroyed = 475,
488
- MapNotOfThisArea = 476,
489
- MaterialsDestroyed = 477,
490
- MessageOfTheDay = 478,
491
- MetabolismSlowed = 479,
492
- Milk = 480,
493
- Mine = 481,
494
- Mining = 482,
495
- MissedWith = 483,
496
- MissedYouWith = 484,
497
- MovedItem = 485,
498
- MovedItemFailed = 486,
499
- MoveOverTrapButDoNotSetOff = 487,
500
- MultiplayerGamePaused = 488,
501
- MultiplayerGameResumed = 489,
502
- MultiplayerPlayerConnected = 490,
503
- MultiplayerPlayerDied = 491,
504
- MultiplayerPlayerDisconnected = 492,
505
- MultiplayerPlayerJoined = 493,
506
- MustBeEquippedToIgnite = 494,
507
- Mysteriously = 495,
508
- NearlyBurnedEquipmentProtectedYou = 496,
509
- NeedToStartTravelsOutside = 497,
510
- NeedWaterForBoat = 498,
511
- NightQuarter1 = 499,
512
- NightQuarter2 = 500,
513
- NightQuarter3 = 501,
514
- NightQuarter4 = 502,
515
- No = 503,
516
- NoAmmunitionForThatWeapon = 504,
517
- NoCandleToStartFire = 505,
518
- NoFireToStokeWith = 506,
519
- NoFishAtLocation = 507,
520
- NoGroundWater = 508,
521
- NoInkToDrawMap = 509,
522
- NoKindlingOrFuelItemsToStartFire = 510,
523
- NoKindlingToStartFire = 511,
524
- NoLongerFeelPainOfBeingBurned = 512,
525
- NoLongerFeelPainOfBeingFrostbitten = 513,
526
- NoLongerHostile = 514,
527
- NoMoreRoomInContainer = 515,
528
- NoPaperToDrawMap = 516,
529
- NoRequiredItemToFireWeapon = 517,
530
- NoReturnWithoutCompletingChallenges = 518,
531
- NoRoomForImprovement = 519,
532
- NoRoomForVehicle = 520,
533
- NoRoomToDrop = 521,
534
- NoRoomToSummon = 522,
535
- NotEnoughPurifiedWaterYet = 523,
536
- NotEnoughTreasureToReturn = 524,
537
- NothingTo = 525,
538
- NothingToGetFromThis = 526,
539
- NothingToHarvestFromThisGather = 527,
540
- NothingToSmother = 528,
541
- NothingUsefulToHarvestYet = 529,
542
- NoTinderToStartFire = 530,
543
- NotSuitableToPlant = 531,
544
- NoWaterInStill = 532,
545
- NPCMerchantNewInventoryDialogue1 = 533,
546
- NPCMerchantNewInventoryDialogue2 = 534,
547
- NPCMerchantNewInventoryDialogue3 = 535,
548
- NPCMerchantNewInventoryDialogue4 = 536,
549
- NPCMerchantStartingDialogue1 = 537,
550
- NPCMerchantStartingDialogue2 = 538,
551
- NPCMerchantStartingDialogue3 = 539,
552
- NPCMerchantStartingDialogue4 = 540,
553
- NPCMerchantWelcomeCredit = 541,
554
- NPCShipperShipToIsland = 542,
555
- NPCShipperStartingDialogue1 = 543,
556
- NPCShipperStartingDialogue2 = 544,
557
- NPCShipperStartingDialogue3 = 545,
558
- NPCShipperStartingDialogue4 = 546,
559
- NPCWelcome = 547,
560
- ObjectIsLocked = 548,
561
- ObjectIsLockedAttemptToBreakIt = 549,
562
- OfferAberrantFail = 550,
563
- OfferAberrantFailButTamed = 551,
564
- Open = 552,
565
- OpenClose = 553,
566
- OpenCollapse = 554,
567
- OverEatingLostStamina = 555,
568
- OverHydratingLostStamina = 556,
569
- Pack = 557,
570
- PaperTurnedToMush = 558,
571
- ParryTheBlow = 559,
572
- PetCreature = 560,
573
- PickAway = 561,
574
- PickUp = 562,
575
- PickUpExcrement = 563,
576
- PickUpTheItem = 564,
577
- Place = 565,
578
- PlacedItem = 566,
579
- PlacedItemFailed = 567,
580
- PlacedOnGround = 568,
581
- PlantedInGround = 569,
582
- PlantGatheredPlant = 570,
583
- PlantGatheringWillDestroy = 571,
584
- PlantHasResourcesToGather = 572,
585
- PlantHasResourcesToHarvest = 573,
586
- PlantHighlyFertile = 574,
587
- Planting = 575,
588
- PlantIsBare = 576,
589
- PlantIsFertile = 577,
590
- PlantIsInStage = 578,
591
- PlantIsNotFertile = 579,
592
- PlantIsSeeding = 580,
593
- PlantNotReadyToHarvest = 581,
594
- PlantReadyToGather = 582,
595
- PlantReadyToGatherNotMaximal = 583,
596
- PlantReadyToHarvest = 584,
597
- PlantReadyToHarvestNotMaximal = 585,
598
- PlayerHas = 586,
599
- PlayerHasCompletedChallengeRequirement = 587,
600
- PlayerHasWonChallenge = 588,
601
- Poisoned = 589,
602
- PoisonedLostHealth = 590,
603
- PoisonWorkedItsCourse = 591,
604
- PouredOut = 592,
605
- PouredOutOnYourself = 593,
606
- PouredWaterIntoStill = 594,
607
- PourHarmedPlant = 595,
608
- PourHealedPlant = 596,
609
- PourHealedPlantFully = 597,
610
- PourHealedPlantPartially = 598,
611
- PourIncreasedFertility = 599,
612
- Pouring = 600,
613
- PourOverWatering = 601,
614
- Prepare = 602,
615
- Prepared = 603,
616
- PreservedFood = 604,
617
- PurifiedWaterInBottom = 605,
618
- PurifiedWaterInStill = 606,
619
- RandomEventsFire = 607,
620
- ReduceLength = 608,
621
- RefusedToBeTamed = 609,
622
- Repair = 610,
623
- RequiredForDisassembly = 611,
624
- RequiresFireToBeLit = 612,
625
- RequiresYouToBeAround = 613,
626
- Resistant = 614,
627
- Rest = 615,
628
- Rested = 616,
629
- Resting = 617,
630
- RestingOnGroundNotEffective = 618,
631
- RestInterrupted = 619,
632
- RestInterruptedDamage = 620,
633
- RestInterruptedDying = 621,
634
- RestInterruptedLoudNoise = 622,
635
- RestInterruptedPain = 623,
636
- RestInterruptedStirring = 624,
637
- RestInterruptedTooCold = 625,
638
- RestInterruptedTooHot = 626,
639
- RestInterruptedUncomfortablyCold = 627,
640
- RestInterruptedUncomfortablyHot = 628,
641
- RestInterruptedWaterPoured = 629,
642
- RestLongTime = 630,
643
- RestModerateTime = 631,
644
- RestOnBoat = 632,
645
- RestShortTime = 633,
646
- RestTime = 634,
647
- ReturnedToCivilization = 635,
648
- ReturningToCivilizationSetOffAgain = 636,
649
- ReturnsToLife = 637,
650
- Reverse = 638,
651
- Ride = 639,
652
- Sailing = 640,
653
- ScrollMaster = 641,
654
- ScrollProvidedNoUsefulInsight = 642,
655
- Seawater = 643,
656
- SeemsToHaveDrawnEnergy = 644,
657
- SetTrapOffButNoDamage = 645,
658
- SetUp = 646,
659
- ShadowInTheWater = 647,
660
- SkillHasRaised = 648,
661
- Skills = 649,
662
- Sleep = 650,
663
- Sleeping = 651,
664
- SleepOnBoat = 652,
665
- Slept = 653,
666
- SlitherSuckerConstricts = 654,
667
- SlitherSuckerFailedToRemove = 655,
668
- SlitherSuckerFailedToRemoveOuch = 656,
669
- SlitherSuckerJumpedOnHead = 657,
670
- SolarStill = 658,
671
- SomethingInTheWayOf = 659,
672
- SomethingInTheWayOfButcherFirst = 660,
673
- SomethingInTheWayOfFire = 661,
674
- SomethingInTheWayOfFishing = 662,
675
- SomethingInTheWayOfPerforming = 663,
676
- SomethingInTheWayOfPlacing = 664,
677
- SomethingInTheWayOfReleasing = 665,
678
- SomethingInTheWayOfSummoning = 666,
679
- SomethingInWayOfClosingDoor = 667,
680
- SoothedTheirBurnInjuries = 668,
681
- SoothedYourBurnInjuries = 669,
682
- SortedByCategory = 670,
683
- SortedByCraftableOnly = 671,
684
- SortedByName = 672,
685
- SortedBySkill = 673,
686
- SortedByUnlockedTime = 674,
687
- StaminaIsFull = 675,
688
- StartedFire = 676,
689
- StartTravelInWater = 677,
690
- StarvingToDeath = 678,
691
- StatAmount = 679,
692
- StatChangeUnknown = 680,
693
- StatGained = 681,
694
- StatIncreasing = 682,
695
- StatLost = 683,
696
- StatQuenched = 684,
697
- StatRegained = 685,
698
- StatSated = 686,
699
- SteppingOn = 687,
700
- Still = 688,
701
- StillHasNoWaterToPurify = 689,
702
- StillNoContainer = 690,
703
- StillTooColdToWork = 691,
704
- StirredUpClawWorm = 692,
705
- StirredUpCreature = 693,
706
- StoppedYourBleeding = 694,
707
- StopUsingVehicle = 695,
708
- SummonedGuardiansByDiggingTreasure = 696,
709
- SummonedGuardiansByLockpicking = 697,
710
- SummonVoidDwellerItem = 698,
711
- SummonVoidDwellerRinging = 699,
712
- SummonVoidDwellerShiver = 700,
713
- SunNotBrightEnoughToStartFire = 701,
714
- SwampWater = 702,
715
- Swimming = 703,
716
- TakenFromGroundBecomeTamed = 704,
717
- TeleportBlocked = 705,
718
- Teleported = 706,
719
- TheirFist = 707,
720
- TheirInventory = 708,
721
- ThePlant = 709,
722
- ThereIsNoContainerOnTheStill = 710,
723
- ThereIsNoSunToStartFire = 711,
724
- ThisCannotBeMilked = 712,
725
- Throw = 713,
726
- ThrownIntoDepths = 714,
727
- ThrownIntoObstacle = 715,
728
- ThrownIntoVoid = 716,
729
- TierGroup = 717,
730
- TileMakeCaveEntranceNearby = 718,
731
- TileMakeCaveEntrancePassable = 719,
732
- TileMakeCaveEntranceVoid = 720,
733
- Till = 721,
734
- Tilling = 722,
735
- TimeIs = 723,
736
- TimeIsDawn = 724,
737
- TimeIsDaytime = 725,
738
- TimeIsDusk = 726,
739
- TimeIsNighttime = 727,
740
- TimeIsSunrise = 728,
741
- TimeIsSunset = 729,
742
- ToFight = 730,
743
- TooDamaged = 731,
744
- TooExhaustedToJump = 732,
745
- Touching = 733,
746
- TrampledFire = 734,
747
- TrampledFireFail = 735,
748
- TrampledFirePartial = 736,
749
- TrampledIntoGround = 737,
750
- TrampleIntoGround = 738,
751
- Trampling = 739,
752
- TransmogrificationNoEffect = 740,
753
- TransmogrificationNotPossible = 741,
754
- Transmogrified = 742,
755
- TrapMissed = 743,
756
- TrapStoppedYou = 744,
757
- Traveling = 745,
758
- Treasure = 746,
759
- TreasureIsBlocked = 747,
760
- UiActionCannotUseInaccessibleItem = 748,
761
- UiActionCannotUseInThisSituation = 749,
762
- UiActionCannotUseNoItemHovered = 750,
763
- UiActionCannotUseNotInRange = 751,
764
- UiActionCannotUseOnThisIsland = 752,
765
- UiActionCannotUseRequiresCreature = 753,
766
- UiActionCannotUseRequiresDoodad = 754,
767
- UiActionCannotUseRequiresItem = 755,
768
- UiActionCannotUseRequiresNPC = 756,
769
- UiActionCannotUseRequiresVehicle = 757,
770
- UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue1 = 758,
771
- UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue2 = 759,
772
- UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue3 = 760,
773
- UiDialogTradeIndicateTradeAlreadyTradedSellDialogue1 = 761,
774
- UiDialogTradeIndicateTradeAlreadyTradedSellDialogue2 = 762,
775
- UiDialogTradeIndicateTradeAlreadyTradedSellDialogue3 = 763,
776
- UiDialogTradeIndicateTradeTooMuchTradesDialogue1 = 764,
777
- UiDialogTradeIndicateTradeTooMuchTradesDialogue2 = 765,
778
- UiDialogTradeIndicateTradeTooMuchTradesDialogue3 = 766,
779
- UnhitchCreature = 767,
780
- Unknown = 768,
781
- Unlimited = 769,
782
- UnlockedChest = 770,
783
- UnpurifiedFreshWater = 771,
784
- UnpurifiedWaterInStill = 772,
785
- UnpurifiedWaterInTop = 773,
786
- Use = 774,
787
- UsingBareHands = 775,
788
- VehicleDefense = 776,
789
- Vulnerable = 777,
790
- Water = 778,
791
- WaterGathering = 779,
792
- WaterPutOutFire = 780,
793
- WellIsDry = 781,
794
- WellIsFull = 782,
795
- WildGoatRefusedToBeMilked = 783,
796
- WorkingYourselfIntoExhaustion = 784,
797
- WorkingYourselfIntoExhaustionAndDrowning = 785,
798
- WorldContainer = 786,
799
- You = 787,
800
- YouAbsorb = 788,
801
- YouApplied = 789,
802
- YouAreAlready = 790,
803
- YouAte = 791,
804
- YouBeginResting = 792,
805
- YouCannotDoThatYet = 793,
806
- YouCanNowCombatTheTides = 794,
807
- YouCrafted = 795,
808
- YouDoNotFindTreasureYet = 796,
809
- YouDrank = 797,
810
- YouDropTheTorch = 798,
811
- YouEnchant = 799,
812
- YouEquip = 800,
813
- YouExude = 801,
814
- YouExudeSome = 802,
815
- YouExudeSomeReasonConflicting = 803,
816
- YouExudeSomeReasonMax = 804,
817
- YouExudeSomeReasonProperties = 805,
818
- YouFailedTo = 806,
819
- YouFailedToExtinguishedFireFully = 807,
820
- YouFailedToHeal = 808,
821
- YouFailedToHealOther = 809,
822
- YouFire = 810,
823
- YouGathered = 811,
824
- YouHarvested = 812,
825
- YouHave = 813,
826
- YouHaveAlreadyLearned = 814,
827
- YouHaveBeenCut = 815,
828
- YouHaveCaged = 816,
829
- YouHaveCommanded = 817,
830
- YouHaveDied = 818,
831
- YouHaveHealedOther = 819,
832
- YouHaveKilled = 820,
833
- YouHaveNotCommanded = 821,
834
- YouHaveReleased = 822,
835
- YouHaveSummoned = 823,
836
- YouHaveTamed = 824,
837
- YouHaveUncaged = 825,
838
- YouNoticeBarren = 826,
839
- YouNoticeBecomeEnraged = 827,
840
- YouNoticeDying = 828,
841
- YouNoticeFertilityDecreasing = 829,
842
- YouNoticeFertilityIncreasing = 830,
843
- YouNoticeGrowing = 831,
844
- YouNoticeLavaCooling = 832,
845
- YouNoticeLavaHardening = 833,
846
- YouNoticePerish = 834,
847
- YouNoticePlantDamage = 835,
848
- YouNoticePlantRegenerated = 836,
849
- YouNoticeRegrowing = 837,
850
- YouNoticeStumbleInjureItself = 838,
851
- YouNoticeTakeFromGround = 839,
852
- YouNoticeWoundsClosing = 840,
853
- YouOfferedToCreature = 841,
854
- YouOfferedToCreatureRejects = 842,
855
- YouOpen = 843,
856
- YouPacked = 844,
857
- YouPickedUp = 845,
858
- YouRefine = 846,
859
- YouReinforce = 847,
860
- YouRepair = 848,
861
- YouReturnFromCivilizationWith = 849,
862
- YourFist = 850,
863
- YourHands = 851,
864
- YourInventory = 852,
865
- YourIsland = 853,
866
- YouSeeALivingMushroomSpore = 854,
867
- YouSeeASkeletonCollapse = 855,
868
- YouSeeASlimeCombine = 856,
869
- YouSeeAZombieBleeding = 857,
870
- YouSeeCoolDown = 858,
871
- YouSeeDrop = 859,
872
- YouSeeEngulfFire = 860,
873
- YouSeeFireSpread = 861,
874
- YouSeeHelpingPlant = 862,
875
- YouSeeLay = 863,
876
- YouSeeLayingTrap = 864,
877
- YouSeeSpewLava = 865,
878
- YouSeeSpiderSpin = 866,
879
- YouSeeSpitAcid = 867,
880
- YouSeeSpringForth = 868,
881
- YouSeeSummon = 869,
882
- YouSeeSwampFlood = 870,
883
- YouSeeTrampling = 871,
884
- YouSetTheTrapOff = 872,
885
- YouStokeTheCreature = 873,
886
- YouSwapMainHandAndOffHand = 874,
887
- YouThrew = 875,
888
- YouTilled = 876,
889
- YouUnequip = 877,
890
- YouUsed = 878,
891
- YouViewTheItemsOn = 879,
892
- YouWhileTraveling = 880
329
+ CurseEventNewPlantDeath = 317,
330
+ CurseEventNewPlantsGrowth = 318,
331
+ CurseUpdateSunrise = 319,
332
+ CurseUpdateSunset = 320,
333
+ CurseUpdateWarning = 321,
334
+ Cut = 322,
335
+ CutHasHealed = 323,
336
+ CutLostHealth = 324,
337
+ CutWasBandaged = 325,
338
+ DamageAppeared = 326,
339
+ DamagedByPouring = 327,
340
+ DangerousMove = 328,
341
+ DangerousOpen = 329,
342
+ DayQuarter1 = 330,
343
+ DayQuarter2 = 331,
344
+ DayQuarter3 = 332,
345
+ DayQuarter4 = 333,
346
+ DealtNoDamageToYou = 334,
347
+ DeathBy = 335,
348
+ DeathByBleeding = 336,
349
+ DeathByBurning = 337,
350
+ DeathByChallengeWinner = 338,
351
+ DeathByConsumption = 339,
352
+ DeathByCut = 340,
353
+ DeathByDrowning = 341,
354
+ DeathByExhaustion = 342,
355
+ DeathByFistByPlayer = 343,
356
+ DeathByFrostbite = 344,
357
+ DeathByFrostbiteTemperatureShock = 345,
358
+ DeathByMalnutrition = 346,
359
+ DeathByPoison = 347,
360
+ DeathBySteppingOn = 348,
361
+ DeathByTrap = 349,
362
+ DeathByWeaponByPlayer = 350,
363
+ DedicatedTitleAlreadySelected = 351,
364
+ DedicatedTitleMilestoneNotAllowed = 352,
365
+ DestroyedFromUse = 353,
366
+ DeveloperContainerDesync = 354,
367
+ DidNotSeemToBeHurting = 355,
368
+ Dig = 356,
369
+ DigAway = 357,
370
+ Digging = 358,
371
+ Disassemble = 359,
372
+ Disassembling = 360,
373
+ DiscoveredCaveEntrance = 361,
374
+ DiscoveredColdInsulation = 362,
375
+ DiscoveredHeatInsulation = 363,
376
+ DiscoveredInTheBottle = 364,
377
+ DiscoveredLavaPassage = 365,
378
+ DiscoveredQuality = 366,
379
+ Dismantle = 367,
380
+ Dismantling = 368,
381
+ DismantlingRequires = 369,
382
+ Dismounted = 370,
383
+ DisplacedPuddles = 371,
384
+ DoNotProduceAnyResources = 372,
385
+ DoodadCauseStatus = 373,
386
+ DoodadGroupTier = 374,
387
+ DrewSurroundings = 375,
388
+ Dripstone = 376,
389
+ DroppedIntoDepths = 377,
390
+ DroppedIntoFire = 378,
391
+ DroppedIntoTheVoid = 379,
392
+ DryadSprouted = 380,
393
+ DueToDehydration = 381,
394
+ DueToStarvation = 382,
395
+ DugTreasureOut = 383,
396
+ DugTreasureOutSurprise = 384,
397
+ DumpContentsOfContainerInInventory = 385,
398
+ DyingOfDehydration = 386,
399
+ EarnedMilestone = 387,
400
+ Effective = 388,
401
+ EquipmentPreventedStatusEffects = 389,
402
+ ErrorHasOccured = 390,
403
+ Excavating = 391,
404
+ ExtinguishedFire = 392,
405
+ ExtinguishedLightSource = 393,
406
+ ExudeNotPossible = 394,
407
+ FailedToAbsorb = 395,
408
+ FailedToAddFuelToTorch = 396,
409
+ FailedToCage = 397,
410
+ FailedToCatchFish = 398,
411
+ FailedToCauseDamage = 399,
412
+ FailedToCauseYouDamage = 400,
413
+ FailedToCopy = 401,
414
+ FailedToDraw = 402,
415
+ FailedToEnchant = 403,
416
+ FailedToExude = 404,
417
+ FailedToIgniteTorch = 405,
418
+ FailedToPickLock = 406,
419
+ FailedToPreserve = 407,
420
+ FailedToRefine = 408,
421
+ FailedToReinforce = 409,
422
+ FailedToRepair = 410,
423
+ FailedToStartFire = 411,
424
+ FailedToTame = 412,
425
+ FailedToTransmogrify = 413,
426
+ FarOffLands = 414,
427
+ FeltBurningPainLostHealth = 415,
428
+ FeltFrostbitePainLostHealth = 416,
429
+ FewMinutes = 417,
430
+ Filled = 418,
431
+ FilledFrom = 419,
432
+ FireAroundYouIsWarm = 420,
433
+ FiredIntoObstacle = 421,
434
+ FireOverflowed = 422,
435
+ FireOverflowedFireElemental = 423,
436
+ FireSource = 424,
437
+ FishingWithNoBait = 425,
438
+ Floating = 426,
439
+ FreshWater = 427,
440
+ FromTheStill = 428,
441
+ FuelIsRequired = 429,
442
+ Gather = 430,
443
+ GatherDestroy = 431,
444
+ Gathering = 432,
445
+ GhostNoActions = 433,
446
+ GhostOf = 434,
447
+ GoatHasNoMilk = 435,
448
+ HackAway = 436,
449
+ HandProtectionPreventedInjury = 437,
450
+ HandsNotEffectiveFor = 438,
451
+ Harvest = 439,
452
+ Harvesting = 440,
453
+ HasBeenHurtByATrap = 441,
454
+ HasDecayed = 442,
455
+ HasHitYouForDamage = 443,
456
+ HasNoEffect = 444,
457
+ HasSetTrapOffNoDamage = 445,
458
+ HasSplit = 446,
459
+ HelpGrow = 447,
460
+ HitchAttempt = 448,
461
+ HitchCreature = 449,
462
+ HitchDisabled = 450,
463
+ HitchInUse = 451,
464
+ HitForDamage = 452,
465
+ HitYouForDamage = 453,
466
+ Hour = 454,
467
+ Hours = 455,
468
+ HurtHandsHittingWithoutWeapons = 456,
469
+ HurtHandsWithNoTool = 457,
470
+ IgnitedTorch = 458,
471
+ Ineffective = 459,
472
+ InjuredFromTrap = 460,
473
+ InNeedOfRepair = 461,
474
+ InteractingWithHasInjuredYouForDamage = 462,
475
+ InvalidContainer = 463,
476
+ IsInTheWayOfPickingUp = 464,
477
+ ItemFromWater = 465,
478
+ JoinedAServer = 466,
479
+ Jump = 467,
480
+ Killed = 468,
481
+ KnowledgeHasIncreased = 469,
482
+ LastPlaceYouLeftOff = 470,
483
+ LearnedHowToCreate = 471,
484
+ LikelyFailures = 472,
485
+ Limited = 473,
486
+ Lockpick = 474,
487
+ MapCompletedNotOfThisArea = 475,
488
+ MapDestroyed = 476,
489
+ MapNearlyDestroyed = 477,
490
+ MapNotOfThisArea = 478,
491
+ MaterialsDestroyed = 479,
492
+ MessageOfTheDay = 480,
493
+ MetabolismSlowed = 481,
494
+ Milk = 482,
495
+ Mine = 483,
496
+ Mining = 484,
497
+ MissedWith = 485,
498
+ MissedYouWith = 486,
499
+ MovedItem = 487,
500
+ MovedItemFailed = 488,
501
+ MoveOverTrapButDoNotSetOff = 489,
502
+ MultiplayerGamePaused = 490,
503
+ MultiplayerGameResumed = 491,
504
+ MultiplayerPlayerConnected = 492,
505
+ MultiplayerPlayerDied = 493,
506
+ MultiplayerPlayerDisconnected = 494,
507
+ MultiplayerPlayerJoined = 495,
508
+ MustBeEquippedToIgnite = 496,
509
+ Mysteriously = 497,
510
+ NearlyBurnedEquipmentProtectedYou = 498,
511
+ NeedToStartTravelsOutside = 499,
512
+ NeedWaterForBoat = 500,
513
+ NightQuarter1 = 501,
514
+ NightQuarter2 = 502,
515
+ NightQuarter3 = 503,
516
+ NightQuarter4 = 504,
517
+ No = 505,
518
+ NoAmmunitionForThatWeapon = 506,
519
+ NoCandleToStartFire = 507,
520
+ NoFireToStokeWith = 508,
521
+ NoFishAtLocation = 509,
522
+ NoGroundWater = 510,
523
+ NoInkToDrawMap = 511,
524
+ NoKindlingOrFuelItemsToStartFire = 512,
525
+ NoKindlingToStartFire = 513,
526
+ NoLongerFeelPainOfBeingBurned = 514,
527
+ NoLongerFeelPainOfBeingFrostbitten = 515,
528
+ NoLongerHostile = 516,
529
+ NoMoreRoomInContainer = 517,
530
+ NoPaperToDrawMap = 518,
531
+ NoRequiredItemToFireWeapon = 519,
532
+ NoReturnWithoutCompletingChallenges = 520,
533
+ NoRoomForImprovement = 521,
534
+ NoRoomForVehicle = 522,
535
+ NoRoomToDrop = 523,
536
+ NoRoomToSummon = 524,
537
+ NotEnoughPurifiedWaterYet = 525,
538
+ NotEnoughTreasureToReturn = 526,
539
+ NothingTo = 527,
540
+ NothingToGetFromThis = 528,
541
+ NothingToHarvestFromThisGather = 529,
542
+ NothingToSmother = 530,
543
+ NothingUsefulToHarvestYet = 531,
544
+ NoTinderToStartFire = 532,
545
+ NotSuitableToPlant = 533,
546
+ NoWaterInStill = 534,
547
+ NPCMerchantNewInventoryDialogue1 = 535,
548
+ NPCMerchantNewInventoryDialogue2 = 536,
549
+ NPCMerchantNewInventoryDialogue3 = 537,
550
+ NPCMerchantNewInventoryDialogue4 = 538,
551
+ NPCMerchantStartingDialogue1 = 539,
552
+ NPCMerchantStartingDialogue2 = 540,
553
+ NPCMerchantStartingDialogue3 = 541,
554
+ NPCMerchantStartingDialogue4 = 542,
555
+ NPCMerchantWelcomeCredit = 543,
556
+ NPCShipperShipToIsland = 544,
557
+ NPCShipperStartingDialogue1 = 545,
558
+ NPCShipperStartingDialogue2 = 546,
559
+ NPCShipperStartingDialogue3 = 547,
560
+ NPCShipperStartingDialogue4 = 548,
561
+ NPCWelcome = 549,
562
+ ObjectIsLocked = 550,
563
+ ObjectIsLockedAttemptToBreakIt = 551,
564
+ OfferAberrantFail = 552,
565
+ OfferAberrantFailButTamed = 553,
566
+ Open = 554,
567
+ OpenClose = 555,
568
+ OpenCollapse = 556,
569
+ OverEatingLostStamina = 557,
570
+ OverHydratingLostStamina = 558,
571
+ Pack = 559,
572
+ PaperTurnedToMush = 560,
573
+ ParryTheBlow = 561,
574
+ PetCreature = 562,
575
+ PickAway = 563,
576
+ PickUp = 564,
577
+ PickUpExcrement = 565,
578
+ PickUpTheItem = 566,
579
+ Place = 567,
580
+ PlacedItem = 568,
581
+ PlacedItemFailed = 569,
582
+ PlacedOnGround = 570,
583
+ PlantedInGround = 571,
584
+ PlantGatheredPlant = 572,
585
+ PlantGatheringWillDestroy = 573,
586
+ PlantHasResourcesToGather = 574,
587
+ PlantHasResourcesToHarvest = 575,
588
+ PlantHighlyFertile = 576,
589
+ Planting = 577,
590
+ PlantIsBare = 578,
591
+ PlantIsFertile = 579,
592
+ PlantIsInStage = 580,
593
+ PlantIsNotFertile = 581,
594
+ PlantIsSeeding = 582,
595
+ PlantNotReadyToHarvest = 583,
596
+ PlantReadyToGather = 584,
597
+ PlantReadyToGatherNotMaximal = 585,
598
+ PlantReadyToHarvest = 586,
599
+ PlantReadyToHarvestNotMaximal = 587,
600
+ PlayerHas = 588,
601
+ PlayerHasCompletedChallengeRequirement = 589,
602
+ PlayerHasWonChallenge = 590,
603
+ Poisoned = 591,
604
+ PoisonedLostHealth = 592,
605
+ PoisonWorkedItsCourse = 593,
606
+ PouredOut = 594,
607
+ PouredOutOnYourself = 595,
608
+ PouredWaterIntoStill = 596,
609
+ PourHarmedPlant = 597,
610
+ PourHealedPlant = 598,
611
+ PourHealedPlantFully = 599,
612
+ PourHealedPlantPartially = 600,
613
+ PourIncreasedFertility = 601,
614
+ Pouring = 602,
615
+ PourOverWatering = 603,
616
+ Prepare = 604,
617
+ Prepared = 605,
618
+ PreservedFood = 606,
619
+ PurifiedWaterInBottom = 607,
620
+ PurifiedWaterInStill = 608,
621
+ RandomEventsFire = 609,
622
+ ReduceLength = 610,
623
+ RefusedToBeTamed = 611,
624
+ Repair = 612,
625
+ RequiredForDisassembly = 613,
626
+ RequiresFireToBeLit = 614,
627
+ RequiresYouToBeAround = 615,
628
+ Resistant = 616,
629
+ Rest = 617,
630
+ Rested = 618,
631
+ Resting = 619,
632
+ RestingOnGroundNotEffective = 620,
633
+ RestInterrupted = 621,
634
+ RestInterruptedDamage = 622,
635
+ RestInterruptedDying = 623,
636
+ RestInterruptedLoudNoise = 624,
637
+ RestInterruptedPain = 625,
638
+ RestInterruptedStirring = 626,
639
+ RestInterruptedTooCold = 627,
640
+ RestInterruptedTooHot = 628,
641
+ RestInterruptedUncomfortablyCold = 629,
642
+ RestInterruptedUncomfortablyHot = 630,
643
+ RestInterruptedWaterPoured = 631,
644
+ RestLongTime = 632,
645
+ RestModerateTime = 633,
646
+ RestOnBoat = 634,
647
+ RestShortTime = 635,
648
+ RestTime = 636,
649
+ ReturnedToCivilization = 637,
650
+ ReturningToCivilizationSetOffAgain = 638,
651
+ ReturnsToLife = 639,
652
+ Reverse = 640,
653
+ Ride = 641,
654
+ Sailing = 642,
655
+ ScrollMaster = 643,
656
+ ScrollProvidedNoUsefulInsight = 644,
657
+ Seawater = 645,
658
+ SeemsToHaveDrawnEnergy = 646,
659
+ SetTrapOffButNoDamage = 647,
660
+ SetUp = 648,
661
+ ShadowInTheWater = 649,
662
+ SkillHasRaised = 650,
663
+ Skills = 651,
664
+ Sleep = 652,
665
+ Sleeping = 653,
666
+ SleepOnBoat = 654,
667
+ Slept = 655,
668
+ SlitherSuckerConstricts = 656,
669
+ SlitherSuckerFailedToRemove = 657,
670
+ SlitherSuckerFailedToRemoveOuch = 658,
671
+ SlitherSuckerJumpedOnHead = 659,
672
+ SolarStill = 660,
673
+ SomethingInTheWayOf = 661,
674
+ SomethingInTheWayOfButcherFirst = 662,
675
+ SomethingInTheWayOfFire = 663,
676
+ SomethingInTheWayOfFishing = 664,
677
+ SomethingInTheWayOfPerforming = 665,
678
+ SomethingInTheWayOfPlacing = 666,
679
+ SomethingInTheWayOfReleasing = 667,
680
+ SomethingInTheWayOfSummoning = 668,
681
+ SomethingInWayOfClosingDoor = 669,
682
+ SoothedTheirBurnInjuries = 670,
683
+ SoothedYourBurnInjuries = 671,
684
+ SortedByCategory = 672,
685
+ SortedByCraftableOnly = 673,
686
+ SortedByName = 674,
687
+ SortedBySkill = 675,
688
+ SortedByUnlockedTime = 676,
689
+ StaminaIsFull = 677,
690
+ StartedFire = 678,
691
+ StartTravelInWater = 679,
692
+ StarvingToDeath = 680,
693
+ StatAmount = 681,
694
+ StatChangeUnknown = 682,
695
+ StatGained = 683,
696
+ StatIncreasing = 684,
697
+ StatLost = 685,
698
+ StatQuenched = 686,
699
+ StatRegained = 687,
700
+ StatSated = 688,
701
+ SteppingOn = 689,
702
+ Still = 690,
703
+ StillHasNoWaterToPurify = 691,
704
+ StillNoContainer = 692,
705
+ StillTooColdToWork = 693,
706
+ StirredUpClawWorm = 694,
707
+ StirredUpCreature = 695,
708
+ StoppedYourBleeding = 696,
709
+ StopUsingVehicle = 697,
710
+ SummonedGuardiansByDiggingTreasure = 698,
711
+ SummonedGuardiansByLockpicking = 699,
712
+ SummonVoidDwellerItem = 700,
713
+ SummonVoidDwellerRinging = 701,
714
+ SummonVoidDwellerShiver = 702,
715
+ SunNotBrightEnoughToStartFire = 703,
716
+ SwampWater = 704,
717
+ Swimming = 705,
718
+ TakenFromGroundBecomeTamed = 706,
719
+ TeleportBlocked = 707,
720
+ Teleported = 708,
721
+ TheirFist = 709,
722
+ TheirInventory = 710,
723
+ ThePlant = 711,
724
+ ThereIsNoContainerOnTheStill = 712,
725
+ ThereIsNoSunToStartFire = 713,
726
+ ThisCannotBeMilked = 714,
727
+ Throw = 715,
728
+ ThrownIntoDepths = 716,
729
+ ThrownIntoObstacle = 717,
730
+ ThrownIntoVoid = 718,
731
+ TierGroup = 719,
732
+ TileMakeCaveEntranceNearby = 720,
733
+ TileMakeCaveEntrancePassable = 721,
734
+ TileMakeCaveEntranceVoid = 722,
735
+ Till = 723,
736
+ Tilling = 724,
737
+ TimeIs = 725,
738
+ TimeIsDawn = 726,
739
+ TimeIsDaytime = 727,
740
+ TimeIsDusk = 728,
741
+ TimeIsNighttime = 729,
742
+ TimeIsSunrise = 730,
743
+ TimeIsSunset = 731,
744
+ ToFight = 732,
745
+ TooDamaged = 733,
746
+ TooExhaustedToJump = 734,
747
+ Touching = 735,
748
+ TrampledFire = 736,
749
+ TrampledFireFail = 737,
750
+ TrampledFirePartial = 738,
751
+ TrampledIntoGround = 739,
752
+ TrampleIntoGround = 740,
753
+ Trampling = 741,
754
+ TransmogrificationNoEffect = 742,
755
+ TransmogrificationNotPossible = 743,
756
+ Transmogrified = 744,
757
+ TrapMissed = 745,
758
+ TrapStoppedYou = 746,
759
+ Traveling = 747,
760
+ Treasure = 748,
761
+ TreasureIsBlocked = 749,
762
+ UiActionCannotUseInaccessibleItem = 750,
763
+ UiActionCannotUseInThisSituation = 751,
764
+ UiActionCannotUseNoItemHovered = 752,
765
+ UiActionCannotUseNotInRange = 753,
766
+ UiActionCannotUseOnThisIsland = 754,
767
+ UiActionCannotUseRequiresCreature = 755,
768
+ UiActionCannotUseRequiresDoodad = 756,
769
+ UiActionCannotUseRequiresItem = 757,
770
+ UiActionCannotUseRequiresNPC = 758,
771
+ UiActionCannotUseRequiresVehicle = 759,
772
+ UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue1 = 760,
773
+ UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue2 = 761,
774
+ UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue3 = 762,
775
+ UiDialogTradeIndicateTradeAlreadyTradedSellDialogue1 = 763,
776
+ UiDialogTradeIndicateTradeAlreadyTradedSellDialogue2 = 764,
777
+ UiDialogTradeIndicateTradeAlreadyTradedSellDialogue3 = 765,
778
+ UiDialogTradeIndicateTradeTooMuchTradesDialogue1 = 766,
779
+ UiDialogTradeIndicateTradeTooMuchTradesDialogue2 = 767,
780
+ UiDialogTradeIndicateTradeTooMuchTradesDialogue3 = 768,
781
+ UnhitchCreature = 769,
782
+ Unknown = 770,
783
+ Unlimited = 771,
784
+ UnlockedChest = 772,
785
+ UnpurifiedFreshWater = 773,
786
+ UnpurifiedWaterInStill = 774,
787
+ UnpurifiedWaterInTop = 775,
788
+ Use = 776,
789
+ UsingBareHands = 777,
790
+ VehicleDefense = 778,
791
+ Vulnerable = 779,
792
+ Water = 780,
793
+ WaterGathering = 781,
794
+ WaterPutOutFire = 782,
795
+ WellIsDry = 783,
796
+ WellIsFull = 784,
797
+ WildGoatRefusedToBeMilked = 785,
798
+ WorkingYourselfIntoExhaustion = 786,
799
+ WorkingYourselfIntoExhaustionAndDrowning = 787,
800
+ WorldContainer = 788,
801
+ You = 789,
802
+ YouAbsorb = 790,
803
+ YouApplied = 791,
804
+ YouAreAlready = 792,
805
+ YouAte = 793,
806
+ YouBeginResting = 794,
807
+ YouCannotDoThatYet = 795,
808
+ YouCanNowCombatTheTides = 796,
809
+ YouCrafted = 797,
810
+ YouDoNotFindTreasureYet = 798,
811
+ YouDrank = 799,
812
+ YouDropTheTorch = 800,
813
+ YouEnchant = 801,
814
+ YouEquip = 802,
815
+ YouExude = 803,
816
+ YouExudeSome = 804,
817
+ YouExudeSomeReasonConflicting = 805,
818
+ YouExudeSomeReasonMax = 806,
819
+ YouExudeSomeReasonProperties = 807,
820
+ YouFailedTo = 808,
821
+ YouFailedToExtinguishedFireFully = 809,
822
+ YouFailedToHeal = 810,
823
+ YouFailedToHealOther = 811,
824
+ YouFire = 812,
825
+ YouGathered = 813,
826
+ YouHarvested = 814,
827
+ YouHave = 815,
828
+ YouHaveAlreadyLearned = 816,
829
+ YouHaveBeenCut = 817,
830
+ YouHaveCaged = 818,
831
+ YouHaveCommanded = 819,
832
+ YouHaveDied = 820,
833
+ YouHaveHealedOther = 821,
834
+ YouHaveKilled = 822,
835
+ YouHaveNotCommanded = 823,
836
+ YouHaveReleased = 824,
837
+ YouHaveSummoned = 825,
838
+ YouHaveTamed = 826,
839
+ YouHaveUncaged = 827,
840
+ YouNoticeBarren = 828,
841
+ YouNoticeBecomeEnraged = 829,
842
+ YouNoticeDying = 830,
843
+ YouNoticeFertilityDecreasing = 831,
844
+ YouNoticeFertilityIncreasing = 832,
845
+ YouNoticeGrowing = 833,
846
+ YouNoticeLavaCooling = 834,
847
+ YouNoticeLavaHardening = 835,
848
+ YouNoticePerish = 836,
849
+ YouNoticePlantDamage = 837,
850
+ YouNoticePlantRegenerated = 838,
851
+ YouNoticeStumbleInjureItself = 839,
852
+ YouNoticeTakeFromGround = 840,
853
+ YouNoticeWoundsClosing = 841,
854
+ YouOfferedToCreature = 842,
855
+ YouOfferedToCreatureRejects = 843,
856
+ YouOpen = 844,
857
+ YouPacked = 845,
858
+ YouPickedUp = 846,
859
+ YouRefine = 847,
860
+ YouReinforce = 848,
861
+ YouRepair = 849,
862
+ YouReturnFromCivilizationWith = 850,
863
+ YourFist = 851,
864
+ YourHands = 852,
865
+ YourInventory = 853,
866
+ YourIsland = 854,
867
+ YouSeeALivingMushroomSpore = 855,
868
+ YouSeeASkeletonCollapse = 856,
869
+ YouSeeASlimeCombine = 857,
870
+ YouSeeAZombieBleeding = 858,
871
+ YouSeeCoolDown = 859,
872
+ YouSeeDrop = 860,
873
+ YouSeeEngulfFire = 861,
874
+ YouSeeFireSpread = 862,
875
+ YouSeeHelpingPlant = 863,
876
+ YouSeeLay = 864,
877
+ YouSeeLayingTrap = 865,
878
+ YouSeeSpewLava = 866,
879
+ YouSeeSpiderSpin = 867,
880
+ YouSeeSpitAcid = 868,
881
+ YouSeeSpringForth = 869,
882
+ YouSeeSummon = 870,
883
+ YouSeeSwampFlood = 871,
884
+ YouSeeTrampling = 872,
885
+ YouSetTheTrapOff = 873,
886
+ YouStokeTheCreature = 874,
887
+ YouSwapMainHandAndOffHand = 875,
888
+ YouThrew = 876,
889
+ YouTilled = 877,
890
+ YouUnequip = 878,
891
+ YouUsed = 879,
892
+ YouViewTheItemsOn = 880,
893
+ YouWhileTraveling = 881
893
894
  }
894
895
  export default Message;