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