@wayward/types 2.11.0-beta.dev.20211202.1 → 2.11.0-beta.dev.20211205.2

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 (30) hide show
  1. package/definitions/game/game/entity/Human.d.ts +1 -0
  2. package/definitions/game/game/inspection/InfoProvider.d.ts +2 -0
  3. package/definitions/game/game/inspection/inspections/ItemInspection.d.ts +1 -1
  4. package/definitions/game/game/item/IItem.d.ts +4 -0
  5. package/definitions/game/game/item/Item.d.ts +12 -2
  6. package/definitions/game/game/item/ItemManager.d.ts +4 -4
  7. package/definitions/game/game/item/ItemRecipeRequirementChecker.d.ts +4 -4
  8. package/definitions/game/game/item/ItemReferenceManager.d.ts +0 -1
  9. package/definitions/game/game/mapping/DrawnMap.d.ts +2 -1
  10. package/definitions/game/game/reference/ReferenceManager.d.ts +2 -2
  11. package/definitions/game/language/dictionary/Message.d.ts +885 -884
  12. package/definitions/game/renderer/Renderer.d.ts +1 -1
  13. package/definitions/game/save/serializer/Serializer.d.ts +1 -0
  14. package/definitions/game/ui/input/InputManager.d.ts +7 -0
  15. package/definitions/game/ui/old/screens/InGameScreen.d.ts +1 -1
  16. package/definitions/game/ui/screen/Screen.d.ts +3 -2
  17. package/definitions/game/ui/screen/screens/game/InspectionsTooltipHandler.d.ts +1 -1
  18. package/definitions/game/ui/screen/screens/game/component/CanvasDialog.d.ts +2 -0
  19. package/definitions/game/ui/screen/screens/game/component/GameDetails.d.ts +1 -0
  20. package/definitions/game/ui/screen/screens/game/component/InspectionsList.d.ts +4 -0
  21. package/definitions/game/ui/screen/screens/game/static/Messages.d.ts +1 -0
  22. package/definitions/game/ui/screen/screens/menu/MenuManager.d.ts +11 -1
  23. package/definitions/game/ui/tooltip/TooltipManager.d.ts +1 -1
  24. package/definitions/game/utilities/Log.d.ts +11 -10
  25. package/definitions/game/utilities/Timer.d.ts +25 -0
  26. package/definitions/game/utilities/memory/ILifetime.d.ts +20 -0
  27. package/definitions/game/utilities/memory/IMemoryLeakDetector.d.ts +1 -6
  28. package/definitions/game/utilities/memory/MemoryLeakDetector.d.ts +1 -1
  29. package/package.json +1 -1
  30. package/tsconfig.mod.base.json +2 -1
@@ -10,889 +10,890 @@
10
10
  */
