@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
|
-
|
|
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
|
-
|
|
1182
|
-
|
|
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
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
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