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