@wayward/types 2.14.4-beta.dev.20250508.1 → 2.14.4-beta.dev.20250510.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.
@@ -354,6 +354,11 @@ export interface ICreatureDescription extends IModdable, ITemperatureDescription
|
|
354
354
|
* Defines the magical mote type this creature can drop. Aberrant creatures will always drop a magical mote of the given magical loot type.
|
355
355
|
*/
|
356
356
|
magicalLoot?: MagicalLootType;
|
357
|
+
/**
|
358
|
+
* The radius within which the creature will be alerted to from a player.
|
359
|
+
* Defaults to CREATURE_DEFAULT_ALERTED_DISTANCE_SQ
|
360
|
+
*/
|
361
|
+
alertedRadius?: number;
|
357
362
|
}
|
358
363
|
export interface ICreatureLoot {
|
359
364
|
item: ItemType;
|
@@ -461,7 +466,7 @@ export interface ICreatureEvents extends IEntityWithStatsEvents, IEntityAiEvents
|
|
461
466
|
export declare const CREATURE_WANDER_FEARLESS_CHANCE: number;
|
462
467
|
/** The chance to start wandering after being paused, if scared */
|
463
468
|
export declare const CREATURE_WANDER_SCARED_CHANCE: number;
|
464
|
-
export declare const
|
469
|
+
export declare const CREATURE_DEFAULT_ALERTED_DISTANCE_SQ: number;
|
465
470
|
export declare const TAMED_CREATURE_FOLLOW_CLOSE_DISTANCE = 1;
|
466
471
|
export declare const TAMED_CREATURE_FOLLOW_FAR_DISTANCE = 6;
|
467
472
|
export declare const settableAiTypes: Set<AiType>;
|
@@ -8,9 +8,11 @@
|
|
8
8
|
* Wayward is a copyrighted and licensed work. Modification and/or distribution of any source files is prohibited. If you wish to modify the game in any way, please refer to the modding guide:
|
9
9
|
* https://github.com/WaywardGame/types/wiki
|
10
10
|
*/
|
11
|
+
import { CreatureType } from "@wayward/game/game/entity/creature/ICreature";
|
11
12
|
import { Milestone } from "@wayward/game/game/milestones/IMilestone";
|
12
13
|
import MilestoneDefinition from "@wayward/game/game/milestones/MilestoneDefinition";
|
13
14
|
import Dictionary from "@wayward/game/language/Dictionary";
|
15
|
+
export declare const MILESTONES_HOSTILE_CREATURES: CreatureType[];
|
14
16
|
export declare const milestoneDescriptions: Descriptions<Milestone, MilestoneDefinition>;
|
15
17
|
export declare const milestoneDictionaries: Partial<Record<Milestone, Dictionary>>;
|
16
18
|
export declare namespace Milestones {
|
@@ -85,476 +85,476 @@ declare enum Message {
|
|
85
85
|
ActionExcavateCollapseFail = 73,
|
86
86
|
ActionExcavateCollapseNotDeepEnough = 74,
|
87
87
|
ActionExcavateCollapseNotPassable = 75,
|
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
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
88
|
+
ActionFishingNothingBiting = 76,
|
89
|
+
ActionFishingSlipped = 77,
|
90
|
+
ActionFishingTooShallow = 78,
|
91
|
+
ActionGatherNoResourceYet = 79,
|
92
|
+
ActionInvokeCannotUseSilence = 80,
|
93
|
+
ActionInvokeChaosNoEffect = 81,
|
94
|
+
ActionInvokeEvilCreaturesAttracted = 82,
|
95
|
+
ActionInvokeEvilCreaturesNoneSummoned = 83,
|
96
|
+
ActionInvokeGoodCreaturesPacified = 84,
|
97
|
+
ActionInvokeGoodCreaturesPacifiedAttacked = 85,
|
98
|
+
ActionInvokeGoodCreaturesPacifiedNone = 86,
|
99
|
+
ActionJumpCannotJump = 87,
|
100
|
+
ActionMeleeNothingToAttack = 88,
|
101
|
+
ActionMoveItemCannotUseContainerTooFarAway = 89,
|
102
|
+
ActionMoveItemCannotUseEquipped = 90,
|
103
|
+
ActionMoveItemCannotUseFromInvalidContainer = 91,
|
104
|
+
ActionMoveItemCannotUseInvalidContainer = 92,
|
105
|
+
ActionMoveItemCannotUseItemFilteredOut = 93,
|
106
|
+
ActionMoveItemCannotUseItemQualityOrTypeIncorrect = 94,
|
107
|
+
ActionMoveItemCannotUseItemTooFarAway = 95,
|
108
|
+
ActionMoveItemCannotUseMovingFromMultipleContainers = 96,
|
109
|
+
ActionMoveItemCannotUseNoContainerToMoveTo = 97,
|
110
|
+
ActionMoveItemCannotUseNoItems = 98,
|
111
|
+
ActionMoveItemCannotUseNoRoom = 99,
|
112
|
+
ActionMoveItemCannotUseProtected = 100,
|
113
|
+
ActionMoveToSwimOffEdgeCannotCombatTides = 101,
|
114
|
+
ActionNavigateMoon = 102,
|
115
|
+
ActionNavigateNotOverworld = 103,
|
116
|
+
ActionNavigateSun = 104,
|
117
|
+
ActionNavigateUseSextant = 105,
|
118
|
+
ActionPetCreatureRefused = 106,
|
119
|
+
ActionPetNotAccepted = 107,
|
120
|
+
ActionPetNoTamedCreature = 108,
|
121
|
+
ActionPickUpAllItemsNoItems = 109,
|
122
|
+
ActionPickUpDoodadCannotUseContainsItems = 110,
|
123
|
+
ActionPickUpExcrementNoExcrement = 111,
|
124
|
+
ActionPickUpItemNoItem = 112,
|
125
|
+
ActionPickUpNoPickUp = 113,
|
126
|
+
ActionPourNoEffect = 114,
|
127
|
+
ActionRefineNoDurability = 115,
|
128
|
+
ActionReleaseNoTamedCreature = 116,
|
129
|
+
ActionRenameIsland = 117,
|
130
|
+
ActionRepairMaxDurabilityTooLow = 118,
|
131
|
+
ActionReshapeFailed = 119,
|
132
|
+
ActionReshapeNotPossibleBonus = 120,
|
133
|
+
ActionReshapeReshaped = 121,
|
134
|
+
ActionRestAdjacentCreature = 122,
|
135
|
+
ActionSailToCivilizationNotInsideBoat = 123,
|
136
|
+
ActionSailToIsland = 124,
|
137
|
+
ActionSailToIslandArrived = 125,
|
138
|
+
ActionSailToIslandCannotUseCannotReachEdge = 126,
|
139
|
+
ActionSailToIslandCannotUseCannotReachPort = 127,
|
140
|
+
ActionSailToIslandCannotUseGhost = 128,
|
141
|
+
ActionSailToIslandCannotUseInvalidDestination = 129,
|
142
|
+
ActionSailToIslandCannotUseNoDestination = 130,
|
143
|
+
ActionSailToIslandCannotUseNotEnoughStamina = 131,
|
144
|
+
ActionSailToIslandCannotUseNotEnoughSwimmingSkill = 132,
|
145
|
+
ActionSailToIslandCannotUseTravellingIsDisallowedInTheseLands = 133,
|
146
|
+
ActionSailToIslandPlayerArriving = 134,
|
147
|
+
ActionSailToIslandPlayerDeparting = 135,
|
148
|
+
ActionSetCreatureAiAlreadyCommanded = 136,
|
149
|
+
ActionSetCreatureAiCannotCommand = 137,
|
150
|
+
ActionSetCreatureAiNotEnoughSkill = 138,
|
151
|
+
ActionSetCreatureAiNotEnoughTames = 139,
|
152
|
+
ActionSetDownNotEnoughRoom = 140,
|
153
|
+
ActionShipToIslandNoDestination = 141,
|
154
|
+
ActionSwapEquipmentCannotUseNoEquipmentToSwap = 142,
|
155
|
+
ActionTameCreatureTamed = 143,
|
156
|
+
ActionTameNoCreature = 144,
|
157
|
+
ActionTestDepthNothingToTest = 145,
|
158
|
+
ActionTestDepthWell = 146,
|
159
|
+
ActionToggleContainerCannotUseAlreadyClosed = 147,
|
160
|
+
ActionToggleContainerCannotUseNoContainer = 148,
|
161
|
+
ActionToggleContainerCannotUseNoContainerToClose = 149,
|
162
|
+
ActionToggleContainerCannotUseNoContainerToOpen = 150,
|
163
|
+
ActionToggleContainerCannotUseNotAccessible = 151,
|
164
|
+
ActionToggleContainerCannotUseUnknownContainer = 152,
|
165
|
+
ActionToggleDoorNoDoor = 153,
|
166
|
+
ActionToggleHitchAlreadyHitched = 154,
|
167
|
+
ActionToggleHitchAlreadyUnhitched = 155,
|
168
|
+
ActionToggleHitchNoCreature = 156,
|
169
|
+
ActionToggleHitchNoHitch = 157,
|
170
|
+
ActionToggleTilledAlreadyPacked = 158,
|
171
|
+
ActionToggleTilledAlreadyTilled = 159,
|
172
|
+
ActionToggleTilledDug = 160,
|
173
|
+
ActionTradeCannotUseExceedsCarryWeight = 161,
|
174
|
+
ActionTradeCannotUseNotEnoughCredit = 162,
|
175
|
+
ActionTradeCannotUseNothingToTrade = 163,
|
176
|
+
ActionTradeCannotUseTradedTooMuch = 164,
|
177
|
+
ActionTradeCreditChange = 165,
|
178
|
+
ActionTradeCreditChangeDecrease = 166,
|
179
|
+
ActionTradeCreditChangeIncrease = 167,
|
180
|
+
ActionTradeDialogue1 = 168,
|
181
|
+
ActionTradeDialogue2 = 169,
|
182
|
+
ActionTradeDialogue3 = 170,
|
183
|
+
ActionTradeDialogue4 = 171,
|
184
|
+
ActionTradeIndicateUntradable = 172,
|
185
|
+
ActionTradeMerchantItems = 173,
|
186
|
+
ActionTradeYourItems = 174,
|
187
|
+
ActionUncageCannotUncageHere = 175,
|
188
|
+
ActionUpgradeFailed = 176,
|
189
|
+
ActionUpgradeMagicalInert = 177,
|
190
|
+
ActionUpgradeNoEffect = 178,
|
191
|
+
ActionUpgradeNotMagical = 179,
|
192
|
+
ActionUpgradeNotPossible = 180,
|
193
|
+
ActionUpgradeUpgraded = 181,
|
194
|
+
ActionUseItemWeaponNeeded = 182,
|
195
|
+
ActionViewItemsCannotUseBlocked = 183,
|
196
|
+
AddedFuelToFire = 184,
|
197
|
+
AddedFuelToTorch = 185,
|
198
|
+
AllEquipmentUnEquipped = 186,
|
199
|
+
AlreadyDesalinatedWaterInStill = 187,
|
200
|
+
AlreadyFullyRefined = 188,
|
201
|
+
AlreadyFullyRepaired = 189,
|
202
|
+
AlreadyPreserved = 190,
|
203
|
+
AnotherIsland = 191,
|
204
|
+
AnUnknownItem = 192,
|
205
|
+
AppearedNotEffectiveForGathering = 193,
|
206
|
+
ArmorAppeared = 194,
|
207
|
+
ArmorProtectedFromInjuryAgainst = 195,
|
208
|
+
AttemptToSoothBurnInWater = 196,
|
209
|
+
AttemptToSoothFrostbiteWithFire = 197,
|
210
|
+
AttemptToSoothFrostbiteWithFireTooHot = 198,
|
211
|
+
AttemptToTill = 199,
|
212
|
+
BadlyBurnedLostHealth = 200,
|
213
|
+
BeenPoisoned = 201,
|
214
|
+
BeginSleeping = 202,
|
215
|
+
BeginUsingVehicle = 203,
|
216
|
+
BleedingHasStopped = 204,
|
217
|
+
BleedingProfusely = 205,
|
218
|
+
BleedingToDeathLostHealth = 206,
|
219
|
+
BookBlank = 207,
|
220
|
+
BookContains = 208,
|
221
|
+
BookCrumbles = 209,
|
222
|
+
BookDiagrams = 210,
|
223
|
+
BookEmpty = 211,
|
224
|
+
BookNothing = 212,
|
225
|
+
BookOpen = 213,
|
226
|
+
BookScribbles = 214,
|
227
|
+
BothEffectiveIneffective = 215,
|
228
|
+
BrokeIntoPieces = 216,
|
229
|
+
BrokenOnImpact = 217,
|
230
|
+
BrokenWhileFiring = 218,
|
231
|
+
Build = 219,
|
232
|
+
Burned = 220,
|
233
|
+
Butcher = 221,
|
234
|
+
CannotAddAnyMoreFuel = 222,
|
235
|
+
CannotAnythingHere = 223,
|
236
|
+
CannotBeCrafted = 224,
|
237
|
+
CannotBePerformedOverWater = 225,
|
238
|
+
CannotBePlacedHere = 226,
|
239
|
+
CannotBePreserved = 227,
|
240
|
+
CannotBeRefined = 228,
|
241
|
+
CannotBeRefinedReinforcementNeeded = 229,
|
242
|
+
CannotBeReinforced = 230,
|
243
|
+
CannotBeRepaired = 231,
|
244
|
+
CannotBuildHere = 232,
|
245
|
+
CannotDigWithHands = 233,
|
246
|
+
CannotEquipThatThere = 234,
|
247
|
+
CannotFishFor = 235,
|
248
|
+
CannotFromHere = 236,
|
249
|
+
CannotHere = 237,
|
250
|
+
CannotInWater = 238,
|
251
|
+
CannotLeave = 239,
|
252
|
+
CannotNoTreasure = 240,
|
253
|
+
CannotPickUpLockedContainer = 241,
|
254
|
+
CannotPickUpWhileLit = 242,
|
255
|
+
CannotPlaceContainerInItself = 243,
|
256
|
+
CannotPlaceHere = 244,
|
257
|
+
CannotPlaceThatFromHere = 245,
|
258
|
+
CannotPlaceThatHere = 246,
|
259
|
+
CannotPlaceThatOverWater = 247,
|
260
|
+
CannotPlantHereTilled = 248,
|
261
|
+
CannotRepairWhileLit = 249,
|
262
|
+
CannotRestHere = 250,
|
263
|
+
CannotShipNoItems = 251,
|
264
|
+
CannotShipNoPath = 252,
|
265
|
+
CannotSleepHere = 253,
|
266
|
+
CannotStartFireHere = 254,
|
267
|
+
CannotToAnythingHere = 255,
|
268
|
+
CannotToTellTime = 256,
|
269
|
+
CannotUseCommand = 257,
|
270
|
+
CannotWhenProtected = 258,
|
271
|
+
CannotWhenProtectedDangerousAction = 259,
|
272
|
+
CannotWhenProtectedDurability = 260,
|
273
|
+
CarryingTooMuchWeight = 261,
|
274
|
+
CarvedUpCorpse = 262,
|
275
|
+
Carving = 263,
|
276
|
+
CastYourLine = 264,
|
277
|
+
CaughtFish = 265,
|
278
|
+
ChatBanCommand = 266,
|
279
|
+
ChatBannedCommand = 267,
|
280
|
+
ChatCommandsCommand = 268,
|
281
|
+
ChatCommandsCommandCommand = 269,
|
282
|
+
ChatPingCommand = 270,
|
283
|
+
ChatPlayerMessage = 271,
|
284
|
+
ChatPlayersCommand = 272,
|
285
|
+
ChatServerMessage = 273,
|
286
|
+
ChatUnbanCommand = 274,
|
287
|
+
ChatUnknownCommand = 275,
|
288
|
+
Chop = 276,
|
289
|
+
Chopping = 277,
|
290
|
+
ClearedBlood = 278,
|
291
|
+
CloseToBeingDestroyed = 279,
|
292
|
+
Collapse = 280,
|
293
|
+
Collapsing = 281,
|
294
|
+
CommandAttack = 282,
|
295
|
+
CommandDefend = 283,
|
296
|
+
CommandFollowClose = 284,
|
297
|
+
CommandFollowFar = 285,
|
298
|
+
CommandHeel = 286,
|
299
|
+
CommandStay = 287,
|
300
|
+
CopiedMap = 288,
|
301
|
+
CorpseOf = 289,//#used via other translations
|
302
|
+
CorpseOfNamed = 290,//#used via other translations
|
303
|
+
Craft = 291,
|
304
|
+
Crafted = 292,
|
305
|
+
Crafts = 293,
|
306
|
+
CreatureAngered = 294,
|
307
|
+
CreatureAppears = 295,
|
308
|
+
CreatureAppeased = 296,
|
309
|
+
CreatureExcrement = 297,
|
310
|
+
CreatureHappinessHigh = 298,
|
311
|
+
CreatureHappinessLow = 299,
|
312
|
+
CreatureHappinessLowest = 300,
|
313
|
+
CreatureHappinessNormal = 301,
|
314
|
+
CreatureIdolAttractedCreature = 302,
|
315
|
+
CreatureRefusesToBeTamed = 303,
|
316
|
+
CreatureRefusesYou = 304,
|
317
|
+
CreatureUntamed = 305,
|
318
|
+
CreatureZoneBiomeChanged = 306,
|
319
|
+
CreatureZoneLayerChanged = 307,
|
320
|
+
CreatureZoneRerolled = 308,
|
321
|
+
CreatureZoneTierDecreased = 309,
|
322
|
+
CreatureZoneTierIncreased = 310,
|
323
|
+
CuredYourPoison = 311,
|
324
|
+
Cut = 312,
|
325
|
+
CutHasHealed = 313,
|
326
|
+
CutLostHealth = 314,
|
327
|
+
CutWasBandaged = 315,
|
328
|
+
DamageAppeared = 316,
|
329
|
+
DamagedByPouring = 317,
|
330
|
+
DangerousMove = 318,
|
331
|
+
DangerousOpen = 319,
|
332
|
+
DayQuarter1 = 320,
|
333
|
+
DayQuarter2 = 321,
|
334
|
+
DayQuarter3 = 322,
|
335
|
+
DayQuarter4 = 323,
|
336
|
+
DealtNoDamageToYou = 324,
|
337
|
+
DeathBy = 325,
|
338
|
+
DeathByBleeding = 326,
|
339
|
+
DeathByBurning = 327,
|
340
|
+
DeathByChallengeWinner = 328,
|
341
|
+
DeathByConsumption = 329,
|
342
|
+
DeathByCut = 330,
|
343
|
+
DeathByDrowning = 331,
|
344
|
+
DeathByExhaustion = 332,
|
345
|
+
DeathByFistByPlayer = 333,
|
346
|
+
DeathByFrostbite = 334,
|
347
|
+
DeathByFrostbiteTemperatureShock = 335,
|
348
|
+
DeathByMalnutrition = 336,
|
349
|
+
DeathByPoison = 337,
|
350
|
+
DeathBySteppingOn = 338,
|
351
|
+
DeathByTrap = 339,
|
352
|
+
DeathByWeaponByPlayer = 340,
|
353
|
+
DedicatedTitleAlreadySelected = 341,
|
354
|
+
DedicatedTitleMilestoneNotAllowed = 342,
|
355
|
+
DestroyedFromUse = 343,
|
356
|
+
DeveloperContainerDesync = 344,
|
357
|
+
DidNotSeemToBeHurting = 345,
|
358
|
+
Dig = 346,
|
359
|
+
DigAway = 347,
|
360
|
+
Digging = 348,
|
361
|
+
Disassemble = 349,
|
362
|
+
Disassembling = 350,
|
363
|
+
DiscoveredCaveEntrance = 351,
|
364
|
+
DiscoveredColdInsulation = 352,
|
365
|
+
DiscoveredHeatInsulation = 353,
|
366
|
+
DiscoveredInTheBottle = 354,
|
367
|
+
DiscoveredLavaPassage = 355,
|
368
|
+
DiscoveredQuality = 356,
|
369
|
+
Dismantle = 357,
|
370
|
+
Dismantling = 358,
|
371
|
+
DismantlingRequires = 359,
|
372
|
+
Dismounted = 360,
|
373
|
+
DisplacedPuddles = 361,
|
374
|
+
DoNotProduceAnyResources = 362,
|
375
|
+
DoodadCauseStatus = 363,
|
376
|
+
DoodadGroupTier = 364,
|
377
|
+
DrewSurroundings = 365,
|
378
|
+
Dripstone = 366,
|
379
|
+
DroppedIntoDepths = 367,
|
380
|
+
DroppedIntoFire = 368,
|
381
|
+
DroppedIntoTheVoid = 369,
|
382
|
+
DryadSprouted = 370,
|
383
|
+
DueToDehydration = 371,
|
384
|
+
DueToStarvation = 372,
|
385
|
+
DugTreasureOut = 373,
|
386
|
+
DugTreasureOutSurprise = 374,
|
387
|
+
DumpContentsOfContainerInInventory = 375,
|
388
|
+
DyingOfDehydration = 376,
|
389
|
+
EarnedMilestone = 377,
|
390
|
+
Effective = 378,
|
391
|
+
EquipmentPreventedStatusEffects = 379,
|
392
|
+
ErrorHasOccured = 380,
|
393
|
+
Excavating = 381,
|
394
|
+
ExtinguishedFire = 382,
|
395
|
+
ExtinguishedLightSource = 383,
|
396
|
+
ExudeNotPossible = 384,
|
397
|
+
FailedToAbsorb = 385,
|
398
|
+
FailedToAddFuelToTorch = 386,
|
399
|
+
FailedToCage = 387,
|
400
|
+
FailedToCatchFish = 388,
|
401
|
+
FailedToCauseDamage = 389,
|
402
|
+
FailedToCauseYouDamage = 390,
|
403
|
+
FailedToCopy = 391,
|
404
|
+
FailedToDraw = 392,
|
405
|
+
FailedToEnchant = 393,
|
406
|
+
FailedToExude = 394,
|
407
|
+
FailedToIgniteTorch = 395,
|
408
|
+
FailedToPickLock = 396,
|
409
|
+
FailedToPreserve = 397,
|
410
|
+
FailedToRefine = 398,
|
411
|
+
FailedToReinforce = 399,
|
412
|
+
FailedToRepair = 400,
|
413
|
+
FailedToStartFire = 401,
|
414
|
+
FailedToTame = 402,
|
415
|
+
FailedToTransmogrify = 403,
|
416
|
+
FarOffLands = 404,
|
417
|
+
FeltBurningPainLostHealth = 405,
|
418
|
+
FeltFrostbitePainLostHealth = 406,
|
419
|
+
FewMinutes = 407,
|
420
|
+
Filled = 408,
|
421
|
+
FilledFrom = 409,
|
422
|
+
FireAroundYouIsWarm = 410,
|
423
|
+
FiredIntoObstacle = 411,
|
424
|
+
FireOverflowed = 412,
|
425
|
+
FireOverflowedFireElemental = 413,
|
426
|
+
FireSource = 414,
|
427
|
+
FishingWithNoBait = 415,
|
428
|
+
Floating = 416,
|
429
|
+
FreshWater = 417,
|
430
|
+
FromTheStill = 418,
|
431
|
+
FuelIsRequired = 419,
|
432
|
+
Gather = 420,
|
433
|
+
GatherDestroy = 421,
|
434
|
+
Gathering = 422,
|
435
|
+
GhostNoActions = 423,
|
436
|
+
GhostOf = 424,
|
437
|
+
GoatHasNoMilk = 425,
|
438
|
+
HackAway = 426,
|
439
|
+
HandProtectionPreventedInjury = 427,
|
440
|
+
HandsNotEffectiveFor = 428,
|
441
|
+
Harvest = 429,
|
442
|
+
Harvesting = 430,
|
443
|
+
HasBeenHurtByATrap = 431,
|
444
|
+
HasDecayed = 432,
|
445
|
+
HasHitYouForDamage = 433,
|
446
|
+
HasNoEffect = 434,
|
447
|
+
HasSetTrapOffNoDamage = 435,
|
448
|
+
HasSplit = 436,
|
449
|
+
HelpGrow = 437,
|
450
|
+
HitchAttempt = 438,
|
451
|
+
HitchCreature = 439,
|
452
|
+
HitchDisabled = 440,
|
453
|
+
HitchInUse = 441,
|
454
|
+
HitForDamage = 442,
|
455
|
+
HitYouForDamage = 443,
|
456
|
+
Hour = 444,
|
457
|
+
Hours = 445,
|
458
|
+
HurtHandsHittingWithoutWeapons = 446,
|
459
|
+
HurtHandsWithNoTool = 447,
|
460
|
+
IgnitedTorch = 448,
|
461
|
+
Ineffective = 449,
|
462
|
+
InjuredFromTrap = 450,
|
463
|
+
InNeedOfRepair = 451,
|
464
|
+
InteractingWithHasInjuredYouForDamage = 452,
|
465
|
+
InvalidContainer = 453,
|
466
|
+
IsInTheWayOfPickingUp = 454,
|
467
|
+
ItemFromWater = 455,
|
468
|
+
JoinedAServer = 456,
|
469
|
+
Jump = 457,
|
470
|
+
Killed = 458,
|
471
|
+
KnowledgeHasIncreased = 459,
|
472
|
+
LastPlaceYouLeftOff = 460,
|
473
|
+
LearnedHowToCreate = 461,
|
474
|
+
LikelyFailures = 462,
|
475
|
+
Limited = 463,
|
476
|
+
Lockpick = 464,
|
477
|
+
MapCompletedNotOfThisArea = 465,
|
478
|
+
MapDestroyed = 466,
|
479
|
+
MapNearlyDestroyed = 467,
|
480
|
+
MapNotOfThisArea = 468,
|
481
|
+
MaterialsDestroyed = 469,
|
482
|
+
MessageOfTheDay = 470,
|
483
|
+
MetabolismSlowed = 471,
|
484
|
+
Milk = 472,
|
485
|
+
Mine = 473,
|
486
|
+
Mining = 474,
|
487
|
+
MissedWith = 475,
|
488
|
+
MissedYouWith = 476,
|
489
|
+
MovedItem = 477,
|
490
|
+
MovedItemFailed = 478,
|
491
|
+
MoveOverTrapButDoNotSetOff = 479,
|
492
|
+
MultiplayerGamePaused = 480,
|
493
|
+
MultiplayerGameResumed = 481,
|
494
|
+
MultiplayerPlayerConnected = 482,
|
495
|
+
MultiplayerPlayerDied = 483,
|
496
|
+
MultiplayerPlayerDisconnected = 484,
|
497
|
+
MultiplayerPlayerJoined = 485,
|
498
|
+
MustBeEquippedToIgnite = 486,
|
499
|
+
Mysteriously = 487,
|
500
|
+
NearlyBurnedEquipmentProtectedYou = 488,
|
501
|
+
NeedToStartTravelsOutside = 489,
|
502
|
+
NeedWaterForBoat = 490,
|
503
|
+
NightQuarter1 = 491,
|
504
|
+
NightQuarter2 = 492,
|
505
|
+
NightQuarter3 = 493,
|
506
|
+
NightQuarter4 = 494,
|
507
|
+
No = 495,
|
508
|
+
NoAmmunitionForThatWeapon = 496,
|
509
|
+
NoFireToStokeWith = 497,
|
510
|
+
NoFishAtLocation = 498,
|
511
|
+
NoGroundWater = 499,
|
512
|
+
NoInkToDrawMap = 500,
|
513
|
+
NoKindlingOrFuelItemsToStartFire = 501,
|
514
|
+
NoKindlingToStartFire = 502,
|
515
|
+
NoLongerFeelPainOfBeingBurned = 503,
|
516
|
+
NoLongerFeelPainOfBeingFrostbitten = 504,
|
517
|
+
NoLongerHostile = 505,
|
518
|
+
NoMoreRoomInContainer = 506,
|
519
|
+
NoPaperToDrawMap = 507,
|
520
|
+
NoRequiredItemToFireWeapon = 508,
|
521
|
+
NoReturnWithoutCompletingChallenges = 509,
|
522
|
+
NoRoomForImprovement = 510,
|
523
|
+
NoRoomForVehicle = 511,
|
524
|
+
NoRoomToDrop = 512,
|
525
|
+
NoRoomToSummon = 513,
|
526
|
+
NotEnoughPurifiedWaterYet = 514,
|
527
|
+
NotEnoughTreasureToReturn = 515,
|
528
|
+
NothingTo = 516,
|
529
|
+
NothingToGetFromThis = 517,
|
530
|
+
NothingToHarvestFromThisGather = 518,
|
531
|
+
NothingToSmother = 519,
|
532
|
+
NothingUsefulToHarvestYet = 520,
|
533
|
+
NoTinderToStartFire = 521,
|
534
|
+
NotSuitableToPlant = 522,
|
535
|
+
NoWaterInStill = 523,
|
536
|
+
NPCMerchantNewInventoryDialogue1 = 524,
|
537
|
+
NPCMerchantNewInventoryDialogue2 = 525,
|
538
|
+
NPCMerchantNewInventoryDialogue3 = 526,
|
539
|
+
NPCMerchantNewInventoryDialogue4 = 527,
|
540
|
+
NPCMerchantStartingDialogue1 = 528,
|
541
|
+
NPCMerchantStartingDialogue2 = 529,
|
542
|
+
NPCMerchantStartingDialogue3 = 530,
|
543
|
+
NPCMerchantStartingDialogue4 = 531,
|
544
|
+
NPCMerchantWelcomeCredit = 532,
|
545
|
+
NPCShipperShipToIsland = 533,
|
546
|
+
NPCShipperStartingDialogue1 = 534,
|
547
|
+
NPCShipperStartingDialogue2 = 535,
|
548
|
+
NPCShipperStartingDialogue3 = 536,
|
549
|
+
NPCShipperStartingDialogue4 = 537,
|
550
|
+
NPCWelcome = 538,
|
551
|
+
ObjectIsLocked = 539,
|
552
|
+
ObjectIsLockedAttemptToBreakIt = 540,
|
553
|
+
OfferAberrantFail = 541,
|
554
|
+
OfferAberrantFailButTamed = 542,
|
555
|
+
Open = 543,
|
556
|
+
OpenClose = 544,
|
557
|
+
OpenCollapse = 545,
|
558
558
|
OverEatingLostStamina = 546,
|
559
559
|
OverHydratingLostStamina = 547,
|
560
560
|
Pack = 548,
|
package/package.json
CHANGED