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