@wayward/types 2.15.4-beta.dev.20260406.1 → 2.15.4-beta.dev.20260408.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 (52) hide show
  1. package/definitions/game/game/curse/event/CurseEventSuffusedWithMagic.d.ts +13 -0
  2. package/definitions/game/game/doodad/Doodad.d.ts +18 -1
  3. package/definitions/game/game/doodad/DoodadManager.d.ts +6 -1
  4. package/definitions/game/game/doodad/DoodadUtilities.d.ts +7 -2
  5. package/definitions/game/game/doodad/IDoodad.d.ts +1 -0
  6. package/definitions/game/game/doodad/IScarecrows.d.ts +12 -0
  7. package/definitions/game/game/entity/Human.d.ts +5 -0
  8. package/definitions/game/game/entity/action/actions/SetTitle.d.ts +1 -1
  9. package/definitions/game/game/entity/creature/CreatureManager.d.ts +3 -0
  10. package/definitions/game/game/inspection/infoProviders/Uses.d.ts +1 -0
  11. package/definitions/game/game/inspection/infoProviders/doodad/DoodadLightSource.d.ts +19 -0
  12. package/definitions/game/game/inspection/infoProviders/doodad/DoodadUses.d.ts +5 -5
  13. package/definitions/game/game/inspection/infoProviders/doodad/use/DoodadAttachContainerInfo.d.ts +15 -0
  14. package/definitions/game/game/inspection/infoProviders/doodad/use/DoodadDisplayItemsInfo.d.ts +15 -0
  15. package/definitions/game/game/inspection/infoProviders/doodad/use/DoodadGatherInfo.d.ts +15 -0
  16. package/definitions/game/game/inspection/infoProviders/doodad/use/DoodadHitchInfo.d.ts +15 -0
  17. package/definitions/game/game/inspection/infoProviders/doodad/use/DoodadLockpickInfo.d.ts +15 -0
  18. package/definitions/game/game/inspection/infoProviders/doodad/use/DoodadPourInfo.d.ts +15 -0
  19. package/definitions/game/game/inspection/infoProviders/doodad/use/DoodadTestDepthInfo.d.ts +15 -0
  20. package/definitions/game/game/inspection/infoProviders/item/ItemUses.d.ts +1 -0
  21. package/definitions/game/game/inspection/infoProviders/item/use/ItemBuildInfo.d.ts +2 -2
  22. package/definitions/game/game/inspection/infoProviders/item/use/ItemCraftingIngredientInfo.d.ts +2 -2
  23. package/definitions/game/game/inspection/infoProviders/shared/SharedLightSourceInfo.d.ts +7 -23
  24. package/definitions/game/game/inspection/infoProviders/shared/SharedLitAndEquipmentUseInfo.d.ts +38 -0
  25. package/definitions/game/game/inspection/infoProviders/shared/SharedRequirementInfo.d.ts +28 -0
  26. package/definitions/game/game/inspection/infoProviders/shared/SharedScareRadiusInfo.d.ts +19 -0
  27. package/definitions/game/game/inspection/inspections/DoodadInspection.d.ts +1 -0
  28. package/definitions/game/game/inspection/inspections/ItemInspection.d.ts +1 -0
  29. package/definitions/game/game/item/IItem.d.ts +2 -0
  30. package/definitions/game/game/item/Item.d.ts +39 -9
  31. package/definitions/game/game/item/ItemManager.d.ts +5 -0
  32. package/definitions/game/game/magic/IMagicalProperty.d.ts +3 -0
  33. package/definitions/game/game/milestones/IMilestone.d.ts +3 -1
  34. package/definitions/game/game/options/IGameOptions.d.ts +10 -0
  35. package/definitions/game/game/options/modifiers/milestone/MilestoneModifiersManager.d.ts +4 -0
  36. package/definitions/game/game/options/modifiers/milestone/modifiers/Defiled.d.ts +17 -0
  37. package/definitions/game/game/options/modifiers/milestone/modifiers/Warded.d.ts +17 -0
  38. package/definitions/game/game/tile/TileEventManager.d.ts +1 -0
  39. package/definitions/game/language/Dictionary.d.ts +112 -110
  40. package/definitions/game/language/DictionaryMap.d.ts +224 -220
  41. package/definitions/game/language/dictionary/Message.d.ts +696 -692
  42. package/definitions/game/language/dictionary/UiTranslation.d.ts +806 -801
  43. package/definitions/game/language/english/item/CursePropertyAffixes.d.ts +13 -0
  44. package/definitions/game/language/english/item/CurseSubPropertyAffixes.d.ts +13 -0
  45. package/definitions/game/save/SaveMetadata.d.ts +2 -4
  46. package/definitions/game/save/data/SaveData.d.ts +6 -4
  47. package/definitions/game/ui/screen/screens/game/component/container/ContainerBucketItemList.d.ts +7 -0
  48. package/definitions/test/suite/unitTests/game/ContainerBucketItemList.spec.d.ts +13 -0
  49. package/definitions/test/suite/unitTests/game/SaveLoad.spec.d.ts +13 -0
  50. package/definitions/utilities/random/SeededGenerator.d.ts +1 -0
  51. package/definitions/utilities/string/TextFileFormatting.d.ts +8 -0
  52. package/package.json +1 -1
