@wayward/types 2.14.4-beta.dev.20250327.1 → 2.14.4-beta.dev.20250329.1

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