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