@@ -203,697 +203,701 @@ declare enum Message {
203
203
  ActionViewItemsCannotUseBlocked = 191,
204
204
  ActionViewItemsCannotUseDisabled = 192,
205
205
  AddedFuelToFire = 193,
206
- AddedFuelToTorch = 194,
207
- AllEquipmentUnEquipped = 195,
208
- AlreadyDesalinatedWaterInStill = 196,
209
- AlreadyFullyRefined = 197,
210
- AlreadyFullyRepaired = 198,
211
- AlreadyPreserved = 199,
212
- AnotherIsland = 200,
213
- AnUnknownItem = 201,
214
- AppearedNotEffectiveForGathering = 202,
215
- ArmorAppeared = 203,
216
- ArmorProtectedFromInjuryAgainst = 204,
217
- AttemptToSoothBurnInWater = 205,
218
- AttemptToSoothFrostbiteWithFire = 206,
219
- AttemptToSoothFrostbiteWithFireTooHot = 207,
220
- AttemptToTill = 208,
221
- BadlyBurnedLostHealth = 209,
222
- BeenPoisoned = 210,
223
- BeginSleeping = 211,
224
- BeginUsingVehicle = 212,
225
- BleedingHasStopped = 213,
226
- BleedingProfusely = 214,
227
- BleedingToDeathLostHealth = 215,
228
- BookBlank = 216,
229
- BookContains = 217,
230
- BookCrumbles = 218,
231
- BookDiagrams = 219,
232
- BookEmpty = 220,
233
- BookNothing = 221,
234
- BookOpen = 222,
235
- BookScribbles = 223,
236
- BothEffectiveIneffective = 224,
237
- BrokeIntoPieces = 225,
238
- BrokenOnImpact = 226,
239
- BrokenWhileFiring = 227,
240
- Build = 228,
241
- Burned = 229,
242
- Butcher = 230,
243
- CannotAddAnyMoreFuel = 231,
244
- CannotAnythingHere = 232,
245
- CannotBeCrafted = 233,
246
- CannotBePerformedOverWater = 234,
247
- CannotBePlacedHere = 235,
248
- CannotBePreserved = 236,
249
- CannotBeRefined = 237,
250
- CannotBeRefinedReinforcementNeeded = 238,
251
- CannotBeReinforced = 239,
252
- CannotBeRepaired = 240,
253
- CannotBuildHere = 241,
254
- CannotDigWithHands = 242,
255
- CannotEquipThatThere = 243,
256
- CannotFishFor = 244,
257
- CannotFromHere = 245,
258
- CannotHere = 246,
259
- CannotInWater = 247,
260
- CannotLeave = 248,
261
- CannotNoTreasure = 249,
262
- CannotPickUpLockedContainer = 250,
263
- CannotPickUpWhileLit = 251,
264
- CannotPlaceContainerInItself = 252,
265
- CannotPlaceHere = 253,
266
- CannotPlaceThatFromHere = 254,
267
- CannotPlaceThatHere = 255,
268
- CannotPlaceThatOverWater = 256,
269
- CannotPlantHereTilled = 257,
270
- CannotRepairWhileLit = 258,
271
- CannotRestHere = 259,
272
- CannotShipNoItems = 260,
273
- CannotShipNoPath = 261,
274
- CannotSleepHere = 262,
275
- CannotStartFireHere = 263,
276
- CannotToAnythingHere = 264,
277
- CannotToTellTime = 265,
278
- CannotUseCommand = 266,
279
- CannotWhenProtected = 267,
280
- CannotWhenProtectedDangerousAction = 268,
281
- CannotWhenProtectedDurability = 269,
282
- CarryingTooMuchWeight = 270,
283
- CarvedUpCorpse = 271,
284
- Carving = 272,
285
- CastYourLine = 273,
286
- CaughtFish = 274,
287
- ChatBanCommand = 275,
288
- ChatBannedCommand = 276,
289
- ChatCommandsCommand = 277,
290
- ChatCommandsCommandCommand = 278,
291
- ChatPingCommand = 279,
292
- ChatPlayerMessage = 280,
293
- ChatPlayersCommand = 281,
294
- ChatServerMessage = 282,
295
- ChatUnbanCommand = 283,
296
- ChatUnknownCommand = 284,
297
- Chop = 285,
298
- Chopping = 286,
299
- ClearedBlood = 287,
300
- CloseToBeingDestroyed = 288,
301
- Collapse = 289,
302
- Collapsing = 290,
303
- CommandAttack = 291,
304
- CommandDefend = 292,
305
- CommandFollowClose = 293,
306
- CommandFollowFar = 294,
307
- CommandHeel = 295,
308
- CommandStay = 296,
309
- CopiedMap = 297,
310
- CorpseOf = 298,//#used via other translations
311
- CorpseOfNamed = 299,//#used via other translations
312
- Craft = 300,
313
- Crafted = 301,
314
- Crafts = 302,
315
- CreatureAngered = 303,
316
- CreatureAppears = 304,
317
- CreatureAppeased = 305,
318
- CreatureExcrement = 306,
319
- CreatureHappinessHigh = 307,
320
- CreatureHappinessLow = 308,
321
- CreatureHappinessLowest = 309,
322
- CreatureHappinessNormal = 310,
323
- CreatureIdolAttractedCreature = 311,
324
- CreatureRefusesToBeTamed = 312,
325
- CreatureRefusesYou = 313,
326
- CreatureUntamed = 314,
327
- CreatureZoneBiomeChanged = 315,
328
- CreatureZoneLayerChanged = 316,
329
- CreatureZoneRerolled = 317,
330
- CreatureZoneTierDecreased = 318,
331
- CreatureZoneTierIncreased = 319,
332
- CrushedItemsUnderfoot = 320,
333
- CuredYourPoison = 321,
334
- CurseActionSailToIslandCannotUseCursebearer = 322,
335
- CurseEventNewPlantDeath = 323,
336
- CurseUpdateSunrise = 324,
337
- CurseUpdateSunset = 325,
338
- CurseUpdateWarning = 326,
339
- Cut = 327,
340
- CutHasHealed = 328,
341
- CutLostHealth = 329,
342
- CutWasBandaged = 330,
343
- DamageAppeared = 331,
344
- DamagedByPouring = 332,
345
- DangerousMove = 333,
346
- DangerousOpen = 334,
347
- DayQuarter1 = 335,
348
- DayQuarter2 = 336,
349
- DayQuarter3 = 337,
350
- DayQuarter4 = 338,
351
- DealtNoDamageToYou = 339,
352
- DeathBy = 340,
353
- DeathByBleeding = 341,
354
- DeathByBurning = 342,
355
- DeathByChallengeWinner = 343,
356
- DeathByConsumption = 344,
357
- DeathByCut = 345,
358
- DeathByDrowning = 346,
359
- DeathByExhaustion = 347,
360
- DeathByFistByPlayer = 348,
361
- DeathByFrostbite = 349,
362
- DeathByFrostbiteTemperatureShock = 350,
363
- DeathByMalnutrition = 351,
364
- DeathByPoison = 352,
365
- DeathBySteppingOn = 353,
366
- DeathByTrap = 354,
367
- DeathByWeaponByPlayer = 355,
368
- DedicatedTitleAlreadySelected = 356,
369
- DedicatedTitleMilestoneNotAllowed = 357,
370
- DestroyedFromUse = 358,
371
- DeveloperContainerDesync = 359,
372
- DidNotSeemToBeHurting = 360,
373
- Dig = 361,
374
- DigAway = 362,
375
- Digging = 363,
376
- Disassemble = 364,
377
- Disassembling = 365,
378
- DiscoveredCaveEntrance = 366,
379
- DiscoveredColdInsulation = 367,
380
- DiscoveredHeatInsulation = 368,
381
- DiscoveredInTheBottle = 369,
382
- DiscoveredLavaPassage = 370,
383
- DiscoveredQuality = 371,
384
- Dismantle = 372,
385
- Dismantling = 373,
386
- DismantlingRequires = 374,
387
- Dismounted = 375,
388
- DisplacedPuddles = 376,
389
- DoNotProduceAnyResources = 377,
390
- DoodadCauseStatus = 378,
391
- DoodadGroupTier = 379,
392
- DrewSurroundings = 380,
393
- Dripstone = 381,
394
- DroppedIntoDepths = 382,
395
- DroppedIntoFire = 383,
396
- DroppedIntoTheVoid = 384,
397
- DryadSprouted = 385,
398
- DueToDehydration = 386,
399
- DueToStarvation = 387,
400
- DugTreasureOut = 388,
401
- DugTreasureOutSurprise = 389,
402
- DumpContentsOfContainerInInventory = 390,
403
- DyingOfDehydration = 391,
404
- EarnedMilestone = 392,
405
- Effective = 393,
406
- EquipmentPreventedStatusEffects = 394,
407
- ErrorHasOccured = 395,
408
- Excavating = 396,
409
- ExtinguishedFire = 397,
410
- ExtinguishedLightSource = 398,
411
- ExudeNotPossible = 399,
412
- FailedToAbsorb = 400,
413
- FailedToAddFuelToTorch = 401,
414
- FailedToCage = 402,
415
- FailedToCatchFish = 403,
416
- FailedToCauseDamage = 404,
417
- FailedToCauseYouDamage = 405,
418
- FailedToCopy = 406,
419
- FailedToDraw = 407,
420
- FailedToEnchant = 408,
421
- FailedToExude = 409,
422
- FailedToIgniteTorch = 410,
423
- FailedToPickLock = 411,
424
- FailedToPreserve = 412,
425
- FailedToRefine = 413,
426
- FailedToReinforce = 414,
427
- FailedToRepair = 415,
428
- FailedToStartFire = 416,
429
- FailedToTame = 417,
430
- FailedToTransmogrify = 418,
431
- FarOffLands = 419,
432
- FeltBurningPainLostHealth = 420,
433
- FeltFrostbitePainLostHealth = 421,
434
- FewMinutes = 422,
435
- Filled = 423,
436
- FilledFrom = 424,
437
- FireAroundYouIsWarm = 425,
438
- FiredIntoObstacle = 426,
439
- FireOverflowed = 427,
440
- FireOverflowedFireElemental = 428,
441
- FireSource = 429,
442
- FishingWithNoBait = 430,
443
- Floating = 431,
444
- FreshWater = 432,
445
- FromTheStill = 433,
446
- FuelIsRequired = 434,
447
- Gather = 435,
448
- GatherDestroy = 436,
449
- Gathering = 437,
450
- GhostNoActions = 438,
451
- GhostOf = 439,
452
- GoatHasNoMilk = 440,
453
- HackAway = 441,
454
- HandProtectionPreventedInjury = 442,
455
- HandsNotEffectiveFor = 443,
456
- Harvest = 444,
457
- Harvesting = 445,
458
- HasBeenHurtByATrap = 446,
459
- HasDecayed = 447,
460
- HasHitYouForDamage = 448,
461
- HasNoEffect = 449,
462
- HasSetTrapOffNoDamage = 450,
463
- HasSplit = 451,
464
- HelpGrow = 452,
465
- HitchAttempt = 453,
466
- HitchCreature = 454,
467
- HitchDisabled = 455,
468
- HitchInUse = 456,
469
- HitForDamage = 457,
470
- HitYouForDamage = 458,
471
- Hour = 459,
472
- Hours = 460,
473
- HurtHandsHittingWithoutWeapons = 461,
474
- HurtHandsWithNoTool = 462,
475
- IgnitedTorch = 463,
476
- Ineffective = 464,
477
- InjuredFromTrap = 465,
478
- InNeedOfRepair = 466,
479
- InteractingWithHasInjuredYouForDamage = 467,
480
- InvalidContainer = 468,
481
- IsInTheWayOfPickingUp = 469,
482
- ItemFromWater = 470,
483
- JoinedAServer = 471,
484
- Jump = 472,
485
- Killed = 473,
486
- KnowledgeHasIncreased = 474,
487
- LastPlaceYouLeftOff = 475,
488
- LearnedHowToCreate = 476,
489
- LikelyFailures = 477,
490
- Limited = 478,
491
- Lockpick = 479,
492
- MapCompletedNotOfThisArea = 480,
493
- MapDestroyed = 481,
494
- MapNearlyDestroyed = 482,
495
- MapNotOfThisArea = 483,
496
- MaterialsDestroyed = 484,
497
- MessageOfTheDay = 485,
498
- MetabolismSlowed = 486,
499
- Milk = 487,
500
- Mine = 488,
501
- Mining = 489,
502
- MissedWith = 490,
503
- MissedYouWith = 491,
504
- MovedItem = 492,
505
- MovedItemFailed = 493,
506
- MoveOverTrapButDoNotSetOff = 494,
507
- MultiplayerGamePaused = 495,
508
- MultiplayerGameResumed = 496,
509
- MultiplayerPlayerConnected = 497,
510
- MultiplayerPlayerDied = 498,
511
- MultiplayerPlayerDisconnected = 499,
512
- MultiplayerPlayerJoined = 500,
513
- MustBeEquippedToIgnite = 501,
514
- Mysteriously = 502,
515
- NearlyBurnedEquipmentProtectedYou = 503,
516
- NeedToStartTravelsOutside = 504,
517
- NeedWaterForBoat = 505,
518
- NightQuarter1 = 506,
519
- NightQuarter2 = 507,
520
- NightQuarter3 = 508,
521
- NightQuarter4 = 509,
522
- No = 510,
523
- NoAmmunitionForThatWeapon = 511,
524
- NoFireToStokeWith = 512,
525
- NoFishAtLocation = 513,
526
- NoGroundWater = 514,
527
- NoInkToDrawMap = 515,
528
- NoKindlingOrFuelItemsToStartFire = 516,
529
- NoKindlingToStartFire = 517,
530
- NoLongerFeelPainOfBeingBurned = 518,
531
- NoLongerFeelPainOfBeingFrostbitten = 519,
532
- NoLongerHostile = 520,
533
- NoMoreRoomInContainer = 521,
534
- NoPaperToDrawMap = 522,
535
- NoRequiredItemToFireWeapon = 523,
536
- NoReturnWithoutCompletingChallenges = 524,
537
- NoRoomForImprovement = 525,
538
- NoRoomForVehicle = 526,
539
- NoRoomToDrop = 527,
540
- NoRoomToSummon = 528,
541
- NotEnoughPurifiedWaterYet = 529,
542
- NotEnoughTreasureToReturn = 530,
543
- NothingTo = 531,
544
- NothingToGetFromThis = 532,
545
- NothingToHarvestFromThisGather = 533,
546
- NothingToSmother = 534,
547
- NothingUsefulToHarvestYet = 535,
548
- NoTinderToStartFire = 536,
549
- NotSuitableToPlant = 537,
550
- NoWaterInStill = 538,
551
- NPCMerchantNewInventoryDialogue1 = 539,
552
- NPCMerchantNewInventoryDialogue2 = 540,
553
- NPCMerchantNewInventoryDialogue3 = 541,
554
- NPCMerchantNewInventoryDialogue4 = 542,
555
- NPCMerchantStartingDialogue1 = 543,
556
- NPCMerchantStartingDialogue2 = 544,
557
- NPCMerchantStartingDialogue3 = 545,
558
- NPCMerchantStartingDialogue4 = 546,
559
- NPCMerchantWelcomeCredit = 547,
560
- NPCShipperShipToIsland = 548,
561
- NPCShipperStartingDialogue1 = 549,
562
- NPCShipperStartingDialogue2 = 550,
563
- NPCShipperStartingDialogue3 = 551,
564
- NPCShipperStartingDialogue4 = 552,
565
- NPCWelcome = 553,
566
- ObjectIsLocked = 554,
567
- ObjectIsLockedAttemptToBreakIt = 555,
568
- OfferAberrantFail = 556,
569
- OfferAberrantFailButTamed = 557,
570
- Open = 558,
571
- OpenClose = 559,
572
- OpenCollapse = 560,
573
- OverEatingLostStamina = 561,
574
- OverHydratingLostStamina = 562,
575
- Pack = 563,
576
- PaperTurnedToMush = 564,
577
- ParryTheBlow = 565,
578
- PetCreature = 566,
579
- PickAway = 567,
580
- PickUp = 568,
581
- PickUpExcrement = 569,
582
- PickUpTheItem = 570,
583
- Place = 571,
584
- PlacedItem = 572,
585
- PlacedItemFailed = 573,
586
- PlacedOnGround = 574,
587
- PlantedInGround = 575,
588
- PlantGatheredPlant = 576,
589
- PlantGatheringWillDestroy = 577,
590
- PlantHasResourcesToGather = 578,
591
- PlantHasResourcesToHarvest = 579,
592
- PlantHighlyFertile = 580,
593
- Planting = 581,
594
- PlantIsBare = 582,
595
- PlantIsFertile = 583,
596
- PlantIsInStage = 584,
597
- PlantIsNotFertile = 585,
598
- PlantIsSeeding = 586,
599
- PlantNotReadyToHarvest = 587,
600
- PlantReadyToGather = 588,
601
- PlantReadyToGatherNotMaximal = 589,
602
- PlantReadyToHarvest = 590,
603
- PlantReadyToHarvestNotMaximal = 591,
604
- PlayerHas = 592,
605
- PlayerHasCompletedChallengeRequirement = 593,
606
- PlayerHasWonChallenge = 594,
607
- Poisoned = 595,
608
- PoisonedLostHealth = 596,
609
- PoisonWorkedItsCourse = 597,
610
- PouredOut = 598,
611
- PouredOutOnYourself = 599,
612
- PouredWaterIntoStill = 600,
613
- PourHarmedPlant = 601,
614
- PourHealedPlant = 602,
615
- PourHealedPlantFully = 603,
616
- PourHealedPlantPartially = 604,
617
- PourIncreasedFertility = 605,
618
- Pouring = 606,
619
- PourOverWatering = 607,
620
- Prepare = 608,
621
- Prepared = 609,
622
- PreservedFood = 610,
623
- PurifiedWaterInBottom = 611,
624
- PurifiedWaterInStill = 612,
625
- RandomEventsFire = 613,
626
- ReduceLength = 614,
627
- RefusedToBeTamed = 615,
628
- Repair = 616,
629
- RequiredForDisassembly = 617,
630
- RequiresFireToBeLit = 618,
631
- RequiresYouToBeAround = 619,
632
- Resistant = 620,
633
- Rest = 621,
634
- Rested = 622,
635
- Resting = 623,
636
- RestingOnGroundNotEffective = 624,
637
- RestInterrupted = 625,
638
- RestInterruptedDamage = 626,
639
- RestInterruptedDying = 627,
640
- RestInterruptedLoudNoise = 628,
641
- RestInterruptedPain = 629,
642
- RestInterruptedStirring = 630,
643
- RestInterruptedTooCold = 631,
644
- RestInterruptedTooHot = 632,
645
- RestInterruptedUncomfortablyCold = 633,
646
- RestInterruptedUncomfortablyHot = 634,
647
- RestInterruptedWaterPoured = 635,
648
- RestLongTime = 636,
649
- RestModerateTime = 637,
650
- RestOnBoat = 638,
651
- RestShortTime = 639,
652
- RestTime = 640,
653
- ReturnedToCivilization = 641,
654
- ReturningToCivilizationSetOffAgain = 642,
655
- ReturnsToLife = 643,
656
- Reverse = 644,
657
- Ride = 645,
658
- Sailing = 646,
659
- ScrollMaster = 647,
660
- ScrollProvidedNoUsefulInsight = 648,
661
- Seawater = 649,
662
- SeemsToHaveDrawnEnergy = 650,
663
- SetTrapOffButNoDamage = 651,
664
- SetUp = 652,
665
- ShadowInTheWater = 653,
666
- SkillHasRaised = 654,
667
- Skills = 655,
668
- Sleep = 656,
669
- Sleeping = 657,
670
- SleepOnBoat = 658,
671
- Slept = 659,
672
- SlitherSuckerConstricts = 660,
673
- SlitherSuckerFailedToRemove = 661,
674
- SlitherSuckerFailedToRemoveOuch = 662,
675
- SlitherSuckerJumpedOnHead = 663,
676
- SolarStill = 664,
677
- SomethingInTheWayOf = 665,
678
- SomethingInTheWayOfButcherFirst = 666,
679
- SomethingInTheWayOfFire = 667,
680
- SomethingInTheWayOfFishing = 668,
681
- SomethingInTheWayOfPerforming = 669,
682
- SomethingInTheWayOfPlacing = 670,
683
- SomethingInTheWayOfReleasing = 671,
684
- SomethingInTheWayOfSummoning = 672,
685
- SomethingInWayOfClosingDoor = 673,
686
- SoothedTheirBurnInjuries = 674,
687
- SoothedYourBurnInjuries = 675,
688
- SortedByCategory = 676,
689
- SortedByCraftableOnly = 677,
690
- SortedByName = 678,
691
- SortedBySkill = 679,
692
- SortedByUnlockedTime = 680,
693
- StaminaIsFull = 681,
694
- StartedFire = 682,
695
- StartTravelInWater = 683,
696
- StarvingToDeath = 684,
697
- StatAmount = 685,
698
- StatChangeUnknown = 686,
699
- StatGained = 687,
700
- StatIncreasing = 688,
701
- StatLost = 689,
702
- StatQuenched = 690,
703
- StatRegained = 691,
704
- StatSated = 692,
705
- SteppingOn = 693,
706
- Still = 694,
707
- StillHasNoWaterToPurify = 695,
708
- StillNoContainer = 696,
709
- StillTooColdToWork = 697,
710
- StirredUpClawWorm = 698,
711
- StirredUpCreature = 699,
712
- StoppedYourBleeding = 700,
713
- StopUsingVehicle = 701,
714
- SummonedGuardiansByDiggingTreasure = 702,
715
- SummonedGuardiansByLockpicking = 703,
716
- SummonVoidDwellerItem = 704,
717
- SummonVoidDwellerRinging = 705,
718
- SummonVoidDwellerShiver = 706,
719
- SunNotBrightEnoughToStartFire = 707,
720
- SwampWater = 708,
721
- Swimming = 709,
722
- TakenFromGroundBecomeTamed = 710,
723
- TeleportBlocked = 711,
724
- Teleported = 712,
725
- TheirFist = 713,
726
- TheirInventory = 714,
727
- ThePlant = 715,
728
- ThereIsNoContainerOnTheStill = 716,
729
- ThereIsNoSunToStartFire = 717,
730
- ThisCannotBeMilked = 718,
731
- Throw = 719,
732
- ThrownIntoDepths = 720,
733
- ThrownIntoObstacle = 721,
734
- ThrownIntoVoid = 722,
735
- TierGroup = 723,
736
- TileMakeCaveEntranceNearby = 724,
737
- TileMakeCaveEntrancePassable = 725,
738
- TileMakeCaveEntranceVoid = 726,
739
- Till = 727,
740
- Tilling = 728,
741
- TimeIs = 729,
742
- TimeIsDawn = 730,
743
- TimeIsDaytime = 731,
744
- TimeIsDusk = 732,
745
- TimeIsNighttime = 733,
746
- TimeIsSunrise = 734,
747
- TimeIsSunset = 735,
748
- ToFight = 736,
749
- TooDamaged = 737,
750
- TooExhaustedToJump = 738,
751
- Touching = 739,
752
- TrampledFire = 740,
753
- TrampledFireFail = 741,
754
- TrampledFirePartial = 742,
755
- TrampledIntoGround = 743,
756
- TrampleIntoGround = 744,
757
- Trampling = 745,
758
- TransmogrificationNoEffect = 746,
759
- TransmogrificationNotPossible = 747,
760
- Transmogrified = 748,
761
- TrapMissed = 749,
762
- TrapStoppedYou = 750,
763
- Traveling = 751,
764
- Treasure = 752,
765
- TreasureIsBlocked = 753,
766
- UiActionCannotUseInaccessibleItem = 754,
767
- UiActionCannotUseInThisSituation = 755,
768
- UiActionCannotUseNoItemHovered = 756,
769
- UiActionCannotUseNotInRange = 757,
770
- UiActionCannotUseOnThisIsland = 758,
771
- UiActionCannotUseRequiresCreature = 759,
772
- UiActionCannotUseRequiresDoodad = 760,
773
- UiActionCannotUseRequiresItem = 761,
774
- UiActionCannotUseRequiresNPC = 762,
775
- UiActionCannotUseRequiresVehicle = 763,
776
- UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue1 = 764,
777
- UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue2 = 765,
778
- UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue3 = 766,
779
- UiDialogTradeIndicateTradeAlreadyTradedSellDialogue1 = 767,
780
- UiDialogTradeIndicateTradeAlreadyTradedSellDialogue2 = 768,
781
- UiDialogTradeIndicateTradeAlreadyTradedSellDialogue3 = 769,
782
- UiDialogTradeIndicateTradeTooMuchTradesDialogue1 = 770,
783
- UiDialogTradeIndicateTradeTooMuchTradesDialogue2 = 771,
784
- UiDialogTradeIndicateTradeTooMuchTradesDialogue3 = 772,
785
- UnhitchCreature = 773,
786
- Unknown = 774,
787
- Unlimited = 775,
788
- UnlockedChest = 776,
789
- UnpurifiedFreshWater = 777,
790
- UnpurifiedWaterInStill = 778,
791
- UnpurifiedWaterInTop = 779,
792
- Use = 780,
793
- UsingBareHands = 781,
794
- VehicleDefense = 782,
795
- VoidDwellerVanishes = 783,
796
- Vulnerable = 784,
797
- Water = 785,
798
- WaterGathering = 786,
799
- WaterPutOutFire = 787,
800
- WellIsDry = 788,
801
- WellIsFull = 789,
802
- WildGoatRefusedToBeMilked = 790,
803
- WorkingYourselfIntoExhaustion = 791,
804
- WorkingYourselfIntoExhaustionAndDrowning = 792,
805
- WorldContainer = 793,
806
- You = 794,
807
- YouAbsorb = 795,
808
- YouApplied = 796,
809
- YouAreAlready = 797,
810
- YouAte = 798,
811
- YouBeginResting = 799,
812
- YouCannotDoThatYet = 800,
813
- YouCanNowCombatTheTides = 801,
814
- YouCrafted = 802,
815
- YouDoNotFindTreasureYet = 803,
816
- YouDrank = 804,
817
- YouDropTheTorch = 805,
818
- YouEnchant = 806,
819
- YouEquip = 807,
820
- YouExude = 808,
821
- YouExudeSome = 809,
822
- YouExudeSomeReasonConflicting = 810,
823
- YouExudeSomeReasonMax = 811,
824
- YouExudeSomeReasonProperties = 812,
825
- YouFailedTo = 813,
826
- YouFailedToExtinguishedFireFully = 814,
827
- YouFailedToHeal = 815,
828
- YouFailedToHealOther = 816,
829
- YouFire = 817,
830
- YouGathered = 818,
831
- YouHarvested = 819,
832
- YouHave = 820,
833
- YouHaveAlreadyLearned = 821,
834
- YouHaveBeenCut = 822,
835
- YouHaveCaged = 823,
836
- YouHaveCommanded = 824,
837
- YouHaveDied = 825,
838
- YouHaveHealedOther = 826,
839
- YouHaveKilled = 827,
840
- YouHaveNotCommanded = 828,
841
- YouHaveReleased = 829,
842
- YouHaveSummoned = 830,
843
- YouHaveTamed = 831,
844
- YouHaveUncaged = 832,
845
- YouNoticeBecomeEnraged = 833,
846
- YouNoticeDying = 834,
847
- YouNoticeFertilityDecreasing = 835,
848
- YouNoticeFertilityIncreasing = 836,
849
- YouNoticeGrowing = 837,
850
- YouNoticeLavaCooling = 838,
851
- YouNoticeLavaHardening = 839,
852
- YouNoticePerish = 840,
853
- YouNoticePlantDamage = 841,
854
- YouNoticePlantRegenerated = 842,
855
- YouNoticeStumbleInjureItself = 843,
856
- YouNoticeTakeFromGround = 844,
857
- YouNoticeWoundsClosing = 845,
858
- YouOfferedToCreature = 846,
859
- YouOfferedToCreatureRejects = 847,
860
- YouOpen = 848,
861
- YouPacked = 849,
862
- YouPickedUp = 850,
863
- YouRefine = 851,
864
- YouReinforce = 852,
865
- YouRepair = 853,
866
- YouReturnFromCivilizationWith = 854,
867
- YourFist = 855,
868
- YourHands = 856,
869
- YourInventory = 857,
870
- YourIsland = 858,
871
- YouSeeALivingMushroomSpore = 859,
872
- YouSeeASkeletonCollapse = 860,
873
- YouSeeASlimeCombine = 861,
874
- YouSeeAZombieBleeding = 862,
875
- YouSeeCoolDown = 863,
876
- YouSeeDrop = 864,
877
- YouSeeEngulfFire = 865,
878
- YouSeeFireSpread = 866,
879
- YouSeeHelpingPlant = 867,
880
- YouSeeLay = 868,
881
- YouSeeLayingTrap = 869,
882
- YouSeeSpewLava = 870,
883
- YouSeeSpiderSpin = 871,
884
- YouSeeSpitAcid = 872,
885
- YouSeeSpringForth = 873,
886
- YouSeeSummon = 874,
887
- YouSeeSwampFlood = 875,
888
- YouSeeTrampling = 876,
889
- YouSetTheTrapOff = 877,
890
- YouStokeTheCreature = 878,
891
- YouSwapMainHandAndOffHand = 879,
892
- YouThrew = 880,
893
- YouTilled = 881,
894
- YouUnequip = 882,
895
- YouUsed = 883,
896
- YouViewTheItemsOn = 884,
897
- YouWhileTraveling = 885
206
+ AddedFuelToFireNoChange = 194,
207
+ AddedFuelToFireWeakened = 195,
208
+ AddedFuelToTorch = 196,
209
+ AllEquipmentUnEquipped = 197,
210
+ AlreadyDesalinatedWaterInStill = 198,
211
+ AlreadyFullyRefined = 199,
212
+ AlreadyFullyRepaired = 200,
213
+ AlreadyPreserved = 201,
214
+ AnotherIsland = 202,
215
+ AnUnknownItem = 203,
216
+ AppearedNotEffectiveForGathering = 204,
217
+ ArmorAppeared = 205,
218
+ ArmorProtectedFromInjuryAgainst = 206,
219
+ AttemptToSoothBurnInWater = 207,
220
+ AttemptToSoothFrostbiteWithFire = 208,
221
+ AttemptToSoothFrostbiteWithFireTooHot = 209,
222
+ AttemptToTill = 210,
223
+ BadlyBurnedLostHealth = 211,
224
+ BeenPoisoned = 212,
225
+ BeginSleeping = 213,
226
+ BeginUsingVehicle = 214,
227
+ BleedingHasStopped = 215,
228
+ BleedingProfusely = 216,
229
+ BleedingToDeathLostHealth = 217,
230
+ BookBlank = 218,
231
+ BookContains = 219,
232
+ BookCrumbles = 220,
233
+ BookDiagrams = 221,
234
+ BookEmpty = 222,
235
+ BookNothing = 223,
236
+ BookOpen = 224,
237
+ BookScribbles = 225,
238
+ BothEffectiveIneffective = 226,
239
+ BrokeIntoPieces = 227,
240
+ BrokenOnImpact = 228,
241
+ BrokenWhileFiring = 229,
242
+ Build = 230,
243
+ Burned = 231,
244
+ Butcher = 232,
245
+ CannotAddAnyMoreFuel = 233,
246
+ CannotAnythingHere = 234,
247
+ CannotBeCrafted = 235,
248
+ CannotBePerformedOverWater = 236,
249
+ CannotBePlacedHere = 237,
250
+ CannotBePreserved = 238,
251
+ CannotBeRefined = 239,
252
+ CannotBeRefinedReinforcementNeeded = 240,
253
+ CannotBeReinforced = 241,
254
+ CannotBeRepaired = 242,
255
+ CannotBuildHere = 243,
256
+ CannotDigWithHands = 244,
257
+ CannotEquipThatThere = 245,
258
+ CannotFishFor = 246,
259
+ CannotFromHere = 247,
260
+ CannotHere = 248,
261
+ CannotInWater = 249,
262
+ CannotLeave = 250,
263
+ CannotNoTreasure = 251,
264
+ CannotPickUpLockedContainer = 252,
265
+ CannotPickUpWhileLit = 253,
266
+ CannotPlaceContainerInItself = 254,
267
+ CannotPlaceHere = 255,
268
+ CannotPlaceThatFromHere = 256,
269
+ CannotPlaceThatHere = 257,
270
+ CannotPlaceThatOverWater = 258,
271
+ CannotPlantHereTilled = 259,
272
+ CannotRepairWhileLit = 260,
273
+ CannotRestHere = 261,
274
+ CannotShipNoItems = 262,
275
+ CannotShipNoPath = 263,
276
+ CannotSleepHere = 264,
277
+ CannotStartFireHere = 265,
278
+ CannotToAnythingHere = 266,
279
+ CannotToTellTime = 267,
280
+ CannotUseCommand = 268,
281
+ CannotWhenProtected = 269,
282
+ CannotWhenProtectedDangerousAction = 270,
283
+ CannotWhenProtectedDurability = 271,
284
+ CarryingTooMuchWeight = 272,
285
+ CarvedUpCorpse = 273,
286
+ Carving = 274,
287
+ CastYourLine = 275,
288
+ CaughtFish = 276,
289
+ ChatBanCommand = 277,
290
+ ChatBannedCommand = 278,
291
+ ChatCommandsCommand = 279,
292
+ ChatCommandsCommandCommand = 280,
293
+ ChatPingCommand = 281,
294
+ ChatPlayerMessage = 282,
295
+ ChatPlayersCommand = 283,
296
+ ChatServerMessage = 284,
297
+ ChatUnbanCommand = 285,
298
+ ChatUnknownCommand = 286,
299
+ Chop = 287,
300
+ Chopping = 288,
301
+ ClearedBlood = 289,
302
+ CloseToBeingDestroyed = 290,
303
+ Collapse = 291,
304
+ Collapsing = 292,
305
+ CommandAttack = 293,
306
+ CommandDefend = 294,
307
+ CommandFollowClose = 295,
308
+ CommandFollowFar = 296,
309
+ CommandHeel = 297,
310
+ CommandStay = 298,
311
+ CopiedMap = 299,
312
+ CorpseOf = 300,//#used via other translations
313
+ CorpseOfNamed = 301,//#used via other translations
314
+ Craft = 302,
315
+ Crafted = 303,
316
+ Crafts = 304,
317
+ CreatureAngered = 305,
318
+ CreatureAppears = 306,
319
+ CreatureAppeased = 307,
320
+ CreatureExcrement = 308,
321
+ CreatureHappinessHigh = 309,
322
+ CreatureHappinessLow = 310,
323
+ CreatureHappinessLowest = 311,
324
+ CreatureHappinessNormal = 312,
325
+ CreatureIdolAttractedCreature = 313,
326
+ CreatureRefusesToBeTamed = 314,
327
+ CreatureRefusesYou = 315,
328
+ CreatureUntamed = 316,
329
+ CreatureZoneBiomeChanged = 317,
330
+ CreatureZoneLayerChanged = 318,
331
+ CreatureZoneRerolled = 319,
332
+ CreatureZoneTierDecreased = 320,
333
+ CreatureZoneTierIncreased = 321,
334
+ CrushedItemsUnderfoot = 322,
335
+ CuredYourPoison = 323,
336
+ CurseActionSailToIslandCannotUseCursebearer = 324,
337
+ CurseEventNewPlantDeath = 325,
338
+ CurseUpdateSunrise = 326,
339
+ CurseUpdateSunset = 327,
340
+ CurseUpdateWarning = 328,
341
+ Cut = 329,
342
+ CutHasHealed = 330,
343
+ CutLostHealth = 331,
344
+ CutWasBandaged = 332,
345
+ DamageAppeared = 333,
346
+ DamagedByPouring = 334,
347
+ DangerousMove = 335,
348
+ DangerousOpen = 336,
349
+ DayQuarter1 = 337,
350
+ DayQuarter2 = 338,
351
+ DayQuarter3 = 339,
352
+ DayQuarter4 = 340,
353
+ DealtNoDamageToYou = 341,
354
+ DeathBy = 342,
355
+ DeathByBleeding = 343,
356
+ DeathByBurning = 344,
357
+ DeathByChallengeWinner = 345,
358
+ DeathByConsumption = 346,
359
+ DeathByCut = 347,
360
+ DeathByDrowning = 348,
361
+ DeathByExhaustion = 349,
362
+ DeathByFistByPlayer = 350,
363
+ DeathByFrostbite = 351,
364
+ DeathByFrostbiteTemperatureShock = 352,
365
+ DeathByMalnutrition = 353,
366
+ DeathByPoison = 354,
367
+ DeathBySteppingOn = 355,
368
+ DeathByTrap = 356,
369
+ DeathByWeaponByPlayer = 357,
370
+ DedicatedTitleAlreadySelected = 358,
371
+ DedicatedTitleMilestoneNotAllowed = 359,
372
+ DestroyedFromUse = 360,
373
+ DeveloperContainerDesync = 361,
374
+ DidNotSeemToBeHurting = 362,
375
+ Dig = 363,
376
+ DigAway = 364,
377
+ Digging = 365,
378
+ Disassemble = 366,
379
+ Disassembling = 367,
380
+ DiscoveredCaveEntrance = 368,
381
+ DiscoveredColdInsulation = 369,
382
+ DiscoveredHeatInsulation = 370,
383
+ DiscoveredInTheBottle = 371,
384
+ DiscoveredLavaPassage = 372,
385
+ DiscoveredQuality = 373,
386
+ Dismantle = 374,
387
+ Dismantling = 375,
388
+ DismantlingRequires = 376,
389
+ Dismounted = 377,
390
+ DisplacedPuddles = 378,
391
+ DoNotProduceAnyResources = 379,
392
+ DoodadCauseStatus = 380,
393
+ DoodadGroupTier = 381,
394
+ DrewSurroundings = 382,
395
+ Dripstone = 383,
396
+ DroppedIntoDepths = 384,
397
+ DroppedIntoFire = 385,
398
+ DroppedIntoTheVoid = 386,
399
+ DryadSprouted = 387,
400
+ DueToDehydration = 388,
401
+ DueToStarvation = 389,
402
+ DugTreasureOut = 390,
403
+ DugTreasureOutSurprise = 391,
404
+ DumpContentsOfContainerInInventory = 392,
405
+ DyingOfDehydration = 393,
406
+ EarnedMilestone = 394,
407
+ Effective = 395,
408
+ EquipmentPreventedStatusEffects = 396,
409
+ ErrorHasOccured = 397,
410
+ Excavating = 398,
411
+ ExtinguishedFire = 399,
412
+ ExtinguishedLightSource = 400,
413
+ ExudeNotPossible = 401,
414
+ FailedToAbsorb = 402,
415
+ FailedToAddFuelToTorch = 403,
416
+ FailedToCage = 404,
417
+ FailedToCatchFish = 405,
418
+ FailedToCauseDamage = 406,
419
+ FailedToCauseYouDamage = 407,
420
+ FailedToCopy = 408,
421
+ FailedToDraw = 409,
422
+ FailedToEnchant = 410,
423
+ FailedToExude = 411,
424
+ FailedToIgniteTorch = 412,
425
+ FailedToPickLock = 413,
426
+ FailedToPreserve = 414,
427
+ FailedToRefine = 415,
428
+ FailedToReinforce = 416,
429
+ FailedToRepair = 417,
430
+ FailedToStartFire = 418,
431
+ FailedToTame = 419,
432
+ FailedToTransmogrify = 420,
433
+ FarOffLands = 421,
434
+ FeltBurningPainLostHealth = 422,
435
+ FeltFrostbitePainLostHealth = 423,
436
+ FewMinutes = 424,
437
+ Filled = 425,
438
+ FilledFrom = 426,
439
+ FireAroundYouIsWarm = 427,
440
+ FiredIntoObstacle = 428,
441
+ FireOverflowed = 429,
442
+ FireOverflowedFireElemental = 430,
443
+ FireSource = 431,
444
+ FishingWithNoBait = 432,
445
+ Floating = 433,
446
+ FreshWater = 434,
447
+ FromTheStill = 435,
448
+ FuelIsRequired = 436,
449
+ Gather = 437,
450
+ GatherDestroy = 438,
451
+ Gathering = 439,
452
+ GhostNoActions = 440,
453
+ GhostOf = 441,
454
+ GoatHasNoMilk = 442,
455
+ HackAway = 443,
456
+ HandProtectionPreventedInjury = 444,
457
+ HandsNotEffectiveFor = 445,
458
+ Harvest = 446,
459
+ Harvesting = 447,
460
+ HasBeenHurtByATrap = 448,
461
+ HasDecayed = 449,
462
+ HasHitYouForDamage = 450,
463
+ HasNoEffect = 451,
464
+ HasSetTrapOffNoDamage = 452,
465
+ HasSplit = 453,
466
+ HelpGrow = 454,
467
+ HitchAttempt = 455,
468
+ HitchCreature = 456,
469
+ HitchDisabled = 457,
470
+ HitchInUse = 458,
471
+ HitForDamage = 459,
472
+ HitYouForDamage = 460,
473
+ Hour = 461,
474
+ Hours = 462,
475
+ HurtHandsHittingWithoutWeapons = 463,
476
+ HurtHandsWithNoTool = 464,
477
+ IgnitedTorch = 465,
478
+ Ineffective = 466,
479
+ InjuredFromTrap = 467,
480
+ InNeedOfRepair = 468,
481
+ InteractingWithHasInjuredYouForDamage = 469,
482
+ InvalidContainer = 470,
483
+ IsInTheWayOfPickingUp = 471,
484
+ ItemFromWater = 472,
485
+ JoinedAServer = 473,
486
+ Jump = 474,
487
+ Killed = 475,
488
+ KnowledgeHasIncreased = 476,
489
+ LastPlaceYouLeftOff = 477,
490
+ LearnedHowToCreate = 478,
491
+ LikelyFailures = 479,
492
+ Limited = 480,
493
+ Lockpick = 481,
494
+ MapCompletedNotOfThisArea = 482,
495
+ MapDestroyed = 483,
496
+ MapNearlyDestroyed = 484,
497
+ MapNotOfThisArea = 485,
498
+ MaterialsDestroyed = 486,
499
+ MessageOfTheDay = 487,
500
+ MetabolismSlowed = 488,
501
+ Milk = 489,
502
+ Mine = 490,
503
+ Mining = 491,
504
+ MissedWith = 492,
505
+ MissedYouWith = 493,
506
+ MovedItem = 494,
507
+ MovedItemFailed = 495,
508
+ MoveOverTrapButDoNotSetOff = 496,
509
+ MultiplayerGamePaused = 497,
510
+ MultiplayerGameResumed = 498,
511
+ MultiplayerPlayerConnected = 499,
512
+ MultiplayerPlayerDied = 500,
513
+ MultiplayerPlayerDisconnected = 501,
514
+ MultiplayerPlayerJoined = 502,
515
+ MustBeEquippedToIgnite = 503,
516
+ Mysteriously = 504,
517
+ NearlyBurnedEquipmentProtectedYou = 505,
518
+ NeedToStartTravelsOutside = 506,
519
+ NeedWaterForBoat = 507,
520
+ NightQuarter1 = 508,
521
+ NightQuarter2 = 509,
522
+ NightQuarter3 = 510,
523
+ NightQuarter4 = 511,
524
+ No = 512,
525
+ NoAmmunitionForThatWeapon = 513,
526
+ NoFireToStokeWith = 514,
527
+ NoFishAtLocation = 515,
528
+ NoGroundWater = 516,
529
+ NoInkToDrawMap = 517,
530
+ NoKindlingOrFuelItemsToStartFire = 518,
531
+ NoKindlingToStartFire = 519,
532
+ NoLongerFeelPainOfBeingBurned = 520,
533
+ NoLongerFeelPainOfBeingFrostbitten = 521,
534
+ NoLongerHostile = 522,
535
+ NoMoreRoomInContainer = 523,
536
+ NoPaperToDrawMap = 524,
537
+ NoRequiredItemToFireWeapon = 525,
538
+ NoReturnWithoutCompletingChallenges = 526,
539
+ NoRoomForImprovement = 527,
540
+ NoRoomForVehicle = 528,
541
+ NoRoomToDrop = 529,
542
+ NoRoomToSummon = 530,
543
+ NotEnoughPurifiedWaterYet = 531,
544
+ NotEnoughTreasureToReturn = 532,
545
+ NothingTo = 533,
546
+ NothingToGetFromThis = 534,
547
+ NothingToHarvestFromThisGather = 535,
548
+ NothingToSmother = 536,
549
+ NothingUsefulToHarvestYet = 537,
550
+ NoTinderToStartFire = 538,
551
+ NotSuitableToPlant = 539,
552
+ NoWaterInStill = 540,
553
+ NPCMerchantNewInventoryDialogue1 = 541,
554
+ NPCMerchantNewInventoryDialogue2 = 542,
555
+ NPCMerchantNewInventoryDialogue3 = 543,
556
+ NPCMerchantNewInventoryDialogue4 = 544,
557
+ NPCMerchantStartingDialogue1 = 545,
558
+ NPCMerchantStartingDialogue2 = 546,
559
+ NPCMerchantStartingDialogue3 = 547,
560
+ NPCMerchantStartingDialogue4 = 548,
561
+ NPCMerchantWelcomeCredit = 549,
562
+ NPCShipperShipToIsland = 550,
563
+ NPCShipperStartingDialogue1 = 551,
564
+ NPCShipperStartingDialogue2 = 552,
565
+ NPCShipperStartingDialogue3 = 553,
566
+ NPCShipperStartingDialogue4 = 554,
567
+ NPCWelcome = 555,
568
+ ObjectIsLocked = 556,
569
+ ObjectIsLockedAttemptToBreakIt = 557,
570
+ OfferAberrantFail = 558,
571
+ OfferAberrantFailButTamed = 559,
572
+ Open = 560,
573
+ OpenClose = 561,
574
+ OpenCollapse = 562,
575
+ OverEatingLostStamina = 563,
576
+ OverHydratingLostStamina = 564,
577
+ Pack = 565,
578
+ PaperTurnedToMush = 566,
579
+ ParryTheBlow = 567,
580
+ PetCreature = 568,
581
+ PickAway = 569,
582
+ PickUp = 570,
583
+ PickUpExcrement = 571,
584
+ PickUpTheItem = 572,
585
+ Place = 573,
586
+ PlacedItem = 574,
587
+ PlacedItemFailed = 575,
588
+ PlacedOnGround = 576,
589
+ PlantedInGround = 577,
590
+ PlantGatheredPlant = 578,
591
+ PlantGatheringWillDestroy = 579,
592
+ PlantHasResourcesToGather = 580,
593
+ PlantHasResourcesToHarvest = 581,
594
+ PlantHighlyFertile = 582,
595
+ Planting = 583,
596
+ PlantIsBare = 584,
597
+ PlantIsFertile = 585,
598
+ PlantIsInStage = 586,
599
+ PlantIsNotFertile = 587,
600
+ PlantIsSeeding = 588,
601
+ PlantNotReadyToHarvest = 589,
602
+ PlantReadyToGather = 590,
603
+ PlantReadyToGatherNotMaximal = 591,
604
+ PlantReadyToHarvest = 592,
605
+ PlantReadyToHarvestNotMaximal = 593,
606
+ PlayerHas = 594,
607
+ PlayerHasCompletedChallengeRequirement = 595,
608
+ PlayerHasWonChallenge = 596,
609
+ Poisoned = 597,
610
+ PoisonedLostHealth = 598,
611
+ PoisonWorkedItsCourse = 599,
612
+ PouredOut = 600,
613
+ PouredOutOnYourself = 601,
614
+ PouredWaterIntoStill = 602,
615
+ PourHarmedPlant = 603,
616
+ PourHealedPlant = 604,
617
+ PourHealedPlantFully = 605,
618
+ PourHealedPlantPartially = 606,
619
+ PourIncreasedFertility = 607,
620
+ Pouring = 608,
621
+ PourOverWatering = 609,
622
+ Prepare = 610,
623
+ Prepared = 611,
624
+ PreservedFood = 612,
625
+ PurifiedWaterInBottom = 613,
626
+ PurifiedWaterInStill = 614,
627
+ RandomEventsFire = 615,
628
+ ReduceLength = 616,
629
+ RefusedToBeTamed = 617,
630
+ Repair = 618,
631
+ RequiredForDisassembly = 619,
632
+ RequiresFireToBeLit = 620,
633
+ RequiresYouToBeAround = 621,
634
+ Resistant = 622,
635
+ Rest = 623,
636
+ Rested = 624,
637
+ Resting = 625,
638
+ RestingOnGroundNotEffective = 626,
639
+ RestInterrupted = 627,
640
+ RestInterruptedDamage = 628,
641
+ RestInterruptedDying = 629,
642
+ RestInterruptedLoudNoise = 630,
643
+ RestInterruptedPain = 631,
644
+ RestInterruptedStirring = 632,
645
+ RestInterruptedTooCold = 633,
646
+ RestInterruptedTooHot = 634,
647
+ RestInterruptedUncomfortablyCold = 635,
648
+ RestInterruptedUncomfortablyHot = 636,
649
+ RestInterruptedWaterPoured = 637,
650
+ RestLongTime = 638,
651
+ RestModerateTime = 639,
652
+ RestOnBoat = 640,
653
+ RestShortTime = 641,
654
+ RestTime = 642,
655
+ ReturnedToCivilization = 643,
656
+ ReturningToCivilizationSetOffAgain = 644,
657
+ ReturnsToLife = 645,
658
+ Reverse = 646,
659
+ Ride = 647,
660
+ Sailing = 648,
661
+ ScrollMaster = 649,
662
+ ScrollProvidedNoUsefulInsight = 650,
663
+ Seawater = 651,
664
+ SeemsToHaveDrawnEnergy = 652,
665
+ SetTrapOffButNoDamage = 653,
666
+ SetUp = 654,
667
+ ShadowInTheWater = 655,
668
+ SkillHasRaised = 656,
669
+ Skills = 657,
670
+ Sleep = 658,
671
+ Sleeping = 659,
672
+ SleepOnBoat = 660,
673
+ Slept = 661,
674
+ SlitherSuckerConstricts = 662,
675
+ SlitherSuckerFailedToRemove = 663,
676
+ SlitherSuckerFailedToRemoveOuch = 664,
677
+ SlitherSuckerJumpedOnHead = 665,
678
+ SolarStill = 666,
679
+ SomethingInTheWayOf = 667,
680
+ SomethingInTheWayOfButcherFirst = 668,
681
+ SomethingInTheWayOfFire = 669,
682
+ SomethingInTheWayOfFishing = 670,
683
+ SomethingInTheWayOfPerforming = 671,
684
+ SomethingInTheWayOfPlacing = 672,
685
+ SomethingInTheWayOfReleasing = 673,
686
+ SomethingInTheWayOfSummoning = 674,
687
+ SomethingInWayOfClosingDoor = 675,
688
+ SoothedTheirBurnInjuries = 676,
689
+ SoothedYourBurnInjuries = 677,
690
+ SortedByCategory = 678,
691
+ SortedByCraftableOnly = 679,
692
+ SortedByName = 680,
693
+ SortedBySkill = 681,
694
+ SortedByUnlockedTime = 682,
695
+ StaminaIsFull = 683,
696
+ StartedFire = 684,
697
+ StartTravelInWater = 685,
698
+ StarvingToDeath = 686,
699
+ StatAmount = 687,
700
+ StatChangeUnknown = 688,
701
+ StatGained = 689,
702
+ StatIncreasing = 690,
703
+ StatLost = 691,
704
+ StatQuenched = 692,
705
+ StatRegained = 693,
706
+ StatSated = 694,
707
+ SteppingOn = 695,
708
+ Still = 696,
709
+ StillHasNoWaterToPurify = 697,
710
+ StillNoContainer = 698,
711
+ StillTooColdToWork = 699,
712
+ StirredUpClawWorm = 700,
713
+ StirredUpCreature = 701,
714
+ StoppedYourBleeding = 702,
715
+ StopUsingVehicle = 703,
716
+ SummonedGuardiansByDiggingTreasure = 704,
717
+ SummonedGuardiansByLockpicking = 705,
718
+ SummonVoidDwellerItem = 706,
719
+ SummonVoidDwellerRinging = 707,
720
+ SummonVoidDwellerShiver = 708,
721
+ SunNotBrightEnoughToStartFire = 709,
722
+ SwampWater = 710,
723
+ Swimming = 711,
724
+ TakenFromGroundBecomeTamed = 712,
725
+ TeleportBlocked = 713,
726
+ Teleported = 714,
727
+ TheirFist = 715,
728
+ TheirInventory = 716,
729
+ ThePlant = 717,
730
+ ThereIsNoContainerOnTheStill = 718,
731
+ ThereIsNoSunToStartFire = 719,
732
+ ThisCannotBeMilked = 720,
733
+ Throw = 721,
734
+ ThrownIntoDepths = 722,
735
+ ThrownIntoObstacle = 723,
736
+ ThrownIntoVoid = 724,
737
+ TierGroup = 725,
738
+ TileMakeCaveEntranceNearby = 726,
739
+ TileMakeCaveEntrancePassable = 727,
740
+ TileMakeCaveEntranceVoid = 728,
741
+ Till = 729,
742
+ Tilling = 730,
743
+ TimeIs = 731,
744
+ TimeIsDawn = 732,
745
+ TimeIsDaytime = 733,
746
+ TimeIsDusk = 734,
747
+ TimeIsNighttime = 735,
748
+ TimeIsSunrise = 736,
749
+ TimeIsSunset = 737,
750
+ ToFight = 738,
751
+ TooDamaged = 739,
752
+ TooExhaustedToJump = 740,
753
+ Touching = 741,
754
+ TrampledFire = 742,
755
+ TrampledFireFail = 743,
756
+ TrampledFirePartial = 744,
757
+ TrampledIntoGround = 745,
758
+ TrampleIntoGround = 746,
759
+ Trampling = 747,
760
+ TransmogrificationNoEffect = 748,
761
+ TransmogrificationNotPossible = 749,
762
+ Transmogrified = 750,
763
+ TrapMissed = 751,
764
+ TrapStoppedYou = 752,
765
+ Traveling = 753,
766
+ Treasure = 754,
767
+ TreasureIsBlocked = 755,
768
+ UiActionCannotUseInaccessibleItem = 756,
769
+ UiActionCannotUseInThisSituation = 757,
770
+ UiActionCannotUseNoItemHovered = 758,
771
+ UiActionCannotUseNotInRange = 759,
772
+ UiActionCannotUseOnThisIsland = 760,
773
+ UiActionCannotUseRequiresCreature = 761,
774
+ UiActionCannotUseRequiresDoodad = 762,
775
+ UiActionCannotUseRequiresItem = 763,
776
+ UiActionCannotUseRequiresNPC = 764,
777
+ UiActionCannotUseRequiresVehicle = 765,
778
+ UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue1 = 766,
779
+ UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue2 = 767,
780
+ UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue3 = 768,
781
+ UiDialogTradeIndicateTradeAlreadyTradedSellDialogue1 = 769,
782
+ UiDialogTradeIndicateTradeAlreadyTradedSellDialogue2 = 770,
783
+ UiDialogTradeIndicateTradeAlreadyTradedSellDialogue3 = 771,
784
+ UiDialogTradeIndicateTradeTooMuchTradesDialogue1 = 772,
785
+ UiDialogTradeIndicateTradeTooMuchTradesDialogue2 = 773,
786
+ UiDialogTradeIndicateTradeTooMuchTradesDialogue3 = 774,
787
+ UnhitchCreature = 775,
788
+ Unknown = 776,
789
+ Unlimited = 777,
790
+ UnlockedChest = 778,
791
+ UnpurifiedFreshWater = 779,
792
+ UnpurifiedWaterInStill = 780,
793
+ UnpurifiedWaterInTop = 781,
794
+ Use = 782,
795
+ UsingBareHands = 783,
796
+ VehicleDefense = 784,
797
+ VoidDwellerVanishes = 785,
798
+ Vulnerable = 786,
799
+ Water = 787,
800
+ WaterGathering = 788,
801
+ WaterPutOutFire = 789,
802
+ WellIsDry = 790,
803
+ WellIsFull = 791,
804
+ WildGoatRefusedToBeMilked = 792,
805
+ WorkingYourselfIntoExhaustion = 793,
806
+ WorkingYourselfIntoExhaustionAndDrowning = 794,
807
+ WorldContainer = 795,
808
+ You = 796,
809
+ YouAbsorb = 797,
810
+ YouApplied = 798,
811
+ YouAreAlready = 799,
812
+ YouAte = 800,
813
+ YouBeginResting = 801,
814
+ YouCannotDoThatYet = 802,
815
+ YouCanNowCombatTheTides = 803,
816
+ YouCrafted = 804,
817
+ YouDoNotFindTreasureYet = 805,
818
+ YouDrank = 806,
819
+ YouDropTheTorch = 807,
820
+ YouEnchant = 808,
821
+ YouEquip = 809,
822
+ YouExude = 810,
823
+ YouExudeSome = 811,
824
+ YouExudeSomeReasonConflicting = 812,
825
+ YouExudeSomeReasonMax = 813,
826
+ YouExudeSomeReasonProperties = 814,
827
+ YouFailedTo = 815,
828
+ YouFailedToExtinguishedFireFully = 816,
829
+ YouFailedToHeal = 817,
830
+ YouFailedToHealOther = 818,
831
+ YouFire = 819,
832
+ YouGathered = 820,
833
+ YouHarmTheCreatureByStoking = 821,
834
+ YouHarvested = 822,
835
+ YouHave = 823,
836
+ YouHaveAlreadyLearned = 824,
837
+ YouHaveBeenCut = 825,
838
+ YouHaveCaged = 826,
839
+ YouHaveCommanded = 827,
840
+ YouHaveDied = 828,
841
+ YouHaveHarmedOther = 829,
842
+ YouHaveHealedOther = 830,
843
+ YouHaveKilled = 831,
844
+ YouHaveNotCommanded = 832,
845
+ YouHaveReleased = 833,
846
+ YouHaveSummoned = 834,
847
+ YouHaveTamed = 835,
848
+ YouHaveUncaged = 836,
849
+ YouNoticeBecomeEnraged = 837,
850
+ YouNoticeDying = 838,
851
+ YouNoticeFertilityDecreasing = 839,
852
+ YouNoticeFertilityIncreasing = 840,
853
+ YouNoticeGrowing = 841,
854
+ YouNoticeLavaCooling = 842,
855
+ YouNoticeLavaHardening = 843,
856
+ YouNoticePerish = 844,
857
+ YouNoticePlantDamage = 845,
858
+ YouNoticePlantRegenerated = 846,
859
+ YouNoticeStumbleInjureItself = 847,
860
+ YouNoticeTakeFromGround = 848,
861
+ YouNoticeWoundsClosing = 849,
862
+ YouOfferedToCreature = 850,
863
+ YouOfferedToCreatureRejects = 851,
864
+ YouOpen = 852,
865
+ YouPacked = 853,
866
+ YouPickedUp = 854,
867
+ YouRefine = 855,
868
+ YouReinforce = 856,
869
+ YouRepair = 857,
870
+ YouReturnFromCivilizationWith = 858,
871
+ YourFist = 859,
872
+ YourHands = 860,
873
+ YourInventory = 861,
874
+ YourIsland = 862,
875
+ YouSeeALivingMushroomSpore = 863,
876
+ YouSeeASkeletonCollapse = 864,
877
+ YouSeeASlimeCombine = 865,
878
+ YouSeeAZombieBleeding = 866,
879
+ YouSeeCoolDown = 867,
880
+ YouSeeDrop = 868,
881
+ YouSeeEngulfFire = 869,
882
+ YouSeeFireSpread = 870,
883
+ YouSeeHelpingPlant = 871,
884
+ YouSeeLay = 872,
885
+ YouSeeLayingTrap = 873,
886
+ YouSeeSpewLava = 874,
887
+ YouSeeSpiderSpin = 875,
888
+ YouSeeSpitAcid = 876,
889
+ YouSeeSpringForth = 877,
890
+ YouSeeSummon = 878,
891
+ YouSeeSwampFlood = 879,
892
+ YouSeeTrampling = 880,
893
+ YouSetTheTrapOff = 881,
894
+ YouStokeTheCreature = 882,
895
+ YouSwapMainHandAndOffHand = 883,
896
+ YouThrew = 884,
897
+ YouTilled = 885,
898
+ YouUnequip = 886,
899
+ YouUsed = 887,
900
+ YouViewTheItemsOn = 888,
901
+ YouWhileTraveling = 889
898
902
  }
899
903
  export default Message;