@wayward/types 2.14.4-beta.dev.20241230.1 → 2.14.4-beta.dev.20241231.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/doodad/Doodad.d.ts +1 -1
- package/definitions/game/game/entity/player/quest/quest/IQuest.d.ts +1 -0
- package/definitions/game/game/inspection/infoProviders/LevelValue.d.ts +3 -1
- package/definitions/game/game/inspection/infoProviders/MagicalDamageReduction.d.ts +1 -1
- package/definitions/game/game/inspection/infoProviders/MagicalDamageRegeneration.d.ts +1 -1
- package/definitions/game/game/inspection/infoProviders/MagicalPropertyValue.d.ts +3 -2
- package/definitions/game/game/inspection/infoProviders/item/MagicalSourceTooltip.d.ts +2 -1
- package/definitions/game/game/inspection/infoProviders/item/use/ItemBuildInfo.d.ts +1 -1
- package/definitions/game/game/inspection/infoProviders/item/use/ItemEquipInfo.d.ts +1 -1
- package/definitions/game/game/inspection/inspections/MagicInspection.d.ts +2 -2
- package/definitions/game/game/item/IItem.d.ts +1 -1
- package/definitions/game/game/item/Item.d.ts +2 -1
- package/definitions/game/game/magic/IMagicalProperty.d.ts +85 -0
- package/definitions/game/game/magic/MagicalPropertyManager.d.ts +3 -72
- package/definitions/game/game/magic/MagicalPropertyType.d.ts +1 -1
- package/definitions/game/game/meta/prompt/IPrompt.d.ts +27 -26
- package/definitions/game/game/meta/prompt/PromptDescriptions.d.ts +1 -0
- package/definitions/game/game/reference/IReferenceManager.d.ts +1 -1
- package/definitions/game/language/Dictionary.d.ts +58 -57
- package/definitions/game/language/DictionaryMap.d.ts +116 -114
- package/definitions/game/language/Translation.d.ts +1 -2
- package/definitions/game/language/dictionary/Message.d.ts +475 -474
- package/definitions/game/language/dictionary/UiTranslation.d.ts +870 -863
- package/definitions/game/language/english/item/MagicalSubPropertyAffixes.d.ts +13 -0
- package/definitions/game/save/data/ISaveData.d.ts +23 -0
- package/definitions/game/save/data/ISaveDataGlobal.d.ts +1 -0
- package/definitions/game/save/data/SaveData.d.ts +10 -1
- package/definitions/game/save/serializer/PropertiesToSerialize.d.ts +4 -0
- package/definitions/game/save/upgrade/versions/beta2.14.4/beta2.14.4-dev20241231.d.ts +12 -0
- package/definitions/game/steamworks/ISteamworks.d.ts +1 -0
- package/definitions/game/steamworks/Steamworks.d.ts +6 -2
- package/definitions/game/ui/component/dropdown/MagicalPropertyDropdown.d.ts +1 -2
- package/definitions/game/ui/screen/screens/game/component/container/ContainerBucketItemList.d.ts +1 -0
- package/definitions/game/ui/screen/screens/game/dialog/MilestonesDialog.d.ts +1 -0
- package/definitions/game/ui/screen/screens/game/dialog/unlockables/UnlockablesDialog.d.ts +1 -0
- package/definitions/game/ui/screen/screens/menu/menus/options/TabDeveloper.d.ts +1 -1
- package/definitions/game/ui/screen/screens/menu/menus/options/TabSaveData.d.ts +1 -0
- package/definitions/game/ui/util/HighlightManager.d.ts +11 -1
- package/definitions/game/ui/util/IHighlight.d.ts +1 -0
- package/definitions/test/core/applicationDom.d.ts +3 -1
- package/definitions/utilities/Log.d.ts +3 -2
- package/package.json +1 -1
@@ -372,479 +372,480 @@ declare enum Message {
|
|
372
372
|
Effective = 360,
|
373
373
|
EquipmentPreventedStatusEffects = 361,
|
374
374
|
ErrorHasOccured = 362,
|
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
|
-
|
375
|
+
DeveloperContainerDesync = 363,
|
376
|
+
ExtinguishedFire = 364,
|
377
|
+
ExtinguishedLightSource = 365,
|
378
|
+
ExudeNotPossible = 366,
|
379
|
+
FailedToAbsorb = 367,
|
380
|
+
FailedToAddFuelToTorch = 368,
|
381
|
+
FailedToCage = 369,
|
382
|
+
FailedToCatchFish = 370,
|
383
|
+
FailedToCauseDamage = 371,
|
384
|
+
FailedToCauseYouDamage = 372,
|
385
|
+
FailedToCopy = 373,
|
386
|
+
FailedToDraw = 374,
|
387
|
+
FailedToEnchant = 375,
|
388
|
+
FailedToExude = 376,
|
389
|
+
FailedToIgniteTorch = 377,
|
390
|
+
FailedToPickLock = 378,
|
391
|
+
FailedToPreserve = 379,
|
392
|
+
FailedToRefine = 380,
|
393
|
+
FailedToReinforce = 381,
|
394
|
+
FailedToRepair = 382,
|
395
|
+
FailedToStartFire = 383,
|
396
|
+
FailedToTame = 384,
|
397
|
+
FailedToTransmogrify = 385,
|
398
|
+
FarOffLands = 386,
|
399
|
+
FeltBurningPainLostHealth = 387,
|
400
|
+
FeltFrostbitePainLostHealth = 388,
|
401
|
+
FewMinutes = 389,
|
402
|
+
Filled = 390,
|
403
|
+
FilledFrom = 391,
|
404
|
+
FireAroundYouIsWarm = 392,
|
405
|
+
FiredIntoObstacle = 393,
|
406
|
+
FireOverflowed = 394,
|
407
|
+
FireOverflowedFireElemental = 395,
|
408
|
+
FireSource = 396,
|
409
|
+
FishingWithNoBait = 397,
|
410
|
+
Floating = 398,
|
411
|
+
FreshWater = 399,
|
412
|
+
FromTheStill = 400,
|
413
|
+
FuelIsRequired = 401,
|
414
|
+
Gather = 402,
|
415
|
+
GatherDestroy = 403,
|
416
|
+
Gathering = 404,
|
417
|
+
GhostNoActions = 405,
|
418
|
+
GhostOf = 406,
|
419
|
+
GoatHasNoMilk = 407,
|
420
|
+
HackAway = 408,
|
421
|
+
HandProtectionPreventedInjury = 409,
|
422
|
+
HandsNotEffectiveFor = 410,
|
423
|
+
Harvest = 411,
|
424
|
+
Harvesting = 412,
|
425
|
+
HasBeenHurtByATrap = 413,
|
426
|
+
HasDecayed = 414,
|
427
|
+
HasHitYouForDamage = 415,
|
428
|
+
HasNoEffect = 416,
|
429
|
+
HasSetTrapOffNoDamage = 417,
|
430
|
+
HasSplit = 418,
|
431
|
+
HelpGrow = 419,
|
432
|
+
HitchAttempt = 420,
|
433
|
+
HitchCreature = 421,
|
434
|
+
HitchDisabled = 422,
|
435
|
+
HitchInUse = 423,
|
436
|
+
HitForDamage = 424,
|
437
|
+
HitYouForDamage = 425,
|
438
|
+
Hour = 426,
|
439
|
+
Hours = 427,
|
440
|
+
HurtHandsHittingWithoutWeapons = 428,
|
441
|
+
HurtHandsWithNoTool = 429,
|
442
|
+
IgnitedTorch = 430,
|
443
|
+
Ineffective = 431,
|
444
|
+
InjuredFromTrap = 432,
|
445
|
+
InNeedOfRepair = 433,
|
446
|
+
InteractingWithHasInjuredYouForDamage = 434,
|
447
|
+
InvalidContainer = 435,
|
448
|
+
IsInTheWayOfPickingUp = 436,
|
449
|
+
ItemFromWater = 437,
|
450
|
+
JoinedAServer = 438,
|
451
|
+
Jump = 439,
|
452
|
+
Killed = 440,
|
453
|
+
KnowledgeHasIncreased = 441,
|
454
|
+
LastPlaceYouLeftOff = 442,
|
455
|
+
LearnedHowToCreate = 443,
|
456
|
+
LikelyFailures = 444,
|
457
|
+
Limited = 445,
|
458
|
+
Lockpick = 446,
|
459
|
+
MapCompletedNotOfThisArea = 447,
|
460
|
+
MapDestroyed = 448,
|
461
|
+
MapNearlyDestroyed = 449,
|
462
|
+
MapNotOfThisArea = 450,
|
463
|
+
MaterialsDestroyed = 451,
|
464
|
+
MessageOfTheDay = 452,
|
465
|
+
MetabolismSlowed = 453,
|
466
|
+
Milk = 454,
|
467
|
+
Mine = 455,
|
468
|
+
Mining = 456,
|
469
|
+
MissedWith = 457,
|
470
|
+
MissedYouWith = 458,
|
471
|
+
MovedItem = 459,
|
472
|
+
MovedItemFailed = 460,
|
473
|
+
MoveOverTrapButDoNotSetOff = 461,
|
474
|
+
MultiplayerGamePaused = 462,
|
475
|
+
MultiplayerGameResumed = 463,
|
476
|
+
MultiplayerPlayerConnected = 464,
|
477
|
+
MultiplayerPlayerDied = 465,
|
478
|
+
MultiplayerPlayerDisconnected = 466,
|
479
|
+
MultiplayerPlayerJoined = 467,
|
480
|
+
MustBeEquippedToIgnite = 468,
|
481
|
+
Mysteriously = 469,
|
482
|
+
NearlyBurnedEquipmentProtectedYou = 470,
|
483
|
+
NeedToStartTravelsOutside = 471,
|
484
|
+
NeedWaterForBoat = 472,
|
485
|
+
NightQuarter1 = 473,
|
486
|
+
NightQuarter2 = 474,
|
487
|
+
NightQuarter3 = 475,
|
488
|
+
NightQuarter4 = 476,
|
489
|
+
No = 477,
|
490
|
+
NoAmmunitionForThatWeapon = 478,
|
491
|
+
NoFireToStokeWith = 479,
|
492
|
+
NoFishAtLocation = 480,
|
493
|
+
NoGroundWater = 481,
|
494
|
+
NoInkToDrawMap = 482,
|
495
|
+
NoKindlingOrFuelItemsToStartFire = 483,
|
496
|
+
NoKindlingToStartFire = 484,
|
497
|
+
NoLongerFeelPainOfBeingBurned = 485,
|
498
|
+
NoLongerFeelPainOfBeingFrostbitten = 486,
|
499
|
+
NoLongerHostile = 487,
|
500
|
+
NoMoreRoomInContainer = 488,
|
501
|
+
NoPaperToDrawMap = 489,
|
502
|
+
NoRequiredItemToFireWeapon = 490,
|
503
|
+
NoReturnWithoutCompletingChallenges = 491,
|
504
|
+
NoRoomForImprovement = 492,
|
505
|
+
NoRoomForVehicle = 493,
|
506
|
+
NoRoomToDrop = 494,
|
507
|
+
NoRoomToSummon = 495,
|
508
|
+
NotEnoughPurifiedWaterYet = 496,
|
509
|
+
NotEnoughTreasureToReturn = 497,
|
510
|
+
NothingTo = 498,
|
511
|
+
NothingToGetFromThis = 499,
|
512
|
+
NothingToHarvestFromThisGather = 500,
|
513
|
+
NothingToSmother = 501,
|
514
|
+
NothingUsefulToHarvestYet = 502,
|
515
|
+
NoTinderToStartFire = 503,
|
516
|
+
NotSuitableToPlant = 504,
|
517
|
+
NoWaterInStill = 505,
|
518
|
+
NPCMerchantNewInventoryDialogue1 = 506,
|
519
|
+
NPCMerchantNewInventoryDialogue2 = 507,
|
520
|
+
NPCMerchantNewInventoryDialogue3 = 508,
|
521
|
+
NPCMerchantNewInventoryDialogue4 = 509,
|
522
|
+
NPCMerchantStartingDialogue1 = 510,
|
523
|
+
NPCMerchantStartingDialogue2 = 511,
|
524
|
+
NPCMerchantStartingDialogue3 = 512,
|
525
|
+
NPCMerchantStartingDialogue4 = 513,
|
526
|
+
NPCMerchantWelcomeCredit = 514,
|
527
|
+
NPCShipperShipToIsland = 515,
|
528
|
+
NPCShipperStartingDialogue1 = 516,
|
529
|
+
NPCShipperStartingDialogue2 = 517,
|
530
|
+
NPCShipperStartingDialogue3 = 518,
|
531
|
+
NPCShipperStartingDialogue4 = 519,
|
532
|
+
NPCWelcome = 520,
|
533
|
+
ObjectIsLocked = 521,
|
534
|
+
ObjectIsLockedAttemptToBreakIt = 522,
|
535
|
+
OfferAberrantFail = 523,
|
536
|
+
OfferAberrantFailButTamed = 524,
|
537
|
+
Open = 525,
|
538
|
+
OpenClose = 526,
|
539
|
+
OverEatingLostStamina = 527,
|
540
|
+
OverHydratingLostStamina = 528,
|
541
|
+
Pack = 529,
|
542
|
+
PaperTurnedToMush = 530,
|
543
|
+
ParryTheBlow = 531,
|
544
|
+
PetCreature = 532,
|
545
|
+
PickAway = 533,
|
546
|
+
PickUp = 534,
|
547
|
+
PickUpExcrement = 535,
|
548
|
+
PickUpTheItem = 536,
|
549
|
+
Place = 537,
|
550
|
+
PlacedItem = 538,
|
551
|
+
PlacedItemFailed = 539,
|
552
|
+
PlacedOnGround = 540,
|
553
|
+
PlantedInGround = 541,
|
554
|
+
PlantGatheredPlant = 542,
|
555
|
+
PlantGatheringWillDestroy = 543,
|
556
|
+
PlantHasResourcesToGather = 544,
|
557
|
+
PlantHasResourcesToHarvest = 545,
|
558
|
+
PlantHighlyFertile = 546,
|
559
|
+
Planting = 547,
|
560
|
+
PlantIsBare = 548,
|
561
|
+
PlantIsFertile = 549,
|
562
|
+
PlantIsInStage = 550,
|
563
|
+
PlantIsNotFertile = 551,
|
564
|
+
PlantNotReadyToHarvest = 552,
|
565
|
+
PlantReadyToGather = 553,
|
566
|
+
PlantReadyToGatherNotMaximal = 554,
|
567
|
+
PlantReadyToHarvest = 555,
|
568
|
+
PlantReadyToHarvestNotMaximal = 556,
|
569
|
+
PlayerHas = 557,
|
570
|
+
PlayerHasCompletedChallengeRequirement = 558,
|
571
|
+
PlayerHasWonChallenge = 559,
|
572
|
+
Poisoned = 560,
|
573
|
+
PoisonedLostHealth = 561,
|
574
|
+
PoisonWorkedItsCourse = 562,
|
575
|
+
PouredOut = 563,
|
576
|
+
PouredOutOnYourself = 564,
|
577
|
+
PouredWaterIntoStill = 565,
|
578
|
+
PourHarmedPlant = 566,
|
579
|
+
PourHealedPlant = 567,
|
580
|
+
PourHealedPlantFully = 568,
|
581
|
+
PourHealedPlantPartially = 569,
|
582
|
+
PourIncreasedFertility = 570,
|
583
|
+
Pouring = 571,
|
584
|
+
PourOverWatering = 572,
|
585
|
+
Prepare = 573,
|
586
|
+
Prepared = 574,
|
587
|
+
PreservedFood = 575,
|
588
|
+
PurifiedWaterInStill = 576,
|
589
|
+
RandomEventsFire = 577,
|
590
|
+
ReduceLength = 578,
|
591
|
+
RefusedToBeTamed = 579,
|
592
|
+
Repair = 580,
|
593
|
+
RequiredForDisassembly = 581,
|
594
|
+
RequiresFireToBeLit = 582,
|
595
|
+
RequiresYouToBeAround = 583,
|
596
|
+
Resistant = 584,
|
597
|
+
Rest = 585,
|
598
|
+
Rested = 586,
|
599
|
+
Resting = 587,
|
600
|
+
RestingOnGroundNotEffective = 588,
|
601
|
+
RestInterrupted = 589,
|
602
|
+
RestInterruptedDamage = 590,
|
603
|
+
RestInterruptedDying = 591,
|
604
|
+
RestInterruptedLoudNoise = 592,
|
605
|
+
RestInterruptedPain = 593,
|
606
|
+
RestInterruptedStirring = 594,
|
607
|
+
RestInterruptedWaterPoured = 595,
|
608
|
+
RestLongTime = 596,
|
609
|
+
RestModerateTime = 597,
|
610
|
+
RestOnBoat = 598,
|
611
|
+
RestShortTime = 599,
|
612
|
+
RestTime = 600,
|
613
|
+
ReturnedToCivilization = 601,
|
614
|
+
ReturningToCivilizationSetOffAgain = 602,
|
615
|
+
ReturnsToLife = 603,
|
616
|
+
Reverse = 604,
|
617
|
+
Sailing = 605,
|
618
|
+
ScrollMaster = 606,
|
619
|
+
ScrollProvidedNoUsefulInsight = 607,
|
620
|
+
Seawater = 608,
|
621
|
+
SeemsToHaveDrawnEnergy = 609,
|
622
|
+
SetTrapOffButNoDamage = 610,
|
623
|
+
SetUp = 611,
|
624
|
+
ShadowInTheWater = 612,
|
625
|
+
SkillHasRaised = 613,
|
626
|
+
Skills = 614,
|
627
|
+
Sleep = 615,
|
628
|
+
Sleeping = 616,
|
629
|
+
SleepOnBoat = 617,
|
630
|
+
Slept = 618,
|
631
|
+
SlitherSuckerConstricts = 619,
|
632
|
+
SlitherSuckerFailedToRemove = 620,
|
633
|
+
SlitherSuckerFailedToRemoveOuch = 621,
|
634
|
+
SlitherSuckerJumpedOnHead = 622,
|
635
|
+
SolarStill = 623,
|
636
|
+
SomethingInTheWayOf = 624,
|
637
|
+
SomethingInTheWayOfButcherFirst = 625,
|
638
|
+
SomethingInTheWayOfFire = 626,
|
639
|
+
SomethingInTheWayOfFishing = 627,
|
640
|
+
SomethingInTheWayOfPerforming = 628,
|
641
|
+
SomethingInTheWayOfPlacing = 629,
|
642
|
+
SomethingInTheWayOfReleasing = 630,
|
643
|
+
SomethingInTheWayOfSummoning = 631,
|
644
|
+
SomethingInWayOfClosingDoor = 632,
|
645
|
+
SoothedTheirBurnInjuries = 633,
|
646
|
+
SoothedYourBurnInjuries = 634,
|
647
|
+
SortedByCategory = 635,
|
648
|
+
SortedByCraftableOnly = 636,
|
649
|
+
SortedByName = 637,
|
650
|
+
SortedBySkill = 638,
|
651
|
+
SortedByUnlockedTime = 639,
|
652
|
+
StaminaIsFull = 640,
|
653
|
+
StartedFire = 641,
|
654
|
+
StartTravelInWater = 642,
|
655
|
+
StarvingToDeath = 643,
|
656
|
+
StatAmount = 644,
|
657
|
+
StatChangeUnknown = 645,
|
658
|
+
StatGained = 646,
|
659
|
+
StatIncreasing = 647,
|
660
|
+
StatLost = 648,
|
661
|
+
StatQuenched = 649,
|
662
|
+
StatRegained = 650,
|
663
|
+
StatSated = 651,
|
664
|
+
SteppingOn = 652,
|
665
|
+
Still = 653,
|
666
|
+
StillHasNoWaterToPurify = 654,
|
667
|
+
StirredUpClawWorm = 655,
|
668
|
+
StirredUpCreature = 656,
|
669
|
+
StoppedYourBleeding = 657,
|
670
|
+
StopUsingVehicle = 658,
|
671
|
+
SummonedGuardiansByDiggingTreasure = 659,
|
672
|
+
SummonedGuardiansByLockpicking = 660,
|
673
|
+
SummonVoidDwellerItem = 661,
|
674
|
+
SummonVoidDwellerRinging = 662,
|
675
|
+
SummonVoidDwellerShiver = 663,
|
676
|
+
SunNotBrightEnoughToStartFire = 664,
|
677
|
+
SwampWater = 665,
|
678
|
+
Swimming = 666,
|
679
|
+
TakenFromGroundBecomeTamed = 667,
|
680
|
+
TeleportBlocked = 668,
|
681
|
+
Teleported = 669,
|
682
|
+
TheirFist = 670,
|
683
|
+
TheirInventory = 671,
|
684
|
+
ThePlant = 672,
|
685
|
+
ThereIsNoContainerOnTheStill = 673,
|
686
|
+
ThereIsNoSunToStartFire = 674,
|
687
|
+
ThisCannotBeMilked = 675,
|
688
|
+
Throw = 676,
|
689
|
+
ThrownIntoDepths = 677,
|
690
|
+
ThrownIntoObstacle = 678,
|
691
|
+
ThrownIntoVoid = 679,
|
692
|
+
TierGroup = 680,
|
693
|
+
Till = 681,
|
694
|
+
Tilling = 682,
|
695
|
+
TimeIs = 683,
|
696
|
+
TimeIsDawn = 684,
|
697
|
+
TimeIsDaytime = 685,
|
698
|
+
TimeIsDusk = 686,
|
699
|
+
TimeIsNighttime = 687,
|
700
|
+
TimeIsSunrise = 688,
|
701
|
+
TimeIsSunset = 689,
|
702
|
+
ToFight = 690,
|
703
|
+
TooDamaged = 691,
|
704
|
+
TooExhaustedToJump = 692,
|
705
|
+
Touching = 693,
|
706
|
+
TrampledFire = 694,
|
707
|
+
TrampledFireFail = 695,
|
708
|
+
TrampledFirePartial = 696,
|
709
|
+
TrampledIntoGround = 697,
|
710
|
+
TrampleIntoGround = 698,
|
711
|
+
Trampling = 699,
|
712
|
+
TransmogrificationNotPossible = 700,
|
713
|
+
Transmogrified = 701,
|
714
|
+
TrapMissed = 702,
|
715
|
+
TrapStoppedYou = 703,
|
716
|
+
Traveling = 704,
|
717
|
+
Treasure = 705,
|
718
|
+
TreasureIsBlocked = 706,
|
719
|
+
UiActionCannotUseInaccessibleItem = 707,
|
720
|
+
UiActionCannotUseInThisSituation = 708,
|
721
|
+
UiActionCannotUseNoItemHovered = 709,
|
722
|
+
UiActionCannotUseNotInRange = 710,
|
723
|
+
UiActionCannotUseOnThisIsland = 711,
|
724
|
+
UiActionCannotUseRequiresCreature = 712,
|
725
|
+
UiActionCannotUseRequiresDoodad = 713,
|
726
|
+
UiActionCannotUseRequiresItem = 714,
|
727
|
+
UiActionCannotUseRequiresNPC = 715,
|
728
|
+
UiActionCannotUseRequiresVehicle = 716,
|
729
|
+
UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue1 = 717,
|
730
|
+
UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue2 = 718,
|
731
|
+
UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue3 = 719,
|
732
|
+
UiDialogTradeIndicateTradeAlreadyTradedSellDialogue1 = 720,
|
733
|
+
UiDialogTradeIndicateTradeAlreadyTradedSellDialogue2 = 721,
|
734
|
+
UiDialogTradeIndicateTradeAlreadyTradedSellDialogue3 = 722,
|
735
|
+
UiDialogTradeIndicateTradeTooMuchTradesDialogue1 = 723,
|
736
|
+
UiDialogTradeIndicateTradeTooMuchTradesDialogue2 = 724,
|
737
|
+
UiDialogTradeIndicateTradeTooMuchTradesDialogue3 = 725,
|
738
|
+
UnhitchCreature = 726,
|
739
|
+
Unknown = 727,
|
740
|
+
Unlimited = 728,
|
741
|
+
UnlockedChest = 729,
|
742
|
+
UnpurifiedFreshWater = 730,
|
743
|
+
UnpurifiedWaterInStill = 731,
|
744
|
+
Use = 732,
|
745
|
+
UsingBareHands = 733,
|
746
|
+
VehicleDefense = 734,
|
747
|
+
Vulnerable = 735,
|
748
|
+
Water = 736,
|
749
|
+
WaterGathering = 737,
|
750
|
+
WaterPutOutFire = 738,
|
751
|
+
WellIsDry = 739,
|
752
|
+
WellIsFull = 740,
|
753
|
+
WildGoatRefusedToBeMilked = 741,
|
754
|
+
WorkingYourselfIntoExhaustion = 742,
|
755
|
+
WorkingYourselfIntoExhaustionAndDrowning = 743,
|
756
|
+
WorldContainer = 744,
|
757
|
+
You = 745,
|
758
|
+
YouAbsorb = 746,
|
759
|
+
YouApplied = 747,
|
760
|
+
YouAreAlready = 748,
|
761
|
+
YouAte = 749,
|
762
|
+
YouBeginResting = 750,
|
763
|
+
YouCannotDoThatYet = 751,
|
764
|
+
YouCanNowCombatTheTides = 752,
|
765
|
+
YouCrafted = 753,
|
766
|
+
YouDoNotFindTreasureYet = 754,
|
767
|
+
YouDrank = 755,
|
768
|
+
YouDropTheTorch = 756,
|
769
|
+
YouEnchant = 757,
|
770
|
+
YouEquip = 758,
|
771
|
+
YouExude = 759,
|
772
|
+
YouExudeSome = 760,
|
773
|
+
YouExudeSomeReasonConflicting = 761,
|
774
|
+
YouExudeSomeReasonMax = 762,
|
775
|
+
YouExudeSomeReasonProperties = 763,
|
776
|
+
YouFailedTo = 764,
|
777
|
+
YouFailedToExtinguishedFireFully = 765,
|
778
|
+
YouFailedToHeal = 766,
|
779
|
+
YouFailedToHealOther = 767,
|
780
|
+
YouFire = 768,
|
781
|
+
YouGathered = 769,
|
782
|
+
YouHarvested = 770,
|
783
|
+
YouHave = 771,
|
784
|
+
YouHaveAlreadyLearned = 772,
|
785
|
+
YouHaveBeenCut = 773,
|
786
|
+
YouHaveCaged = 774,
|
787
|
+
YouHaveCommanded = 775,
|
788
|
+
YouHaveDied = 776,
|
789
|
+
YouHaveHealedOther = 777,
|
790
|
+
YouHaveKilled = 778,
|
791
|
+
YouHaveNotCommanded = 779,
|
792
|
+
YouHaveReleased = 780,
|
793
|
+
YouHaveSummoned = 781,
|
794
|
+
YouHaveTamed = 782,
|
795
|
+
YouHaveUncaged = 783,
|
796
|
+
YouNoticeBarren = 784,
|
797
|
+
YouNoticeBecomeEnraged = 785,
|
798
|
+
YouNoticeDying = 786,
|
799
|
+
YouNoticeFertilityDecreasing = 787,
|
800
|
+
YouNoticeFertilityIncreasing = 788,
|
801
|
+
YouNoticeGrowing = 789,
|
802
|
+
YouNoticeLavaCooling = 790,
|
803
|
+
YouNoticeLavaHardening = 791,
|
804
|
+
YouNoticePerish = 792,
|
805
|
+
YouNoticePlantDamage = 793,
|
806
|
+
YouNoticePlantRegenerated = 794,
|
807
|
+
YouNoticeRegrowing = 795,
|
808
|
+
YouNoticeStumbleInjureItself = 796,
|
809
|
+
YouNoticeTakeFromGround = 797,
|
810
|
+
YouNoticeWoundsClosing = 798,
|
811
|
+
YouOfferedToCreature = 799,
|
812
|
+
YouOfferedToCreatureRejects = 800,
|
813
|
+
YouOpen = 801,
|
814
|
+
YouPacked = 802,
|
815
|
+
YouPickedUp = 803,
|
816
|
+
YouRefine = 804,
|
817
|
+
YouReinforce = 805,
|
818
|
+
YouRepair = 806,
|
819
|
+
YouReturnFromCivilizationWith = 807,
|
820
|
+
YourFist = 808,
|
821
|
+
YourHands = 809,
|
822
|
+
YourInventory = 810,
|
823
|
+
YourIsland = 811,
|
824
|
+
YouSeeALivingMushroomSpore = 812,
|
825
|
+
YouSeeASkeletonCollapse = 813,
|
826
|
+
YouSeeASlimeCombine = 814,
|
827
|
+
YouSeeAZombieBleeding = 815,
|
828
|
+
YouSeeCoolDown = 816,
|
829
|
+
YouSeeDrop = 817,
|
830
|
+
YouSeeEngulfFire = 818,
|
831
|
+
YouSeeFireSpread = 819,
|
832
|
+
YouSeeHelpingPlant = 820,
|
833
|
+
YouSeeLay = 821,
|
834
|
+
YouSeeLayingTrap = 822,
|
835
|
+
YouSeeSpewLava = 823,
|
836
|
+
YouSeeSpitAcid = 824,
|
837
|
+
YouSeeSpringForth = 825,
|
838
|
+
YouSeeSummon = 826,
|
839
|
+
YouSeeSwampFlood = 827,
|
840
|
+
YouSeeTrampling = 828,
|
841
|
+
YouSetTheTrapOff = 829,
|
842
|
+
YouStokeTheCreature = 830,
|
843
|
+
YouSwapMainHandAndOffHand = 831,
|
844
|
+
YouThrew = 832,
|
845
|
+
YouTilled = 833,
|
846
|
+
YouUnequip = 834,
|
847
|
+
YouUsed = 835,
|
848
|
+
YouViewTheItemsOn = 836,
|
849
|
+
YouWhileTraveling = 837
|
849
850
|
}
|
850
851
|
export default Message;
|