11
11
  declare enum Message {
12
12
  None = 0,
13
- Aberrant = 1,
14
- AboutHours = 2,
15
- ActionAlterAltered = 3,
16
- ActionAlterFailed = 4,
17
- ActionAlterNotPossible = 5,
18
- ActionAttachContainerAlreadyHasContainer = 6,
19
- ActionAttachContainerAttachedContainer = 7,
20
- ActionAttachContainerAttachingContainer = 8,
21
- ActionAttachContainerCannotAttach = 9,
22
- ActionAttachContainerNothingToAttachContainerTo = 10,
23
- ActionAttackNoAttackTarget = 11,
24
- ActionAttackNoHandsSelected = 12,
25
- ActionButcherReleasesLava = 13,
26
- ActionCastAreaOverfished = 14,
27
- ActionConsumeItemTypeStats = 15,
28
- ActionCraft = 16,
29
- ActionCraftEfficacy = 17,
30
- ActionCraftEfficacyHigh = 18,
31
- ActionCraftEfficacyHighest = 19,
32
- ActionCraftEfficacyLow = 20,
33
- ActionCraftEfficacyLowest = 21,
34
- ActionCraftEfficacyMed = 22,
35
- ActionCraftEfficacyPercent = 23,
36
- ActionCraftYouLackTheRequirements = 24,
37
- ActionDetachContainerDetachContainer = 25,
38
- ActionDetachContainerNoDetach = 26,
39
- ActionDisassembleNoItemsSalvaged = 27,
40
- ActionDisassembleSalvaged = 28,
41
- ActionDismantleSeparated = 29,
42
- ActionDrinkInFrontNoDrink = 30,
43
- ActionEnhance = 31,
44
- ActionEnhanceEnhanced = 32,
45
- ActionEnhanceFailed = 33,
46
- ActionEnhanceNotPossible = 34,
47
- ActionFishingNothingBiting = 35,
48
- ActionFishingSlipped = 36,
49
- ActionFishingTooShallow = 37,
50
- ActionJumpCannotJump = 38,
51
- ActionMeleeHasToBeEquipped = 39,
52
- ActionMeleeNothingToAttack = 40,
53
- ActionMoveToSwimOffEdgeCannotCombatTides = 41,
54
- ActionNavigateMoon = 42,
55
- ActionNavigateNotOverworld = 43,
56
- ActionNavigateSun = 44,
57
- ActionNavigateUseSextant = 45,
58
- ActionPetCreatureRefused = 46,
59
- ActionPetNoTamedCreature = 47,
60
- ActionPickupAllItemsNoItems = 48,
61
- ActionPickupExcrementNoExcrement = 49,
62
- ActionPickupItemNoItem = 50,
63
- ActionPickupNoPickup = 51,
64
- ActionRefineNoDurability = 52,
65
- ActionReleaseNoTamedCreature = 53,
66
- ActionRenameIsland = 54,
67
- ActionRenameNothing = 55,
68
- ActionSailToCivilizationNotInsideBoat = 56,
69
- ActionSailToIsland = 57,
70
- ActionSailToIslandArrived = 58,
71
- ActionSailToIslandPlayerArriving = 59,
72
- ActionSailToIslandPlayerDeparting = 60,
73
- ActionTameCreatureTamed = 61,
74
- ActionTameNoCreature = 62,
75
- ActionTestDepthNothingToTest = 63,
76
- ActionTestDepthWell = 64,
77
- ActionToggleContainerNoContainer = 65,
78
- ActionToggleDoorNoDoor = 66,
79
- ActionToggleHitchNoCreature = 67,
80
- ActionToggleHitchNoHitch = 68,
81
- ActionUpgrade = 69,
82
- ActionUpgradeFailed = 70,
83
- ActionUpgradeNotMagical = 71,
84
- ActionUpgradeNotPossible = 72,
85
- ActionUpgradeUpgraded = 73,
86
- ActionUseItemWeaponNeeded = 74,
87
- ActionWith = 75,
88
- AddedFuelToFire = 76,
89
- AddedFuelToTorch = 77,
90
- AddToQuickslot = 78,
91
- AllEquipmentUnEquipped = 79,
92
- AlreadyDesalinatedWaterInStill = 80,
93
- AlreadyFullyRefined = 81,
94
- AlreadyFullyRepaired = 82,
95
- AlreadyPreserved = 83,
96
- Alter = 84,
97
- AnotherIsland = 85,
98
- AnUnknownItem = 86,
99
- AppearedNotEffectiveForGathering = 87,
100
- AppearsToBeAberrant = 88,
101
- ArmorAppeared = 89,
102
- ArmorProtectedFromInjuryAgainst = 90,
103
- Attack = 91,
104
- AttemptedToDropAllIntoFire = 92,
105
- AttemptedToPlaceAllOnGround = 93,
106
- AttemptToSoothBurnInWater = 94,
107
- AttemptToTill = 95,
108
- AutoActionsNoItem = 96,
109
- BadlyBurnedLostHealth = 97,
110
- BarteringSkillsProvided = 98,
111
- BasedOnItSeems = 99,
112
- BeenPoisoned = 100,
113
- BeginSleeping = 101,
114
- BeginUsingBoat = 102,
115
- BestForCrafting = 103,
116
- BleedingHasStopped = 104,
117
- BleedingProfusely = 105,
118
- BleedingToDeathLostHealth = 106,
119
- BookBlank = 107,
120
- BookContains = 108,
121
- BookCrumbles = 109,
122
- BookDiagrams = 110,
123
- BookEmpty = 111,
124
- BookNothing = 112,
125
- BookOpen = 113,
126
- BookScribbles = 114,
127
- BothEffectiveIneffective = 115,
128
- BothHands = 116,
129
- BrokeIntoPieces = 117,
130
- BrokenOnImpact = 118,
131
- BrokenWhileFiring = 119,
132
- Build = 120,
133
- Burned = 121,
134
- CannotAddAnyMoreFuel = 122,
135
- CannotBePerformedOverWater = 123,
136
- CannotBePreserved = 124,
137
- CannotBeRefined = 125,
138
- CannotBeRefinedReinforcementNeeded = 126,
139
- CannotBeReinforced = 127,
140
- CannotBeRepaired = 128,
141
- CannotBeTamed = 129,
142
- CannotBeTamedInThisWay = 130,
143
- CannotBuildHere = 131,
144
- CannotDoThatHere = 132,
145
- CannotDropHere = 133,
146
- CannotEquipThatThere = 134,
147
- CannotFishFor = 135,
148
- CannotHere = 136,
149
- CannotInWater = 137,
150
- CannotLeave = 138,
151
- CannotPickUpWhileLit = 139,
152
- CannotPickUpWithItemsInside = 140,
153
- CannotPlaceContainerInItself = 141,
154
- CannotPlaceHere = 142,
155
- CannotPlaceThatFromHere = 143,
156
- CannotPlaceThatHere = 144,
157
- CannotPlantHereTilled = 145,
158
- CannotRepairWhileLit = 146,
159
- CannotRestHere = 147,
160
- CannotSeeHere = 148,
161
- CannotSleepHere = 149,
162
- CannotStartFireHere = 150,
163
- CannotToTellTime = 151,
164
- CannotUseCommand = 152,
165
- CannotWhenProtected = 153,
166
- CannotWhenProtectedDangerousAction = 154,
167
- CarryingTooMuchWeight = 155,
168
- CarvedUpCorpse = 156,
169
- Carving = 157,
170
- CastYourLine = 158,
171
- Category = 159,
172
- CaughtFish = 160,
173
- ChatBanCommand = 161,
174
- ChatBannedCommand = 162,
175
- ChatCommandsCommand = 163,
176
- ChatCommandsCommandCommand = 164,
177
- ChatPingCommand = 165,
178
- ChatPlayerMessage = 166,
179
- ChatPlayersCommand = 167,
180
- ChatServerMessage = 168,
181
- ChatUnbanCommand = 169,
182
- ChatUnknownCommand = 170,
183
- Chop = 171,
184
- Chopping = 172,
185
- ClearedBlood = 173,
186
- ClearMessages = 174,
187
- Clockwise = 175,
188
- CloseContainer = 176,
189
- CloseDoor = 177,
190
- CloseToBeingDestroyed = 178,
191
- CollectObjectWithHands = 179,
192
- Consumed = 180,
193
- Container = 181,
194
- ContextMenuActionHotkey = 182,
195
- ContextMenuHelpActions = 183,
196
- ContextMenuHelpAutoActions = 184,
197
- ContextMenuHelpItems = 185,
198
- CopiedMap = 186,
199
- CopySelectedText = 187,
200
- CopyX = 188,
201
- CorpseOf = 189,
202
- CorpseOfNamed = 190,
203
- CouldNotDecipher = 191,
204
- Counterclockwise = 192,
205
- Craft = 193,
206
- Crafted = 194,
207
- Crafts = 195,
208
- CreatureAngered = 196,
209
- CreatureAppears = 197,
210
- CreatureAppeased = 198,
211
- CreatureExcrement = 199,
212
- CreatureHappinessHigh = 200,
213
- CreatureHappinessLow = 201,
214
- CreatureHappinessLowest = 202,
215
- CreatureHappinessNormal = 203,
216
- CreatureIdolAttractedCreature = 204,
217
- CreatureUntamed = 205,
218
- CuredYourPoison = 206,
219
- Cut = 207,
220
- DamageAppeared = 208,
221
- DamagedByPouring = 209,
222
- DayQuarter1 = 210,
223
- DayQuarter2 = 211,
224
- DayQuarter3 = 212,
225
- DayQuarter4 = 213,
226
- DealtNoDamageToYou = 214,
227
- DeathBy = 215,
228
- DeathByBleeding = 216,
229
- DeathByBurning = 217,
230
- DeathByChallengeWinner = 218,
231
- DeathByConsumption = 219,
232
- DeathByDrowning = 220,
233
- DeathByExhaustion = 221,
234
- DeathByFistByPlayer = 222,
235
- DeathByFrostbite = 223,
236
- DeathByMalnutrition = 224,
237
- DeathByPoison = 225,
238
- DeathBySteppingOn = 226,
239
- DeathByTrap = 227,
240
- DeathByWeaponByPlayer = 228,
241
- Decay = 229,
242
- DestroyedFromUse = 230,
243
- DetachContainer = 231,
244
- Dexterity = 232,
245
- DexterityIncreasing = 233,
246
- DidNotSeemToBeHurting = 234,
247
- Dig = 235,
248
- DigAway = 236,
249
- Digging = 237,
250
- DigWithHands = 238,
251
- Disabled = 239,
252
- Disassemble = 240,
253
- DisassembleAction = 241,
254
- Disassembling = 242,
255
- DiscoveredCaveEntrance = 243,
256
- DiscoveredInTheBottle = 244,
257
- DiscoveredLavaPassage = 245,
258
- Dismantle = 246,
259
- DismantleAction = 247,
260
- DismantleLabel = 248,
261
- Dismantling = 249,
262
- DismantlingRequires = 250,
263
- DisplacedPuddles = 251,
264
- DoNotHaveTreasureMaps = 252,
265
- DoNotProduceAnyResources = 253,
266
- DoodadCauseStatus = 254,
267
- DoodadGroupTier = 255,
268
- DrewSurroundings = 256,
269
- Drink = 257,
270
- Drop = 258,
271
- DropAll = 259,
272
- DropAllOfSameQuality = 260,
273
- DroppedIntoDepths = 261,
274
- DroppedIntoFire = 262,
275
- DroppedIntoTheVoid = 263,
276
- DueToDehydration = 264,
277
- DueToStarvation = 265,
278
- DugTreasureOut = 266,
279
- DumpContentsOfContainerInInventory = 267,
280
- Durability = 268,
281
- DyingOfDehydration = 269,
282
- EarnedMilestone = 270,
283
- East = 271,
284
- EastNortheast = 272,
285
- EastSoutheast = 273,
286
- Effective = 274,
287
- Enabled = 275,
288
- Enchant = 276,
289
- EquipmentPreventedStatusEffects = 277,
290
- EquipTo = 278,
291
- ErrorHasOccured = 279,
292
- ExtinguishedFire = 280,
293
- ExtinguishedLightSource = 281,
294
- FailedToAddFuelToTorch = 282,
295
- FailedToCatchFish = 283,
296
- FailedToCauseDamage = 284,
297
- FailedToCauseYouDamage = 285,
298
- FailedToCopy = 286,
299
- FailedToDraw = 287,
300
- FailedToEnchant = 288,
301
- FailedToIgniteTorch = 289,
302
- FailedToPickLock = 290,
303
- FailedToPlant = 291,
304
- FailedToPreserve = 292,
305
- FailedToRefine = 293,
306
- FailedToReinforce = 294,
307
- FailedToRepair = 295,
308
- FailedToStartFire = 296,
309
- FailedToTame = 297,
310
- FailedToTransmogrify = 298,
311
- FarOffLands = 299,
312
- FeltBurningPainLostHealth = 300,
313
- FeltFrostbitePainLostHealth = 301,
314
- FewMinutes = 302,
315
- Filled = 303,
316
- FilledFrom = 304,
317
- FireAroundYouIsWarm = 305,
318
- FiredIntoObstacle = 306,
319
- FireOverflowed = 307,
320
- FireOverflowedFireElemental = 308,
321
- FireSource = 309,
322
- FishingWithNoBait = 310,
323
- Floating = 311,
324
- FreshWater = 312,
325
- FromTheStill = 313,
326
- Fuel = 314,
327
- FuelIsRequired = 315,
328
- FullyDecodedMap = 316,
329
- GameHasBeenSavedIsTakingUpMB = 317,
330
- Gather = 318,
331
- GatherDestroy = 319,
332
- Gathering = 320,
333
- GatherWithHands = 321,
334
- GhostNoActions = 322,
335
- GhostOf = 323,
336
- GoatHasNoMilk = 324,
337
- GrabAll = 325,
338
- Group = 326,
339
- HackAway = 327,
340
- HandProtectionPreventedInjury = 328,
341
- HandsNotEffectiveForDigging = 329,
342
- Harvest = 330,
343
- Harvesting = 331,
344
- HarvestWithHands = 332,
345
- HasBeenHurtByATrap = 333,
346
- HasDecayed = 334,
347
- HasHitYouForDamage = 335,
348
- HasNoEffect = 336,
349
- HasSetTrapOffNoDamage = 337,
350
- HasSplit = 338,
351
- Help = 339,
352
- HelpGrow = 340,
353
- Here = 341,
354
- Hints = 342,
355
- HintsDisabled = 343,
356
- HintsEnabled = 344,
357
- Hitch = 345,
358
- HitchAttempt = 346,
359
- HitchCreature = 347,
360
- HitchDisabled = 348,
361
- HitchInUse = 349,
362
- HitchUnhitch = 350,
363
- HitForDamage = 351,
364
- HitYouForDamage = 352,
365
- Hour = 353,
366
- Hours = 354,
367
- HurtHandsHittingWithoutWeapons = 355,
368
- HurtHandsWithNoTool = 356,
369
- Ignite = 357,
370
- IgnitedTorch = 358,
371
- Ineffective = 359,
372
- InjuredFromTrap = 360,
373
- InNeedOfRepair = 361,
374
- InspectItem = 362,
375
- InteractingWithHasInjuredYouForDamage = 363,
376
- Inventory = 364,
377
- IsInTheWayOfPickingUp = 365,
378
- It = 366,
379
- ItAlsoReveals = 367,
380
- ItAlsoSeems = 368,
381
- ItContains = 369,
382
- ItemFromWater = 370,
383
- JoinedAServer = 371,
384
- Jump = 372,
385
- Killed = 373,
386
- KnowledgeHasIncreased = 374,
387
- LabelActionTier = 375,
388
- LabelAdditionalRequirements = 376,
389
- LabelAttackFromTactics = 377,
390
- LabelBase = 378,
391
- LabelCanIncrease = 379,
392
- LabelCraftingReputation = 380,
393
- LabelCraftingRequires = 381,
394
- LabelCraftingSkillReputation = 382,
395
- LabelDecay = 383,
396
- LabelDefense = 384,
397
- LabelDismantlingRequires = 385,
398
- LabelDurability = 386,
399
- LabelEquip = 387,
400
- LabelGrouping = 388,
401
- LabelHave = 389,
402
- LabelLeftHandAttack = 390,
403
- LabelLevel = 391,
404
- LabelLightSourceWhenLit = 392,
405
- LabelOnCure = 393,
406
- LabelOnDrink = 394,
407
- LabelOnEat = 395,
408
- LabelOnEquip = 396,
409
- LabelOnHeal = 397,
410
- LabelOnOtherHeal = 398,
411
- LabelPreservationRate = 399,
412
- LabelProtected = 400,
413
- LabelRange = 401,
414
- LabelRanged = 402,
415
- LabelRangedAttack = 403,
416
- LabelRangedDamage = 404,
417
- LabelReputationImpact = 405,
418
- LabelResists = 406,
419
- LabelRightHandAttack = 407,
420
- LabelSkill = 408,
421
- LabelStokeFireStrength = 409,
422
- LabelThrowDamageType = 410,
423
- LabelTrapDamage = 411,
424
- LabelUse = 412,
425
- LabelUses = 413,
426
- LabelVulnerabilities = 414,
427
- LabelWeight = 415,
428
- LabelWeightCapacity = 416,
429
- LabelWeightReduction = 417,
430
- LabelWorth = 418,
431
- LastPlaceYouLeftOff = 419,
432
- LearnedHowToCreate = 420,
433
- LeftHand = 421,
434
- LikelyFailures = 422,
435
- Limited = 423,
436
- Magical = 424,
437
- MagicalItemDamage = 425,
438
- MapDestroyed = 426,
439
- MapNearlyDestroyed = 427,
440
- MapNotOfThisArea = 428,
441
- MaterialsDestroyed = 429,
442
- MerchantAlreadyTradedItem = 430,
443
- MessageOfTheDay = 431,
444
- Metabolism = 432,
445
- MetabolismSlowed = 433,
446
- Milk = 434,
447
- Mine = 435,
448
- Mining = 436,
449
- MissedWith = 437,
450
- MissedYouWith = 438,
451
- MoveAllOfSameQualityToFacingContainer = 439,
452
- MoveAllOfSameQualityToInventory = 440,
453
- MoveAllOfSameQualityToLastOpenedContainer = 441,
454
- MoveAllOfSameQualityToOpenedContainer = 442,
455
- MoveAllToFacingContainer = 443,
456
- MoveAllToInventory = 444,
457
- MoveAllToLastOpenedContainer = 445,
458
- MoveAllToOpenedContainer = 446,
459
- MovedItem = 447,
460
- MoveOverTrapButDoNotSetOff = 448,
461
- MoveToFacingContainer = 449,
462
- MoveToInventory = 450,
463
- MoveToLastOpenedContainer = 451,
464
- MoveToOpenedContainer = 452,
465
- MultiplayerGamePaused = 453,
466
- MultiplayerGameResumed = 454,
467
- MultiplayerPlayerConnected = 455,
468
- MultiplayerPlayerDied = 456,
469
- MultiplayerPlayerDisconnected = 457,
470
- MultiplayerPlayerJoined = 458,
471
- MustBeEquippedToIgnite = 459,
472
- Mysteriously = 460,
473
- Name = 461,
474
- NearlyBurnedEquipmentProtectedYou = 462,
475
- NeedFreeHandToShoot = 463,
476
- NeedToEquipToShoot = 464,
477
- NeedToStartTravelsOutside = 465,
478
- NeedWaterForBoat = 466,
479
- Negatively = 467,
480
- NightQuarter1 = 468,
481
- NightQuarter2 = 469,
482
- NightQuarter3 = 470,
483
- NightQuarter4 = 471,
484
- No = 472,
485
- NoAmmunitionForThatWeapon = 473,
486
- NoFireToStokeWith = 474,
487
- NoFishAtLocation = 475,
488
- NoGroundWater = 476,
489
- NoInkToDrawMap = 477,
490
- NoKindlingOrFuelItemsToStartFire = 478,
491
- NoKindlingToStartFire = 479,
492
- NoLongerFeelPainOfBeingBurned = 480,
493
- NoLongerFeelPainOfBeingFrostbitten = 481,
494
- NoLongerHostile = 482,
495
- NoMoreRoomInContainer = 483,
496
- NoPaperToDrawMap = 484,
497
- NoRequiredItemToFireWeapon = 485,
498
- NoReturnWithoutCompletingChallenges = 486,
499
- NoRoomForImprovement = 487,
500
- NoRoomToDrop = 488,
501
- North = 489,
502
- Northeast = 490,
503
- NorthNortheast = 491,
504
- NorthNorthwest = 492,
505
- Northwest = 493,
506
- NotAvailable = 494,
507
- NotEnoughPurifiedWaterYet = 495,
508
- NotEnoughTreasureToReturn = 496,
509
- NotFacingCreatureToOfferThisTo = 497,
510
- NotFacingLockedObject = 498,
511
- NotFacingOtherToHeal = 499,
512
- NotFacingValidItem = 500,
513
- NothingHereToButcher = 501,
514
- NothingHereToFill = 502,
515
- NothingHereToGrasp = 503,
516
- NothingToGetFromThis = 504,
517
- NothingToHarvestFromThisGather = 505,
518
- NothingToSmother = 506,
519
- NothingUsefulToHarvestYet = 507,
520
- NoTinderToStartFire = 508,
521
- NotSuitableToPlant = 509,
522
- NoWaterInStill = 510,
523
- NPCStartingDialog1 = 511,
524
- NPCStartingDialog2 = 512,
525
- NPCStartingDialog3 = 513,
526
- NPCStartingDialog4 = 514,
527
- NPCWelcome = 515,
528
- NPCWelcomeCredit = 516,
529
- NumberEight = 517,
530
- NumberFive = 518,
531
- NumberFour = 519,
532
- NumberNine = 520,
533
- NumberOne = 521,
534
- NumberSeven = 522,
535
- NumberSix = 523,
536
- NumberTen = 524,
537
- NumberThree = 525,
538
- NumberTwo = 526,
539
- ObjectIsLocked = 527,
540
- ObjectIsLockedAttemptToBreakIt = 528,
541
- Offer = 529,
542
- OfferAberrantFail = 530,
543
- OfferAberrantFailButTamed = 531,
544
- OpenCloseContainer = 532,
545
- OpenCloseDoor = 533,
546
- OpenDoor = 534,
547
- OverEatingLostStamina = 535,
548
- OverHydratingLostStamina = 536,
549
- Pack = 537,
550
- PaperTurnedToMush = 538,
551
- ParryTheBlow = 539,
552
- PartiallyDecodedMap = 540,
553
- PenultimateAnd = 541,
554
- Pet = 542,
555
- PetCreature = 543,
556
- PickAway = 544,
557
- PickupAllItems = 545,
558
- PickupExcrementWithHands = 546,
559
- PickupItem = 547,
560
- Place = 548,
561
- PlacedOnGround = 549,
562
- Plant = 550,
563
- PlantCouldBeHarvested = 551,
564
- PlantedInGround = 552,
565
- PlantGatheringWillDestroy = 553,
566
- PlantHasResourcesToGather = 554,
567
- PlantHasResourcesToHarvest = 555,
568
- PlantHighlyFertile = 556,
569
- Planting = 557,
570
- PlantIsBare = 558,
571
- PlantIsFertile = 559,
572
- PlantIsInStage = 560,
573
- PlantIsNotFertile = 561,
574
- PlantNotReadyToHarvest = 562,
575
- PlantReadyToGather = 563,
576
- PlantReadyToGatherNotMaximal = 564,
577
- PlantReadyToHarvest = 565,
578
- PlantReadyToHarvestNotMaximal = 566,
579
- Player = 567,
580
- PlayerHas = 568,
581
- PlayerHasCompletedChallengeRequirement = 569,
582
- PlayerHasWonChallenge = 570,
583
- Poisoned = 571,
584
- PoisonedLostHealth = 572,
585
- PoisonWorkedItsCourse = 573,
586
- Positively = 574,
587
- PouredOut = 575,
588
- PouredOutOnYourself = 576,
589
- PouredWaterIntoStill = 577,
590
- PourHarmedPlant = 578,
591
- PourHealedPlant = 579,
592
- PourHealedPlantFully = 580,
593
- PourHealedPlantPartially = 581,
594
- PourIncreasedFertility = 582,
595
- Pouring = 583,
596
- Prepare = 584,
597
- Prepared = 585,
598
- Preserve = 586,
599
- PreservedFood = 587,
600
- PurifiedWaterInStill = 588,
601
- Quality = 589,
602
- RandomEventsFire = 590,
603
- Recent = 591,
604
- ReduceLength = 592,
605
- Refine = 593,
606
- RefusedToBeTamed = 594,
607
- Reinforce = 595,
608
- Release = 596,
609
- RemoveAction = 597,
610
- RemoveFromQuickslot = 598,
611
- Repair = 599,
612
- ReputationDecreased = 600,
613
- ReputationIncreased = 601,
614
- ReputationUpdate = 602,
615
- RequiredForDisassembleLabel = 603,
616
- RequiredForDisassembly = 604,
617
- RequiresFireToBeLit = 605,
618
- RequiresYouFacingFireSource = 606,
619
- RequiresYouToBeAround = 607,
620
- Resistant = 608,
621
- ResistOrVuln = 609,
622
- ResistOrVulnAll = 610,
623
- Rest = 611,
624
- Rested = 612,
625
- Resting = 613,
626
- RestingOnGroundNotEffective = 614,
627
- RestInterrupted = 615,
628
- RestInterruptedDamage = 616,
629
- RestInterruptedDying = 617,
630
- RestInterruptedLoudNoise = 618,
631
- RestInterruptedPain = 619,
632
- RestInterruptedStirring = 620,
633
- RestLongTime = 621,
634
- RestModerateTime = 622,
635
- RestOnGround = 623,
636
- RestShortTime = 624,
637
- RestTime = 625,
638
- ReturnedToCivilization = 626,
639
- ReturningToCivilizationSetOffAgain = 627,
640
- ReturnsToLife = 628,
641
- Reveals = 629,
642
- RevealsEntityAppearsHurt = 630,
643
- RevealsEntityAppearsUnharmed = 631,
644
- RevealsEntityAppearsVeryHurt = 632,
645
- RevealsEntityIsAtPercentHealth = 633,
646
- RevealsEntityIsInjured = 634,
647
- RevealsEntityIsMostlyUninjured = 635,
648
- RevealsEntityIsOnTheVergeOfDeath = 636,
649
- RevealsEntityIsSeverelyInjured = 637,
650
- RevealsEntityIsUninjured = 638,
651
- RevealsEntitySeemsInjured = 639,
652
- RevealsEntitySeemsUninjured = 640,
653
- RevealsNumberOfResistancesAndVulnerabilities = 641,
654
- RevealsResistancesAndVulnerabilities = 642,
655
- RevealsSomeResistancesAndVulnerabilities = 643,
656
- Reverse = 644,
657
- RightHand = 645,
658
- Sailing = 646,
659
- ScrollMaster = 647,
660
- ScrollProvidedNoUsefulInsight = 648,
661
- Seawater = 649,
662
- SeemsToHaveDrawnEnergy = 650,
663
- SetTrapOffButNoDamage = 651,
664
- SetUp = 652,
665
- ShadowInTheWater = 653,
666
- Skill = 654,
667
- SkillHasRaised = 655,
668
- Skills = 656,
669
- Sleep = 657,
670
- Sleeping = 658,
671
- Slept = 659,
672
- SlitherSuckerConstricts = 660,
673
- SlitherSuckerJumpedOnHead = 661,
674
- SomethingInTheWayOf = 662,
675
- SomethingInTheWayOfButcherFirst = 663,
676
- SomethingInTheWayOfFire = 664,
677
- SomethingInTheWayOfFishing = 665,
678
- SomethingInTheWayOfPerforming = 666,
679
- SomethingInTheWayOfPlacing = 667,
680
- SomethingInTheWayOfPlanting = 668,
681
- SomethingInWayOfClosingDoor = 669,
682
- SoothedTheirBurnInjuries = 670,
683
- SoothedYourBurnInjuries = 671,
684
- Sort = 672,
685
- SortedByBestCraftingConsumables = 673,
686
- SortedByBestCraftingRequirements = 674,
687
- SortedByCategory = 675,
688
- SortedByDecay = 676,
689
- SortedByDurability = 677,
690
- SortedByGroup = 678,
691
- SortedByMagical = 679,
692
- SortedByName = 680,
693
- SortedByQuality = 681,
694
- SortedByRecent = 682,
695
- SortedBySkill = 683,
696
- SortedByUnlockedTime = 684,
697
- SortedByWeight = 685,
698
- SortedByWorth = 686,
699
- South = 687,
700
- Southeast = 688,
701
- SouthSoutheast = 689,
702
- SouthSouthwest = 690,
703
- Southwest = 691,
704
- StaminaIsFull = 692,
705
- StartedFire = 693,
706
- StartTravelInWater = 694,
707
- StarvingToDeath = 695,
708
- StatAmount = 696,
709
- StatGained = 697,
710
- StatLost = 698,
711
- StatQuenched = 699,
712
- StatRegained = 700,
713
- StatSated = 701,
714
- SteppingOn = 702,
715
- StillHasNoWaterToPurify = 703,
716
- StirredUpClawWorm = 704,
717
- StirredUpCreature = 705,
718
- StoppedYourBleeding = 706,
719
- StopUsingBoat = 707,
720
- Strength = 708,
721
- StrengthIncreasing = 709,
722
- SummonedGuardiansByDiggingTreasure = 710,
723
- SummonedGuardiansByLockpicking = 711,
724
- SummonVoidDwellerItem = 712,
725
- SummonVoidDwellerRinging = 713,
726
- SummonVoidDwellerShiver = 714,
727
- SunNotBrightEnoughToStartFire = 715,
728
- Swimming = 716,
729
- TakenFromGroundBecomeTamed = 717,
730
- Tame = 718,
731
- TamedCreature = 719,
732
- TeleportBlocked = 720,
733
- Teleported = 721,
734
- ThanksBuying = 722,
735
- ThanksSelling = 723,
736
- TheCreature = 724,
737
- TheirFist = 725,
738
- ThePlant = 726,
739
- ThereIsNoContainerOnTheStill = 727,
740
- ThereIsNoSunToStartFire = 728,
741
- ThisCannotBeMilked = 729,
742
- Throw = 730,
743
- ThrownIntoDepths = 731,
744
- ThrownIntoObstacle = 732,
745
- ThrownIntoVoid = 733,
746
- Tier = 734,
747
- TierGroup = 735,
748
- Till = 736,
749
- Tilling = 737,
750
- TimeIs = 738,
751
- TimeIsDawn = 739,
752
- TimeIsDaytime = 740,
753
- TimeIsDusk = 741,
754
- TimeIsNighttime = 742,
755
- TimeIsSunrise = 743,
756
- TimeIsSunset = 744,
757
- ToDamageAChest = 745,
758
- ToFight = 746,
759
- TooDamaged = 747,
760
- TooExhaustedToJump = 748,
761
- Touching = 749,
762
- TradeBarterCreditForItem = 750,
763
- TradeItemForBarterCredit = 751,
764
- TradingWith = 752,
765
- TrampledFire = 753,
766
- TrampledIntoGround = 754,
767
- TrampleIntoGround = 755,
768
- Trampling = 756,
769
- TransmogrificationNotPossible = 757,
770
- Transmogrified = 758,
771
- Transmogrify = 759,
772
- TrapMissed = 760,
773
- TrapStoppedYou = 761,
774
- Traveling = 762,
775
- TreasureIsBlocked = 763,
776
- UnEquip = 764,
777
- UnEquipAll = 765,
778
- Unhitch = 766,
779
- UnhitchCreature = 767,
780
- Unknown = 768,
781
- UnknownItem = 769,
782
- Unlimited = 770,
783
- UnlockedChest = 771,
784
- UnlockedTime = 772,
785
- UnpurifiedFreshWater = 773,
786
- UnpurifiedWaterInStill = 774,
787
- UsingBareHands = 775,
788
- Vulnerable = 776,
789
- WaitUntilFireCooledToGetWater = 777,
790
- Water = 778,
791
- WaterGathering = 779,
792
- WaterPutOutFire = 780,
793
- Weight = 781,
794
- WellIsDry = 782,
795
- WellIsFull = 783,
796
- West = 784,
797
- WestNorthwest = 785,
798
- WestSouthwest = 786,
799
- WildGoatRefusedToBeMilked = 787,
800
- WillNotTrade = 788,
801
- WithYouSee = 789,
802
- WorkingYourselfIntoExhaustion = 790,
803
- WorkingYourselfIntoExhaustionAndDrowning = 791,
804
- Worth = 792,
805
- You = 793,
806
- YouApplied = 794,
807
- YouAte = 795,
808
- YouBeginResting = 796,
809
- YouCannotDoThatYet = 797,
810
- YouCanNowCombatTheTides = 798,
811
- YouCooledLava = 799,
812
- YouCrafted = 800,
813
- YouDied = 801,
814
- YouDoNotFindTreasureYet = 802,
815
- YouDrank = 803,
816
- YouDropTheTorch = 804,
817
- YouEnchant = 805,
818
- YouEquip = 806,
819
- YouFailedTo = 807,
820
- YouFailedToExtinguishedFireFully = 808,
821
- YouFailedToHeal = 809,
822
- YouFailedToHealOther = 810,
823
- YouFire = 811,
824
- YouGathered = 812,
825
- YouGatheredAndDropped = 813,
826
- YouHarvested = 814,
827
- YouHarvestedAndDropped = 815,
828
- YouHave = 816,
829
- YouHaveAlreadyLearned = 817,
830
- YouHaveDied = 818,
831
- YouHaveEnabledDisabled = 819,
832
- YouHaveHealedOther = 820,
833
- YouHaveKilled = 821,
834
- YouHaveReleased = 822,
835
- YouHaveTamed = 823,
836
- YouNeedMoreCredit = 824,
837
- YouNeedXToY = 825,
838
- YouNoticeBarren = 826,
839
- YouNoticeBecomeEnraged = 827,
840
- YouNoticeDying = 828,
841
- YouNoticeFertilityDecreasing = 829,
842
- YouNoticeFertilityIncreasing = 830,
843
- YouNoticeGrowing = 831,
844
- YouNoticeLavaCooling = 832,
845
- YouNoticeLavaHardening = 833,
846
- YouNoticePerish = 834,
847
- YouNoticePlantDamage = 835,
848
- YouNoticePlantRegenerated = 836,
849
- YouNoticeRegrowing = 837,
850
- YouNoticeStumbleInjureItself = 838,
851
- YouNoticeTakeFromGround = 839,
852
- YouNoticeWoundsClosing = 840,
853
- YouNoticeZombieHorde = 841,
854
- YouOfferedToCreature = 842,
855
- YouOpen = 843,
856
- YouPacked = 844,
857
- YouPickedUp = 845,
858
- YouRefine = 846,
859
- YouReinforce = 847,
860
- YouRepair = 848,
861
- YouReturnFromCivilizationWith = 849,
862
- YourFist = 850,
863
- YourHands = 851,
864
- YourHighSkill = 852,
865
- YourInventory = 853,
866
- YourIsland = 854,
867
- YourLowSkill = 855,
868
- YourModerateSkill = 856,
869
- YourRubbingNoEffect = 857,
870
- YouRub = 858,
871
- YouSee = 859,
872
- YouSeeALivingMushroomSpore = 860,
873
- YouSeeAnAberrant = 861,
874
- YouSeeASkeletonCollapse = 862,
875
- YouSeeASlimeCombine = 863,
876
- YouSeeAZombieBleeding = 864,
877
- YouSeeCoolDown = 865,
878
- YouSeeDrop = 866,
879
- YouSeeEngulfFire = 867,
880
- YouSeeFireSpread = 868,
881
- YouSeeHelpingPlant = 869,
882
- YouSeeLay = 870,
883
- YouSeeLayingTrap = 871,
884
- YouSeeSpewLava = 872,
885
- YouSeeSpitAcid = 873,
886
- YouSeeSpringForth = 874,
887
- YouSeeSummon = 875,
888
- YouSeeSwampFlood = 876,
889
- YouSeeTrampling = 877,
890
- YouSetTheTrapOff = 878,
891
- YouStokeTheFireElemental = 879,
892
- YouThrew = 880,
893
- YouTilled = 881,
894
- YouUnequip = 882,
895
- YouUsed = 883,
896
- YouWhileTraveling = 884
13
+ MultipleQuickslots = 1,
14
+ Aberrant = 2,
15
+ AboutHours = 3,
16
+ ActionAlterAltered = 4,
17
+ ActionAlterFailed = 5,
18
+ ActionAlterNotPossible = 6,
19
+ ActionAttachContainerAlreadyHasContainer = 7,
20
+ ActionAttachContainerAttachedContainer = 8,
21
+ ActionAttachContainerAttachingContainer = 9,
22
+ ActionAttachContainerCannotAttach = 10,
23
+ ActionAttachContainerNothingToAttachContainerTo = 11,
24
+ ActionAttackNoAttackTarget = 12,
25
+ ActionAttackNoHandsSelected = 13,
26
+ ActionButcherReleasesLava = 14,
27
+ ActionCastAreaOverfished = 15,
28
+ ActionConsumeItemTypeStats = 16,
29
+ ActionCraft = 17,
30
+ ActionCraftEfficacy = 18,
31
+ ActionCraftEfficacyHigh = 19,
32
+ ActionCraftEfficacyHighest = 20,
33
+ ActionCraftEfficacyLow = 21,
34
+ ActionCraftEfficacyLowest = 22,
35
+ ActionCraftEfficacyMed = 23,
36
+ ActionCraftEfficacyPercent = 24,
37
+ ActionCraftYouLackTheRequirements = 25,
38
+ ActionDetachContainerDetachContainer = 26,
39
+ ActionDetachContainerNoDetach = 27,
40
+ ActionDisassembleNoItemsSalvaged = 28,
41
+ ActionDisassembleSalvaged = 29,
42
+ ActionDismantleSeparated = 30,
43
+ ActionDrinkInFrontNoDrink = 31,
44
+ ActionEnhance = 32,
45
+ ActionEnhanceEnhanced = 33,
46
+ ActionEnhanceFailed = 34,
47
+ ActionEnhanceNotPossible = 35,
48
+ ActionFishingNothingBiting = 36,
49
+ ActionFishingSlipped = 37,
50
+ ActionFishingTooShallow = 38,
51
+ ActionJumpCannotJump = 39,
52
+ ActionMeleeHasToBeEquipped = 40,
53
+ ActionMeleeNothingToAttack = 41,
54
+ ActionMoveToSwimOffEdgeCannotCombatTides = 42,
55
+ ActionNavigateMoon = 43,
56
+ ActionNavigateNotOverworld = 44,
57
+ ActionNavigateSun = 45,
58
+ ActionNavigateUseSextant = 46,
59
+ ActionPetCreatureRefused = 47,
60
+ ActionPetNoTamedCreature = 48,
61
+ ActionPickupAllItemsNoItems = 49,
62
+ ActionPickupExcrementNoExcrement = 50,
63
+ ActionPickupItemNoItem = 51,
64
+ ActionPickupNoPickup = 52,
65
+ ActionRefineNoDurability = 53,
66
+ ActionReleaseNoTamedCreature = 54,
67
+ ActionRenameIsland = 55,
68
+ ActionRenameNothing = 56,
69
+ ActionSailToCivilizationNotInsideBoat = 57,
70
+ ActionSailToIsland = 58,
71
+ ActionSailToIslandArrived = 59,
72
+ ActionSailToIslandPlayerArriving = 60,
73
+ ActionSailToIslandPlayerDeparting = 61,
74
+ ActionTameCreatureTamed = 62,
75
+ ActionTameNoCreature = 63,
76
+ ActionTestDepthNothingToTest = 64,
77
+ ActionTestDepthWell = 65,
78
+ ActionToggleContainerNoContainer = 66,
79
+ ActionToggleDoorNoDoor = 67,
80
+ ActionToggleHitchNoCreature = 68,
81
+ ActionToggleHitchNoHitch = 69,
82
+ ActionUpgrade = 70,
83
+ ActionUpgradeFailed = 71,
84
+ ActionUpgradeNotMagical = 72,
85
+ ActionUpgradeNotPossible = 73,
86
+ ActionUpgradeUpgraded = 74,
87
+ ActionUseItemWeaponNeeded = 75,
88
+ ActionWith = 76,
89
+ AddedFuelToFire = 77,
90
+ AddedFuelToTorch = 78,
91
+ AddToQuickslot = 79,
92
+ AllEquipmentUnEquipped = 80,
93
+ AlreadyDesalinatedWaterInStill = 81,
94
+ AlreadyFullyRefined = 82,
95
+ AlreadyFullyRepaired = 83,
96
+ AlreadyPreserved = 84,
97
+ Alter = 85,
98
+ AnotherIsland = 86,
99
+ AnUnknownItem = 87,
100
+ AppearedNotEffectiveForGathering = 88,
101
+ AppearsToBeAberrant = 89,
102
+ ArmorAppeared = 90,
103
+ ArmorProtectedFromInjuryAgainst = 91,
104
+ Attack = 92,
105
+ AttemptedToDropAllIntoFire = 93,
106
+ AttemptedToPlaceAllOnGround = 94,
107
+ AttemptToSoothBurnInWater = 95,
108
+ AttemptToTill = 96,
109
+ AutoActionsNoItem = 97,
110
+ BadlyBurnedLostHealth = 98,
111
+ BarteringSkillsProvided = 99,
112
+ BasedOnItSeems = 100,
113
+ BeenPoisoned = 101,
114
+ BeginSleeping = 102,
115
+ BeginUsingBoat = 103,
116
+ BestForCrafting = 104,
117
+ BleedingHasStopped = 105,
118
+ BleedingProfusely = 106,
119
+ BleedingToDeathLostHealth = 107,
120
+ BookBlank = 108,
121
+ BookContains = 109,
122
+ BookCrumbles = 110,
123
+ BookDiagrams = 111,
124
+ BookEmpty = 112,
125
+ BookNothing = 113,
126
+ BookOpen = 114,
127
+ BookScribbles = 115,
128
+ BothEffectiveIneffective = 116,
129
+ BothHands = 117,
130
+ BrokeIntoPieces = 118,
131
+ BrokenOnImpact = 119,
132
+ BrokenWhileFiring = 120,
133
+ Build = 121,
134
+ Burned = 122,
135
+ CannotAddAnyMoreFuel = 123,
136
+ CannotBePerformedOverWater = 124,
137
+ CannotBePreserved = 125,
138
+ CannotBeRefined = 126,
139
+ CannotBeRefinedReinforcementNeeded = 127,
140
+ CannotBeReinforced = 128,
141
+ CannotBeRepaired = 129,
142
+ CannotBeTamed = 130,
143
+ CannotBeTamedInThisWay = 131,
144
+ CannotBuildHere = 132,
145
+ CannotDoThatHere = 133,
146
+ CannotDropHere = 134,
147
+ CannotEquipThatThere = 135,
148
+ CannotFishFor = 136,
149
+ CannotHere = 137,
150
+ CannotInWater = 138,
151
+ CannotLeave = 139,
152
+ CannotPickUpWhileLit = 140,
153
+ CannotPickUpWithItemsInside = 141,
154
+ CannotPlaceContainerInItself = 142,
155
+ CannotPlaceHere = 143,
156
+ CannotPlaceThatFromHere = 144,
157
+ CannotPlaceThatHere = 145,
158
+ CannotPlantHereTilled = 146,
159
+ CannotRepairWhileLit = 147,
160
+ CannotRestHere = 148,
161
+ CannotSeeHere = 149,
162
+ CannotSleepHere = 150,
163
+ CannotStartFireHere = 151,
164
+ CannotToTellTime = 152,
165
+ CannotUseCommand = 153,
166
+ CannotWhenProtected = 154,
167
+ CannotWhenProtectedDangerousAction = 155,
168
+ CarryingTooMuchWeight = 156,
169
+ CarvedUpCorpse = 157,
170
+ Carving = 158,
171
+ CastYourLine = 159,
172
+ Category = 160,
173
+ CaughtFish = 161,
174
+ ChatBanCommand = 162,
175
+ ChatBannedCommand = 163,
176
+ ChatCommandsCommand = 164,
177
+ ChatCommandsCommandCommand = 165,
178
+ ChatPingCommand = 166,
179
+ ChatPlayerMessage = 167,
180
+ ChatPlayersCommand = 168,
181
+ ChatServerMessage = 169,
182
+ ChatUnbanCommand = 170,
183
+ ChatUnknownCommand = 171,
184
+ Chop = 172,
185
+ Chopping = 173,
186
+ ClearedBlood = 174,
187
+ ClearMessages = 175,
188
+ Clockwise = 176,
189
+ CloseContainer = 177,
190
+ CloseDoor = 178,
191
+ CloseToBeingDestroyed = 179,
192
+ CollectObjectWithHands = 180,
193
+ Consumed = 181,
194
+ Container = 182,
195
+ ContextMenuActionHotkey = 183,
196
+ ContextMenuHelpActions = 184,
197
+ ContextMenuHelpAutoActions = 185,
198
+ ContextMenuHelpItems = 186,
199
+ CopiedMap = 187,
200
+ CopySelectedText = 188,
201
+ CopyX = 189,
202
+ CorpseOf = 190,
203
+ CorpseOfNamed = 191,
204
+ CouldNotDecipher = 192,
205
+ Counterclockwise = 193,
206
+ Craft = 194,
207
+ Crafted = 195,
208
+ Crafts = 196,
209
+ CreatureAngered = 197,
210
+ CreatureAppears = 198,
211
+ CreatureAppeased = 199,
212
+ CreatureExcrement = 200,
213
+ CreatureHappinessHigh = 201,
214
+ CreatureHappinessLow = 202,
215
+ CreatureHappinessLowest = 203,
216
+ CreatureHappinessNormal = 204,
217
+ CreatureIdolAttractedCreature = 205,
218
+ CreatureUntamed = 206,
219
+ CuredYourPoison = 207,
220
+ Cut = 208,
221
+ DamageAppeared = 209,
222
+ DamagedByPouring = 210,
223
+ DayQuarter1 = 211,
224
+ DayQuarter2 = 212,
225
+ DayQuarter3 = 213,
226
+ DayQuarter4 = 214,
227
+ DealtNoDamageToYou = 215,
228
+ DeathBy = 216,
229
+ DeathByBleeding = 217,
230
+ DeathByBurning = 218,
231
+ DeathByChallengeWinner = 219,
232
+ DeathByConsumption = 220,
233
+ DeathByDrowning = 221,
234
+ DeathByExhaustion = 222,
235
+ DeathByFistByPlayer = 223,
236
+ DeathByFrostbite = 224,
237
+ DeathByMalnutrition = 225,
238
+ DeathByPoison = 226,
239
+ DeathBySteppingOn = 227,
240
+ DeathByTrap = 228,
241
+ DeathByWeaponByPlayer = 229,
242
+ Decay = 230,
243
+ DestroyedFromUse = 231,
244
+ DetachContainer = 232,
245
+ Dexterity = 233,
246
+ DexterityIncreasing = 234,
247
+ DidNotSeemToBeHurting = 235,
248
+ Dig = 236,
249
+ DigAway = 237,
250
+ Digging = 238,
251
+ DigWithHands = 239,
252
+ Disabled = 240,
253
+ Disassemble = 241,
254
+ DisassembleAction = 242,
255
+ Disassembling = 243,
256
+ DiscoveredCaveEntrance = 244,
257
+ DiscoveredInTheBottle = 245,
258
+ DiscoveredLavaPassage = 246,
259
+ Dismantle = 247,
260
+ DismantleAction = 248,
261
+ DismantleLabel = 249,
262
+ Dismantling = 250,
263
+ DismantlingRequires = 251,
264
+ DisplacedPuddles = 252,
265
+ DoNotHaveTreasureMaps = 253,
266
+ DoNotProduceAnyResources = 254,
267
+ DoodadCauseStatus = 255,
268
+ DoodadGroupTier = 256,
269
+ DrewSurroundings = 257,
270
+ Drink = 258,
271
+ Drop = 259,
272
+ DropAll = 260,
273
+ DropAllOfSameQuality = 261,
274
+ DroppedIntoDepths = 262,
275
+ DroppedIntoFire = 263,
276
+ DroppedIntoTheVoid = 264,
277
+ DueToDehydration = 265,
278
+ DueToStarvation = 266,
279
+ DugTreasureOut = 267,
280
+ DumpContentsOfContainerInInventory = 268,
281
+ Durability = 269,
282
+ DyingOfDehydration = 270,
283
+ EarnedMilestone = 271,
284
+ East = 272,
285
+ EastNortheast = 273,
286
+ EastSoutheast = 274,
287
+ Effective = 275,
288
+ Enabled = 276,
289
+ Enchant = 277,
290
+ EquipmentPreventedStatusEffects = 278,
291
+ EquipTo = 279,
292
+ ErrorHasOccured = 280,
293
+ ExtinguishedFire = 281,
294
+ ExtinguishedLightSource = 282,
295
+ FailedToAddFuelToTorch = 283,
296
+ FailedToCatchFish = 284,
297
+ FailedToCauseDamage = 285,
298
+ FailedToCauseYouDamage = 286,
299
+ FailedToCopy = 287,
300
+ FailedToDraw = 288,
301
+ FailedToEnchant = 289,
302
+ FailedToIgniteTorch = 290,
303
+ FailedToPickLock = 291,
304
+ FailedToPlant = 292,
305
+ FailedToPreserve = 293,
306
+ FailedToRefine = 294,
307
+ FailedToReinforce = 295,
308
+ FailedToRepair = 296,
309
+ FailedToStartFire = 297,
310
+ FailedToTame = 298,
311
+ FailedToTransmogrify = 299,
312
+ FarOffLands = 300,
313
+ FeltBurningPainLostHealth = 301,
314
+ FeltFrostbitePainLostHealth = 302,
315
+ FewMinutes = 303,
316
+ Filled = 304,
317
+ FilledFrom = 305,
318
+ FireAroundYouIsWarm = 306,
319
+ FiredIntoObstacle = 307,
320
+ FireOverflowed = 308,
321
+ FireOverflowedFireElemental = 309,
322
+ FireSource = 310,
323
+ FishingWithNoBait = 311,
324
+ Floating = 312,
325
+ FreshWater = 313,
326
+ FromTheStill = 314,
327
+ Fuel = 315,
328
+ FuelIsRequired = 316,
329
+ FullyDecodedMap = 317,
330
+ GameHasBeenSavedIsTakingUpMB = 318,
331
+ Gather = 319,
332
+ GatherDestroy = 320,
333
+ Gathering = 321,
334
+ GatherWithHands = 322,
335
+ GhostNoActions = 323,
336
+ GhostOf = 324,
337
+ GoatHasNoMilk = 325,
338
+ GrabAll = 326,
339
+ Group = 327,
340
+ HackAway = 328,
341
+ HandProtectionPreventedInjury = 329,
342
+ HandsNotEffectiveForDigging = 330,
343
+ Harvest = 331,
344
+ Harvesting = 332,
345
+ HarvestWithHands = 333,
346
+ HasBeenHurtByATrap = 334,
347
+ HasDecayed = 335,
348
+ HasHitYouForDamage = 336,
349
+ HasNoEffect = 337,
350
+ HasSetTrapOffNoDamage = 338,
351
+ HasSplit = 339,
352
+ Help = 340,
353
+ HelpGrow = 341,
354
+ Here = 342,
355
+ Hints = 343,
356
+ HintsDisabled = 344,
357
+ HintsEnabled = 345,
358
+ Hitch = 346,
359
+ HitchAttempt = 347,
360
+ HitchCreature = 348,
361
+ HitchDisabled = 349,
362
+ HitchInUse = 350,
363
+ HitchUnhitch = 351,
364
+ HitForDamage = 352,
365
+ HitYouForDamage = 353,
366
+ Hour = 354,
367
+ Hours = 355,
368
+ HurtHandsHittingWithoutWeapons = 356,
369
+ HurtHandsWithNoTool = 357,
370
+ Ignite = 358,
371
+ IgnitedTorch = 359,
372
+ Ineffective = 360,
373
+ InjuredFromTrap = 361,
374
+ InNeedOfRepair = 362,
375
+ InspectItem = 363,
376
+ InteractingWithHasInjuredYouForDamage = 364,
377
+ Inventory = 365,
378
+ IsInTheWayOfPickingUp = 366,
379
+ It = 367,
380
+ ItAlsoReveals = 368,
381
+ ItAlsoSeems = 369,
382
+ ItContains = 370,
383
+ ItemFromWater = 371,
384
+ JoinedAServer = 372,
385
+ Jump = 373,
386
+ Killed = 374,
387
+ KnowledgeHasIncreased = 375,
388
+ LabelActionTier = 376,
389
+ LabelAdditionalRequirements = 377,
390
+ LabelAttackFromTactics = 378,
391
+ LabelBase = 379,
392
+ LabelCanIncrease = 380,
393
+ LabelCraftingReputation = 381,
394
+ LabelCraftingRequires = 382,
395
+ LabelCraftingSkillReputation = 383,
396
+ LabelDecay = 384,
397
+ LabelDefense = 385,
398
+ LabelDismantlingRequires = 386,
399
+ LabelDurability = 387,
400
+ LabelEquip = 388,
401
+ LabelGrouping = 389,
402
+ LabelHave = 390,
403
+ LabelLeftHandAttack = 391,
404
+ LabelLevel = 392,
405
+ LabelLightSourceWhenLit = 393,
406
+ LabelOnCure = 394,
407
+ LabelOnDrink = 395,
408
+ LabelOnEat = 396,
409
+ LabelOnEquip = 397,
410
+ LabelOnHeal = 398,
411
+ LabelOnOtherHeal = 399,
412
+ LabelPreservationRate = 400,
413
+ LabelProtected = 401,
414
+ LabelRange = 402,
415
+ LabelRanged = 403,
416
+ LabelRangedAttack = 404,
417
+ LabelRangedDamage = 405,
418
+ LabelReputationImpact = 406,
419
+ LabelResists = 407,
420
+ LabelRightHandAttack = 408,
421
+ LabelSkill = 409,
422
+ LabelStokeFireStrength = 410,
423
+ LabelThrowDamageType = 411,
424
+ LabelTrapDamage = 412,
425
+ LabelUse = 413,
426
+ LabelUses = 414,
427
+ LabelVulnerabilities = 415,
428
+ LabelWeight = 416,
429
+ LabelWeightCapacity = 417,
430
+ LabelWeightReduction = 418,
431
+ LabelWorth = 419,
432
+ LastPlaceYouLeftOff = 420,
433
+ LearnedHowToCreate = 421,
434
+ LeftHand = 422,
435
+ LikelyFailures = 423,
436
+ Limited = 424,
437
+ Magical = 425,
438
+ MagicalItemDamage = 426,
439
+ MapDestroyed = 427,
440
+ MapNearlyDestroyed = 428,
441
+ MapNotOfThisArea = 429,
442
+ MaterialsDestroyed = 430,
443
+ MerchantAlreadyTradedItem = 431,
444
+ MessageOfTheDay = 432,
445
+ Metabolism = 433,
446
+ MetabolismSlowed = 434,
447
+ Milk = 435,
448
+ Mine = 436,
449
+ Mining = 437,
450
+ MissedWith = 438,
451
+ MissedYouWith = 439,
452
+ MoveAllOfSameQualityToFacingContainer = 440,
453
+ MoveAllOfSameQualityToInventory = 441,
454
+ MoveAllOfSameQualityToLastOpenedContainer = 442,
455
+ MoveAllOfSameQualityToOpenedContainer = 443,
456
+ MoveAllToFacingContainer = 444,
457
+ MoveAllToInventory = 445,
458
+ MoveAllToLastOpenedContainer = 446,
459
+ MoveAllToOpenedContainer = 447,
460
+ MovedItem = 448,
461
+ MoveOverTrapButDoNotSetOff = 449,
462
+ MoveToFacingContainer = 450,
463
+ MoveToInventory = 451,
464
+ MoveToLastOpenedContainer = 452,
465
+ MoveToOpenedContainer = 453,
466
+ MultiplayerGamePaused = 454,
467
+ MultiplayerGameResumed = 455,
468
+ MultiplayerPlayerConnected = 456,
469
+ MultiplayerPlayerDied = 457,
470
+ MultiplayerPlayerDisconnected = 458,
471
+ MultiplayerPlayerJoined = 459,
472
+ MustBeEquippedToIgnite = 460,
473
+ Mysteriously = 461,
474
+ Name = 462,
475
+ NearlyBurnedEquipmentProtectedYou = 463,
476
+ NeedFreeHandToShoot = 464,
477
+ NeedToEquipToShoot = 465,
478
+ NeedToStartTravelsOutside = 466,
479
+ NeedWaterForBoat = 467,
480
+ Negatively = 468,
481
+ NightQuarter1 = 469,
482
+ NightQuarter2 = 470,
483
+ NightQuarter3 = 471,
484
+ NightQuarter4 = 472,
485
+ No = 473,
486
+ NoAmmunitionForThatWeapon = 474,
487
+ NoFireToStokeWith = 475,
488
+ NoFishAtLocation = 476,
489
+ NoGroundWater = 477,
490
+ NoInkToDrawMap = 478,
491
+ NoKindlingOrFuelItemsToStartFire = 479,
492
+ NoKindlingToStartFire = 480,
493
+ NoLongerFeelPainOfBeingBurned = 481,
494
+ NoLongerFeelPainOfBeingFrostbitten = 482,
495
+ NoLongerHostile = 483,
496
+ NoMoreRoomInContainer = 484,
497
+ NoPaperToDrawMap = 485,
498
+ NoRequiredItemToFireWeapon = 486,
499
+ NoReturnWithoutCompletingChallenges = 487,
500
+ NoRoomForImprovement = 488,
501
+ NoRoomToDrop = 489,
502
+ North = 490,
503
+ Northeast = 491,
504
+ NorthNortheast = 492,
505
+ NorthNorthwest = 493,
506
+ Northwest = 494,
507
+ NotAvailable = 495,
508
+ NotEnoughPurifiedWaterYet = 496,
509
+ NotEnoughTreasureToReturn = 497,
510
+ NotFacingCreatureToOfferThisTo = 498,
511
+ NotFacingLockedObject = 499,
512
+ NotFacingOtherToHeal = 500,
513
+ NotFacingValidItem = 501,
514
+ NothingHereToButcher = 502,
515
+ NothingHereToFill = 503,
516
+ NothingHereToGrasp = 504,
517
+ NothingToGetFromThis = 505,
518
+ NothingToHarvestFromThisGather = 506,
519
+ NothingToSmother = 507,
520
+ NothingUsefulToHarvestYet = 508,
521
+ NoTinderToStartFire = 509,
522
+ NotSuitableToPlant = 510,
523
+ NoWaterInStill = 511,
524
+ NPCStartingDialog1 = 512,
525
+ NPCStartingDialog2 = 513,
526
+ NPCStartingDialog3 = 514,
527
+ NPCStartingDialog4 = 515,
528
+ NPCWelcome = 516,
529
+ NPCWelcomeCredit = 517,
530
+ NumberEight = 518,
531
+ NumberFive = 519,
532
+ NumberFour = 520,
533
+ NumberNine = 521,
534
+ NumberOne = 522,
535
+ NumberSeven = 523,
536
+ NumberSix = 524,
537
+ NumberTen = 525,
538
+ NumberThree = 526,
539
+ NumberTwo = 527,
540
+ ObjectIsLocked = 528,
541
+ ObjectIsLockedAttemptToBreakIt = 529,
542
+ Offer = 530,
543
+ OfferAberrantFail = 531,
544
+ OfferAberrantFailButTamed = 532,
545
+ OpenCloseContainer = 533,
546
+ OpenCloseDoor = 534,
547
+ OpenDoor = 535,
548
+ OverEatingLostStamina = 536,
549
+ OverHydratingLostStamina = 537,
550
+ Pack = 538,
551
+ PaperTurnedToMush = 539,
552
+ ParryTheBlow = 540,
553
+ PartiallyDecodedMap = 541,
554
+ PenultimateAnd = 542,
555
+ Pet = 543,
556
+ PetCreature = 544,
557
+ PickAway = 545,
558
+ PickupAllItems = 546,
559
+ PickupExcrementWithHands = 547,
560
+ PickupItem = 548,
561
+ Place = 549,
562
+ PlacedOnGround = 550,
563
+ Plant = 551,
564
+ PlantCouldBeHarvested = 552,
565
+ PlantedInGround = 553,
566
+ PlantGatheringWillDestroy = 554,
567
+ PlantHasResourcesToGather = 555,
568
+ PlantHasResourcesToHarvest = 556,
569
+ PlantHighlyFertile = 557,
570
+ Planting = 558,
571
+ PlantIsBare = 559,
572
+ PlantIsFertile = 560,
573
+ PlantIsInStage = 561,
574
+ PlantIsNotFertile = 562,
575
+ PlantNotReadyToHarvest = 563,
576
+ PlantReadyToGather = 564,
577
+ PlantReadyToGatherNotMaximal = 565,
578
+ PlantReadyToHarvest = 566,
579
+ PlantReadyToHarvestNotMaximal = 567,
580
+ Player = 568,
581
+ PlayerHas = 569,
582
+ PlayerHasCompletedChallengeRequirement = 570,
583
+ PlayerHasWonChallenge = 571,
584
+ Poisoned = 572,
585
+ PoisonedLostHealth = 573,
586
+ PoisonWorkedItsCourse = 574,
587
+ Positively = 575,
588
+ PouredOut = 576,
589
+ PouredOutOnYourself = 577,
590
+ PouredWaterIntoStill = 578,
591
+ PourHarmedPlant = 579,
592
+ PourHealedPlant = 580,
593
+ PourHealedPlantFully = 581,
594
+ PourHealedPlantPartially = 582,
595
+ PourIncreasedFertility = 583,
596
+ Pouring = 584,
597
+ Prepare = 585,
598
+ Prepared = 586,
599
+ Preserve = 587,
600
+ PreservedFood = 588,
601
+ PurifiedWaterInStill = 589,
602
+ Quality = 590,
603
+ RandomEventsFire = 591,
604
+ Recent = 592,
605
+ ReduceLength = 593,
606
+ Refine = 594,
607
+ RefusedToBeTamed = 595,
608
+ Reinforce = 596,
609
+ Release = 597,
610
+ RemoveAction = 598,
611
+ RemoveFromQuickslot = 599,
612
+ Repair = 600,
613
+ ReputationDecreased = 601,
614
+ ReputationIncreased = 602,
615
+ ReputationUpdate = 603,
616
+ RequiredForDisassembleLabel = 604,
617
+ RequiredForDisassembly = 605,
618
+ RequiresFireToBeLit = 606,
619
+ RequiresYouFacingFireSource = 607,
620
+ RequiresYouToBeAround = 608,
621
+ Resistant = 609,
622
+ ResistOrVuln = 610,
623
+ ResistOrVulnAll = 611,
624
+ Rest = 612,
625
+ Rested = 613,
626
+ Resting = 614,
627
+ RestingOnGroundNotEffective = 615,
628
+ RestInterrupted = 616,
629
+ RestInterruptedDamage = 617,
630
+ RestInterruptedDying = 618,
631
+ RestInterruptedLoudNoise = 619,
632
+ RestInterruptedPain = 620,
633
+ RestInterruptedStirring = 621,
634
+ RestLongTime = 622,
635
+ RestModerateTime = 623,
636
+ RestOnGround = 624,
637
+ RestShortTime = 625,
638
+ RestTime = 626,
639
+ ReturnedToCivilization = 627,
640
+ ReturningToCivilizationSetOffAgain = 628,
641
+ ReturnsToLife = 629,
642
+ Reveals = 630,
643
+ RevealsEntityAppearsHurt = 631,
644
+ RevealsEntityAppearsUnharmed = 632,
645
+ RevealsEntityAppearsVeryHurt = 633,
646
+ RevealsEntityIsAtPercentHealth = 634,
647
+ RevealsEntityIsInjured = 635,
648
+ RevealsEntityIsMostlyUninjured = 636,
649
+ RevealsEntityIsOnTheVergeOfDeath = 637,
650
+ RevealsEntityIsSeverelyInjured = 638,
651
+ RevealsEntityIsUninjured = 639,
652
+ RevealsEntitySeemsInjured = 640,
653
+ RevealsEntitySeemsUninjured = 641,
654
+ RevealsNumberOfResistancesAndVulnerabilities = 642,
655
+ RevealsResistancesAndVulnerabilities = 643,
656
+ RevealsSomeResistancesAndVulnerabilities = 644,
657
+ Reverse = 645,
658
+ RightHand = 646,
659
+ Sailing = 647,
660
+ ScrollMaster = 648,
661
+ ScrollProvidedNoUsefulInsight = 649,
662
+ Seawater = 650,
663
+ SeemsToHaveDrawnEnergy = 651,
664
+ SetTrapOffButNoDamage = 652,
665
+ SetUp = 653,
666
+ ShadowInTheWater = 654,
667
+ Skill = 655,
668
+ SkillHasRaised = 656,
669
+ Skills = 657,
670
+ Sleep = 658,
671
+ Sleeping = 659,
672
+ Slept = 660,
673
+ SlitherSuckerConstricts = 661,
674
+ SlitherSuckerJumpedOnHead = 662,
675
+ SomethingInTheWayOf = 663,
676
+ SomethingInTheWayOfButcherFirst = 664,
677
+ SomethingInTheWayOfFire = 665,
678
+ SomethingInTheWayOfFishing = 666,
679
+ SomethingInTheWayOfPerforming = 667,
680
+ SomethingInTheWayOfPlacing = 668,
681
+ SomethingInTheWayOfPlanting = 669,
682
+ SomethingInWayOfClosingDoor = 670,
683
+ SoothedTheirBurnInjuries = 671,
684
+ SoothedYourBurnInjuries = 672,
685
+ Sort = 673,
686
+ SortedByBestCraftingConsumables = 674,
687
+ SortedByBestCraftingRequirements = 675,
688
+ SortedByCategory = 676,
689
+ SortedByDecay = 677,
690
+ SortedByDurability = 678,
691
+ SortedByGroup = 679,
692
+ SortedByMagical = 680,
693
+ SortedByName = 681,
694
+ SortedByQuality = 682,
695
+ SortedByRecent = 683,
696
+ SortedBySkill = 684,
697
+ SortedByUnlockedTime = 685,
698
+ SortedByWeight = 686,
699
+ SortedByWorth = 687,
700
+ South = 688,
701
+ Southeast = 689,
702
+ SouthSoutheast = 690,
703
+ SouthSouthwest = 691,
704
+ Southwest = 692,
705
+ StaminaIsFull = 693,
706
+ StartedFire = 694,
707
+ StartTravelInWater = 695,
708
+ StarvingToDeath = 696,
709
+ StatAmount = 697,
710
+ StatGained = 698,
711
+ StatLost = 699,
712
+ StatQuenched = 700,
713
+ StatRegained = 701,
714
+ StatSated = 702,
715
+ SteppingOn = 703,
716
+ StillHasNoWaterToPurify = 704,
717
+ StirredUpClawWorm = 705,
718
+ StirredUpCreature = 706,
719
+ StoppedYourBleeding = 707,
720
+ StopUsingBoat = 708,
721
+ Strength = 709,
722
+ StrengthIncreasing = 710,
723
+ SummonedGuardiansByDiggingTreasure = 711,
724
+ SummonedGuardiansByLockpicking = 712,
725
+ SummonVoidDwellerItem = 713,
726
+ SummonVoidDwellerRinging = 714,
727
+ SummonVoidDwellerShiver = 715,
728
+ SunNotBrightEnoughToStartFire = 716,
729
+ Swimming = 717,
730
+ TakenFromGroundBecomeTamed = 718,
731
+ Tame = 719,
732
+ TamedCreature = 720,
733
+ TeleportBlocked = 721,
734
+ Teleported = 722,
735
+ ThanksBuying = 723,
736
+ ThanksSelling = 724,
737
+ TheCreature = 725,
738
+ TheirFist = 726,
739
+ ThePlant = 727,
740
+ ThereIsNoContainerOnTheStill = 728,
741
+ ThereIsNoSunToStartFire = 729,
742
+ ThisCannotBeMilked = 730,
743
+ Throw = 731,
744
+ ThrownIntoDepths = 732,
745
+ ThrownIntoObstacle = 733,
746
+ ThrownIntoVoid = 734,
747
+ Tier = 735,
748
+ TierGroup = 736,
749
+ Till = 737,
750
+ Tilling = 738,
751
+ TimeIs = 739,
752
+ TimeIsDawn = 740,
753
+ TimeIsDaytime = 741,
754
+ TimeIsDusk = 742,
755
+ TimeIsNighttime = 743,
756
+ TimeIsSunrise = 744,
757
+ TimeIsSunset = 745,
758
+ ToDamageAChest = 746,
759
+ ToFight = 747,
760
+ TooDamaged = 748,
761
+ TooExhaustedToJump = 749,
762
+ Touching = 750,
763
+ TradeBarterCreditForItem = 751,
764
+ TradeItemForBarterCredit = 752,
765
+ TradingWith = 753,
766
+ TrampledFire = 754,
767
+ TrampledIntoGround = 755,
768
+ TrampleIntoGround = 756,
769
+ Trampling = 757,
770
+ TransmogrificationNotPossible = 758,
771
+ Transmogrified = 759,
772
+ Transmogrify = 760,
773
+ TrapMissed = 761,
774
+ TrapStoppedYou = 762,
775
+ Traveling = 763,
776
+ TreasureIsBlocked = 764,
777
+ UnEquip = 765,
778
+ UnEquipAll = 766,
779
+ Unhitch = 767,
780
+ UnhitchCreature = 768,
781
+ Unknown = 769,
782
+ UnknownItem = 770,
783
+ Unlimited = 771,
784
+ UnlockedChest = 772,
785
+ UnlockedTime = 773,
786
+ UnpurifiedFreshWater = 774,
787
+ UnpurifiedWaterInStill = 775,
788
+ UsingBareHands = 776,
789
+ Vulnerable = 777,
790
+ WaitUntilFireCooledToGetWater = 778,
791
+ Water = 779,
792
+ WaterGathering = 780,
793
+ WaterPutOutFire = 781,
794
+ Weight = 782,
795
+ WellIsDry = 783,
796
+ WellIsFull = 784,
797
+ West = 785,
798
+ WestNorthwest = 786,
799
+ WestSouthwest = 787,
800
+ WildGoatRefusedToBeMilked = 788,
801
+ WillNotTrade = 789,
802
+ WithYouSee = 790,
803
+ WorkingYourselfIntoExhaustion = 791,
804
+ WorkingYourselfIntoExhaustionAndDrowning = 792,
805
+ Worth = 793,
806
+ You = 794,
807
+ YouApplied = 795,
808
+ YouAte = 796,
809
+ YouBeginResting = 797,
810
+ YouCannotDoThatYet = 798,
811
+ YouCanNowCombatTheTides = 799,
812
+ YouCooledLava = 800,
813
+ YouCrafted = 801,
814
+ YouDied = 802,
815
+ YouDoNotFindTreasureYet = 803,
816
+ YouDrank = 804,
817
+ YouDropTheTorch = 805,
818
+ YouEnchant = 806,
819
+ YouEquip = 807,
820
+ YouFailedTo = 808,
821
+ YouFailedToExtinguishedFireFully = 809,
822
+ YouFailedToHeal = 810,
823
+ YouFailedToHealOther = 811,
824
+ YouFire = 812,
825
+ YouGathered = 813,
826
+ YouGatheredAndDropped = 814,
827
+ YouHarvested = 815,
828
+ YouHarvestedAndDropped = 816,
829
+ YouHave = 817,
830
+ YouHaveAlreadyLearned = 818,
831
+ YouHaveDied = 819,
832
+ YouHaveEnabledDisabled = 820,
833
+ YouHaveHealedOther = 821,
834
+ YouHaveKilled = 822,
835
+ YouHaveReleased = 823,
836
+ YouHaveTamed = 824,
837
+ YouNeedMoreCredit = 825,
838
+ YouNeedXToY = 826,
839
+ YouNoticeBarren = 827,
840
+ YouNoticeBecomeEnraged = 828,
841
+ YouNoticeDying = 829,
842
+ YouNoticeFertilityDecreasing = 830,
843
+ YouNoticeFertilityIncreasing = 831,
844
+ YouNoticeGrowing = 832,
845
+ YouNoticeLavaCooling = 833,
846
+ YouNoticeLavaHardening = 834,
847
+ YouNoticePerish = 835,
848
+ YouNoticePlantDamage = 836,
849
+ YouNoticePlantRegenerated = 837,
850
+ YouNoticeRegrowing = 838,
851
+ YouNoticeStumbleInjureItself = 839,
852
+ YouNoticeTakeFromGround = 840,
853
+ YouNoticeWoundsClosing = 841,
854
+ YouNoticeZombieHorde = 842,
855
+ YouOfferedToCreature = 843,
856
+ YouOpen = 844,
857
+ YouPacked = 845,
858
+ YouPickedUp = 846,
859
+ YouRefine = 847,
860
+ YouReinforce = 848,
861
+ YouRepair = 849,
862
+ YouReturnFromCivilizationWith = 850,
863
+ YourFist = 851,
864
+ YourHands = 852,
865
+ YourHighSkill = 853,
866
+ YourInventory = 854,
867
+ YourIsland = 855,
868
+ YourLowSkill = 856,
869
+ YourModerateSkill = 857,
870
+ YourRubbingNoEffect = 858,
871
+ YouRub = 859,
872
+ YouSee = 860,
873
+ YouSeeALivingMushroomSpore = 861,
874
+ YouSeeAnAberrant = 862,
875
+ YouSeeASkeletonCollapse = 863,
876
+ YouSeeASlimeCombine = 864,
877
+ YouSeeAZombieBleeding = 865,
878
+ YouSeeCoolDown = 866,
879
+ YouSeeDrop = 867,
880
+ YouSeeEngulfFire = 868,
881
+ YouSeeFireSpread = 869,
882
+ YouSeeHelpingPlant = 870,
883
+ YouSeeLay = 871,
884
+ YouSeeLayingTrap = 872,
885
+ YouSeeSpewLava = 873,
886
+ YouSeeSpitAcid = 874,
887
+ YouSeeSpringForth = 875,
888
+ YouSeeSummon = 876,
889
+ YouSeeSwampFlood = 877,
890
+ YouSeeTrampling = 878,
891
+ YouSetTheTrapOff = 879,
892
+ YouStokeTheFireElemental = 880,
893
+ YouThrew = 881,
894
+ YouTilled = 882,
895
+ YouUnequip = 883,
896
+ YouUsed = 884,
897
+ YouWhileTraveling = 885
897
898
  }
898
899
  export default Message;