@wayward/types 2.14.0-beta.dev.20240419.1 → 2.14.0-beta.dev.20240420.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.
@@ -374,6 +374,14 @@ export default class Item extends EntityMovable<IItemDescription, ItemType, Refe
374
374
  * @param skillType The skill to get default damage types from
375
375
  */
376
376
  getDamageTypesForSkill(skillType: SkillType): DamageType[] | undefined;
377
+ /**
378
+ * Used to return the quality bonuses for crafting with superior/remarkable/exceptional items
379
+ */
380
+ getCraftQualityBonus(required?: boolean): number;
381
+ /**
382
+ * Item tier bonus
383
+ */
384
+ getCraftTierBonus(group?: ItemTypeGroup, required?: boolean): number;
377
385
  /**
378
386
  * Gets the item's quality and action level (how good it is at doing the action).
379
387
  * @param action The ActionType you are trying to get the level for.
@@ -366,7 +366,6 @@ export default class ItemManager extends EntityManager<Item, IItemRemoveOptions>
366
366
  getNPCFromInventoryContainer(containable: IContainable): NPC | undefined;
367
367
  getItemsByWeight(a: number, b: number): number;
368
368
  getItemsWeight(items: Item[]): number;
369
- getCraftQualityBonus(item: Item, required?: boolean): number;
370
369
  /**
371
370
  * Returns `true` if the item type or item is filtered out from inventory/crafting/container dialogs.
372
371
  * @param item The ItemType or Item to check.
@@ -388,7 +387,6 @@ export default class ItemManager extends EntityManager<Item, IItemRemoveOptions>
388
387
  loadReference(allowFixes: boolean, container: IContainer, loadChildReferences?: boolean, parentContainer?: IContainer): boolean;
389
388
  private removeFromContainerInternal;
390
389
  private onItemMoveOrRemove;
391
- private getCraftTierBonus;
392
390
  computeCraftQualityBonus(itemType: ItemType, itemsToRequire: Item[], itemsToConsume: Item[], doodadsUsed: IDoodadsUsed[] | undefined): number;
393
391
  getCraftChance(human: Human, recipe: IRecipe, qualityBonus: number, returnQuality?: boolean): number;
394
392
  getCraftResultChances(human: Human, recipe: IRecipe, qualityBonus: number): Readonly<ICraftResultChances>;
@@ -131,618 +131,618 @@ declare enum Message {
131
131
  ActionSetCreatureAiCannotCommand = 119,
132
132
  ActionSetCreatureAiNotEnoughSkill = 120,
133
133
  ActionSetCreatureAiNotEnoughTames = 121,
134
- ActionShipToIslandNoDestination = 122,
135
- ActionSwapEquipmentCannotUseNoEquipmentToSwap = 123,
136
- ActionTameCreatureTamed = 124,
137
- ActionTameNoCreature = 125,
138
- ActionTestDepthNothingToTest = 126,
139
- ActionTestDepthWell = 127,
140
- ActionToggleContainerCannotUseAlreadyClosed = 128,
141
- ActionToggleContainerCannotUseAlreadyOpen = 129,
142
- ActionToggleContainerCannotUseNoContainer = 130,
143
- ActionToggleContainerCannotUseNoContainerToClose = 131,
144
- ActionToggleContainerCannotUseNoContainerToOpen = 132,
145
- ActionToggleContainerCannotUseNotAccessible = 133,
146
- ActionToggleContainerCannotUseUnknownContainer = 134,
147
- ActionToggleDoorNoDoor = 135,
148
- ActionToggleHitchAlreadyHitched = 136,
149
- ActionToggleHitchAlreadyUnhitched = 137,
150
- ActionToggleHitchNoCreature = 138,
151
- ActionToggleHitchNoHitch = 139,
152
- ActionToggleTilledAlreadyPacked = 140,
153
- ActionToggleTilledAlreadyTilled = 141,
154
- ActionTradeCannotUseExceedsCarryWeight = 142,
155
- ActionTradeCannotUseNotEnoughCredit = 143,
156
- ActionTradeCannotUseNothingToTrade = 144,
157
- ActionTradeCannotUseTradedTooMuch = 145,
158
- ActionTradeCreditChange = 146,
159
- ActionTradeCreditChangeDecrease = 147,
160
- ActionTradeCreditChangeIncrease = 148,
161
- ActionTradeDialog1 = 149,
162
- ActionTradeDialogue1 = 150,
163
- ActionTradeDialogue2 = 151,
164
- ActionTradeDialogue3 = 152,
165
- ActionTradeDialogue4 = 153,
166
- ActionTradeIndicateUntradable = 154,
167
- ActionTradeMerchantItems = 155,
168
- ActionTradeYourItems = 156,
169
- ActionUncageCannotUncageHere = 157,
170
- ActionUpgrade = 158,
171
- ActionUpgradeFailed = 159,
172
- ActionUpgradeNotMagical = 160,
173
- ActionUpgradeNotPossible = 161,
174
- ActionUpgradeUpgraded = 162,
175
- ActionUseItemWeaponNeeded = 163,
176
- AddedFuelToFire = 164,
177
- AddedFuelToTorch = 165,
178
- AlignmentUpdateCursed = 166,
179
- AlignmentUpdateEvil = 167,
180
- AlignmentUpdateGood = 168,
181
- AlignmentUpdateHighPiety = 169,
182
- AlignmentUpdateLowPiety = 170,
183
- AlignmentUpdateNoPiety = 171,
184
- AlignmentUpdateSunset = 172,
185
- AllEquipmentUnEquipped = 173,
186
- AlreadyDesalinatedWaterInStill = 174,
187
- AlreadyFullyRefined = 175,
188
- AlreadyFullyRepaired = 176,
189
- AlreadyPreserved = 177,
190
- Alter = 178,
191
- AnotherIsland = 179,
192
- AnUnknownItem = 180,
193
- AppearedNotEffectiveForGathering = 181,
194
- ArmorAppeared = 182,
195
- ArmorProtectedFromInjuryAgainst = 183,
196
- AttemptToSoothBurnInWater = 184,
197
- AttemptToSoothFrostbiteWithFire = 185,
198
- AttemptToSoothFrostbiteWithFireTooHot = 186,
199
- AttemptToTill = 187,
200
- BadlyBurnedLostHealth = 188,
201
- BarteringSkillsProvided = 189,
202
- BeenPoisoned = 190,
203
- BeginSleeping = 191,
204
- BeginUsingVehicle = 192,
205
- BleedingHasStopped = 193,
206
- BleedingProfusely = 194,
207
- BleedingToDeathLostHealth = 195,
208
- BookBlank = 196,
209
- BookContains = 197,
210
- BookCrumbles = 198,
211
- BookDiagrams = 199,
212
- BookEmpty = 200,
213
- BookNothing = 201,
214
- BookOpen = 202,
215
- BookScribbles = 203,
216
- BothEffectiveIneffective = 204,
217
- BrokeIntoPieces = 205,
218
- BrokenOnImpact = 206,
219
- BrokenWhileFiring = 207,
220
- Build = 208,
221
- Burned = 209,
222
- CannotAddAnyMoreFuel = 210,
223
- CannotBeCrafted = 211,
224
- CannotBePerformedOverWater = 212,
225
- CannotBePlacedHere = 213,
226
- CannotBePreserved = 214,
227
- CannotBeRefined = 215,
228
- CannotBeRefinedReinforcementNeeded = 216,
229
- CannotBeReinforced = 217,
230
- CannotBeRepaired = 218,
231
- CannotBuildHere = 219,
232
- CannotDigWithHands = 220,
233
- CannotDoThatHere = 221,
234
- CannotEquipThatThere = 222,
235
- CannotFishFor = 223,
236
- CannotHere = 224,
237
- CannotInWater = 225,
238
- CannotLeave = 226,
239
- CannotNoTreasure = 227,
240
- CannotPickUpLockedContainer = 228,
241
- CannotPickUpWhileLit = 229,
242
- CannotPlaceContainerInItself = 230,
243
- CannotPlaceHere = 231,
244
- CannotPlaceThatFromHere = 232,
245
- CannotPlaceThatHere = 233,
246
- CannotPlaceThatOverWater = 234,
247
- CannotPlantHereTilled = 235,
248
- CannotRepairWhileLit = 236,
249
- CannotRestHere = 237,
250
- CannotShipNoItems = 238,
251
- CannotShipNoPath = 239,
252
- CannotSleepHere = 240,
253
- CannotStartFireHere = 241,
254
- CannotToTellTime = 242,
255
- CannotUseCommand = 243,
256
- CannotWhenProtected = 244,
257
- CannotWhenProtectedDangerousAction = 245,
258
- CannotWhenProtectedDurability = 246,
259
- CarryingTooMuchWeight = 247,
260
- CarvedUpCorpse = 248,
261
- Carving = 249,
262
- CastYourLine = 250,
263
- CaughtFish = 251,
264
- ChatBanCommand = 252,
265
- ChatBannedCommand = 253,
266
- ChatCommandsCommand = 254,
267
- ChatCommandsCommandCommand = 255,
268
- ChatPingCommand = 256,
269
- ChatPlayerMessage = 257,
270
- ChatPlayersCommand = 258,
271
- ChatServerMessage = 259,
272
- ChatUnbanCommand = 260,
273
- ChatUnknownCommand = 261,
274
- Chop = 262,
275
- Chopping = 263,
276
- ClearedBlood = 264,
277
- Clockwise = 265,
278
- CloseToBeingDestroyed = 266,
279
- CommandAttack = 267,
280
- CommandDefend = 268,
281
- CommandFollowClose = 269,
282
- CommandFollowFar = 270,
283
- CommandHeel = 271,
284
- CommandStay = 272,
285
- Container = 273,
286
- CopiedMap = 274,
287
- CorpseOf = 275,//#used via other translations
288
- CorpseOfNamed = 276,//#used via other translations
289
- Counterclockwise = 277,
290
- Craft = 278,
291
- Crafted = 279,
292
- Crafts = 280,
293
- CreatureAngered = 281,
294
- CreatureAppears = 282,
295
- CreatureAppeased = 283,
296
- CreatureExcrement = 284,
297
- CreatureHappinessHigh = 285,
298
- CreatureHappinessLow = 286,
299
- CreatureHappinessLowest = 287,
300
- CreatureHappinessNormal = 288,
301
- CreatureIdolAttractedCreature = 289,
302
- CreatureRefusesToBeTamed = 290,
303
- CreatureRefusesYou = 291,
304
- CreatureUntamed = 292,
305
- CuredYourPoison = 293,
306
- Cut = 294,
307
- CutHasHealed = 295,
308
- CutLostHealth = 296,
309
- CutWasBandaged = 297,
310
- DamageAppeared = 298,
311
- DamagedByPouring = 299,
312
- DangerousMove = 300,
313
- DangerousOpen = 301,
314
- DayQuarter1 = 302,
315
- DayQuarter2 = 303,
316
- DayQuarter3 = 304,
317
- DayQuarter4 = 305,
318
- DealtNoDamageToYou = 306,
319
- DeathBy = 307,
320
- DeathByBleeding = 308,
321
- DeathByBurning = 309,
322
- DeathByChallengeWinner = 310,
323
- DeathByConsumption = 311,
324
- DeathByCut = 312,
325
- DeathByDrowning = 313,
326
- DeathByExhaustion = 314,
327
- DeathByFistByPlayer = 315,
328
- DeathByFrostbite = 316,
329
- DeathByFrostbiteTemperatureShock = 317,
330
- DeathByMalnutrition = 318,
331
- DeathByPoison = 319,
332
- DeathBySteppingOn = 320,
333
- DeathByTrap = 321,
334
- DeathByWeaponByPlayer = 322,
335
- DedicatedTitleAlreadySelected = 323,
336
- DedicatedTitleMilestoneNotAllowed = 324,
337
- DeityIntroductionEvil = 325,
338
- DeityIntroductionGood = 326,
339
- DeityIntroductionNeutral = 327,
340
- DeityIntroductionNoUnderstand = 328,
341
- DestroyedFromUse = 329,
342
- Dexterity = 330,
343
- DidNotSeemToBeHurting = 331,
344
- Dig = 332,
345
- DigAway = 333,
346
- Digging = 334,
347
- Disassemble = 335,
348
- Disassembling = 336,
349
- DiscoveredCaveEntrance = 337,
350
- DiscoveredInTheBottle = 338,
351
- DiscoveredLavaPassage = 339,
352
- Dismantle = 340,
353
- Dismantling = 341,
354
- DismantlingRequires = 342,
355
- Dismounted = 343,
356
- DisplacedPuddles = 344,
357
- DoNotProduceAnyResources = 345,
358
- DoodadCauseStatus = 346,
359
- DoodadGroupTier = 347,
360
- DrewSurroundings = 348,
361
- Dripstone = 349,
362
- Drop = 350,
363
- DroppedIntoDepths = 351,
364
- DroppedIntoFire = 352,
365
- DroppedIntoTheVoid = 353,
366
- DryadSprouted = 354,
367
- DueToDehydration = 355,
368
- DueToStarvation = 356,
369
- DugTreasureOut = 357,
370
- DugTreasureOutSurprise = 358,
371
- DumpContentsOfContainerInInventory = 359,
372
- DyingOfDehydration = 360,
373
- EarnedMilestone = 361,
374
- Effective = 362,
375
- Enchant = 363,
376
- EquipmentPreventedStatusEffects = 364,
377
- ErrorHasOccured = 365,
378
- ExtinguishedFire = 366,
379
- ExtinguishedLightSource = 367,
380
- Exude = 368,
381
- ExudeNotPossible = 369,
382
- FailedToAbsorb = 370,
383
- FailedToAddFuelToTorch = 371,
384
- FailedToCage = 372,
385
- FailedToCatchFish = 373,
386
- FailedToCauseDamage = 374,
387
- FailedToCauseYouDamage = 375,
388
- FailedToCopy = 376,
389
- FailedToDraw = 377,
390
- FailedToEnchant = 378,
391
- FailedToExude = 379,
392
- FailedToIgniteTorch = 380,
393
- FailedToPickLock = 381,
394
- FailedToPreserve = 382,
395
- FailedToRefine = 383,
396
- FailedToReinforce = 384,
397
- FailedToRepair = 385,
398
- FailedToStartFire = 386,
399
- FailedToTame = 387,
400
- FailedToTransmogrify = 388,
401
- FarOffLands = 389,
402
- FeltBurningPainLostHealth = 390,
403
- FeltFrostbitePainLostHealth = 391,
404
- FewMinutes = 392,
405
- Filled = 393,
406
- FilledFrom = 394,
407
- FireAroundYouIsWarm = 395,
408
- FiredIntoObstacle = 396,
409
- FireOverflowed = 397,
410
- FireOverflowedFireElemental = 398,
411
- FireSource = 399,
412
- FishingWithNoBait = 400,
413
- Floating = 401,
414
- FreshWater = 402,
415
- FromTheStill = 403,
416
- Fuel = 404,
417
- FuelIsRequired = 405,
418
- Gather = 406,
419
- GatherDestroy = 407,
420
- Gathering = 408,
421
- GhostNoActions = 409,
422
- GhostOf = 410,
423
- GoatHasNoMilk = 411,
424
- GrabAll = 412,
425
- HackAway = 413,
426
- HandProtectionPreventedInjury = 414,
427
- HandsNotEffectiveFor = 415,
428
- Harvest = 416,
429
- Harvesting = 417,
430
- HasBeenHurtByATrap = 418,
431
- HasDecayed = 419,
432
- HasHitYouForDamage = 420,
433
- HasNoEffect = 421,
434
- HasSetTrapOffNoDamage = 422,
435
- HasSplit = 423,
436
- Help = 424,
437
- HelpGrow = 425,
438
- Hitch = 426,
439
- HitchAttempt = 427,
440
- HitchCreature = 428,
441
- HitchDisabled = 429,
442
- HitchInUse = 430,
443
- HitForDamage = 431,
444
- HitYouForDamage = 432,
445
- Hour = 433,
446
- Hours = 434,
447
- HurtHandsHittingWithoutWeapons = 435,
448
- HurtHandsWithNoTool = 436,
449
- Ignite = 437,
450
- IgnitedTorch = 438,
451
- Ineffective = 439,
452
- InjuredFromTrap = 440,
453
- InNeedOfRepair = 441,
454
- InteractingWithHasInjuredYouForDamage = 442,
455
- InvalidContainer = 443,
456
- Inventory = 444,
457
- IsInTheWayOfPickingUp = 445,
458
- It = 446,
459
- ItemFromWater = 447,
460
- JoinedAServer = 448,
461
- Jump = 449,
462
- Killed = 450,
463
- KnowledgeHasIncreased = 451,
464
- LastPlaceYouLeftOff = 452,
465
- LearnedHowToCreate = 453,
466
- LikelyFailures = 454,
467
- Limited = 455,
468
- Lockpick = 456,
469
- MapCompletedNotOfThisArea = 457,
470
- MapDestroyed = 458,
471
- MapNearlyDestroyed = 459,
472
- MapNotOfThisArea = 460,
473
- MaterialsDestroyed = 461,
474
- MessageOfTheDay = 462,
475
- Metabolism = 463,
476
- MetabolismSlowed = 464,
477
- Milk = 465,
478
- Mine = 466,
479
- Mining = 467,
480
- MissedWith = 468,
481
- MissedYouWith = 469,
482
- MovedItem = 470,
483
- MovedItemFailed = 471,
484
- MoveOverTrapButDoNotSetOff = 472,
485
- MultiplayerGamePaused = 473,
486
- MultiplayerGameResumed = 474,
487
- MultiplayerPlayerConnected = 475,
488
- MultiplayerPlayerDied = 476,
489
- MultiplayerPlayerDisconnected = 477,
490
- MultiplayerPlayerJoined = 478,
491
- MustBeEquippedToIgnite = 479,
492
- Mysteriously = 480,
493
- NearlyBurnedEquipmentProtectedYou = 481,
494
- NeedToStartTravelsOutside = 482,
495
- NeedWaterForBoat = 483,
496
- Negatively = 484,
497
- NightQuarter1 = 485,
498
- NightQuarter2 = 486,
499
- NightQuarter3 = 487,
500
- NightQuarter4 = 488,
501
- No = 489,
502
- NoAmmunitionForThatWeapon = 490,
503
- NoFireToStokeWith = 491,
504
- NoFishAtLocation = 492,
505
- NoGroundWater = 493,
506
- NoInkToDrawMap = 494,
507
- NoKindlingOrFuelItemsToStartFire = 495,
508
- NoKindlingToStartFire = 496,
509
- NoLongerFeelPainOfBeingBurned = 497,
510
- NoLongerFeelPainOfBeingFrostbitten = 498,
511
- NoLongerHostile = 499,
512
- NoMoreRoomInContainer = 500,
513
- NoPaperToDrawMap = 501,
514
- NoRequiredItemToFireWeapon = 502,
515
- NoReturnWithoutCompletingChallenges = 503,
516
- NoRoomForImprovement = 504,
517
- NoRoomForVehicle = 505,
518
- NoRoomToDrop = 506,
519
- NoRoomToSummon = 507,
520
- NotEnoughPurifiedWaterYet = 508,
521
- NotEnoughTreasureToReturn = 509,
522
- NotFacingCreatureToOfferThisTo = 510,
523
- NotFacingLockedObject = 511,
524
- NotFacingOtherToHeal = 512,
525
- NotFacingValidItem = 513,
526
- NothingHereToButcher = 514,
527
- NothingHereToFill = 515,
528
- NothingHereToGrasp = 516,
529
- NothingTo = 517,
530
- NothingToGetFromThis = 518,
531
- NothingToHarvestFromThisGather = 519,
532
- NothingToSmother = 520,
533
- NothingUsefulToHarvestYet = 521,
534
- NoTinderToStartFire = 522,
535
- NotSuitableToPlant = 523,
536
- NoWaterInStill = 524,
537
- NPCMerchantNewInventoryDialogue1 = 525,
538
- NPCMerchantNewInventoryDialogue2 = 526,
539
- NPCMerchantNewInventoryDialogue3 = 527,
540
- NPCMerchantNewInventoryDialogue4 = 528,
541
- NPCMerchantStartingDialogue1 = 529,
542
- NPCMerchantStartingDialogue2 = 530,
543
- NPCMerchantStartingDialogue3 = 531,
544
- NPCMerchantStartingDialogue4 = 532,
545
- NPCMerchantWelcomeCredit = 533,
546
- NPCShipperShipToIsland = 534,
547
- NPCShipperStartingDialogue1 = 535,
548
- NPCShipperStartingDialogue2 = 536,
549
- NPCShipperStartingDialogue3 = 537,
550
- NPCShipperStartingDialogue4 = 538,
551
- NPCWelcome = 539,
552
- ObjectIsLocked = 540,
553
- ObjectIsLockedAttemptToBreakIt = 541,
554
- OfferAberrantFail = 542,
555
- OfferAberrantFailButTamed = 543,
556
- Open = 544,
557
- OpenClose = 545,
558
- OverEatingLostStamina = 546,
559
- OverHydratingLostStamina = 547,
560
- Pack = 548,
561
- PaperTurnedToMush = 549,
562
- ParryTheBlow = 550,
563
- Pet = 551,
564
- PetCreature = 552,
565
- PickAway = 553,
566
- PickUp = 554,
567
- PickUpExcrement = 555,
568
- PickUpTheItem = 556,
569
- Place = 557,
570
- PlacedItem = 558,
571
- PlacedItemFailed = 559,
572
- PlacedOnGround = 560,
573
- Plant = 561,
574
- PlantedInGround = 562,
575
- PlantGatheredPlant = 563,
576
- PlantGatheringWillDestroy = 564,
577
- PlantHasResourcesToGather = 565,
578
- PlantHasResourcesToHarvest = 566,
579
- PlantHighlyFertile = 567,
580
- Planting = 568,
581
- PlantIsBare = 569,
582
- PlantIsFertile = 570,
583
- PlantIsInStage = 571,
584
- PlantIsNotFertile = 572,
585
- PlantNotReadyToHarvest = 573,
586
- PlantReadyToGather = 574,
587
- PlantReadyToGatherNotMaximal = 575,
588
- PlantReadyToHarvest = 576,
589
- PlantReadyToHarvestNotMaximal = 577,
590
- Player = 578,
591
- PlayerHas = 579,
592
- PlayerHasCompletedChallengeRequirement = 580,
593
- PlayerHasWonChallenge = 581,
594
- Poisoned = 582,
595
- PoisonedLostHealth = 583,
596
- PoisonWorkedItsCourse = 584,
597
- Positively = 585,
598
- PouredOut = 586,
599
- PouredOutOnYourself = 587,
600
- PouredWaterIntoStill = 588,
601
- PourHarmedPlant = 589,
602
- PourHealedPlant = 590,
603
- PourHealedPlantFully = 591,
604
- PourHealedPlantPartially = 592,
605
- PourIncreasedFertility = 593,
606
- Pouring = 594,
607
- PourOverWatering = 595,
608
- Prepare = 596,
609
- Prepared = 597,
610
- Preserve = 598,
611
- PreservedFood = 599,
612
- PurifiedWaterInStill = 600,
613
- RandomEventsFire = 601,
614
- ReduceLength = 602,
615
- Refine = 603,
616
- RefusedToBeTamed = 604,
617
- Reinforce = 605,
618
- Repair = 606,
619
- RequiredForDisassembly = 607,
620
- RequiresFireToBeLit = 608,
621
- RequiresYouFacingFireSource = 609,
622
- RequiresYouToBeAround = 610,
623
- Resistant = 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
- RestInterruptedWaterPoured = 622,
635
- RestLongTime = 623,
636
- RestModerateTime = 624,
637
- RestOnBoat = 625,
638
- RestShortTime = 626,
639
- RestTime = 627,
640
- ReturnedToCivilization = 628,
641
- ReturningToCivilizationSetOffAgain = 629,
642
- ReturnsToLife = 630,
643
- Reverse = 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
- Skill = 640,
653
- SkillHasRaised = 641,
654
- Skills = 642,
655
- Sleep = 643,
656
- Sleeping = 644,
657
- SleepOnBoat = 645,
658
- Slept = 646,
659
- SlitherSuckerConstricts = 647,
660
- SlitherSuckerFailedToRemove = 648,
661
- SlitherSuckerFailedToRemoveOuch = 649,
662
- SlitherSuckerJumpedOnHead = 650,
663
- SolarStill = 651,
664
- SomethingInTheWayOf = 652,
665
- SomethingInTheWayOfButcherFirst = 653,
666
- SomethingInTheWayOfFire = 654,
667
- SomethingInTheWayOfFishing = 655,
668
- SomethingInTheWayOfPerforming = 656,
669
- SomethingInTheWayOfPlacing = 657,
670
- SomethingInTheWayOfReleasing = 658,
671
- SomethingInTheWayOfSummoning = 659,
672
- SomethingInWayOfClosingDoor = 660,
673
- SoothedTheirBurnInjuries = 661,
674
- SoothedYourBurnInjuries = 662,
675
- Sort = 663,
676
- SortedByBestCraftingRequirements = 664,
677
- SortedByCategory = 665,
678
- SortedByCraftableOnly = 666,
679
- SortedByDecay = 667,
680
- SortedByDurability = 668,
681
- SortedByGroup = 669,
682
- SortedByMagical = 670,
683
- SortedByName = 671,
684
- SortedByQuality = 672,
685
- SortedByRecent = 673,
686
- SortedBySkill = 674,
687
- SortedByUnlockedTime = 675,
688
- SortedByWeight = 676,
689
- SortedByWorth = 677,
690
- StaminaIsFull = 678,
691
- StartedFire = 679,
692
- StartTravelInWater = 680,
693
- StarvingToDeath = 681,
694
- StatAmount = 682,
695
- StatGained = 683,
696
- StatIncreasing = 684,
697
- StatLost = 685,
698
- StatQuenched = 686,
699
- StatRegained = 687,
700
- StatSated = 688,
701
- SteppingOn = 689,
702
- Still = 690,
703
- StillHasNoWaterToPurify = 691,
704
- StirredUpClawWorm = 692,
705
- StirredUpCreature = 693,
706
- StoppedYourBleeding = 694,
707
- StopUsingVehicle = 695,
708
- Strength = 696,
709
- SummonedGuardiansByDiggingTreasure = 697,
710
- SummonedGuardiansByLockpicking = 698,
711
- SummonVoidDwellerItem = 699,
712
- SummonVoidDwellerRinging = 700,
713
- SummonVoidDwellerShiver = 701,
714
- SunNotBrightEnoughToStartFire = 702,
715
- SwampWater = 703,
716
- Swimming = 704,
717
- TakenFromGroundBecomeTamed = 705,
718
- TeleportBlocked = 706,
719
- Teleported = 707,
720
- ThanksBuying = 708,
721
- ThanksSelling = 709,
722
- TheirFist = 710,
723
- TheirInventory = 711,
724
- ThePlant = 712,
725
- ThereIsNoContainerOnTheStill = 713,
726
- ThereIsNoSunToStartFire = 714,
727
- ThisCannotBeMilked = 715,
728
- Throw = 716,
729
- ThrownIntoDepths = 717,
730
- ThrownIntoObstacle = 718,
731
- ThrownIntoVoid = 719,
732
- Tier = 720,
733
- TierGroup = 721,
734
- Till = 722,
735
- Tilling = 723,
736
- TimeIs = 724,
737
- TimeIsDawn = 725,
738
- TimeIsDaytime = 726,
739
- TimeIsDusk = 727,
740
- TimeIsNighttime = 728,
741
- TimeIsSunrise = 729,
742
- TimeIsSunset = 730,
743
- ToFight = 731,
744
- TooDamaged = 732,
745
- ActionSetDownNotEnoughRoom = 733,
134
+ ActionSetDownNotEnoughRoom = 122,
135
+ ActionShipToIslandNoDestination = 123,
136
+ ActionSwapEquipmentCannotUseNoEquipmentToSwap = 124,
137
+ ActionTameCreatureTamed = 125,
138
+ ActionTameNoCreature = 126,
139
+ ActionTestDepthNothingToTest = 127,
140
+ ActionTestDepthWell = 128,
141
+ ActionToggleContainerCannotUseAlreadyClosed = 129,
142
+ ActionToggleContainerCannotUseAlreadyOpen = 130,
143
+ ActionToggleContainerCannotUseNoContainer = 131,
144
+ ActionToggleContainerCannotUseNoContainerToClose = 132,
145
+ ActionToggleContainerCannotUseNoContainerToOpen = 133,
146
+ ActionToggleContainerCannotUseNotAccessible = 134,
147
+ ActionToggleContainerCannotUseUnknownContainer = 135,
148
+ ActionToggleDoorNoDoor = 136,
149
+ ActionToggleHitchAlreadyHitched = 137,
150
+ ActionToggleHitchAlreadyUnhitched = 138,
151
+ ActionToggleHitchNoCreature = 139,
152
+ ActionToggleHitchNoHitch = 140,
153
+ ActionToggleTilledAlreadyPacked = 141,
154
+ ActionToggleTilledAlreadyTilled = 142,
155
+ ActionTradeCannotUseExceedsCarryWeight = 143,
156
+ ActionTradeCannotUseNotEnoughCredit = 144,
157
+ ActionTradeCannotUseNothingToTrade = 145,
158
+ ActionTradeCannotUseTradedTooMuch = 146,
159
+ ActionTradeCreditChange = 147,
160
+ ActionTradeCreditChangeDecrease = 148,
161
+ ActionTradeCreditChangeIncrease = 149,
162
+ ActionTradeDialog1 = 150,
163
+ ActionTradeDialogue1 = 151,
164
+ ActionTradeDialogue2 = 152,
165
+ ActionTradeDialogue3 = 153,
166
+ ActionTradeDialogue4 = 154,
167
+ ActionTradeIndicateUntradable = 155,
168
+ ActionTradeMerchantItems = 156,
169
+ ActionTradeYourItems = 157,
170
+ ActionUncageCannotUncageHere = 158,
171
+ ActionUpgrade = 159,
172
+ ActionUpgradeFailed = 160,
173
+ ActionUpgradeNotMagical = 161,
174
+ ActionUpgradeNotPossible = 162,
175
+ ActionUpgradeUpgraded = 163,
176
+ ActionUseItemWeaponNeeded = 164,
177
+ AddedFuelToFire = 165,
178
+ AddedFuelToTorch = 166,
179
+ AlignmentUpdateCursed = 167,
180
+ AlignmentUpdateEvil = 168,
181
+ AlignmentUpdateGood = 169,
182
+ AlignmentUpdateHighPiety = 170,
183
+ AlignmentUpdateLowPiety = 171,
184
+ AlignmentUpdateNoPiety = 172,
185
+ AlignmentUpdateSunset = 173,
186
+ AllEquipmentUnEquipped = 174,
187
+ AlreadyDesalinatedWaterInStill = 175,
188
+ AlreadyFullyRefined = 176,
189
+ AlreadyFullyRepaired = 177,
190
+ AlreadyPreserved = 178,
191
+ Alter = 179,
192
+ AnotherIsland = 180,
193
+ AnUnknownItem = 181,
194
+ AppearedNotEffectiveForGathering = 182,
195
+ ArmorAppeared = 183,
196
+ ArmorProtectedFromInjuryAgainst = 184,
197
+ AttemptToSoothBurnInWater = 185,
198
+ AttemptToSoothFrostbiteWithFire = 186,
199
+ AttemptToSoothFrostbiteWithFireTooHot = 187,
200
+ AttemptToTill = 188,
201
+ BadlyBurnedLostHealth = 189,
202
+ BarteringSkillsProvided = 190,
203
+ BeenPoisoned = 191,
204
+ BeginSleeping = 192,
205
+ BeginUsingVehicle = 193,
206
+ BleedingHasStopped = 194,
207
+ BleedingProfusely = 195,
208
+ BleedingToDeathLostHealth = 196,
209
+ BookBlank = 197,
210
+ BookContains = 198,
211
+ BookCrumbles = 199,
212
+ BookDiagrams = 200,
213
+ BookEmpty = 201,
214
+ BookNothing = 202,
215
+ BookOpen = 203,
216
+ BookScribbles = 204,
217
+ BothEffectiveIneffective = 205,
218
+ BrokeIntoPieces = 206,
219
+ BrokenOnImpact = 207,
220
+ BrokenWhileFiring = 208,
221
+ Build = 209,
222
+ Burned = 210,
223
+ CannotAddAnyMoreFuel = 211,
224
+ CannotBeCrafted = 212,
225
+ CannotBePerformedOverWater = 213,
226
+ CannotBePlacedHere = 214,
227
+ CannotBePreserved = 215,
228
+ CannotBeRefined = 216,
229
+ CannotBeRefinedReinforcementNeeded = 217,
230
+ CannotBeReinforced = 218,
231
+ CannotBeRepaired = 219,
232
+ CannotBuildHere = 220,
233
+ CannotDigWithHands = 221,
234
+ CannotDoThatHere = 222,
235
+ CannotEquipThatThere = 223,
236
+ CannotFishFor = 224,
237
+ CannotHere = 225,
238
+ CannotInWater = 226,
239
+ CannotLeave = 227,
240
+ CannotNoTreasure = 228,
241
+ CannotPickUpLockedContainer = 229,
242
+ CannotPickUpWhileLit = 230,
243
+ CannotPlaceContainerInItself = 231,
244
+ CannotPlaceHere = 232,
245
+ CannotPlaceThatFromHere = 233,
246
+ CannotPlaceThatHere = 234,
247
+ CannotPlaceThatOverWater = 235,
248
+ CannotPlantHereTilled = 236,
249
+ CannotRepairWhileLit = 237,
250
+ CannotRestHere = 238,
251
+ CannotShipNoItems = 239,
252
+ CannotShipNoPath = 240,
253
+ CannotSleepHere = 241,
254
+ CannotStartFireHere = 242,
255
+ CannotToTellTime = 243,
256
+ CannotUseCommand = 244,
257
+ CannotWhenProtected = 245,
258
+ CannotWhenProtectedDangerousAction = 246,
259
+ CannotWhenProtectedDurability = 247,
260
+ CarryingTooMuchWeight = 248,
261
+ CarvedUpCorpse = 249,
262
+ Carving = 250,
263
+ CastYourLine = 251,
264
+ CaughtFish = 252,
265
+ ChatBanCommand = 253,
266
+ ChatBannedCommand = 254,
267
+ ChatCommandsCommand = 255,
268
+ ChatCommandsCommandCommand = 256,
269
+ ChatPingCommand = 257,
270
+ ChatPlayerMessage = 258,
271
+ ChatPlayersCommand = 259,
272
+ ChatServerMessage = 260,
273
+ ChatUnbanCommand = 261,
274
+ ChatUnknownCommand = 262,
275
+ Chop = 263,
276
+ Chopping = 264,
277
+ ClearedBlood = 265,
278
+ Clockwise = 266,
279
+ CloseToBeingDestroyed = 267,
280
+ CommandAttack = 268,
281
+ CommandDefend = 269,
282
+ CommandFollowClose = 270,
283
+ CommandFollowFar = 271,
284
+ CommandHeel = 272,
285
+ CommandStay = 273,
286
+ Container = 274,
287
+ CopiedMap = 275,
288
+ CorpseOf = 276,//#used via other translations
289
+ CorpseOfNamed = 277,//#used via other translations
290
+ Counterclockwise = 278,
291
+ Craft = 279,
292
+ Crafted = 280,
293
+ Crafts = 281,
294
+ CreatureAngered = 282,
295
+ CreatureAppears = 283,
296
+ CreatureAppeased = 284,
297
+ CreatureExcrement = 285,
298
+ CreatureHappinessHigh = 286,
299
+ CreatureHappinessLow = 287,
300
+ CreatureHappinessLowest = 288,
301
+ CreatureHappinessNormal = 289,
302
+ CreatureIdolAttractedCreature = 290,
303
+ CreatureRefusesToBeTamed = 291,
304
+ CreatureRefusesYou = 292,
305
+ CreatureUntamed = 293,
306
+ CuredYourPoison = 294,
307
+ Cut = 295,
308
+ CutHasHealed = 296,
309
+ CutLostHealth = 297,
310
+ CutWasBandaged = 298,
311
+ DamageAppeared = 299,
312
+ DamagedByPouring = 300,
313
+ DangerousMove = 301,
314
+ DangerousOpen = 302,
315
+ DayQuarter1 = 303,
316
+ DayQuarter2 = 304,
317
+ DayQuarter3 = 305,
318
+ DayQuarter4 = 306,
319
+ DealtNoDamageToYou = 307,
320
+ DeathBy = 308,
321
+ DeathByBleeding = 309,
322
+ DeathByBurning = 310,
323
+ DeathByChallengeWinner = 311,
324
+ DeathByConsumption = 312,
325
+ DeathByCut = 313,
326
+ DeathByDrowning = 314,
327
+ DeathByExhaustion = 315,
328
+ DeathByFistByPlayer = 316,
329
+ DeathByFrostbite = 317,
330
+ DeathByFrostbiteTemperatureShock = 318,
331
+ DeathByMalnutrition = 319,
332
+ DeathByPoison = 320,
333
+ DeathBySteppingOn = 321,
334
+ DeathByTrap = 322,
335
+ DeathByWeaponByPlayer = 323,
336
+ DedicatedTitleAlreadySelected = 324,
337
+ DedicatedTitleMilestoneNotAllowed = 325,
338
+ DeityIntroductionEvil = 326,
339
+ DeityIntroductionGood = 327,
340
+ DeityIntroductionNeutral = 328,
341
+ DeityIntroductionNoUnderstand = 329,
342
+ DestroyedFromUse = 330,
343
+ Dexterity = 331,
344
+ DidNotSeemToBeHurting = 332,
345
+ Dig = 333,
346
+ DigAway = 334,
347
+ Digging = 335,
348
+ Disassemble = 336,
349
+ Disassembling = 337,
350
+ DiscoveredCaveEntrance = 338,
351
+ DiscoveredInTheBottle = 339,
352
+ DiscoveredLavaPassage = 340,
353
+ Dismantle = 341,
354
+ Dismantling = 342,
355
+ DismantlingRequires = 343,
356
+ Dismounted = 344,
357
+ DisplacedPuddles = 345,
358
+ DoNotProduceAnyResources = 346,
359
+ DoodadCauseStatus = 347,
360
+ DoodadGroupTier = 348,
361
+ DrewSurroundings = 349,
362
+ Dripstone = 350,
363
+ Drop = 351,
364
+ DroppedIntoDepths = 352,
365
+ DroppedIntoFire = 353,
366
+ DroppedIntoTheVoid = 354,
367
+ DryadSprouted = 355,
368
+ DueToDehydration = 356,
369
+ DueToStarvation = 357,
370
+ DugTreasureOut = 358,
371
+ DugTreasureOutSurprise = 359,
372
+ DumpContentsOfContainerInInventory = 360,
373
+ DyingOfDehydration = 361,
374
+ EarnedMilestone = 362,
375
+ Effective = 363,
376
+ Enchant = 364,
377
+ EquipmentPreventedStatusEffects = 365,
378
+ ErrorHasOccured = 366,
379
+ ExtinguishedFire = 367,
380
+ ExtinguishedLightSource = 368,
381
+ Exude = 369,
382
+ ExudeNotPossible = 370,
383
+ FailedToAbsorb = 371,
384
+ FailedToAddFuelToTorch = 372,
385
+ FailedToCage = 373,
386
+ FailedToCatchFish = 374,
387
+ FailedToCauseDamage = 375,
388
+ FailedToCauseYouDamage = 376,
389
+ FailedToCopy = 377,
390
+ FailedToDraw = 378,
391
+ FailedToEnchant = 379,
392
+ FailedToExude = 380,
393
+ FailedToIgniteTorch = 381,
394
+ FailedToPickLock = 382,
395
+ FailedToPreserve = 383,
396
+ FailedToRefine = 384,
397
+ FailedToReinforce = 385,
398
+ FailedToRepair = 386,
399
+ FailedToStartFire = 387,
400
+ FailedToTame = 388,
401
+ FailedToTransmogrify = 389,
402
+ FarOffLands = 390,
403
+ FeltBurningPainLostHealth = 391,
404
+ FeltFrostbitePainLostHealth = 392,
405
+ FewMinutes = 393,
406
+ Filled = 394,
407
+ FilledFrom = 395,
408
+ FireAroundYouIsWarm = 396,
409
+ FiredIntoObstacle = 397,
410
+ FireOverflowed = 398,
411
+ FireOverflowedFireElemental = 399,
412
+ FireSource = 400,
413
+ FishingWithNoBait = 401,
414
+ Floating = 402,
415
+ FreshWater = 403,
416
+ FromTheStill = 404,
417
+ Fuel = 405,
418
+ FuelIsRequired = 406,
419
+ Gather = 407,
420
+ GatherDestroy = 408,
421
+ Gathering = 409,
422
+ GhostNoActions = 410,
423
+ GhostOf = 411,
424
+ GoatHasNoMilk = 412,
425
+ GrabAll = 413,
426
+ HackAway = 414,
427
+ HandProtectionPreventedInjury = 415,
428
+ HandsNotEffectiveFor = 416,
429
+ Harvest = 417,
430
+ Harvesting = 418,
431
+ HasBeenHurtByATrap = 419,
432
+ HasDecayed = 420,
433
+ HasHitYouForDamage = 421,
434
+ HasNoEffect = 422,
435
+ HasSetTrapOffNoDamage = 423,
436
+ HasSplit = 424,
437
+ Help = 425,
438
+ HelpGrow = 426,
439
+ Hitch = 427,
440
+ HitchAttempt = 428,
441
+ HitchCreature = 429,
442
+ HitchDisabled = 430,
443
+ HitchInUse = 431,
444
+ HitForDamage = 432,
445
+ HitYouForDamage = 433,
446
+ Hour = 434,
447
+ Hours = 435,
448
+ HurtHandsHittingWithoutWeapons = 436,
449
+ HurtHandsWithNoTool = 437,
450
+ Ignite = 438,
451
+ IgnitedTorch = 439,
452
+ Ineffective = 440,
453
+ InjuredFromTrap = 441,
454
+ InNeedOfRepair = 442,
455
+ InteractingWithHasInjuredYouForDamage = 443,
456
+ InvalidContainer = 444,
457
+ Inventory = 445,
458
+ IsInTheWayOfPickingUp = 446,
459
+ It = 447,
460
+ ItemFromWater = 448,
461
+ JoinedAServer = 449,
462
+ Jump = 450,
463
+ Killed = 451,
464
+ KnowledgeHasIncreased = 452,
465
+ LastPlaceYouLeftOff = 453,
466
+ LearnedHowToCreate = 454,
467
+ LikelyFailures = 455,
468
+ Limited = 456,
469
+ Lockpick = 457,
470
+ MapCompletedNotOfThisArea = 458,
471
+ MapDestroyed = 459,
472
+ MapNearlyDestroyed = 460,
473
+ MapNotOfThisArea = 461,
474
+ MaterialsDestroyed = 462,
475
+ MessageOfTheDay = 463,
476
+ Metabolism = 464,
477
+ MetabolismSlowed = 465,
478
+ Milk = 466,
479
+ Mine = 467,
480
+ Mining = 468,
481
+ MissedWith = 469,
482
+ MissedYouWith = 470,
483
+ MovedItem = 471,
484
+ MovedItemFailed = 472,
485
+ MoveOverTrapButDoNotSetOff = 473,
486
+ MultiplayerGamePaused = 474,
487
+ MultiplayerGameResumed = 475,
488
+ MultiplayerPlayerConnected = 476,
489
+ MultiplayerPlayerDied = 477,
490
+ MultiplayerPlayerDisconnected = 478,
491
+ MultiplayerPlayerJoined = 479,
492
+ MustBeEquippedToIgnite = 480,
493
+ Mysteriously = 481,
494
+ NearlyBurnedEquipmentProtectedYou = 482,
495
+ NeedToStartTravelsOutside = 483,
496
+ NeedWaterForBoat = 484,
497
+ Negatively = 485,
498
+ NightQuarter1 = 486,
499
+ NightQuarter2 = 487,
500
+ NightQuarter3 = 488,
501
+ NightQuarter4 = 489,
502
+ No = 490,
503
+ NoAmmunitionForThatWeapon = 491,
504
+ NoFireToStokeWith = 492,
505
+ NoFishAtLocation = 493,
506
+ NoGroundWater = 494,
507
+ NoInkToDrawMap = 495,
508
+ NoKindlingOrFuelItemsToStartFire = 496,
509
+ NoKindlingToStartFire = 497,
510
+ NoLongerFeelPainOfBeingBurned = 498,
511
+ NoLongerFeelPainOfBeingFrostbitten = 499,
512
+ NoLongerHostile = 500,
513
+ NoMoreRoomInContainer = 501,
514
+ NoPaperToDrawMap = 502,
515
+ NoRequiredItemToFireWeapon = 503,
516
+ NoReturnWithoutCompletingChallenges = 504,
517
+ NoRoomForImprovement = 505,
518
+ NoRoomForVehicle = 506,
519
+ NoRoomToDrop = 507,
520
+ NoRoomToSummon = 508,
521
+ NotEnoughPurifiedWaterYet = 509,
522
+ NotEnoughTreasureToReturn = 510,
523
+ NotFacingCreatureToOfferThisTo = 511,
524
+ NotFacingLockedObject = 512,
525
+ NotFacingOtherToHeal = 513,
526
+ NotFacingValidItem = 514,
527
+ NothingHereToButcher = 515,
528
+ NothingHereToFill = 516,
529
+ NothingHereToGrasp = 517,
530
+ NothingTo = 518,
531
+ NothingToGetFromThis = 519,
532
+ NothingToHarvestFromThisGather = 520,
533
+ NothingToSmother = 521,
534
+ NothingUsefulToHarvestYet = 522,
535
+ NoTinderToStartFire = 523,
536
+ NotSuitableToPlant = 524,
537
+ NoWaterInStill = 525,
538
+ NPCMerchantNewInventoryDialogue1 = 526,
539
+ NPCMerchantNewInventoryDialogue2 = 527,
540
+ NPCMerchantNewInventoryDialogue3 = 528,
541
+ NPCMerchantNewInventoryDialogue4 = 529,
542
+ NPCMerchantStartingDialogue1 = 530,
543
+ NPCMerchantStartingDialogue2 = 531,
544
+ NPCMerchantStartingDialogue3 = 532,
545
+ NPCMerchantStartingDialogue4 = 533,
546
+ NPCMerchantWelcomeCredit = 534,
547
+ NPCShipperShipToIsland = 535,
548
+ NPCShipperStartingDialogue1 = 536,
549
+ NPCShipperStartingDialogue2 = 537,
550
+ NPCShipperStartingDialogue3 = 538,
551
+ NPCShipperStartingDialogue4 = 539,
552
+ NPCWelcome = 540,
553
+ ObjectIsLocked = 541,
554
+ ObjectIsLockedAttemptToBreakIt = 542,
555
+ OfferAberrantFail = 543,
556
+ OfferAberrantFailButTamed = 544,
557
+ Open = 545,
558
+ OpenClose = 546,
559
+ OverEatingLostStamina = 547,
560
+ OverHydratingLostStamina = 548,
561
+ Pack = 549,
562
+ PaperTurnedToMush = 550,
563
+ ParryTheBlow = 551,
564
+ Pet = 552,
565
+ PetCreature = 553,
566
+ PickAway = 554,
567
+ PickUp = 555,
568
+ PickUpExcrement = 556,
569
+ PickUpTheItem = 557,
570
+ Place = 558,
571
+ PlacedItem = 559,
572
+ PlacedItemFailed = 560,
573
+ PlacedOnGround = 561,
574
+ Plant = 562,
575
+ PlantedInGround = 563,
576
+ PlantGatheredPlant = 564,
577
+ PlantGatheringWillDestroy = 565,
578
+ PlantHasResourcesToGather = 566,
579
+ PlantHasResourcesToHarvest = 567,
580
+ PlantHighlyFertile = 568,
581
+ Planting = 569,
582
+ PlantIsBare = 570,
583
+ PlantIsFertile = 571,
584
+ PlantIsInStage = 572,
585
+ PlantIsNotFertile = 573,
586
+ PlantNotReadyToHarvest = 574,
587
+ PlantReadyToGather = 575,
588
+ PlantReadyToGatherNotMaximal = 576,
589
+ PlantReadyToHarvest = 577,
590
+ PlantReadyToHarvestNotMaximal = 578,
591
+ Player = 579,
592
+ PlayerHas = 580,
593
+ PlayerHasCompletedChallengeRequirement = 581,
594
+ PlayerHasWonChallenge = 582,
595
+ Poisoned = 583,
596
+ PoisonedLostHealth = 584,
597
+ PoisonWorkedItsCourse = 585,
598
+ Positively = 586,
599
+ PouredOut = 587,
600
+ PouredOutOnYourself = 588,
601
+ PouredWaterIntoStill = 589,
602
+ PourHarmedPlant = 590,
603
+ PourHealedPlant = 591,
604
+ PourHealedPlantFully = 592,
605
+ PourHealedPlantPartially = 593,
606
+ PourIncreasedFertility = 594,
607
+ Pouring = 595,
608
+ PourOverWatering = 596,
609
+ Prepare = 597,
610
+ Prepared = 598,
611
+ Preserve = 599,
612
+ PreservedFood = 600,
613
+ PurifiedWaterInStill = 601,
614
+ RandomEventsFire = 602,
615
+ ReduceLength = 603,
616
+ Refine = 604,
617
+ RefusedToBeTamed = 605,
618
+ Reinforce = 606,
619
+ Repair = 607,
620
+ RequiredForDisassembly = 608,
621
+ RequiresFireToBeLit = 609,
622
+ RequiresYouFacingFireSource = 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
+ RestLongTime = 624,
637
+ RestModerateTime = 625,
638
+ RestOnBoat = 626,
639
+ RestShortTime = 627,
640
+ RestTime = 628,
641
+ ReturnedToCivilization = 629,
642
+ ReturningToCivilizationSetOffAgain = 630,
643
+ ReturnsToLife = 631,
644
+ Reverse = 632,
645
+ Sailing = 633,
646
+ ScrollMaster = 634,
647
+ ScrollProvidedNoUsefulInsight = 635,
648
+ Seawater = 636,
649
+ SeemsToHaveDrawnEnergy = 637,
650
+ SetTrapOffButNoDamage = 638,
651
+ SetUp = 639,
652
+ ShadowInTheWater = 640,
653
+ Skill = 641,
654
+ SkillHasRaised = 642,
655
+ Skills = 643,
656
+ Sleep = 644,
657
+ Sleeping = 645,
658
+ SleepOnBoat = 646,
659
+ Slept = 647,
660
+ SlitherSuckerConstricts = 648,
661
+ SlitherSuckerFailedToRemove = 649,
662
+ SlitherSuckerFailedToRemoveOuch = 650,
663
+ SlitherSuckerJumpedOnHead = 651,
664
+ SolarStill = 652,
665
+ SomethingInTheWayOf = 653,
666
+ SomethingInTheWayOfButcherFirst = 654,
667
+ SomethingInTheWayOfFire = 655,
668
+ SomethingInTheWayOfFishing = 656,
669
+ SomethingInTheWayOfPerforming = 657,
670
+ SomethingInTheWayOfPlacing = 658,
671
+ SomethingInTheWayOfReleasing = 659,
672
+ SomethingInTheWayOfSummoning = 660,
673
+ SomethingInWayOfClosingDoor = 661,
674
+ SoothedTheirBurnInjuries = 662,
675
+ SoothedYourBurnInjuries = 663,
676
+ Sort = 664,
677
+ SortedByBestCraftingRequirements = 665,
678
+ SortedByCategory = 666,
679
+ SortedByCraftableOnly = 667,
680
+ SortedByDecay = 668,
681
+ SortedByDurability = 669,
682
+ SortedByGroup = 670,
683
+ SortedByMagical = 671,
684
+ SortedByName = 672,
685
+ SortedByQuality = 673,
686
+ SortedByRecent = 674,
687
+ SortedBySkill = 675,
688
+ SortedByUnlockedTime = 676,
689
+ SortedByWeight = 677,
690
+ SortedByWorth = 678,
691
+ StaminaIsFull = 679,
692
+ StartedFire = 680,
693
+ StartTravelInWater = 681,
694
+ StarvingToDeath = 682,
695
+ StatAmount = 683,
696
+ StatGained = 684,
697
+ StatIncreasing = 685,
698
+ StatLost = 686,
699
+ StatQuenched = 687,
700
+ StatRegained = 688,
701
+ StatSated = 689,
702
+ SteppingOn = 690,
703
+ Still = 691,
704
+ StillHasNoWaterToPurify = 692,
705
+ StirredUpClawWorm = 693,
706
+ StirredUpCreature = 694,
707
+ StoppedYourBleeding = 695,
708
+ StopUsingVehicle = 696,
709
+ Strength = 697,
710
+ SummonedGuardiansByDiggingTreasure = 698,
711
+ SummonedGuardiansByLockpicking = 699,
712
+ SummonVoidDwellerItem = 700,
713
+ SummonVoidDwellerRinging = 701,
714
+ SummonVoidDwellerShiver = 702,
715
+ SunNotBrightEnoughToStartFire = 703,
716
+ SwampWater = 704,
717
+ Swimming = 705,
718
+ TakenFromGroundBecomeTamed = 706,
719
+ TeleportBlocked = 707,
720
+ Teleported = 708,
721
+ ThanksBuying = 709,
722
+ ThanksSelling = 710,
723
+ TheirFist = 711,
724
+ TheirInventory = 712,
725
+ ThePlant = 713,
726
+ ThereIsNoContainerOnTheStill = 714,
727
+ ThereIsNoSunToStartFire = 715,
728
+ ThisCannotBeMilked = 716,
729
+ Throw = 717,
730
+ ThrownIntoDepths = 718,
731
+ ThrownIntoObstacle = 719,
732
+ ThrownIntoVoid = 720,
733
+ Tier = 721,
734
+ TierGroup = 722,
735
+ Till = 723,
736
+ Tilling = 724,
737
+ TimeIs = 725,
738
+ TimeIsDawn = 726,
739
+ TimeIsDaytime = 727,
740
+ TimeIsDusk = 728,
741
+ TimeIsNighttime = 729,
742
+ TimeIsSunrise = 730,
743
+ TimeIsSunset = 731,
744
+ ToFight = 732,
745
+ TooDamaged = 733,
746
746
  TooExhaustedToJump = 734,
747
747
  Touching = 735,
748
748
  TrampledFire = 736,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wayward/types",
3
3
  "description": "TypeScript declarations for Wayward, used for modding.",
4
- "version": "2.14.0-beta.dev.20240419.1",
4
+ "version": "2.14.0-beta.dev.20240420.1",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",