@wayward/types 2.11.0-beta.dev.20211210.2 → 2.11.0-beta.dev.20211211.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.
@@ -77,7 +77,7 @@ export interface IDoodadDescription extends IObjectDescription, IModdable, ICaus
77
77
  isDoor?: boolean;
78
78
  isFence?: boolean;
79
79
  isFlammable?: boolean;
80
- isFungi?: boolean;
80
+ usesSpores?: boolean;
81
81
  isGate?: boolean;
82
82
  isTall?: boolean;
83
83
  isTrap?: boolean;
@@ -280,13 +280,14 @@ export declare enum DoodadType {
280
280
  Tanglehead = 121,
281
281
  StrawScarecrow = 122,
282
282
  CactusScarecrow = 123,
283
- PapayaTree = 124
283
+ PapayaTree = 124,
284
+ Palapalai = 125
284
285
  }
285
286
  /**
286
287
  * All tree types that can be spawned during map gen
287
288
  * !! This must be kept in sync with the tree list in setupTiles !!
288
289
  */
289
- export declare type MapGenDoodadTrees = DoodadType.MapleTree | DoodadType.CoconutTree | DoodadType.JoshuaTree | DoodadType.SpruceTree | DoodadType.CypressTree | DoodadType.AppleTree | DoodadType.SpruceTreeWithSnow | DoodadType.WhitePineTree | DoodadType.WhitePineTreeWithSnow | DoodadType.PapayaTree;
290
+ export declare type MapGenDoodadTrees = DoodadType.MapleTree | DoodadType.CoconutTree | DoodadType.JoshuaTree | DoodadType.SpruceTree | DoodadType.CypressTree | DoodadType.AppleTree | DoodadType.SpruceTreeWithSnow | DoodadType.WhitePineTree | DoodadType.WhitePineTreeWithSnow | DoodadType.PapayaTree | DoodadType.Palapalai;
290
291
  export declare enum DoodadTypeGroup {
291
292
  Invalid = 400,
292
293
  LitCampfire = 401,
@@ -1082,7 +1082,11 @@ export declare enum ItemType {
1082
1082
  ClothTrousers = 623,
1083
1083
  UnripePapaya = 624,
1084
1084
  Papaya = 625,
1085
- PapayaSeeds = 626
1085
+ PapayaSeeds = 626,
1086
+ PalapalaiFrond = 627,
1087
+ PalapalaiSpores = 628,
1088
+ ButtonMushroomSpores = 629,
1089
+ FlyAmanitaSpores = 630
1086
1090
  }
1087
1091
  export declare enum ItemTypeGroup {
1088
1092
  Invalid = 800,
@@ -1178,7 +1182,8 @@ export declare enum ItemTypeGroup {
1178
1182
  Shirt = 890,
1179
1183
  Trousers = 891,
1180
1184
  Spine = 892,
1181
- All = 893,
1182
- Last = 894
1185
+ Spores = 893,
1186
+ All = 894,
1187
+ Last = 895
1183
1188
  }
1184
1189
  export {};
@@ -10,465 +10,465 @@
10
10
  */
11
11
  declare enum Message {
12
12
  None = 0,
13
- MultipleQuickslots = 1,
14
- Aberrant = 2,
15
- AboutHours = 3,
16
- ActionAlterAltered = 4,
17
- ActionAlterFailed = 5,
18
- ActionAlterNotPossible = 6,
19
- ActionAttachContainerAlreadyHasContainer = 7,
20
- ActionAttachContainerAttachedContainer = 8,
21
- ActionAttachContainerAttachingContainer = 9,
22
- ActionAttachContainerCannotAttach = 10,
23
- ActionAttachContainerNothingToAttachContainerTo = 11,
24
- ActionAttackNoAttackTarget = 12,
25
- ActionAttackNoHandsSelected = 13,
26
- ActionButcherReleasesLava = 14,
27
- ActionCastAreaOverfished = 15,
28
- ActionConsumeItemTypeStats = 16,
29
- ActionCraft = 17,
30
- ActionCraftEfficacy = 18,
31
- ActionCraftEfficacyHigh = 19,
32
- ActionCraftEfficacyHighest = 20,
33
- ActionCraftEfficacyLow = 21,
34
- ActionCraftEfficacyLowest = 22,
35
- ActionCraftEfficacyMed = 23,
36
- ActionCraftEfficacyPercent = 24,
37
- ActionCraftYouLackTheRequirements = 25,
38
- ActionDetachContainerDetachContainer = 26,
39
- ActionDetachContainerNoDetach = 27,
40
- ActionDisassembleNoItemsSalvaged = 28,
41
- ActionDisassembleSalvaged = 29,
42
- ActionDismantleSeparated = 30,
43
- ActionDrinkInFrontNoDrink = 31,
44
- ActionEnhance = 32,
45
- ActionEnhanceEnhanced = 33,
46
- ActionEnhanceFailed = 34,
47
- ActionEnhanceNotPossible = 35,
48
- ActionFishingNothingBiting = 36,
49
- ActionFishingSlipped = 37,
50
- ActionFishingTooShallow = 38,
51
- ActionJumpCannotJump = 39,
52
- ActionMeleeHasToBeEquipped = 40,
53
- ActionMeleeNothingToAttack = 41,
54
- ActionMoveToSwimOffEdgeCannotCombatTides = 42,
55
- ActionNavigateMoon = 43,
56
- ActionNavigateNotOverworld = 44,
57
- ActionNavigateSun = 45,
58
- ActionNavigateUseSextant = 46,
59
- ActionPetCreatureRefused = 47,
60
- ActionPetNoTamedCreature = 48,
61
- ActionPickupAllItemsNoItems = 49,
62
- ActionPickupExcrementNoExcrement = 50,
63
- ActionPickupItemNoItem = 51,
64
- ActionPickupNoPickup = 52,
65
- ActionRefineNoDurability = 53,
66
- ActionReleaseNoTamedCreature = 54,
67
- ActionRenameIsland = 55,
68
- ActionRenameNothing = 56,
69
- ActionSailToCivilizationNotInsideBoat = 57,
70
- ActionSailToIsland = 58,
71
- ActionSailToIslandArrived = 59,
72
- ActionSailToIslandPlayerArriving = 60,
73
- ActionSailToIslandPlayerDeparting = 61,
74
- ActionTameCreatureTamed = 62,
75
- ActionTameNoCreature = 63,
76
- ActionTestDepthNothingToTest = 64,
77
- ActionTestDepthWell = 65,
78
- ActionToggleContainerNoContainer = 66,
79
- ActionToggleDoorNoDoor = 67,
80
- ActionToggleHitchNoCreature = 68,
81
- ActionToggleHitchNoHitch = 69,
82
- ActionUpgrade = 70,
83
- ActionUpgradeFailed = 71,
84
- ActionUpgradeNotMagical = 72,
85
- ActionUpgradeNotPossible = 73,
86
- ActionUpgradeUpgraded = 74,
87
- ActionUseItemWeaponNeeded = 75,
88
- ActionWith = 76,
89
- AddedFuelToFire = 77,
90
- AddedFuelToTorch = 78,
91
- AddToQuickslot = 79,
92
- AllEquipmentUnEquipped = 80,
93
- AlreadyDesalinatedWaterInStill = 81,
94
- AlreadyFullyRefined = 82,
95
- AlreadyFullyRepaired = 83,
96
- AlreadyPreserved = 84,
97
- Alter = 85,
98
- AnotherIsland = 86,
99
- AnUnknownItem = 87,
100
- AppearedNotEffectiveForGathering = 88,
101
- AppearsToBeAberrant = 89,
102
- ArmorAppeared = 90,
103
- ArmorProtectedFromInjuryAgainst = 91,
104
- Attack = 92,
105
- AttemptedToDropAllIntoFire = 93,
106
- AttemptedToPlaceAllOnGround = 94,
107
- AttemptToSoothBurnInWater = 95,
108
- AttemptToTill = 96,
109
- AutoActionsNoItem = 97,
110
- BadlyBurnedLostHealth = 98,
111
- BarteringSkillsProvided = 99,
112
- BasedOnItSeems = 100,
113
- BeenPoisoned = 101,
114
- BeginSleeping = 102,
115
- BeginUsingBoat = 103,
116
- BestForCrafting = 104,
117
- BleedingHasStopped = 105,
118
- BleedingProfusely = 106,
119
- BleedingToDeathLostHealth = 107,
120
- BookBlank = 108,
121
- BookContains = 109,
122
- BookCrumbles = 110,
123
- BookDiagrams = 111,
124
- BookEmpty = 112,
125
- BookNothing = 113,
126
- BookOpen = 114,
127
- BookScribbles = 115,
128
- BothEffectiveIneffective = 116,
129
- BothHands = 117,
130
- BrokeIntoPieces = 118,
131
- BrokenOnImpact = 119,
132
- BrokenWhileFiring = 120,
133
- Build = 121,
134
- Burned = 122,
135
- CannotAddAnyMoreFuel = 123,
136
- CannotBePerformedOverWater = 124,
137
- CannotBePreserved = 125,
138
- CannotBeRefined = 126,
139
- CannotBeRefinedReinforcementNeeded = 127,
140
- CannotBeReinforced = 128,
141
- CannotBeRepaired = 129,
142
- CannotBeTamed = 130,
143
- CannotBeTamedInThisWay = 131,
144
- CannotBuildHere = 132,
145
- CannotDoThatHere = 133,
146
- CannotDropHere = 134,
147
- CannotEquipThatThere = 135,
148
- CannotFishFor = 136,
149
- CannotHere = 137,
150
- CannotInWater = 138,
151
- CannotLeave = 139,
152
- CannotPickUpWhileLit = 140,
153
- CannotPickUpWithItemsInside = 141,
154
- CannotPlaceContainerInItself = 142,
155
- CannotPlaceHere = 143,
156
- CannotPlaceThatFromHere = 144,
157
- CannotPlaceThatHere = 145,
158
- CannotPlantHereTilled = 146,
159
- CannotRepairWhileLit = 147,
160
- CannotRestHere = 148,
161
- CannotSeeHere = 149,
162
- CannotSleepHere = 150,
163
- CannotStartFireHere = 151,
164
- CannotToTellTime = 152,
165
- CannotUseCommand = 153,
166
- CannotWhenProtected = 154,
167
- CannotWhenProtectedDangerousAction = 155,
168
- CarryingTooMuchWeight = 156,
169
- CarvedUpCorpse = 157,
170
- Carving = 158,
171
- CastYourLine = 159,
172
- Category = 160,
173
- CaughtFish = 161,
174
- ChatBanCommand = 162,
175
- ChatBannedCommand = 163,
176
- ChatCommandsCommand = 164,
177
- ChatCommandsCommandCommand = 165,
178
- ChatPingCommand = 166,
179
- ChatPlayerMessage = 167,
180
- ChatPlayersCommand = 168,
181
- ChatServerMessage = 169,
182
- ChatUnbanCommand = 170,
183
- ChatUnknownCommand = 171,
184
- Chop = 172,
185
- Chopping = 173,
186
- ClearedBlood = 174,
187
- ClearMessages = 175,
188
- Clockwise = 176,
189
- CloseContainer = 177,
190
- CloseDoor = 178,
191
- CloseToBeingDestroyed = 179,
192
- CollectObjectWithHands = 180,
193
- Consumed = 181,
194
- Container = 182,
195
- ContextMenuActionHotkey = 183,
196
- ContextMenuHelpActions = 184,
197
- ContextMenuHelpAutoActions = 185,
198
- ContextMenuHelpItems = 186,
199
- CopiedMap = 187,
200
- CopySelectedText = 188,
201
- CopyX = 189,
202
- CorpseOf = 190,
203
- CorpseOfNamed = 191,
204
- CouldNotDecipher = 192,
205
- Counterclockwise = 193,
206
- Craft = 194,
207
- Crafted = 195,
208
- Crafts = 196,
209
- CreatureAngered = 197,
210
- CreatureAppears = 198,
211
- CreatureAppeased = 199,
212
- CreatureExcrement = 200,
213
- CreatureHappinessHigh = 201,
214
- CreatureHappinessLow = 202,
215
- CreatureHappinessLowest = 203,
216
- CreatureHappinessNormal = 204,
217
- CreatureIdolAttractedCreature = 205,
218
- CreatureUntamed = 206,
219
- CuredYourPoison = 207,
220
- Cut = 208,
221
- DamageAppeared = 209,
222
- DamagedByPouring = 210,
223
- DayQuarter1 = 211,
224
- DayQuarter2 = 212,
225
- DayQuarter3 = 213,
226
- DayQuarter4 = 214,
227
- DealtNoDamageToYou = 215,
228
- DeathBy = 216,
229
- DeathByBleeding = 217,
230
- DeathByBurning = 218,
231
- DeathByChallengeWinner = 219,
232
- DeathByConsumption = 220,
233
- DeathByDrowning = 221,
234
- DeathByExhaustion = 222,
235
- DeathByFistByPlayer = 223,
236
- DeathByFrostbite = 224,
237
- DeathByMalnutrition = 225,
238
- DeathByPoison = 226,
239
- DeathBySteppingOn = 227,
240
- DeathByTrap = 228,
241
- DeathByWeaponByPlayer = 229,
242
- Decay = 230,
243
- DestroyedFromUse = 231,
244
- DetachContainer = 232,
245
- Dexterity = 233,
246
- DexterityIncreasing = 234,
247
- DidNotSeemToBeHurting = 235,
248
- Dig = 236,
249
- DigAway = 237,
250
- Digging = 238,
251
- DigWithHands = 239,
252
- Disabled = 240,
253
- Disassemble = 241,
254
- DisassembleAction = 242,
255
- Disassembling = 243,
256
- DiscoveredCaveEntrance = 244,
257
- DiscoveredInTheBottle = 245,
258
- DiscoveredLavaPassage = 246,
259
- Dismantle = 247,
260
- DismantleAction = 248,
261
- DismantleLabel = 249,
262
- Dismantling = 250,
263
- DismantlingRequires = 251,
264
- DisplacedPuddles = 252,
265
- DoNotHaveTreasureMaps = 253,
266
- DoNotProduceAnyResources = 254,
267
- DoodadCauseStatus = 255,
268
- DoodadGroupTier = 256,
269
- DrewSurroundings = 257,
270
- Drink = 258,
271
- Drop = 259,
272
- DropAll = 260,
273
- DropAllOfSameQuality = 261,
274
- DroppedIntoDepths = 262,
275
- DroppedIntoFire = 263,
276
- DroppedIntoTheVoid = 264,
277
- DueToDehydration = 265,
278
- DueToStarvation = 266,
279
- DugTreasureOut = 267,
280
- DumpContentsOfContainerInInventory = 268,
281
- Durability = 269,
282
- DyingOfDehydration = 270,
283
- EarnedMilestone = 271,
284
- East = 272,
285
- EastNortheast = 273,
286
- EastSoutheast = 274,
287
- Effective = 275,
288
- Enabled = 276,
289
- Enchant = 277,
290
- EquipmentPreventedStatusEffects = 278,
291
- EquipTo = 279,
292
- ErrorHasOccured = 280,
293
- ExtinguishedFire = 281,
294
- ExtinguishedLightSource = 282,
295
- FailedToAddFuelToTorch = 283,
296
- FailedToCatchFish = 284,
297
- FailedToCauseDamage = 285,
298
- FailedToCauseYouDamage = 286,
299
- FailedToCopy = 287,
300
- FailedToDraw = 288,
301
- FailedToEnchant = 289,
302
- FailedToIgniteTorch = 290,
303
- FailedToPickLock = 291,
304
- FailedToPlant = 292,
305
- FailedToPreserve = 293,
306
- FailedToRefine = 294,
307
- FailedToReinforce = 295,
308
- FailedToRepair = 296,
309
- FailedToStartFire = 297,
310
- FailedToTame = 298,
311
- FailedToTransmogrify = 299,
312
- FarOffLands = 300,
313
- FeltBurningPainLostHealth = 301,
314
- FeltFrostbitePainLostHealth = 302,
315
- FewMinutes = 303,
316
- Filled = 304,
317
- FilledFrom = 305,
318
- FireAroundYouIsWarm = 306,
319
- FiredIntoObstacle = 307,
320
- FireOverflowed = 308,
321
- FireOverflowedFireElemental = 309,
322
- FireSource = 310,
323
- FishingWithNoBait = 311,
324
- Floating = 312,
325
- FreshWater = 313,
326
- FromTheStill = 314,
327
- Fuel = 315,
328
- FuelIsRequired = 316,
329
- FullyDecodedMap = 317,
330
- GameHasBeenSavedIsTakingUpMB = 318,
331
- Gather = 319,
332
- GatherDestroy = 320,
333
- Gathering = 321,
334
- GatherWithHands = 322,
335
- GhostNoActions = 323,
336
- GhostOf = 324,
337
- GoatHasNoMilk = 325,
338
- GrabAll = 326,
339
- Group = 327,
340
- HackAway = 328,
341
- HandProtectionPreventedInjury = 329,
342
- HandsNotEffectiveForDigging = 330,
343
- Harvest = 331,
344
- Harvesting = 332,
345
- HarvestWithHands = 333,
346
- HasBeenHurtByATrap = 334,
347
- HasDecayed = 335,
348
- HasHitYouForDamage = 336,
349
- HasNoEffect = 337,
350
- HasSetTrapOffNoDamage = 338,
351
- HasSplit = 339,
352
- Help = 340,
353
- HelpGrow = 341,
354
- Here = 342,
355
- Hints = 343,
356
- HintsDisabled = 344,
357
- HintsEnabled = 345,
358
- Hitch = 346,
359
- HitchAttempt = 347,
360
- HitchCreature = 348,
361
- HitchDisabled = 349,
362
- HitchInUse = 350,
363
- HitchUnhitch = 351,
364
- HitForDamage = 352,
365
- HitYouForDamage = 353,
366
- Hour = 354,
367
- Hours = 355,
368
- HurtHandsHittingWithoutWeapons = 356,
369
- HurtHandsWithNoTool = 357,
370
- Ignite = 358,
371
- IgnitedTorch = 359,
372
- Ineffective = 360,
373
- InjuredFromTrap = 361,
374
- InNeedOfRepair = 362,
375
- InspectItem = 363,
376
- InteractingWithHasInjuredYouForDamage = 364,
377
- Inventory = 365,
378
- IsInTheWayOfPickingUp = 366,
379
- It = 367,
380
- ItAlsoReveals = 368,
381
- ItAlsoSeems = 369,
382
- ItContains = 370,
383
- ItemFromWater = 371,
384
- JoinedAServer = 372,
385
- Jump = 373,
386
- Killed = 374,
387
- KnowledgeHasIncreased = 375,
388
- LabelActionTier = 376,
389
- LabelAdditionalRequirements = 377,
390
- LabelAttackFromTactics = 378,
391
- LabelBase = 379,
392
- LabelCanIncrease = 380,
393
- LabelCraftingReputation = 381,
394
- LabelCraftingRequires = 382,
395
- LabelCraftingSkillReputation = 383,
396
- LabelDecay = 384,
397
- LabelDefense = 385,
398
- LabelDismantlingRequires = 386,
399
- LabelDurability = 387,
400
- LabelEquip = 388,
401
- LabelGrouping = 389,
402
- LabelHave = 390,
403
- LabelLeftHandAttack = 391,
404
- LabelLevel = 392,
405
- LabelLightSourceWhenLit = 393,
406
- LabelOnCure = 394,
407
- LabelOnDrink = 395,
408
- LabelOnEat = 396,
409
- LabelOnEquip = 397,
410
- LabelOnHeal = 398,
411
- LabelOnOtherHeal = 399,
412
- LabelPreservationRate = 400,
413
- LabelProtected = 401,
414
- LabelRange = 402,
415
- LabelRanged = 403,
416
- LabelRangedAttack = 404,
417
- LabelRangedDamage = 405,
418
- LabelReputationImpact = 406,
419
- LabelResists = 407,
420
- LabelRightHandAttack = 408,
421
- LabelSkill = 409,
422
- LabelStokeFireStrength = 410,
423
- LabelThrowDamageType = 411,
424
- LabelTrapDamage = 412,
425
- LabelUse = 413,
426
- LabelUses = 414,
427
- LabelVulnerabilities = 415,
428
- LabelWeight = 416,
429
- LabelWeightCapacity = 417,
430
- LabelWeightReduction = 418,
431
- LabelWorth = 419,
432
- LastPlaceYouLeftOff = 420,
433
- LearnedHowToCreate = 421,
434
- LeftHand = 422,
435
- LikelyFailures = 423,
436
- Limited = 424,
437
- Magical = 425,
438
- MagicalItemDamage = 426,
439
- MapDestroyed = 427,
440
- MapNearlyDestroyed = 428,
441
- MapNotOfThisArea = 429,
442
- MaterialsDestroyed = 430,
443
- MerchantAlreadyTradedItem = 431,
444
- MessageOfTheDay = 432,
445
- Metabolism = 433,
446
- MetabolismSlowed = 434,
447
- Milk = 435,
448
- Mine = 436,
449
- Mining = 437,
450
- MissedWith = 438,
451
- MissedYouWith = 439,
452
- MoveAllOfSameQualityToFacingContainer = 440,
453
- MoveAllOfSameQualityToInventory = 441,
454
- MoveAllOfSameQualityToLastOpenedContainer = 442,
455
- MoveAllOfSameQualityToOpenedContainer = 443,
456
- MoveAllToFacingContainer = 444,
457
- MoveAllToInventory = 445,
458
- MoveAllToLastOpenedContainer = 446,
459
- MoveAllToOpenedContainer = 447,
460
- MovedItem = 448,
461
- MoveOverTrapButDoNotSetOff = 449,
462
- MoveToFacingContainer = 450,
463
- MoveToInventory = 451,
464
- MoveToLastOpenedContainer = 452,
465
- MoveToOpenedContainer = 453,
466
- MultiplayerGamePaused = 454,
467
- MultiplayerGameResumed = 455,
468
- MultiplayerPlayerConnected = 456,
469
- MultiplayerPlayerDied = 457,
470
- MultiplayerPlayerDisconnected = 458,
471
- MultiplayerPlayerJoined = 459,
13
+ Aberrant = 1,
14
+ AboutHours = 2,
15
+ ActionAlterAltered = 3,
16
+ ActionAlterFailed = 4,
17
+ ActionAlterNotPossible = 5,
18
+ ActionAttachContainerAlreadyHasContainer = 6,
19
+ ActionAttachContainerAttachedContainer = 7,
20
+ ActionAttachContainerAttachingContainer = 8,
21
+ ActionAttachContainerCannotAttach = 9,
22
+ ActionAttachContainerNothingToAttachContainerTo = 10,
23
+ ActionAttackNoAttackTarget = 11,
24
+ ActionAttackNoHandsSelected = 12,
25
+ ActionButcherReleasesLava = 13,
26
+ ActionCastAreaOverfished = 14,
27
+ ActionConsumeItemTypeStats = 15,
28
+ ActionCraft = 16,
29
+ ActionCraftEfficacy = 17,
30
+ ActionCraftEfficacyHigh = 18,
31
+ ActionCraftEfficacyHighest = 19,
32
+ ActionCraftEfficacyLow = 20,
33
+ ActionCraftEfficacyLowest = 21,
34
+ ActionCraftEfficacyMed = 22,
35
+ ActionCraftEfficacyPercent = 23,
36
+ ActionCraftYouLackTheRequirements = 24,
37
+ ActionDetachContainerDetachContainer = 25,
38
+ ActionDetachContainerNoDetach = 26,
39
+ ActionDisassembleNoItemsSalvaged = 27,
40
+ ActionDisassembleSalvaged = 28,
41
+ ActionDismantleSeparated = 29,
42
+ ActionDrinkInFrontNoDrink = 30,
43
+ ActionEnhance = 31,
44
+ ActionEnhanceEnhanced = 32,
45
+ ActionEnhanceFailed = 33,
46
+ ActionEnhanceNotPossible = 34,
47
+ ActionFishingNothingBiting = 35,
48
+ ActionFishingSlipped = 36,
49
+ ActionFishingTooShallow = 37,
50
+ ActionJumpCannotJump = 38,
51
+ ActionMeleeHasToBeEquipped = 39,
52
+ ActionMeleeNothingToAttack = 40,
53
+ ActionMoveToSwimOffEdgeCannotCombatTides = 41,
54
+ ActionNavigateMoon = 42,
55
+ ActionNavigateNotOverworld = 43,
56
+ ActionNavigateSun = 44,
57
+ ActionNavigateUseSextant = 45,
58
+ ActionPetCreatureRefused = 46,
59
+ ActionPetNoTamedCreature = 47,
60
+ ActionPickupAllItemsNoItems = 48,
61
+ ActionPickupExcrementNoExcrement = 49,
62
+ ActionPickupItemNoItem = 50,
63
+ ActionPickupNoPickup = 51,
64
+ ActionRefineNoDurability = 52,
65
+ ActionReleaseNoTamedCreature = 53,
66
+ ActionRenameIsland = 54,
67
+ ActionRenameNothing = 55,
68
+ ActionSailToCivilizationNotInsideBoat = 56,
69
+ ActionSailToIsland = 57,
70
+ ActionSailToIslandArrived = 58,
71
+ ActionSailToIslandPlayerArriving = 59,
72
+ ActionSailToIslandPlayerDeparting = 60,
73
+ ActionTameCreatureTamed = 61,
74
+ ActionTameNoCreature = 62,
75
+ ActionTestDepthNothingToTest = 63,
76
+ ActionTestDepthWell = 64,
77
+ ActionToggleContainerNoContainer = 65,
78
+ ActionToggleDoorNoDoor = 66,
79
+ ActionToggleHitchNoCreature = 67,
80
+ ActionToggleHitchNoHitch = 68,
81
+ ActionUpgrade = 69,
82
+ ActionUpgradeFailed = 70,
83
+ ActionUpgradeNotMagical = 71,
84
+ ActionUpgradeNotPossible = 72,
85
+ ActionUpgradeUpgraded = 73,
86
+ ActionUseItemWeaponNeeded = 74,
87
+ ActionWith = 75,
88
+ AddedFuelToFire = 76,
89
+ AddedFuelToTorch = 77,
90
+ AddToQuickslot = 78,
91
+ AllEquipmentUnEquipped = 79,
92
+ AlreadyDesalinatedWaterInStill = 80,
93
+ AlreadyFullyRefined = 81,
94
+ AlreadyFullyRepaired = 82,
95
+ AlreadyPreserved = 83,
96
+ Alter = 84,
97
+ AnotherIsland = 85,
98
+ AnUnknownItem = 86,
99
+ AppearedNotEffectiveForGathering = 87,
100
+ AppearsToBeAberrant = 88,
101
+ ArmorAppeared = 89,
102
+ ArmorProtectedFromInjuryAgainst = 90,
103
+ Attack = 91,
104
+ AttemptedToDropAllIntoFire = 92,
105
+ AttemptedToPlaceAllOnGround = 93,
106
+ AttemptToSoothBurnInWater = 94,
107
+ AttemptToTill = 95,
108
+ AutoActionsNoItem = 96,
109
+ BadlyBurnedLostHealth = 97,
110
+ BarteringSkillsProvided = 98,
111
+ BasedOnItSeems = 99,
112
+ BeenPoisoned = 100,
113
+ BeginSleeping = 101,
114
+ BeginUsingBoat = 102,
115
+ BestForCrafting = 103,
116
+ BleedingHasStopped = 104,
117
+ BleedingProfusely = 105,
118
+ BleedingToDeathLostHealth = 106,
119
+ BookBlank = 107,
120
+ BookContains = 108,
121
+ BookCrumbles = 109,
122
+ BookDiagrams = 110,
123
+ BookEmpty = 111,
124
+ BookNothing = 112,
125
+ BookOpen = 113,
126
+ BookScribbles = 114,
127
+ BothEffectiveIneffective = 115,
128
+ BothHands = 116,
129
+ BrokeIntoPieces = 117,
130
+ BrokenOnImpact = 118,
131
+ BrokenWhileFiring = 119,
132
+ Build = 120,
133
+ Burned = 121,
134
+ CannotAddAnyMoreFuel = 122,
135
+ CannotBePerformedOverWater = 123,
136
+ CannotBePreserved = 124,
137
+ CannotBeRefined = 125,
138
+ CannotBeRefinedReinforcementNeeded = 126,
139
+ CannotBeReinforced = 127,
140
+ CannotBeRepaired = 128,
141
+ CannotBeTamed = 129,
142
+ CannotBeTamedInThisWay = 130,
143
+ CannotBuildHere = 131,
144
+ CannotDoThatHere = 132,
145
+ CannotDropHere = 133,
146
+ CannotEquipThatThere = 134,
147
+ CannotFishFor = 135,
148
+ CannotHere = 136,
149
+ CannotInWater = 137,
150
+ CannotLeave = 138,
151
+ CannotPickUpWhileLit = 139,
152
+ CannotPickUpWithItemsInside = 140,
153
+ CannotPlaceContainerInItself = 141,
154
+ CannotPlaceHere = 142,
155
+ CannotPlaceThatFromHere = 143,
156
+ CannotPlaceThatHere = 144,
157
+ CannotPlantHereTilled = 145,
158
+ CannotRepairWhileLit = 146,
159
+ CannotRestHere = 147,
160
+ CannotSeeHere = 148,
161
+ CannotSleepHere = 149,
162
+ CannotStartFireHere = 150,
163
+ CannotToTellTime = 151,
164
+ CannotUseCommand = 152,
165
+ CannotWhenProtected = 153,
166
+ CannotWhenProtectedDangerousAction = 154,
167
+ CarryingTooMuchWeight = 155,
168
+ CarvedUpCorpse = 156,
169
+ Carving = 157,
170
+ CastYourLine = 158,
171
+ Category = 159,
172
+ CaughtFish = 160,
173
+ ChatBanCommand = 161,
174
+ ChatBannedCommand = 162,
175
+ ChatCommandsCommand = 163,
176
+ ChatCommandsCommandCommand = 164,
177
+ ChatPingCommand = 165,
178
+ ChatPlayerMessage = 166,
179
+ ChatPlayersCommand = 167,
180
+ ChatServerMessage = 168,
181
+ ChatUnbanCommand = 169,
182
+ ChatUnknownCommand = 170,
183
+ Chop = 171,
184
+ Chopping = 172,
185
+ ClearedBlood = 173,
186
+ ClearMessages = 174,
187
+ Clockwise = 175,
188
+ CloseContainer = 176,
189
+ CloseDoor = 177,
190
+ CloseToBeingDestroyed = 178,
191
+ CollectObjectWithHands = 179,
192
+ Consumed = 180,
193
+ Container = 181,
194
+ ContextMenuActionHotkey = 182,
195
+ ContextMenuHelpActions = 183,
196
+ ContextMenuHelpAutoActions = 184,
197
+ ContextMenuHelpItems = 185,
198
+ CopiedMap = 186,
199
+ CopySelectedText = 187,
200
+ CopyX = 188,
201
+ CorpseOf = 189,
202
+ CorpseOfNamed = 190,
203
+ CouldNotDecipher = 191,
204
+ Counterclockwise = 192,
205
+ Craft = 193,
206
+ Crafted = 194,
207
+ Crafts = 195,
208
+ CreatureAngered = 196,
209
+ CreatureAppears = 197,
210
+ CreatureAppeased = 198,
211
+ CreatureExcrement = 199,
212
+ CreatureHappinessHigh = 200,
213
+ CreatureHappinessLow = 201,
214
+ CreatureHappinessLowest = 202,
215
+ CreatureHappinessNormal = 203,
216
+ CreatureIdolAttractedCreature = 204,
217
+ CreatureUntamed = 205,
218
+ CuredYourPoison = 206,
219
+ Cut = 207,
220
+ DamageAppeared = 208,
221
+ DamagedByPouring = 209,
222
+ DayQuarter1 = 210,
223
+ DayQuarter2 = 211,
224
+ DayQuarter3 = 212,
225
+ DayQuarter4 = 213,
226
+ DealtNoDamageToYou = 214,
227
+ DeathBy = 215,
228
+ DeathByBleeding = 216,
229
+ DeathByBurning = 217,
230
+ DeathByChallengeWinner = 218,
231
+ DeathByConsumption = 219,
232
+ DeathByDrowning = 220,
233
+ DeathByExhaustion = 221,
234
+ DeathByFistByPlayer = 222,
235
+ DeathByFrostbite = 223,
236
+ DeathByMalnutrition = 224,
237
+ DeathByPoison = 225,
238
+ DeathBySteppingOn = 226,
239
+ DeathByTrap = 227,
240
+ DeathByWeaponByPlayer = 228,
241
+ Decay = 229,
242
+ DestroyedFromUse = 230,
243
+ DetachContainer = 231,
244
+ Dexterity = 232,
245
+ DexterityIncreasing = 233,
246
+ DidNotSeemToBeHurting = 234,
247
+ Dig = 235,
248
+ DigAway = 236,
249
+ Digging = 237,
250
+ DigWithHands = 238,
251
+ Disabled = 239,
252
+ Disassemble = 240,
253
+ DisassembleAction = 241,
254
+ Disassembling = 242,
255
+ DiscoveredCaveEntrance = 243,
256
+ DiscoveredInTheBottle = 244,
257
+ DiscoveredLavaPassage = 245,
258
+ Dismantle = 246,
259
+ DismantleAction = 247,
260
+ DismantleLabel = 248,
261
+ Dismantling = 249,
262
+ DismantlingRequires = 250,
263
+ DisplacedPuddles = 251,
264
+ DoNotHaveTreasureMaps = 252,
265
+ DoNotProduceAnyResources = 253,
266
+ DoodadCauseStatus = 254,
267
+ DoodadGroupTier = 255,
268
+ DrewSurroundings = 256,
269
+ Drink = 257,
270
+ Drop = 258,
271
+ DropAll = 259,
272
+ DropAllOfSameQuality = 260,
273
+ DroppedIntoDepths = 261,
274
+ DroppedIntoFire = 262,
275
+ DroppedIntoTheVoid = 263,
276
+ DueToDehydration = 264,
277
+ DueToStarvation = 265,
278
+ DugTreasureOut = 266,
279
+ DumpContentsOfContainerInInventory = 267,
280
+ Durability = 268,
281
+ DyingOfDehydration = 269,
282
+ EarnedMilestone = 270,
283
+ East = 271,
284
+ EastNortheast = 272,
285
+ EastSoutheast = 273,
286
+ Effective = 274,
287
+ Enabled = 275,
288
+ Enchant = 276,
289
+ EquipmentPreventedStatusEffects = 277,
290
+ EquipTo = 278,
291
+ ErrorHasOccured = 279,
292
+ ExtinguishedFire = 280,
293
+ ExtinguishedLightSource = 281,
294
+ FailedToAddFuelToTorch = 282,
295
+ FailedToCatchFish = 283,
296
+ FailedToCauseDamage = 284,
297
+ FailedToCauseYouDamage = 285,
298
+ FailedToCopy = 286,
299
+ FailedToDraw = 287,
300
+ FailedToEnchant = 288,
301
+ FailedToIgniteTorch = 289,
302
+ FailedToPickLock = 290,
303
+ FailedToPlant = 291,
304
+ FailedToPreserve = 292,
305
+ FailedToRefine = 293,
306
+ FailedToReinforce = 294,
307
+ FailedToRepair = 295,
308
+ FailedToStartFire = 296,
309
+ FailedToTame = 297,
310
+ FailedToTransmogrify = 298,
311
+ FarOffLands = 299,
312
+ FeltBurningPainLostHealth = 300,
313
+ FeltFrostbitePainLostHealth = 301,
314
+ FewMinutes = 302,
315
+ Filled = 303,
316
+ FilledFrom = 304,
317
+ FireAroundYouIsWarm = 305,
318
+ FiredIntoObstacle = 306,
319
+ FireOverflowed = 307,
320
+ FireOverflowedFireElemental = 308,
321
+ FireSource = 309,
322
+ FishingWithNoBait = 310,
323
+ Floating = 311,
324
+ FreshWater = 312,
325
+ FromTheStill = 313,
326
+ Fuel = 314,
327
+ FuelIsRequired = 315,
328
+ FullyDecodedMap = 316,
329
+ GameHasBeenSavedIsTakingUpMB = 317,
330
+ Gather = 318,
331
+ GatherDestroy = 319,
332
+ Gathering = 320,
333
+ GatherWithHands = 321,
334
+ GhostNoActions = 322,
335
+ GhostOf = 323,
336
+ GoatHasNoMilk = 324,
337
+ GrabAll = 325,
338
+ Group = 326,
339
+ HackAway = 327,
340
+ HandProtectionPreventedInjury = 328,
341
+ HandsNotEffectiveForDigging = 329,
342
+ Harvest = 330,
343
+ Harvesting = 331,
344
+ HarvestWithHands = 332,
345
+ HasBeenHurtByATrap = 333,
346
+ HasDecayed = 334,
347
+ HasHitYouForDamage = 335,
348
+ HasNoEffect = 336,
349
+ HasSetTrapOffNoDamage = 337,
350
+ HasSplit = 338,
351
+ Help = 339,
352
+ HelpGrow = 340,
353
+ Here = 341,
354
+ Hints = 342,
355
+ HintsDisabled = 343,
356
+ HintsEnabled = 344,
357
+ Hitch = 345,
358
+ HitchAttempt = 346,
359
+ HitchCreature = 347,
360
+ HitchDisabled = 348,
361
+ HitchInUse = 349,
362
+ HitchUnhitch = 350,
363
+ HitForDamage = 351,
364
+ HitYouForDamage = 352,
365
+ Hour = 353,
366
+ Hours = 354,
367
+ HurtHandsHittingWithoutWeapons = 355,
368
+ HurtHandsWithNoTool = 356,
369
+ Ignite = 357,
370
+ IgnitedTorch = 358,
371
+ Ineffective = 359,
372
+ InjuredFromTrap = 360,
373
+ InNeedOfRepair = 361,
374
+ InspectItem = 362,
375
+ InteractingWithHasInjuredYouForDamage = 363,
376
+ Inventory = 364,
377
+ IsInTheWayOfPickingUp = 365,
378
+ It = 366,
379
+ ItAlsoReveals = 367,
380
+ ItAlsoSeems = 368,
381
+ ItContains = 369,
382
+ ItemFromWater = 370,
383
+ JoinedAServer = 371,
384
+ Jump = 372,
385
+ Killed = 373,
386
+ KnowledgeHasIncreased = 374,
387
+ LabelActionTier = 375,
388
+ LabelAdditionalRequirements = 376,
389
+ LabelAttackFromTactics = 377,
390
+ LabelBase = 378,
391
+ LabelCanIncrease = 379,
392
+ LabelCraftingReputation = 380,
393
+ LabelCraftingRequires = 381,
394
+ LabelCraftingSkillReputation = 382,
395
+ LabelDecay = 383,
396
+ LabelDefense = 384,
397
+ LabelDismantlingRequires = 385,
398
+ LabelDurability = 386,
399
+ LabelEquip = 387,
400
+ LabelGrouping = 388,
401
+ LabelHave = 389,
402
+ LabelLeftHandAttack = 390,
403
+ LabelLevel = 391,
404
+ LabelLightSourceWhenLit = 392,
405
+ LabelOnCure = 393,
406
+ LabelOnDrink = 394,
407
+ LabelOnEat = 395,
408
+ LabelOnEquip = 396,
409
+ LabelOnHeal = 397,
410
+ LabelOnOtherHeal = 398,
411
+ LabelPreservationRate = 399,
412
+ LabelProtected = 400,
413
+ LabelRange = 401,
414
+ LabelRanged = 402,
415
+ LabelRangedAttack = 403,
416
+ LabelRangedDamage = 404,
417
+ LabelReputationImpact = 405,
418
+ LabelResists = 406,
419
+ LabelRightHandAttack = 407,
420
+ LabelSkill = 408,
421
+ LabelStokeFireStrength = 409,
422
+ LabelThrowDamageType = 410,
423
+ LabelTrapDamage = 411,
424
+ LabelUse = 412,
425
+ LabelUses = 413,
426
+ LabelVulnerabilities = 414,
427
+ LabelWeight = 415,
428
+ LabelWeightCapacity = 416,
429
+ LabelWeightReduction = 417,
430
+ LabelWorth = 418,
431
+ LastPlaceYouLeftOff = 419,
432
+ LearnedHowToCreate = 420,
433
+ LeftHand = 421,
434
+ LikelyFailures = 422,
435
+ Limited = 423,
436
+ Magical = 424,
437
+ MagicalItemDamage = 425,
438
+ MapDestroyed = 426,
439
+ MapNearlyDestroyed = 427,
440
+ MapNotOfThisArea = 428,
441
+ MaterialsDestroyed = 429,
442
+ MerchantAlreadyTradedItem = 430,
443
+ MessageOfTheDay = 431,
444
+ Metabolism = 432,
445
+ MetabolismSlowed = 433,
446
+ Milk = 434,
447
+ Mine = 435,
448
+ Mining = 436,
449
+ MissedWith = 437,
450
+ MissedYouWith = 438,
451
+ MoveAllOfSameQualityToFacingContainer = 439,
452
+ MoveAllOfSameQualityToInventory = 440,
453
+ MoveAllOfSameQualityToLastOpenedContainer = 441,
454
+ MoveAllOfSameQualityToOpenedContainer = 442,
455
+ MoveAllToFacingContainer = 443,
456
+ MoveAllToInventory = 444,
457
+ MoveAllToLastOpenedContainer = 445,
458
+ MoveAllToOpenedContainer = 446,
459
+ MovedItem = 447,
460
+ MoveOverTrapButDoNotSetOff = 448,
461
+ MoveToFacingContainer = 449,
462
+ MoveToInventory = 450,
463
+ MoveToLastOpenedContainer = 451,
464
+ MoveToOpenedContainer = 452,
465
+ MultiplayerGamePaused = 453,
466
+ MultiplayerGameResumed = 454,
467
+ MultiplayerPlayerConnected = 455,
468
+ MultiplayerPlayerDied = 456,
469
+ MultiplayerPlayerDisconnected = 457,
470
+ MultiplayerPlayerJoined = 458,
471
+ MultipleQuickslots = 459,
472
472
  MustBeEquippedToIgnite = 460,
473
473
  Mysteriously = 461,
474
474
  Name = 462,
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.11.0-beta.dev.20211210.2",
4
+ "version": "2.11.0-beta.dev.20211211.1",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",