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