@wayward/types 2.14.4-beta.dev.20250506.1 → 2.14.4-beta.dev.20250507.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.
@@ -79,798 +79,798 @@ declare enum Message {
79
79
  ActionEnhanceFailed = 67,
80
80
  ActionEnhanceNotPossible = 68,
81
81
  ActionEquipWillBreakOnDamage = 69,
82
- ActionFishingNothingBiting = 70,
83
- ActionFishingSlipped = 71,
84
- ActionFishingTooShallow = 72,
85
- ActionGatherNoResourceYet = 73,
86
- ActionInvokeCannotUseSilence = 74,
87
- ActionInvokeChaosNoEffect = 75,
88
- ActionInvokeEvilCreaturesAttracted = 76,
89
- ActionInvokeEvilCreaturesNoneSummoned = 77,
90
- ActionInvokeGoodCreaturesPacified = 78,
91
- ActionInvokeGoodCreaturesPacifiedAttacked = 79,
92
- ActionInvokeGoodCreaturesPacifiedNone = 80,
93
- ActionJumpCannotJump = 81,
94
- ActionMeleeNothingToAttack = 82,
95
- ActionMoveItemCannotUseContainerTooFarAway = 83,
96
- ActionMoveItemCannotUseEquipped = 84,
97
- ActionMoveItemCannotUseFromInvalidContainer = 85,
98
- ActionMoveItemCannotUseInvalidContainer = 86,
99
- ActionMoveItemCannotUseItemFilteredOut = 87,
100
- ActionMoveItemCannotUseItemQualityOrTypeIncorrect = 88,
101
- ActionMoveItemCannotUseItemTooFarAway = 89,
102
- ActionMoveItemCannotUseMovingFromMultipleContainers = 90,
103
- ActionMoveItemCannotUseNoContainerToMoveTo = 91,
104
- ActionMoveItemCannotUseNoItems = 92,
105
- ActionMoveItemCannotUseNoRoom = 93,
106
- ActionMoveItemCannotUseProtected = 94,
107
- ActionMoveToSwimOffEdgeCannotCombatTides = 95,
108
- ActionNavigateMoon = 96,
109
- ActionNavigateNotOverworld = 97,
110
- ActionNavigateSun = 98,
111
- ActionNavigateUseSextant = 99,
112
- ActionPetCreatureRefused = 100,
113
- ActionPetNotAccepted = 101,
114
- ActionPetNoTamedCreature = 102,
115
- ActionPickUpAllItemsNoItems = 103,
116
- ActionPickUpDoodadCannotUseContainsItems = 104,
117
- ActionPickUpExcrementNoExcrement = 105,
118
- ActionPickUpItemNoItem = 106,
119
- ActionPickUpNoPickUp = 107,
120
- ActionPourNoEffect = 108,
121
- ActionRefineNoDurability = 109,
122
- ActionReleaseNoTamedCreature = 110,
123
- ActionRenameIsland = 111,
124
- ActionRepairMaxDurabilityTooLow = 112,
125
- ActionReshapeFailed = 113,
126
- ActionReshapeNotPossibleBonus = 114,
127
- ActionReshapeReshaped = 115,
128
- ActionRestAdjacentCreature = 116,
129
- ActionSailToCivilizationNotInsideBoat = 117,
130
- ActionSailToIsland = 118,
131
- ActionSailToIslandArrived = 119,
132
- ActionSailToIslandCannotUseCannotReachEdge = 120,
133
- ActionSailToIslandCannotUseCannotReachPort = 121,
134
- ActionSailToIslandCannotUseGhost = 122,
135
- ActionSailToIslandCannotUseInvalidDestination = 123,
136
- ActionSailToIslandCannotUseNoDestination = 124,
137
- ActionSailToIslandCannotUseNotEnoughStamina = 125,
138
- ActionSailToIslandCannotUseNotEnoughSwimmingSkill = 126,
139
- ActionSailToIslandCannotUseTravellingIsDisallowedInTheseLands = 127,
140
- ActionSailToIslandPlayerArriving = 128,
141
- ActionSailToIslandPlayerDeparting = 129,
142
- ActionSetCreatureAiAlreadyCommanded = 130,
143
- ActionSetCreatureAiCannotCommand = 131,
144
- ActionSetCreatureAiNotEnoughSkill = 132,
145
- ActionSetCreatureAiNotEnoughTames = 133,
146
- ActionSetDownNotEnoughRoom = 134,
147
- ActionShipToIslandNoDestination = 135,
148
- ActionSwapEquipmentCannotUseNoEquipmentToSwap = 136,
149
- ActionTameCreatureTamed = 137,
150
- ActionTameNoCreature = 138,
151
- ActionTestDepthNothingToTest = 139,
152
- ActionTestDepthWell = 140,
153
- ActionToggleContainerCannotUseAlreadyClosed = 141,
154
- ActionToggleContainerCannotUseNoContainer = 142,
155
- ActionToggleContainerCannotUseNoContainerToClose = 143,
156
- ActionToggleContainerCannotUseNoContainerToOpen = 144,
157
- ActionToggleContainerCannotUseNotAccessible = 145,
158
- ActionToggleContainerCannotUseUnknownContainer = 146,
159
- ActionToggleDoorNoDoor = 147,
160
- ActionToggleHitchAlreadyHitched = 148,
161
- ActionToggleHitchAlreadyUnhitched = 149,
162
- ActionToggleHitchNoCreature = 150,
163
- ActionToggleHitchNoHitch = 151,
164
- ActionToggleTilledAlreadyPacked = 152,
165
- ActionToggleTilledAlreadyTilled = 153,
166
- ActionToggleTilledDug = 154,
167
- ActionTradeCannotUseExceedsCarryWeight = 155,
168
- ActionTradeCannotUseNotEnoughCredit = 156,
169
- ActionTradeCannotUseNothingToTrade = 157,
170
- ActionTradeCannotUseTradedTooMuch = 158,
171
- ActionTradeCreditChange = 159,
172
- ActionTradeCreditChangeDecrease = 160,
173
- ActionTradeCreditChangeIncrease = 161,
174
- ActionTradeDialogue1 = 162,
175
- ActionTradeDialogue2 = 163,
176
- ActionTradeDialogue3 = 164,
177
- ActionTradeDialogue4 = 165,
178
- ActionTradeIndicateUntradable = 166,
179
- ActionTradeMerchantItems = 167,
180
- ActionTradeYourItems = 168,
181
- ActionUncageCannotUncageHere = 169,
182
- ActionUpgradeFailed = 170,
183
- ActionUpgradeMagicalInert = 171,
184
- ActionUpgradeNoEffect = 172,
185
- ActionUpgradeNotMagical = 173,
186
- ActionUpgradeNotPossible = 174,
187
- ActionUpgradeUpgraded = 175,
188
- ActionUseItemWeaponNeeded = 176,
189
- ActionViewItemsCannotUseBlocked = 177,
190
- AddedFuelToFire = 178,
191
- AddedFuelToTorch = 179,
192
- AllEquipmentUnEquipped = 180,
193
- AlreadyDesalinatedWaterInStill = 181,
194
- AlreadyFullyRefined = 182,
195
- AlreadyFullyRepaired = 183,
196
- AlreadyPreserved = 184,
197
- AnotherIsland = 185,
198
- AnUnknownItem = 186,
199
- AppearedNotEffectiveForGathering = 187,
200
- ArmorAppeared = 188,
201
- ArmorProtectedFromInjuryAgainst = 189,
202
- AttemptToSoothBurnInWater = 190,
203
- AttemptToSoothFrostbiteWithFire = 191,
204
- AttemptToSoothFrostbiteWithFireTooHot = 192,
205
- AttemptToTill = 193,
206
- BadlyBurnedLostHealth = 194,
207
- BeenPoisoned = 195,
208
- BeginSleeping = 196,
209
- BeginUsingVehicle = 197,
210
- BleedingHasStopped = 198,
211
- BleedingProfusely = 199,
212
- BleedingToDeathLostHealth = 200,
213
- BookBlank = 201,
214
- BookContains = 202,
215
- BookCrumbles = 203,
216
- BookDiagrams = 204,
217
- BookEmpty = 205,
218
- BookNothing = 206,
219
- BookOpen = 207,
220
- BookScribbles = 208,
221
- BothEffectiveIneffective = 209,
222
- BrokeIntoPieces = 210,
223
- BrokenOnImpact = 211,
224
- BrokenWhileFiring = 212,
225
- Build = 213,
226
- Burned = 214,
227
- Butcher = 215,
228
- CannotAddAnyMoreFuel = 216,
229
- CannotAnythingHere = 217,
230
- CannotBeCrafted = 218,
231
- CannotBePerformedOverWater = 219,
232
- CannotBePlacedHere = 220,
233
- CannotBePreserved = 221,
234
- CannotBeRefined = 222,
235
- CannotBeRefinedReinforcementNeeded = 223,
236
- CannotBeReinforced = 224,
237
- CannotBeRepaired = 225,
238
- CannotBuildHere = 226,
239
- CannotDigWithHands = 227,
240
- ActionExcavateCollapseCannotDoHere = 228,
241
- ActionExcavateCollapseNotDeepEnough = 229,
242
- CannotEquipThatThere = 230,
243
- CannotFishFor = 231,
244
- CannotFromHere = 232,
245
- CannotHere = 233,
246
- CannotInWater = 234,
247
- CannotLeave = 235,
248
- CannotNoTreasure = 236,
249
- CannotPickUpLockedContainer = 237,
250
- CannotPickUpWhileLit = 238,
251
- CannotPlaceContainerInItself = 239,
252
- CannotPlaceHere = 240,
253
- CannotPlaceThatFromHere = 241,
254
- CannotPlaceThatHere = 242,
255
- CannotPlaceThatOverWater = 243,
256
- CannotPlantHereTilled = 244,
257
- CannotRepairWhileLit = 245,
258
- CannotRestHere = 246,
259
- CannotShipNoItems = 247,
260
- CannotShipNoPath = 248,
261
- CannotSleepHere = 249,
262
- CannotStartFireHere = 250,
263
- CannotToAnythingHere = 251,
264
- CannotToTellTime = 252,
265
- CannotUseCommand = 253,
266
- CannotWhenProtected = 254,
267
- CannotWhenProtectedDangerousAction = 255,
268
- CannotWhenProtectedDurability = 256,
269
- CarryingTooMuchWeight = 257,
270
- CarvedUpCorpse = 258,
271
- Carving = 259,
272
- CastYourLine = 260,
273
- CaughtFish = 261,
274
- ChatBanCommand = 262,
275
- ChatBannedCommand = 263,
276
- ChatCommandsCommand = 264,
277
- ChatCommandsCommandCommand = 265,
278
- ChatPingCommand = 266,
279
- ChatPlayerMessage = 267,
280
- ChatPlayersCommand = 268,
281
- ChatServerMessage = 269,
282
- ChatUnbanCommand = 270,
283
- ChatUnknownCommand = 271,
284
- Chop = 272,
285
- Chopping = 273,
286
- ClearedBlood = 274,
287
- CloseToBeingDestroyed = 275,
288
- CommandAttack = 276,
289
- CommandDefend = 277,
290
- CommandFollowClose = 278,
291
- CommandFollowFar = 279,
292
- CommandHeel = 280,
293
- CommandStay = 281,
294
- CopiedMap = 282,
295
- CorpseOf = 283,//#used via other translations
296
- CorpseOfNamed = 284,//#used via other translations
297
- Craft = 285,
298
- Crafted = 286,
299
- Crafts = 287,
300
- CreatureAngered = 288,
301
- CreatureAppears = 289,
302
- CreatureAppeased = 290,
303
- CreatureExcrement = 291,
304
- CreatureHappinessHigh = 292,
305
- CreatureHappinessLow = 293,
306
- CreatureHappinessLowest = 294,
307
- CreatureHappinessNormal = 295,
308
- CreatureIdolAttractedCreature = 296,
309
- CreatureRefusesToBeTamed = 297,
310
- CreatureRefusesYou = 298,
311
- CreatureUntamed = 299,
312
- CreatureZoneBiomeChanged = 300,
313
- CreatureZoneLayerChanged = 301,
314
- CreatureZoneRerolled = 302,
315
- CreatureZoneTierDecreased = 303,
316
- CreatureZoneTierIncreased = 304,
317
- CuredYourPoison = 305,
318
- Cut = 306,
319
- CutHasHealed = 307,
320
- CutLostHealth = 308,
321
- CutWasBandaged = 309,
322
- DamageAppeared = 310,
323
- DamagedByPouring = 311,
324
- DangerousMove = 312,
325
- DangerousOpen = 313,
326
- DayQuarter1 = 314,
327
- DayQuarter2 = 315,
328
- DayQuarter3 = 316,
329
- DayQuarter4 = 317,
330
- DealtNoDamageToYou = 318,
331
- DeathBy = 319,
332
- DeathByBleeding = 320,
333
- DeathByBurning = 321,
334
- DeathByChallengeWinner = 322,
335
- DeathByConsumption = 323,
336
- DeathByCut = 324,
337
- DeathByDrowning = 325,
338
- DeathByExhaustion = 326,
339
- DeathByFistByPlayer = 327,
340
- DeathByFrostbite = 328,
341
- DeathByFrostbiteTemperatureShock = 329,
342
- DeathByMalnutrition = 330,
343
- DeathByPoison = 331,
344
- DeathBySteppingOn = 332,
345
- DeathByTrap = 333,
346
- DeathByWeaponByPlayer = 334,
347
- DedicatedTitleAlreadySelected = 335,
348
- DedicatedTitleMilestoneNotAllowed = 336,
349
- DestroyedFromUse = 337,
350
- DeveloperContainerDesync = 338,
351
- DidNotSeemToBeHurting = 339,
352
- Dig = 340,
353
- DigAway = 341,
354
- Digging = 342,
355
- Excavating = 343,
356
- Collapsing = 344,
357
- Disassemble = 345,
358
- Disassembling = 346,
359
- DiscoveredCaveEntrance = 347,
360
- DiscoveredColdInsulation = 348,
361
- DiscoveredHeatInsulation = 349,
362
- DiscoveredInTheBottle = 350,
363
- DiscoveredLavaPassage = 351,
364
- DiscoveredQuality = 352,
365
- Dismantle = 353,
366
- Dismantling = 354,
367
- DismantlingRequires = 355,
368
- Dismounted = 356,
369
- DisplacedPuddles = 357,
370
- DoNotProduceAnyResources = 358,
371
- DoodadCauseStatus = 359,
372
- DoodadGroupTier = 360,
373
- DrewSurroundings = 361,
374
- Dripstone = 362,
375
- DroppedIntoDepths = 363,
376
- DroppedIntoFire = 364,
377
- DroppedIntoTheVoid = 365,
378
- DryadSprouted = 366,
379
- DueToDehydration = 367,
380
- DueToStarvation = 368,
381
- DugTreasureOut = 369,
382
- DugTreasureOutSurprise = 370,
383
- DumpContentsOfContainerInInventory = 371,
384
- DyingOfDehydration = 372,
385
- EarnedMilestone = 373,
386
- Effective = 374,
387
- EquipmentPreventedStatusEffects = 375,
388
- ErrorHasOccured = 376,
389
- ExtinguishedFire = 377,
390
- ExtinguishedLightSource = 378,
391
- ExudeNotPossible = 379,
392
- FailedToAbsorb = 380,
393
- FailedToAddFuelToTorch = 381,
394
- FailedToCage = 382,
395
- FailedToCatchFish = 383,
396
- FailedToCauseDamage = 384,
397
- FailedToCauseYouDamage = 385,
398
- FailedToCopy = 386,
399
- FailedToDraw = 387,
400
- FailedToEnchant = 388,
401
- FailedToExude = 389,
402
- FailedToIgniteTorch = 390,
403
- FailedToPickLock = 391,
404
- FailedToPreserve = 392,
405
- FailedToRefine = 393,
406
- FailedToReinforce = 394,
407
- FailedToRepair = 395,
408
- FailedToStartFire = 396,
409
- FailedToTame = 397,
410
- FailedToTransmogrify = 398,
411
- FarOffLands = 399,
412
- FeltBurningPainLostHealth = 400,
413
- FeltFrostbitePainLostHealth = 401,
414
- FewMinutes = 402,
415
- Filled = 403,
416
- FilledFrom = 404,
417
- FireAroundYouIsWarm = 405,
418
- FiredIntoObstacle = 406,
419
- FireOverflowed = 407,
420
- FireOverflowedFireElemental = 408,
421
- FireSource = 409,
422
- FishingWithNoBait = 410,
423
- Floating = 411,
424
- FreshWater = 412,
425
- FromTheStill = 413,
426
- FuelIsRequired = 414,
427
- Gather = 415,
428
- GatherDestroy = 416,
429
- Gathering = 417,
430
- GhostNoActions = 418,
431
- GhostOf = 419,
432
- GoatHasNoMilk = 420,
433
- HackAway = 421,
434
- HandProtectionPreventedInjury = 422,
435
- HandsNotEffectiveFor = 423,
436
- Harvest = 424,
437
- Harvesting = 425,
438
- HasBeenHurtByATrap = 426,
439
- HasDecayed = 427,
440
- HasHitYouForDamage = 428,
441
- HasNoEffect = 429,
442
- HasSetTrapOffNoDamage = 430,
443
- HasSplit = 431,
444
- HelpGrow = 432,
445
- HitchAttempt = 433,
446
- HitchCreature = 434,
447
- HitchDisabled = 435,
448
- HitchInUse = 436,
449
- HitForDamage = 437,
450
- HitYouForDamage = 438,
451
- Hour = 439,
452
- Hours = 440,
453
- HurtHandsHittingWithoutWeapons = 441,
454
- HurtHandsWithNoTool = 442,
455
- IgnitedTorch = 443,
456
- Ineffective = 444,
457
- InjuredFromTrap = 445,
458
- InNeedOfRepair = 446,
459
- InteractingWithHasInjuredYouForDamage = 447,
460
- InvalidContainer = 448,
461
- IsInTheWayOfPickingUp = 449,
462
- ItemFromWater = 450,
463
- JoinedAServer = 451,
464
- Jump = 452,
465
- Killed = 453,
466
- KnowledgeHasIncreased = 454,
467
- LastPlaceYouLeftOff = 455,
468
- LearnedHowToCreate = 456,
469
- LikelyFailures = 457,
470
- Limited = 458,
471
- Lockpick = 459,
472
- MapCompletedNotOfThisArea = 460,
473
- MapDestroyed = 461,
474
- MapNearlyDestroyed = 462,
475
- MapNotOfThisArea = 463,
476
- MaterialsDestroyed = 464,
477
- MessageOfTheDay = 465,
478
- MetabolismSlowed = 466,
479
- Milk = 467,
480
- Mine = 468,
481
- Mining = 469,
482
- MissedWith = 470,
483
- MissedYouWith = 471,
484
- MovedItem = 472,
485
- MovedItemFailed = 473,
486
- MoveOverTrapButDoNotSetOff = 474,
487
- MultiplayerGamePaused = 475,
488
- MultiplayerGameResumed = 476,
489
- MultiplayerPlayerConnected = 477,
490
- MultiplayerPlayerDied = 478,
491
- MultiplayerPlayerDisconnected = 479,
492
- MultiplayerPlayerJoined = 480,
493
- MustBeEquippedToIgnite = 481,
494
- Mysteriously = 482,
495
- NearlyBurnedEquipmentProtectedYou = 483,
496
- NeedToStartTravelsOutside = 484,
497
- NeedWaterForBoat = 485,
498
- NightQuarter1 = 486,
499
- NightQuarter2 = 487,
500
- NightQuarter3 = 488,
501
- NightQuarter4 = 489,
502
- No = 490,
503
- NoAmmunitionForThatWeapon = 491,
504
- NoFireToStokeWith = 492,
505
- NoFishAtLocation = 493,
506
- NoGroundWater = 494,
507
- NoInkToDrawMap = 495,
508
- NoKindlingOrFuelItemsToStartFire = 496,
509
- NoKindlingToStartFire = 497,
510
- NoLongerFeelPainOfBeingBurned = 498,
511
- NoLongerFeelPainOfBeingFrostbitten = 499,
512
- NoLongerHostile = 500,
513
- NoMoreRoomInContainer = 501,
514
- NoPaperToDrawMap = 502,
515
- NoRequiredItemToFireWeapon = 503,
516
- NoReturnWithoutCompletingChallenges = 504,
517
- NoRoomForImprovement = 505,
518
- NoRoomForVehicle = 506,
519
- NoRoomToDrop = 507,
520
- NoRoomToSummon = 508,
521
- NotEnoughPurifiedWaterYet = 509,
522
- NotEnoughTreasureToReturn = 510,
523
- NothingTo = 511,
524
- NothingToGetFromThis = 512,
525
- NothingToHarvestFromThisGather = 513,
526
- NothingToSmother = 514,
527
- NothingUsefulToHarvestYet = 515,
528
- NoTinderToStartFire = 516,
529
- NotSuitableToPlant = 517,
530
- NoWaterInStill = 518,
531
- NPCMerchantNewInventoryDialogue1 = 519,
532
- NPCMerchantNewInventoryDialogue2 = 520,
533
- NPCMerchantNewInventoryDialogue3 = 521,
534
- NPCMerchantNewInventoryDialogue4 = 522,
535
- NPCMerchantStartingDialogue1 = 523,
536
- NPCMerchantStartingDialogue2 = 524,
537
- NPCMerchantStartingDialogue3 = 525,
538
- NPCMerchantStartingDialogue4 = 526,
539
- NPCMerchantWelcomeCredit = 527,
540
- NPCShipperShipToIsland = 528,
541
- NPCShipperStartingDialogue1 = 529,
542
- NPCShipperStartingDialogue2 = 530,
543
- NPCShipperStartingDialogue3 = 531,
544
- NPCShipperStartingDialogue4 = 532,
545
- NPCWelcome = 533,
546
- ObjectIsLocked = 534,
547
- ObjectIsLockedAttemptToBreakIt = 535,
548
- OfferAberrantFail = 536,
549
- OfferAberrantFailButTamed = 537,
550
- Open = 538,
551
- Collapse = 539,
552
- ActionExcavateCollapseOpenCollapse = 540,
553
- OpenClose = 541,
554
- OverEatingLostStamina = 542,
555
- OverHydratingLostStamina = 543,
556
- Pack = 544,
557
- PaperTurnedToMush = 545,
558
- ParryTheBlow = 546,
559
- PetCreature = 547,
560
- PickAway = 548,
561
- PickUp = 549,
562
- PickUpExcrement = 550,
563
- PickUpTheItem = 551,
564
- Place = 552,
565
- PlacedItem = 553,
566
- PlacedItemFailed = 554,
567
- PlacedOnGround = 555,
568
- PlantedInGround = 556,
569
- PlantGatheredPlant = 557,
570
- PlantGatheringWillDestroy = 558,
571
- PlantHasResourcesToGather = 559,
572
- PlantHasResourcesToHarvest = 560,
573
- PlantHighlyFertile = 561,
574
- Planting = 562,
575
- PlantIsBare = 563,
576
- PlantIsFertile = 564,
577
- PlantIsInStage = 565,
578
- PlantIsNotFertile = 566,
579
- PlantNotReadyToHarvest = 567,
580
- PlantReadyToGather = 568,
581
- PlantReadyToGatherNotMaximal = 569,
582
- PlantReadyToHarvest = 570,
583
- PlantReadyToHarvestNotMaximal = 571,
584
- PlayerHas = 572,
585
- PlayerHasCompletedChallengeRequirement = 573,
586
- PlayerHasWonChallenge = 574,
587
- Poisoned = 575,
588
- PoisonedLostHealth = 576,
589
- PoisonWorkedItsCourse = 577,
590
- PouredOut = 578,
591
- PouredOutOnYourself = 579,
592
- PouredWaterIntoStill = 580,
593
- PourHarmedPlant = 581,
594
- PourHealedPlant = 582,
595
- PourHealedPlantFully = 583,
596
- PourHealedPlantPartially = 584,
597
- PourIncreasedFertility = 585,
598
- Pouring = 586,
599
- PourOverWatering = 587,
600
- Prepare = 588,
601
- Prepared = 589,
602
- PreservedFood = 590,
603
- PurifiedWaterInBottom = 591,
604
- PurifiedWaterInStill = 592,
605
- RandomEventsFire = 593,
606
- ReduceLength = 594,
607
- RefusedToBeTamed = 595,
608
- Repair = 596,
609
- RequiredForDisassembly = 597,
610
- RequiresFireToBeLit = 598,
611
- RequiresYouToBeAround = 599,
612
- Resistant = 600,
613
- Rest = 601,
614
- Rested = 602,
615
- Resting = 603,
616
- RestingOnGroundNotEffective = 604,
617
- RestInterrupted = 605,
618
- RestInterruptedDamage = 606,
619
- RestInterruptedDying = 607,
620
- RestInterruptedLoudNoise = 608,
621
- RestInterruptedPain = 609,
622
- RestInterruptedStirring = 610,
623
- RestInterruptedWaterPoured = 611,
624
- RestLongTime = 612,
625
- RestModerateTime = 613,
626
- RestOnBoat = 614,
627
- RestShortTime = 615,
628
- RestTime = 616,
629
- ReturnedToCivilization = 617,
630
- ReturningToCivilizationSetOffAgain = 618,
631
- ReturnsToLife = 619,
632
- Reverse = 620,
633
- Sailing = 621,
634
- ScrollMaster = 622,
635
- ScrollProvidedNoUsefulInsight = 623,
636
- Seawater = 624,
637
- SeemsToHaveDrawnEnergy = 625,
638
- SetTrapOffButNoDamage = 626,
639
- SetUp = 627,
640
- ShadowInTheWater = 628,
641
- SkillHasRaised = 629,
642
- Skills = 630,
643
- Sleep = 631,
644
- Sleeping = 632,
645
- SleepOnBoat = 633,
646
- Slept = 634,
647
- SlitherSuckerConstricts = 635,
648
- SlitherSuckerFailedToRemove = 636,
649
- SlitherSuckerFailedToRemoveOuch = 637,
650
- SlitherSuckerJumpedOnHead = 638,
651
- SolarStill = 639,
652
- SomethingInTheWayOf = 640,
653
- SomethingInTheWayOfButcherFirst = 641,
654
- SomethingInTheWayOfFire = 642,
655
- SomethingInTheWayOfFishing = 643,
656
- SomethingInTheWayOfPerforming = 644,
657
- SomethingInTheWayOfPlacing = 645,
658
- SomethingInTheWayOfReleasing = 646,
659
- SomethingInTheWayOfSummoning = 647,
660
- SomethingInWayOfClosingDoor = 648,
661
- SoothedTheirBurnInjuries = 649,
662
- SoothedYourBurnInjuries = 650,
663
- SortedByCategory = 651,
664
- SortedByCraftableOnly = 652,
665
- SortedByName = 653,
666
- SortedBySkill = 654,
667
- SortedByUnlockedTime = 655,
668
- StaminaIsFull = 656,
669
- StartedFire = 657,
670
- StartTravelInWater = 658,
671
- StarvingToDeath = 659,
672
- StatAmount = 660,
673
- StatChangeUnknown = 661,
674
- StatGained = 662,
675
- StatIncreasing = 663,
676
- StatLost = 664,
677
- StatQuenched = 665,
678
- StatRegained = 666,
679
- StatSated = 667,
680
- SteppingOn = 668,
681
- Still = 669,
682
- StillHasNoWaterToPurify = 670,
683
- StirredUpClawWorm = 671,
684
- StirredUpCreature = 672,
685
- StoppedYourBleeding = 673,
686
- StopUsingVehicle = 674,
687
- SummonedGuardiansByDiggingTreasure = 675,
688
- SummonedGuardiansByLockpicking = 676,
689
- SummonVoidDwellerItem = 677,
690
- SummonVoidDwellerRinging = 678,
691
- SummonVoidDwellerShiver = 679,
692
- SunNotBrightEnoughToStartFire = 680,
693
- SwampWater = 681,
694
- Swimming = 682,
695
- TakenFromGroundBecomeTamed = 683,
696
- TeleportBlocked = 684,
697
- Teleported = 685,
698
- TheirFist = 686,
699
- TheirInventory = 687,
700
- ThePlant = 688,
701
- ThereIsNoContainerOnTheStill = 689,
702
- ThereIsNoSunToStartFire = 690,
703
- ThisCannotBeMilked = 691,
704
- Throw = 692,
705
- ThrownIntoDepths = 693,
706
- ThrownIntoObstacle = 694,
707
- ThrownIntoVoid = 695,
708
- TierGroup = 696,
709
- Till = 697,
710
- Tilling = 698,
711
- TimeIs = 699,
712
- TimeIsDawn = 700,
713
- TimeIsDaytime = 701,
714
- TimeIsDusk = 702,
715
- TimeIsNighttime = 703,
716
- TimeIsSunrise = 704,
717
- TimeIsSunset = 705,
718
- ToFight = 706,
719
- TooDamaged = 707,
720
- TooExhaustedToJump = 708,
721
- Touching = 709,
722
- TrampledFire = 710,
723
- TrampledFireFail = 711,
724
- TrampledFirePartial = 712,
725
- TrampledIntoGround = 713,
726
- TrampleIntoGround = 714,
727
- Trampling = 715,
728
- TransmogrificationNoEffect = 716,
729
- TransmogrificationNotPossible = 717,
730
- Transmogrified = 718,
731
- TrapMissed = 719,
732
- TrapStoppedYou = 720,
733
- Traveling = 721,
734
- Treasure = 722,
735
- TreasureIsBlocked = 723,
736
- UiActionCannotUseInaccessibleItem = 724,
737
- UiActionCannotUseInThisSituation = 725,
738
- UiActionCannotUseNoItemHovered = 726,
739
- UiActionCannotUseNotInRange = 727,
740
- UiActionCannotUseOnThisIsland = 728,
741
- UiActionCannotUseRequiresCreature = 729,
742
- UiActionCannotUseRequiresDoodad = 730,
743
- UiActionCannotUseRequiresItem = 731,
744
- UiActionCannotUseRequiresNPC = 732,
745
- UiActionCannotUseRequiresVehicle = 733,
746
- UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue1 = 734,
747
- UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue2 = 735,
748
- UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue3 = 736,
749
- UiDialogTradeIndicateTradeAlreadyTradedSellDialogue1 = 737,
750
- UiDialogTradeIndicateTradeAlreadyTradedSellDialogue2 = 738,
751
- UiDialogTradeIndicateTradeAlreadyTradedSellDialogue3 = 739,
752
- UiDialogTradeIndicateTradeTooMuchTradesDialogue1 = 740,
753
- UiDialogTradeIndicateTradeTooMuchTradesDialogue2 = 741,
754
- UiDialogTradeIndicateTradeTooMuchTradesDialogue3 = 742,
755
- UnhitchCreature = 743,
756
- Unknown = 744,
757
- Unlimited = 745,
758
- UnlockedChest = 746,
759
- UnpurifiedFreshWater = 747,
760
- UnpurifiedWaterInStill = 748,
761
- UnpurifiedWaterInTop = 749,
762
- Use = 750,
763
- UsingBareHands = 751,
764
- VehicleDefense = 752,
765
- Vulnerable = 753,
766
- Water = 754,
767
- WaterGathering = 755,
768
- WaterPutOutFire = 756,
769
- WellIsDry = 757,
770
- WellIsFull = 758,
771
- WildGoatRefusedToBeMilked = 759,
772
- WorkingYourselfIntoExhaustion = 760,
773
- WorkingYourselfIntoExhaustionAndDrowning = 761,
774
- WorldContainer = 762,
775
- You = 763,
776
- YouAbsorb = 764,
777
- YouApplied = 765,
778
- YouAreAlready = 766,
779
- YouAte = 767,
780
- YouBeginResting = 768,
781
- YouCannotDoThatYet = 769,
782
- YouCanNowCombatTheTides = 770,
783
- YouCrafted = 771,
784
- YouDoNotFindTreasureYet = 772,
785
- YouDrank = 773,
786
- YouDropTheTorch = 774,
787
- YouEnchant = 775,
788
- YouEquip = 776,
789
- YouExude = 777,
790
- YouExudeSome = 778,
791
- YouExudeSomeReasonConflicting = 779,
792
- YouExudeSomeReasonMax = 780,
793
- YouExudeSomeReasonProperties = 781,
794
- YouFailedTo = 782,
795
- YouFailedToExtinguishedFireFully = 783,
796
- YouFailedToHeal = 784,
797
- YouFailedToHealOther = 785,
798
- YouFire = 786,
799
- YouGathered = 787,
800
- YouHarvested = 788,
801
- YouHave = 789,
802
- YouHaveAlreadyLearned = 790,
803
- YouHaveBeenCut = 791,
804
- YouHaveCaged = 792,
805
- YouHaveCommanded = 793,
806
- YouHaveDied = 794,
807
- YouHaveHealedOther = 795,
808
- YouHaveKilled = 796,
809
- YouHaveNotCommanded = 797,
810
- YouHaveReleased = 798,
811
- YouHaveSummoned = 799,
812
- YouHaveTamed = 800,
813
- YouHaveUncaged = 801,
814
- YouNoticeBarren = 802,
815
- YouNoticeBecomeEnraged = 803,
816
- YouNoticeDying = 804,
817
- YouNoticeFertilityDecreasing = 805,
818
- YouNoticeFertilityIncreasing = 806,
819
- YouNoticeGrowing = 807,
820
- YouNoticeLavaCooling = 808,
821
- YouNoticeLavaHardening = 809,
822
- YouNoticePerish = 810,
823
- YouNoticePlantDamage = 811,
824
- YouNoticePlantRegenerated = 812,
825
- YouNoticeRegrowing = 813,
826
- YouNoticeStumbleInjureItself = 814,
827
- YouNoticeTakeFromGround = 815,
828
- YouNoticeWoundsClosing = 816,
829
- YouOfferedToCreature = 817,
830
- YouOfferedToCreatureRejects = 818,
831
- YouOpen = 819,
832
- YouPacked = 820,
833
- YouPickedUp = 821,
834
- YouRefine = 822,
835
- YouReinforce = 823,
836
- YouRepair = 824,
837
- YouReturnFromCivilizationWith = 825,
838
- YourFist = 826,
839
- YourHands = 827,
840
- YourInventory = 828,
841
- YourIsland = 829,
842
- YouSeeALivingMushroomSpore = 830,
843
- YouSeeASkeletonCollapse = 831,
844
- YouSeeASlimeCombine = 832,
845
- YouSeeAZombieBleeding = 833,
846
- YouSeeCoolDown = 834,
847
- YouSeeDrop = 835,
848
- YouSeeEngulfFire = 836,
849
- YouSeeFireSpread = 837,
850
- YouSeeHelpingPlant = 838,
851
- YouSeeLay = 839,
852
- YouSeeLayingTrap = 840,
853
- YouSeeSpewLava = 841,
854
- YouSeeSpitAcid = 842,
855
- YouSeeSpringForth = 843,
856
- YouSeeSummon = 844,
857
- YouSeeSwampFlood = 845,
858
- YouSeeTrampling = 846,
859
- YouSetTheTrapOff = 847,
860
- YouStokeTheCreature = 848,
861
- YouSwapMainHandAndOffHand = 849,
862
- YouThrew = 850,
863
- YouTilled = 851,
864
- YouUnequip = 852,
865
- YouUsed = 853,
866
- YouViewTheItemsOn = 854,
867
- YouWhileTraveling = 855,
868
- ActionExcavateCollapseFail = 856,
869
- ActionExcavateCollapseExcavated = 857,
870
- ActionExcavateCollapseExcavatedSurface = 858,
871
- ActionExcavateCollapseNotPassable = 859,
872
- TileMakeCaveEntranceVoid = 860,
873
- TileMakeCaveEntranceNearby = 861,
874
- TileMakeCaveEntrancePassable = 862
82
+ ActionExcavateCollapseCannotDoHere = 70,
83
+ ActionExcavateCollapseExcavated = 71,
84
+ ActionExcavateCollapseExcavatedSurface = 72,
85
+ ActionExcavateCollapseFail = 73,
86
+ ActionExcavateCollapseNotDeepEnough = 74,
87
+ ActionExcavateCollapseNotPassable = 75,
88
+ ActionExcavateCollapseOpenCollapse = 76,
89
+ ActionFishingNothingBiting = 77,
90
+ ActionFishingSlipped = 78,
91
+ ActionFishingTooShallow = 79,
92
+ ActionGatherNoResourceYet = 80,
93
+ ActionInvokeCannotUseSilence = 81,
94
+ ActionInvokeChaosNoEffect = 82,
95
+ ActionInvokeEvilCreaturesAttracted = 83,
96
+ ActionInvokeEvilCreaturesNoneSummoned = 84,
97
+ ActionInvokeGoodCreaturesPacified = 85,
98
+ ActionInvokeGoodCreaturesPacifiedAttacked = 86,
99
+ ActionInvokeGoodCreaturesPacifiedNone = 87,
100
+ ActionJumpCannotJump = 88,
101
+ ActionMeleeNothingToAttack = 89,
102
+ ActionMoveItemCannotUseContainerTooFarAway = 90,
103
+ ActionMoveItemCannotUseEquipped = 91,
104
+ ActionMoveItemCannotUseFromInvalidContainer = 92,
105
+ ActionMoveItemCannotUseInvalidContainer = 93,
106
+ ActionMoveItemCannotUseItemFilteredOut = 94,
107
+ ActionMoveItemCannotUseItemQualityOrTypeIncorrect = 95,
108
+ ActionMoveItemCannotUseItemTooFarAway = 96,
109
+ ActionMoveItemCannotUseMovingFromMultipleContainers = 97,
110
+ ActionMoveItemCannotUseNoContainerToMoveTo = 98,
111
+ ActionMoveItemCannotUseNoItems = 99,
112
+ ActionMoveItemCannotUseNoRoom = 100,
113
+ ActionMoveItemCannotUseProtected = 101,
114
+ ActionMoveToSwimOffEdgeCannotCombatTides = 102,
115
+ ActionNavigateMoon = 103,
116
+ ActionNavigateNotOverworld = 104,
117
+ ActionNavigateSun = 105,
118
+ ActionNavigateUseSextant = 106,
119
+ ActionPetCreatureRefused = 107,
120
+ ActionPetNotAccepted = 108,
121
+ ActionPetNoTamedCreature = 109,
122
+ ActionPickUpAllItemsNoItems = 110,
123
+ ActionPickUpDoodadCannotUseContainsItems = 111,
124
+ ActionPickUpExcrementNoExcrement = 112,
125
+ ActionPickUpItemNoItem = 113,
126
+ ActionPickUpNoPickUp = 114,
127
+ ActionPourNoEffect = 115,
128
+ ActionRefineNoDurability = 116,
129
+ ActionReleaseNoTamedCreature = 117,
130
+ ActionRenameIsland = 118,
131
+ ActionRepairMaxDurabilityTooLow = 119,
132
+ ActionReshapeFailed = 120,
133
+ ActionReshapeNotPossibleBonus = 121,
134
+ ActionReshapeReshaped = 122,
135
+ ActionRestAdjacentCreature = 123,
136
+ ActionSailToCivilizationNotInsideBoat = 124,
137
+ ActionSailToIsland = 125,
138
+ ActionSailToIslandArrived = 126,
139
+ ActionSailToIslandCannotUseCannotReachEdge = 127,
140
+ ActionSailToIslandCannotUseCannotReachPort = 128,
141
+ ActionSailToIslandCannotUseGhost = 129,
142
+ ActionSailToIslandCannotUseInvalidDestination = 130,
143
+ ActionSailToIslandCannotUseNoDestination = 131,
144
+ ActionSailToIslandCannotUseNotEnoughStamina = 132,
145
+ ActionSailToIslandCannotUseNotEnoughSwimmingSkill = 133,
146
+ ActionSailToIslandCannotUseTravellingIsDisallowedInTheseLands = 134,
147
+ ActionSailToIslandPlayerArriving = 135,
148
+ ActionSailToIslandPlayerDeparting = 136,
149
+ ActionSetCreatureAiAlreadyCommanded = 137,
150
+ ActionSetCreatureAiCannotCommand = 138,
151
+ ActionSetCreatureAiNotEnoughSkill = 139,
152
+ ActionSetCreatureAiNotEnoughTames = 140,
153
+ ActionSetDownNotEnoughRoom = 141,
154
+ ActionShipToIslandNoDestination = 142,
155
+ ActionSwapEquipmentCannotUseNoEquipmentToSwap = 143,
156
+ ActionTameCreatureTamed = 144,
157
+ ActionTameNoCreature = 145,
158
+ ActionTestDepthNothingToTest = 146,
159
+ ActionTestDepthWell = 147,
160
+ ActionToggleContainerCannotUseAlreadyClosed = 148,
161
+ ActionToggleContainerCannotUseNoContainer = 149,
162
+ ActionToggleContainerCannotUseNoContainerToClose = 150,
163
+ ActionToggleContainerCannotUseNoContainerToOpen = 151,
164
+ ActionToggleContainerCannotUseNotAccessible = 152,
165
+ ActionToggleContainerCannotUseUnknownContainer = 153,
166
+ ActionToggleDoorNoDoor = 154,
167
+ ActionToggleHitchAlreadyHitched = 155,
168
+ ActionToggleHitchAlreadyUnhitched = 156,
169
+ ActionToggleHitchNoCreature = 157,
170
+ ActionToggleHitchNoHitch = 158,
171
+ ActionToggleTilledAlreadyPacked = 159,
172
+ ActionToggleTilledAlreadyTilled = 160,
173
+ ActionToggleTilledDug = 161,
174
+ ActionTradeCannotUseExceedsCarryWeight = 162,
175
+ ActionTradeCannotUseNotEnoughCredit = 163,
176
+ ActionTradeCannotUseNothingToTrade = 164,
177
+ ActionTradeCannotUseTradedTooMuch = 165,
178
+ ActionTradeCreditChange = 166,
179
+ ActionTradeCreditChangeDecrease = 167,
180
+ ActionTradeCreditChangeIncrease = 168,
181
+ ActionTradeDialogue1 = 169,
182
+ ActionTradeDialogue2 = 170,
183
+ ActionTradeDialogue3 = 171,
184
+ ActionTradeDialogue4 = 172,
185
+ ActionTradeIndicateUntradable = 173,
186
+ ActionTradeMerchantItems = 174,
187
+ ActionTradeYourItems = 175,
188
+ ActionUncageCannotUncageHere = 176,
189
+ ActionUpgradeFailed = 177,
190
+ ActionUpgradeMagicalInert = 178,
191
+ ActionUpgradeNoEffect = 179,
192
+ ActionUpgradeNotMagical = 180,
193
+ ActionUpgradeNotPossible = 181,
194
+ ActionUpgradeUpgraded = 182,
195
+ ActionUseItemWeaponNeeded = 183,
196
+ ActionViewItemsCannotUseBlocked = 184,
197
+ AddedFuelToFire = 185,
198
+ AddedFuelToTorch = 186,
199
+ AllEquipmentUnEquipped = 187,
200
+ AlreadyDesalinatedWaterInStill = 188,
201
+ AlreadyFullyRefined = 189,
202
+ AlreadyFullyRepaired = 190,
203
+ AlreadyPreserved = 191,
204
+ AnotherIsland = 192,
205
+ AnUnknownItem = 193,
206
+ AppearedNotEffectiveForGathering = 194,
207
+ ArmorAppeared = 195,
208
+ ArmorProtectedFromInjuryAgainst = 196,
209
+ AttemptToSoothBurnInWater = 197,
210
+ AttemptToSoothFrostbiteWithFire = 198,
211
+ AttemptToSoothFrostbiteWithFireTooHot = 199,
212
+ AttemptToTill = 200,
213
+ BadlyBurnedLostHealth = 201,
214
+ BeenPoisoned = 202,
215
+ BeginSleeping = 203,
216
+ BeginUsingVehicle = 204,
217
+ BleedingHasStopped = 205,
218
+ BleedingProfusely = 206,
219
+ BleedingToDeathLostHealth = 207,
220
+ BookBlank = 208,
221
+ BookContains = 209,
222
+ BookCrumbles = 210,
223
+ BookDiagrams = 211,
224
+ BookEmpty = 212,
225
+ BookNothing = 213,
226
+ BookOpen = 214,
227
+ BookScribbles = 215,
228
+ BothEffectiveIneffective = 216,
229
+ BrokeIntoPieces = 217,
230
+ BrokenOnImpact = 218,
231
+ BrokenWhileFiring = 219,
232
+ Build = 220,
233
+ Burned = 221,
234
+ Butcher = 222,
235
+ CannotAddAnyMoreFuel = 223,
236
+ CannotAnythingHere = 224,
237
+ CannotBeCrafted = 225,
238
+ CannotBePerformedOverWater = 226,
239
+ CannotBePlacedHere = 227,
240
+ CannotBePreserved = 228,
241
+ CannotBeRefined = 229,
242
+ CannotBeRefinedReinforcementNeeded = 230,
243
+ CannotBeReinforced = 231,
244
+ CannotBeRepaired = 232,
245
+ CannotBuildHere = 233,
246
+ CannotDigWithHands = 234,
247
+ CannotEquipThatThere = 235,
248
+ CannotFishFor = 236,
249
+ CannotFromHere = 237,
250
+ CannotHere = 238,
251
+ CannotInWater = 239,
252
+ CannotLeave = 240,
253
+ CannotNoTreasure = 241,
254
+ CannotPickUpLockedContainer = 242,
255
+ CannotPickUpWhileLit = 243,
256
+ CannotPlaceContainerInItself = 244,
257
+ CannotPlaceHere = 245,
258
+ CannotPlaceThatFromHere = 246,
259
+ CannotPlaceThatHere = 247,
260
+ CannotPlaceThatOverWater = 248,
261
+ CannotPlantHereTilled = 249,
262
+ CannotRepairWhileLit = 250,
263
+ CannotRestHere = 251,
264
+ CannotShipNoItems = 252,
265
+ CannotShipNoPath = 253,
266
+ CannotSleepHere = 254,
267
+ CannotStartFireHere = 255,
268
+ CannotToAnythingHere = 256,
269
+ CannotToTellTime = 257,
270
+ CannotUseCommand = 258,
271
+ CannotWhenProtected = 259,
272
+ CannotWhenProtectedDangerousAction = 260,
273
+ CannotWhenProtectedDurability = 261,
274
+ CarryingTooMuchWeight = 262,
275
+ CarvedUpCorpse = 263,
276
+ Carving = 264,
277
+ CastYourLine = 265,
278
+ CaughtFish = 266,
279
+ ChatBanCommand = 267,
280
+ ChatBannedCommand = 268,
281
+ ChatCommandsCommand = 269,
282
+ ChatCommandsCommandCommand = 270,
283
+ ChatPingCommand = 271,
284
+ ChatPlayerMessage = 272,
285
+ ChatPlayersCommand = 273,
286
+ ChatServerMessage = 274,
287
+ ChatUnbanCommand = 275,
288
+ ChatUnknownCommand = 276,
289
+ Chop = 277,
290
+ Chopping = 278,
291
+ ClearedBlood = 279,
292
+ CloseToBeingDestroyed = 280,
293
+ Collapse = 281,
294
+ Collapsing = 282,
295
+ CommandAttack = 283,
296
+ CommandDefend = 284,
297
+ CommandFollowClose = 285,
298
+ CommandFollowFar = 286,
299
+ CommandHeel = 287,
300
+ CommandStay = 288,
301
+ CopiedMap = 289,
302
+ CorpseOf = 290,//#used via other translations
303
+ CorpseOfNamed = 291,//#used via other translations
304
+ Craft = 292,
305
+ Crafted = 293,
306
+ Crafts = 294,
307
+ CreatureAngered = 295,
308
+ CreatureAppears = 296,
309
+ CreatureAppeased = 297,
310
+ CreatureExcrement = 298,
311
+ CreatureHappinessHigh = 299,
312
+ CreatureHappinessLow = 300,
313
+ CreatureHappinessLowest = 301,
314
+ CreatureHappinessNormal = 302,
315
+ CreatureIdolAttractedCreature = 303,
316
+ CreatureRefusesToBeTamed = 304,
317
+ CreatureRefusesYou = 305,
318
+ CreatureUntamed = 306,
319
+ CreatureZoneBiomeChanged = 307,
320
+ CreatureZoneLayerChanged = 308,
321
+ CreatureZoneRerolled = 309,
322
+ CreatureZoneTierDecreased = 310,
323
+ CreatureZoneTierIncreased = 311,
324
+ CuredYourPoison = 312,
325
+ Cut = 313,
326
+ CutHasHealed = 314,
327
+ CutLostHealth = 315,
328
+ CutWasBandaged = 316,
329
+ DamageAppeared = 317,
330
+ DamagedByPouring = 318,
331
+ DangerousMove = 319,
332
+ DangerousOpen = 320,
333
+ DayQuarter1 = 321,
334
+ DayQuarter2 = 322,
335
+ DayQuarter3 = 323,
336
+ DayQuarter4 = 324,
337
+ DealtNoDamageToYou = 325,
338
+ DeathBy = 326,
339
+ DeathByBleeding = 327,
340
+ DeathByBurning = 328,
341
+ DeathByChallengeWinner = 329,
342
+ DeathByConsumption = 330,
343
+ DeathByCut = 331,
344
+ DeathByDrowning = 332,
345
+ DeathByExhaustion = 333,
346
+ DeathByFistByPlayer = 334,
347
+ DeathByFrostbite = 335,
348
+ DeathByFrostbiteTemperatureShock = 336,
349
+ DeathByMalnutrition = 337,
350
+ DeathByPoison = 338,
351
+ DeathBySteppingOn = 339,
352
+ DeathByTrap = 340,
353
+ DeathByWeaponByPlayer = 341,
354
+ DedicatedTitleAlreadySelected = 342,
355
+ DedicatedTitleMilestoneNotAllowed = 343,
356
+ DestroyedFromUse = 344,
357
+ DeveloperContainerDesync = 345,
358
+ DidNotSeemToBeHurting = 346,
359
+ Dig = 347,
360
+ DigAway = 348,
361
+ Digging = 349,
362
+ Disassemble = 350,
363
+ Disassembling = 351,
364
+ DiscoveredCaveEntrance = 352,
365
+ DiscoveredColdInsulation = 353,
366
+ DiscoveredHeatInsulation = 354,
367
+ DiscoveredInTheBottle = 355,
368
+ DiscoveredLavaPassage = 356,
369
+ DiscoveredQuality = 357,
370
+ Dismantle = 358,
371
+ Dismantling = 359,
372
+ DismantlingRequires = 360,
373
+ Dismounted = 361,
374
+ DisplacedPuddles = 362,
375
+ DoNotProduceAnyResources = 363,
376
+ DoodadCauseStatus = 364,
377
+ DoodadGroupTier = 365,
378
+ DrewSurroundings = 366,
379
+ Dripstone = 367,
380
+ DroppedIntoDepths = 368,
381
+ DroppedIntoFire = 369,
382
+ DroppedIntoTheVoid = 370,
383
+ DryadSprouted = 371,
384
+ DueToDehydration = 372,
385
+ DueToStarvation = 373,
386
+ DugTreasureOut = 374,
387
+ DugTreasureOutSurprise = 375,
388
+ DumpContentsOfContainerInInventory = 376,
389
+ DyingOfDehydration = 377,
390
+ EarnedMilestone = 378,
391
+ Effective = 379,
392
+ EquipmentPreventedStatusEffects = 380,
393
+ ErrorHasOccured = 381,
394
+ Excavating = 382,
395
+ ExtinguishedFire = 383,
396
+ ExtinguishedLightSource = 384,
397
+ ExudeNotPossible = 385,
398
+ FailedToAbsorb = 386,
399
+ FailedToAddFuelToTorch = 387,
400
+ FailedToCage = 388,
401
+ FailedToCatchFish = 389,
402
+ FailedToCauseDamage = 390,
403
+ FailedToCauseYouDamage = 391,
404
+ FailedToCopy = 392,
405
+ FailedToDraw = 393,
406
+ FailedToEnchant = 394,
407
+ FailedToExude = 395,
408
+ FailedToIgniteTorch = 396,
409
+ FailedToPickLock = 397,
410
+ FailedToPreserve = 398,
411
+ FailedToRefine = 399,
412
+ FailedToReinforce = 400,
413
+ FailedToRepair = 401,
414
+ FailedToStartFire = 402,
415
+ FailedToTame = 403,
416
+ FailedToTransmogrify = 404,
417
+ FarOffLands = 405,
418
+ FeltBurningPainLostHealth = 406,
419
+ FeltFrostbitePainLostHealth = 407,
420
+ FewMinutes = 408,
421
+ Filled = 409,
422
+ FilledFrom = 410,
423
+ FireAroundYouIsWarm = 411,
424
+ FiredIntoObstacle = 412,
425
+ FireOverflowed = 413,
426
+ FireOverflowedFireElemental = 414,
427
+ FireSource = 415,
428
+ FishingWithNoBait = 416,
429
+ Floating = 417,
430
+ FreshWater = 418,
431
+ FromTheStill = 419,
432
+ FuelIsRequired = 420,
433
+ Gather = 421,
434
+ GatherDestroy = 422,
435
+ Gathering = 423,
436
+ GhostNoActions = 424,
437
+ GhostOf = 425,
438
+ GoatHasNoMilk = 426,
439
+ HackAway = 427,
440
+ HandProtectionPreventedInjury = 428,
441
+ HandsNotEffectiveFor = 429,
442
+ Harvest = 430,
443
+ Harvesting = 431,
444
+ HasBeenHurtByATrap = 432,
445
+ HasDecayed = 433,
446
+ HasHitYouForDamage = 434,
447
+ HasNoEffect = 435,
448
+ HasSetTrapOffNoDamage = 436,
449
+ HasSplit = 437,
450
+ HelpGrow = 438,
451
+ HitchAttempt = 439,
452
+ HitchCreature = 440,
453
+ HitchDisabled = 441,
454
+ HitchInUse = 442,
455
+ HitForDamage = 443,
456
+ HitYouForDamage = 444,
457
+ Hour = 445,
458
+ Hours = 446,
459
+ HurtHandsHittingWithoutWeapons = 447,
460
+ HurtHandsWithNoTool = 448,
461
+ IgnitedTorch = 449,
462
+ Ineffective = 450,
463
+ InjuredFromTrap = 451,
464
+ InNeedOfRepair = 452,
465
+ InteractingWithHasInjuredYouForDamage = 453,
466
+ InvalidContainer = 454,
467
+ IsInTheWayOfPickingUp = 455,
468
+ ItemFromWater = 456,
469
+ JoinedAServer = 457,
470
+ Jump = 458,
471
+ Killed = 459,
472
+ KnowledgeHasIncreased = 460,
473
+ LastPlaceYouLeftOff = 461,
474
+ LearnedHowToCreate = 462,
475
+ LikelyFailures = 463,
476
+ Limited = 464,
477
+ Lockpick = 465,
478
+ MapCompletedNotOfThisArea = 466,
479
+ MapDestroyed = 467,
480
+ MapNearlyDestroyed = 468,
481
+ MapNotOfThisArea = 469,
482
+ MaterialsDestroyed = 470,
483
+ MessageOfTheDay = 471,
484
+ MetabolismSlowed = 472,
485
+ Milk = 473,
486
+ Mine = 474,
487
+ Mining = 475,
488
+ MissedWith = 476,
489
+ MissedYouWith = 477,
490
+ MovedItem = 478,
491
+ MovedItemFailed = 479,
492
+ MoveOverTrapButDoNotSetOff = 480,
493
+ MultiplayerGamePaused = 481,
494
+ MultiplayerGameResumed = 482,
495
+ MultiplayerPlayerConnected = 483,
496
+ MultiplayerPlayerDied = 484,
497
+ MultiplayerPlayerDisconnected = 485,
498
+ MultiplayerPlayerJoined = 486,
499
+ MustBeEquippedToIgnite = 487,
500
+ Mysteriously = 488,
501
+ NearlyBurnedEquipmentProtectedYou = 489,
502
+ NeedToStartTravelsOutside = 490,
503
+ NeedWaterForBoat = 491,
504
+ NightQuarter1 = 492,
505
+ NightQuarter2 = 493,
506
+ NightQuarter3 = 494,
507
+ NightQuarter4 = 495,
508
+ No = 496,
509
+ NoAmmunitionForThatWeapon = 497,
510
+ NoFireToStokeWith = 498,
511
+ NoFishAtLocation = 499,
512
+ NoGroundWater = 500,
513
+ NoInkToDrawMap = 501,
514
+ NoKindlingOrFuelItemsToStartFire = 502,
515
+ NoKindlingToStartFire = 503,
516
+ NoLongerFeelPainOfBeingBurned = 504,
517
+ NoLongerFeelPainOfBeingFrostbitten = 505,
518
+ NoLongerHostile = 506,
519
+ NoMoreRoomInContainer = 507,
520
+ NoPaperToDrawMap = 508,
521
+ NoRequiredItemToFireWeapon = 509,
522
+ NoReturnWithoutCompletingChallenges = 510,
523
+ NoRoomForImprovement = 511,
524
+ NoRoomForVehicle = 512,
525
+ NoRoomToDrop = 513,
526
+ NoRoomToSummon = 514,
527
+ NotEnoughPurifiedWaterYet = 515,
528
+ NotEnoughTreasureToReturn = 516,
529
+ NothingTo = 517,
530
+ NothingToGetFromThis = 518,
531
+ NothingToHarvestFromThisGather = 519,
532
+ NothingToSmother = 520,
533
+ NothingUsefulToHarvestYet = 521,
534
+ NoTinderToStartFire = 522,
535
+ NotSuitableToPlant = 523,
536
+ NoWaterInStill = 524,
537
+ NPCMerchantNewInventoryDialogue1 = 525,
538
+ NPCMerchantNewInventoryDialogue2 = 526,
539
+ NPCMerchantNewInventoryDialogue3 = 527,
540
+ NPCMerchantNewInventoryDialogue4 = 528,
541
+ NPCMerchantStartingDialogue1 = 529,
542
+ NPCMerchantStartingDialogue2 = 530,
543
+ NPCMerchantStartingDialogue3 = 531,
544
+ NPCMerchantStartingDialogue4 = 532,
545
+ NPCMerchantWelcomeCredit = 533,
546
+ NPCShipperShipToIsland = 534,
547
+ NPCShipperStartingDialogue1 = 535,
548
+ NPCShipperStartingDialogue2 = 536,
549
+ NPCShipperStartingDialogue3 = 537,
550
+ NPCShipperStartingDialogue4 = 538,
551
+ NPCWelcome = 539,
552
+ ObjectIsLocked = 540,
553
+ ObjectIsLockedAttemptToBreakIt = 541,
554
+ OfferAberrantFail = 542,
555
+ OfferAberrantFailButTamed = 543,
556
+ Open = 544,
557
+ OpenClose = 545,
558
+ OverEatingLostStamina = 546,
559
+ OverHydratingLostStamina = 547,
560
+ Pack = 548,
561
+ PaperTurnedToMush = 549,
562
+ ParryTheBlow = 550,
563
+ PetCreature = 551,
564
+ PickAway = 552,
565
+ PickUp = 553,
566
+ PickUpExcrement = 554,
567
+ PickUpTheItem = 555,
568
+ Place = 556,
569
+ PlacedItem = 557,
570
+ PlacedItemFailed = 558,
571
+ PlacedOnGround = 559,
572
+ PlantedInGround = 560,
573
+ PlantGatheredPlant = 561,
574
+ PlantGatheringWillDestroy = 562,
575
+ PlantHasResourcesToGather = 563,
576
+ PlantHasResourcesToHarvest = 564,
577
+ PlantHighlyFertile = 565,
578
+ Planting = 566,
579
+ PlantIsBare = 567,
580
+ PlantIsFertile = 568,
581
+ PlantIsInStage = 569,
582
+ PlantIsNotFertile = 570,
583
+ PlantNotReadyToHarvest = 571,
584
+ PlantReadyToGather = 572,
585
+ PlantReadyToGatherNotMaximal = 573,
586
+ PlantReadyToHarvest = 574,
587
+ PlantReadyToHarvestNotMaximal = 575,
588
+ PlayerHas = 576,
589
+ PlayerHasCompletedChallengeRequirement = 577,
590
+ PlayerHasWonChallenge = 578,
591
+ Poisoned = 579,
592
+ PoisonedLostHealth = 580,
593
+ PoisonWorkedItsCourse = 581,
594
+ PouredOut = 582,
595
+ PouredOutOnYourself = 583,
596
+ PouredWaterIntoStill = 584,
597
+ PourHarmedPlant = 585,
598
+ PourHealedPlant = 586,
599
+ PourHealedPlantFully = 587,
600
+ PourHealedPlantPartially = 588,
601
+ PourIncreasedFertility = 589,
602
+ Pouring = 590,
603
+ PourOverWatering = 591,
604
+ Prepare = 592,
605
+ Prepared = 593,
606
+ PreservedFood = 594,
607
+ PurifiedWaterInBottom = 595,
608
+ PurifiedWaterInStill = 596,
609
+ RandomEventsFire = 597,
610
+ ReduceLength = 598,
611
+ RefusedToBeTamed = 599,
612
+ Repair = 600,
613
+ RequiredForDisassembly = 601,
614
+ RequiresFireToBeLit = 602,
615
+ RequiresYouToBeAround = 603,
616
+ Resistant = 604,
617
+ Rest = 605,
618
+ Rested = 606,
619
+ Resting = 607,
620
+ RestingOnGroundNotEffective = 608,
621
+ RestInterrupted = 609,
622
+ RestInterruptedDamage = 610,
623
+ RestInterruptedDying = 611,
624
+ RestInterruptedLoudNoise = 612,
625
+ RestInterruptedPain = 613,
626
+ RestInterruptedStirring = 614,
627
+ RestInterruptedWaterPoured = 615,
628
+ RestLongTime = 616,
629
+ RestModerateTime = 617,
630
+ RestOnBoat = 618,
631
+ RestShortTime = 619,
632
+ RestTime = 620,
633
+ ReturnedToCivilization = 621,
634
+ ReturningToCivilizationSetOffAgain = 622,
635
+ ReturnsToLife = 623,
636
+ Reverse = 624,
637
+ Sailing = 625,
638
+ ScrollMaster = 626,
639
+ ScrollProvidedNoUsefulInsight = 627,
640
+ Seawater = 628,
641
+ SeemsToHaveDrawnEnergy = 629,
642
+ SetTrapOffButNoDamage = 630,
643
+ SetUp = 631,
644
+ ShadowInTheWater = 632,
645
+ SkillHasRaised = 633,
646
+ Skills = 634,
647
+ Sleep = 635,
648
+ Sleeping = 636,
649
+ SleepOnBoat = 637,
650
+ Slept = 638,
651
+ SlitherSuckerConstricts = 639,
652
+ SlitherSuckerFailedToRemove = 640,
653
+ SlitherSuckerFailedToRemoveOuch = 641,
654
+ SlitherSuckerJumpedOnHead = 642,
655
+ SolarStill = 643,
656
+ SomethingInTheWayOf = 644,
657
+ SomethingInTheWayOfButcherFirst = 645,
658
+ SomethingInTheWayOfFire = 646,
659
+ SomethingInTheWayOfFishing = 647,
660
+ SomethingInTheWayOfPerforming = 648,
661
+ SomethingInTheWayOfPlacing = 649,
662
+ SomethingInTheWayOfReleasing = 650,
663
+ SomethingInTheWayOfSummoning = 651,
664
+ SomethingInWayOfClosingDoor = 652,
665
+ SoothedTheirBurnInjuries = 653,
666
+ SoothedYourBurnInjuries = 654,
667
+ SortedByCategory = 655,
668
+ SortedByCraftableOnly = 656,
669
+ SortedByName = 657,
670
+ SortedBySkill = 658,
671
+ SortedByUnlockedTime = 659,
672
+ StaminaIsFull = 660,
673
+ StartedFire = 661,
674
+ StartTravelInWater = 662,
675
+ StarvingToDeath = 663,
676
+ StatAmount = 664,
677
+ StatChangeUnknown = 665,
678
+ StatGained = 666,
679
+ StatIncreasing = 667,
680
+ StatLost = 668,
681
+ StatQuenched = 669,
682
+ StatRegained = 670,
683
+ StatSated = 671,
684
+ SteppingOn = 672,
685
+ Still = 673,
686
+ StillHasNoWaterToPurify = 674,
687
+ StirredUpClawWorm = 675,
688
+ StirredUpCreature = 676,
689
+ StoppedYourBleeding = 677,
690
+ StopUsingVehicle = 678,
691
+ SummonedGuardiansByDiggingTreasure = 679,
692
+ SummonedGuardiansByLockpicking = 680,
693
+ SummonVoidDwellerItem = 681,
694
+ SummonVoidDwellerRinging = 682,
695
+ SummonVoidDwellerShiver = 683,
696
+ SunNotBrightEnoughToStartFire = 684,
697
+ SwampWater = 685,
698
+ Swimming = 686,
699
+ TakenFromGroundBecomeTamed = 687,
700
+ TeleportBlocked = 688,
701
+ Teleported = 689,
702
+ TheirFist = 690,
703
+ TheirInventory = 691,
704
+ ThePlant = 692,
705
+ ThereIsNoContainerOnTheStill = 693,
706
+ ThereIsNoSunToStartFire = 694,
707
+ ThisCannotBeMilked = 695,
708
+ Throw = 696,
709
+ ThrownIntoDepths = 697,
710
+ ThrownIntoObstacle = 698,
711
+ ThrownIntoVoid = 699,
712
+ TierGroup = 700,
713
+ TileMakeCaveEntranceNearby = 701,
714
+ TileMakeCaveEntrancePassable = 702,
715
+ TileMakeCaveEntranceVoid = 703,
716
+ Till = 704,
717
+ Tilling = 705,
718
+ TimeIs = 706,
719
+ TimeIsDawn = 707,
720
+ TimeIsDaytime = 708,
721
+ TimeIsDusk = 709,
722
+ TimeIsNighttime = 710,
723
+ TimeIsSunrise = 711,
724
+ TimeIsSunset = 712,
725
+ ToFight = 713,
726
+ TooDamaged = 714,
727
+ TooExhaustedToJump = 715,
728
+ Touching = 716,
729
+ TrampledFire = 717,
730
+ TrampledFireFail = 718,
731
+ TrampledFirePartial = 719,
732
+ TrampledIntoGround = 720,
733
+ TrampleIntoGround = 721,
734
+ Trampling = 722,
735
+ TransmogrificationNoEffect = 723,
736
+ TransmogrificationNotPossible = 724,
737
+ Transmogrified = 725,
738
+ TrapMissed = 726,
739
+ TrapStoppedYou = 727,
740
+ Traveling = 728,
741
+ Treasure = 729,
742
+ TreasureIsBlocked = 730,
743
+ UiActionCannotUseInaccessibleItem = 731,
744
+ UiActionCannotUseInThisSituation = 732,
745
+ UiActionCannotUseNoItemHovered = 733,
746
+ UiActionCannotUseNotInRange = 734,
747
+ UiActionCannotUseOnThisIsland = 735,
748
+ UiActionCannotUseRequiresCreature = 736,
749
+ UiActionCannotUseRequiresDoodad = 737,
750
+ UiActionCannotUseRequiresItem = 738,
751
+ UiActionCannotUseRequiresNPC = 739,
752
+ UiActionCannotUseRequiresVehicle = 740,
753
+ UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue1 = 741,
754
+ UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue2 = 742,
755
+ UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue3 = 743,
756
+ UiDialogTradeIndicateTradeAlreadyTradedSellDialogue1 = 744,
757
+ UiDialogTradeIndicateTradeAlreadyTradedSellDialogue2 = 745,
758
+ UiDialogTradeIndicateTradeAlreadyTradedSellDialogue3 = 746,
759
+ UiDialogTradeIndicateTradeTooMuchTradesDialogue1 = 747,
760
+ UiDialogTradeIndicateTradeTooMuchTradesDialogue2 = 748,
761
+ UiDialogTradeIndicateTradeTooMuchTradesDialogue3 = 749,
762
+ UnhitchCreature = 750,
763
+ Unknown = 751,
764
+ Unlimited = 752,
765
+ UnlockedChest = 753,
766
+ UnpurifiedFreshWater = 754,
767
+ UnpurifiedWaterInStill = 755,
768
+ UnpurifiedWaterInTop = 756,
769
+ Use = 757,
770
+ UsingBareHands = 758,
771
+ VehicleDefense = 759,
772
+ Vulnerable = 760,
773
+ Water = 761,
774
+ WaterGathering = 762,
775
+ WaterPutOutFire = 763,
776
+ WellIsDry = 764,
777
+ WellIsFull = 765,
778
+ WildGoatRefusedToBeMilked = 766,
779
+ WorkingYourselfIntoExhaustion = 767,
780
+ WorkingYourselfIntoExhaustionAndDrowning = 768,
781
+ WorldContainer = 769,
782
+ You = 770,
783
+ YouAbsorb = 771,
784
+ YouApplied = 772,
785
+ YouAreAlready = 773,
786
+ YouAte = 774,
787
+ YouBeginResting = 775,
788
+ YouCannotDoThatYet = 776,
789
+ YouCanNowCombatTheTides = 777,
790
+ YouCrafted = 778,
791
+ YouDoNotFindTreasureYet = 779,
792
+ YouDrank = 780,
793
+ YouDropTheTorch = 781,
794
+ YouEnchant = 782,
795
+ YouEquip = 783,
796
+ YouExude = 784,
797
+ YouExudeSome = 785,
798
+ YouExudeSomeReasonConflicting = 786,
799
+ YouExudeSomeReasonMax = 787,
800
+ YouExudeSomeReasonProperties = 788,
801
+ YouFailedTo = 789,
802
+ YouFailedToExtinguishedFireFully = 790,
803
+ YouFailedToHeal = 791,
804
+ YouFailedToHealOther = 792,
805
+ YouFire = 793,
806
+ YouGathered = 794,
807
+ YouHarvested = 795,
808
+ YouHave = 796,
809
+ YouHaveAlreadyLearned = 797,
810
+ YouHaveBeenCut = 798,
811
+ YouHaveCaged = 799,
812
+ YouHaveCommanded = 800,
813
+ YouHaveDied = 801,
814
+ YouHaveHealedOther = 802,
815
+ YouHaveKilled = 803,
816
+ YouHaveNotCommanded = 804,
817
+ YouHaveReleased = 805,
818
+ YouHaveSummoned = 806,
819
+ YouHaveTamed = 807,
820
+ YouHaveUncaged = 808,
821
+ YouNoticeBarren = 809,
822
+ YouNoticeBecomeEnraged = 810,
823
+ YouNoticeDying = 811,
824
+ YouNoticeFertilityDecreasing = 812,
825
+ YouNoticeFertilityIncreasing = 813,
826
+ YouNoticeGrowing = 814,
827
+ YouNoticeLavaCooling = 815,
828
+ YouNoticeLavaHardening = 816,
829
+ YouNoticePerish = 817,
830
+ YouNoticePlantDamage = 818,
831
+ YouNoticePlantRegenerated = 819,
832
+ YouNoticeRegrowing = 820,
833
+ YouNoticeStumbleInjureItself = 821,
834
+ YouNoticeTakeFromGround = 822,
835
+ YouNoticeWoundsClosing = 823,
836
+ YouOfferedToCreature = 824,
837
+ YouOfferedToCreatureRejects = 825,
838
+ YouOpen = 826,
839
+ YouPacked = 827,
840
+ YouPickedUp = 828,
841
+ YouRefine = 829,
842
+ YouReinforce = 830,
843
+ YouRepair = 831,
844
+ YouReturnFromCivilizationWith = 832,
845
+ YourFist = 833,
846
+ YourHands = 834,
847
+ YourInventory = 835,
848
+ YourIsland = 836,
849
+ YouSeeALivingMushroomSpore = 837,
850
+ YouSeeASkeletonCollapse = 838,
851
+ YouSeeASlimeCombine = 839,
852
+ YouSeeAZombieBleeding = 840,
853
+ YouSeeCoolDown = 841,
854
+ YouSeeDrop = 842,
855
+ YouSeeEngulfFire = 843,
856
+ YouSeeFireSpread = 844,
857
+ YouSeeHelpingPlant = 845,
858
+ YouSeeLay = 846,
859
+ YouSeeLayingTrap = 847,
860
+ YouSeeSpewLava = 848,
861
+ YouSeeSpitAcid = 849,
862
+ YouSeeSpringForth = 850,
863
+ YouSeeSummon = 851,
864
+ YouSeeSwampFlood = 852,
865
+ YouSeeTrampling = 853,
866
+ YouSetTheTrapOff = 854,
867
+ YouStokeTheCreature = 855,
868
+ YouSwapMainHandAndOffHand = 856,
869
+ YouThrew = 857,
870
+ YouTilled = 858,
871
+ YouUnequip = 859,
872
+ YouUsed = 860,
873
+ YouViewTheItemsOn = 861,
874
+ YouWhileTraveling = 862
875
875
  }
876
876
  export default Message;