@wayward/types 2.15.2-beta.dev.20251216.1 → 2.15.2-beta.dev.20251220.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.
@@ -105,14 +105,17 @@ export declare enum UsableActionType {
105
105
  Ascend = 100083,
106
106
  Descend = 100084,
107
107
  Excavate = 100085,
108
- Collapse = 100086
108
+ Collapse = 100086,
109
+ DropAllExceptQuality = 100087,
110
+ MoveAllExceptQuality = 100088
109
111
  }
110
112
  export declare enum UsableActionTypePlaceholder {
111
113
  TradeItem = 200000,
112
114
  MoveAllToInventory = 200001,
113
115
  MoveAllOfSameQualityToInventory = 200002,
114
- Paddle = 200003,
115
- Operate = 200004,
116
- SwimToIsland = 200005
116
+ MoveAllExceptQualityToInventory = 200003,
117
+ Paddle = 200004,
118
+ Operate = 200005,
119
+ SwimToIsland = 200006
117
120
  }
118
121
  export declare const usableActionDescriptions: PartialRecord<UsableActionType | UsableActionTypePlaceholder, IModdable>;
@@ -17,7 +17,7 @@ export declare enum WorldContextMenuClasses {
17
17
  OptionText = "world-context-menu-option-text"
18
18
  }
19
19
  export declare namespace WorldContextMenuClasses {
20
- const OptionSpecific: (enumValue: UsableActionType) => "world-context-menu-option-none" | "world-context-menu-option-actions" | "world-context-menu-option-move" | "world-context-menu-option-use" | "world-context-menu-option-unused" | "world-context-menu-option-collapse" | "world-context-menu-option-commandattack" | "world-context-menu-option-commanddefend" | "world-context-menu-option-commandfollowclose" | "world-context-menu-option-commandfollowfar" | "world-context-menu-option-commandheel" | "world-context-menu-option-commandstay" | "world-context-menu-option-quickslotremove" | "world-context-menu-option-quickslotadd" | "world-context-menu-option-quickslotaddtofree" | "world-context-menu-option-quickslotaddtoslot" | "world-context-menu-option-movetoinventory" | "world-context-menu-option-dropmenu" | "world-context-menu-option-dropall" | "world-context-menu-option-dropallofsamequality" | "world-context-menu-option-repairwithitem" | "world-context-menu-option-reinforcewithitem" | "world-context-menu-option-enhancewithitem" | "world-context-menu-option-enchantwithitem" | "world-context-menu-option-transmogrifywithitem" | "world-context-menu-option-upgradewithitem" | "world-context-menu-option-alterwithitem" | "world-context-menu-option-refinewithitem" | "world-context-menu-option-preservewithitem" | "world-context-menu-option-addfuelwithitem" | "world-context-menu-option-ignitewithitem" | "world-context-menu-option-absorbwithitem" | "world-context-menu-option-exudewithitem" | "world-context-menu-option-movetoinventorymenu" | "world-context-menu-option-movetoactivecontainermenu" | "world-context-menu-option-movetofacingcontainermenu" | "world-context-menu-option-moveall" | "world-context-menu-option-moveallofsamequality" | "world-context-menu-option-tradetradersell" | "world-context-menu-option-tradetraderbuy" | "world-context-menu-option-itemactions" | "world-context-menu-option-gatherwithhands" | "world-context-menu-option-harvestwithhands" | "world-context-menu-option-digwithhands" | "world-context-menu-option-tillwithhands" | "world-context-menu-option-pickupexcrementwithhands" | "world-context-menu-option-equipheld" | "world-context-menu-option-equiplegs" | "world-context-menu-option-equipchest" | "world-context-menu-option-equiphead" | "world-context-menu-option-equipwaist" | "world-context-menu-option-equipfeet" | "world-context-menu-option-equipneck" | "world-context-menu-option-equiphands" | "world-context-menu-option-equipback" | "world-context-menu-option-equipmainhand" | "world-context-menu-option-equipoffhand" | "world-context-menu-option-restonground" | "world-context-menu-option-sleeponground" | "world-context-menu-option-commandmenu" | "world-context-menu-option-displayheld" | "world-context-menu-option-displaylegs" | "world-context-menu-option-displaychest" | "world-context-menu-option-displayhead" | "world-context-menu-option-displaywaist" | "world-context-menu-option-displayfeet" | "world-context-menu-option-displayneck" | "world-context-menu-option-displayhands" | "world-context-menu-option-displayback" | "world-context-menu-option-displaymainhand" | "world-context-menu-option-displayoffhand" | "world-context-menu-option-reshapewithitem" | "world-context-menu-option-movecontentsmenu" | "world-context-menu-option-movecontentstoinventory" | "world-context-menu-option-movecontentstoactivecontainer" | "world-context-menu-option-movecontentstofacingcontainer" | "world-context-menu-option-movecontentsofactivecontainermenu" | "world-context-menu-option-movecontentsoffacingcontainermenu" | "world-context-menu-option-commandmenuall" | "world-context-menu-option-commandallfollowclose" | "world-context-menu-option-commandallfollowfar" | "world-context-menu-option-commandallstay" | "world-context-menu-option-commandalldefend" | "world-context-menu-option-commandallattack" | "world-context-menu-option-commandallheel" | "world-context-menu-option-ascend" | "world-context-menu-option-descend" | "world-context-menu-option-excavate";
20
+ const OptionSpecific: (enumValue: UsableActionType) => "world-context-menu-option-none" | "world-context-menu-option-actions" | "world-context-menu-option-move" | "world-context-menu-option-use" | "world-context-menu-option-unused" | "world-context-menu-option-collapse" | "world-context-menu-option-commandattack" | "world-context-menu-option-commanddefend" | "world-context-menu-option-commandfollowclose" | "world-context-menu-option-commandfollowfar" | "world-context-menu-option-commandheel" | "world-context-menu-option-commandstay" | "world-context-menu-option-quickslotremove" | "world-context-menu-option-quickslotadd" | "world-context-menu-option-quickslotaddtofree" | "world-context-menu-option-quickslotaddtoslot" | "world-context-menu-option-movetoinventory" | "world-context-menu-option-dropmenu" | "world-context-menu-option-dropall" | "world-context-menu-option-dropallofsamequality" | "world-context-menu-option-repairwithitem" | "world-context-menu-option-reinforcewithitem" | "world-context-menu-option-enhancewithitem" | "world-context-menu-option-enchantwithitem" | "world-context-menu-option-transmogrifywithitem" | "world-context-menu-option-upgradewithitem" | "world-context-menu-option-alterwithitem" | "world-context-menu-option-refinewithitem" | "world-context-menu-option-preservewithitem" | "world-context-menu-option-addfuelwithitem" | "world-context-menu-option-ignitewithitem" | "world-context-menu-option-absorbwithitem" | "world-context-menu-option-exudewithitem" | "world-context-menu-option-movetoinventorymenu" | "world-context-menu-option-movetoactivecontainermenu" | "world-context-menu-option-movetofacingcontainermenu" | "world-context-menu-option-moveall" | "world-context-menu-option-moveallofsamequality" | "world-context-menu-option-tradetradersell" | "world-context-menu-option-tradetraderbuy" | "world-context-menu-option-itemactions" | "world-context-menu-option-gatherwithhands" | "world-context-menu-option-harvestwithhands" | "world-context-menu-option-digwithhands" | "world-context-menu-option-tillwithhands" | "world-context-menu-option-pickupexcrementwithhands" | "world-context-menu-option-equipheld" | "world-context-menu-option-equiplegs" | "world-context-menu-option-equipchest" | "world-context-menu-option-equiphead" | "world-context-menu-option-equipwaist" | "world-context-menu-option-equipfeet" | "world-context-menu-option-equipneck" | "world-context-menu-option-equiphands" | "world-context-menu-option-equipback" | "world-context-menu-option-equipmainhand" | "world-context-menu-option-equipoffhand" | "world-context-menu-option-restonground" | "world-context-menu-option-sleeponground" | "world-context-menu-option-commandmenu" | "world-context-menu-option-displayheld" | "world-context-menu-option-displaylegs" | "world-context-menu-option-displaychest" | "world-context-menu-option-displayhead" | "world-context-menu-option-displaywaist" | "world-context-menu-option-displayfeet" | "world-context-menu-option-displayneck" | "world-context-menu-option-displayhands" | "world-context-menu-option-displayback" | "world-context-menu-option-displaymainhand" | "world-context-menu-option-displayoffhand" | "world-context-menu-option-reshapewithitem" | "world-context-menu-option-movecontentsmenu" | "world-context-menu-option-movecontentstoinventory" | "world-context-menu-option-movecontentstoactivecontainer" | "world-context-menu-option-movecontentstofacingcontainer" | "world-context-menu-option-movecontentsofactivecontainermenu" | "world-context-menu-option-movecontentsoffacingcontainermenu" | "world-context-menu-option-commandmenuall" | "world-context-menu-option-commandallfollowclose" | "world-context-menu-option-commandallfollowfar" | "world-context-menu-option-commandallstay" | "world-context-menu-option-commandalldefend" | "world-context-menu-option-commandallattack" | "world-context-menu-option-commandallheel" | "world-context-menu-option-ascend" | "world-context-menu-option-descend" | "world-context-menu-option-excavate" | "world-context-menu-option-dropallexceptquality" | "world-context-menu-option-moveallexceptquality";
21
21
  }
22
22
  export declare const UsableActionsWorldActions: UsableActionGenerator<[]>;
23
23
  export declare const UsableActionsWorldItemActions: UsableActionGenerator<[]>;
@@ -519,379 +519,378 @@ declare enum Message {
519
519
  NightQuarter4 = 507,
520
520
  No = 508,
521
521
  NoAmmunitionForThatWeapon = 509,
522
- NoCandleToStartFire = 510,
523
- NoFireToStokeWith = 511,
524
- NoFishAtLocation = 512,
525
- NoGroundWater = 513,
526
- NoInkToDrawMap = 514,
527
- NoKindlingOrFuelItemsToStartFire = 515,
528
- NoKindlingToStartFire = 516,
529
- NoLongerFeelPainOfBeingBurned = 517,
530
- NoLongerFeelPainOfBeingFrostbitten = 518,
531
- NoLongerHostile = 519,
532
- NoMoreRoomInContainer = 520,
533
- NoPaperToDrawMap = 521,
534
- NoRequiredItemToFireWeapon = 522,
535
- NoReturnWithoutCompletingChallenges = 523,
536
- NoRoomForImprovement = 524,
537
- NoRoomForVehicle = 525,
538
- NoRoomToDrop = 526,
539
- NoRoomToSummon = 527,
540
- NotEnoughPurifiedWaterYet = 528,
541
- NotEnoughTreasureToReturn = 529,
542
- NothingTo = 530,
543
- NothingToGetFromThis = 531,
544
- NothingToHarvestFromThisGather = 532,
545
- NothingToSmother = 533,
546
- NothingUsefulToHarvestYet = 534,
547
- NoTinderToStartFire = 535,
548
- NotSuitableToPlant = 536,
549
- NoWaterInStill = 537,
550
- NPCMerchantNewInventoryDialogue1 = 538,
551
- NPCMerchantNewInventoryDialogue2 = 539,
552
- NPCMerchantNewInventoryDialogue3 = 540,
553
- NPCMerchantNewInventoryDialogue4 = 541,
554
- NPCMerchantStartingDialogue1 = 542,
555
- NPCMerchantStartingDialogue2 = 543,
556
- NPCMerchantStartingDialogue3 = 544,
557
- NPCMerchantStartingDialogue4 = 545,
558
- NPCMerchantWelcomeCredit = 546,
559
- NPCShipperShipToIsland = 547,
560
- NPCShipperStartingDialogue1 = 548,
561
- NPCShipperStartingDialogue2 = 549,
562
- NPCShipperStartingDialogue3 = 550,
563
- NPCShipperStartingDialogue4 = 551,
564
- NPCWelcome = 552,
565
- ObjectIsLocked = 553,
566
- ObjectIsLockedAttemptToBreakIt = 554,
567
- OfferAberrantFail = 555,
568
- OfferAberrantFailButTamed = 556,
569
- Open = 557,
570
- OpenClose = 558,
571
- OpenCollapse = 559,
572
- OverEatingLostStamina = 560,
573
- OverHydratingLostStamina = 561,
574
- Pack = 562,
575
- PaperTurnedToMush = 563,
576
- ParryTheBlow = 564,
577
- PetCreature = 565,
578
- PickAway = 566,
579
- PickUp = 567,
580
- PickUpExcrement = 568,
581
- PickUpTheItem = 569,
582
- Place = 570,
583
- PlacedItem = 571,
584
- PlacedItemFailed = 572,
585
- PlacedOnGround = 573,
586
- PlantedInGround = 574,
587
- PlantGatheredPlant = 575,
588
- PlantGatheringWillDestroy = 576,
589
- PlantHasResourcesToGather = 577,
590
- PlantHasResourcesToHarvest = 578,
591
- PlantHighlyFertile = 579,
592
- Planting = 580,
593
- PlantIsBare = 581,
594
- PlantIsFertile = 582,
595
- PlantIsInStage = 583,
596
- PlantIsNotFertile = 584,
597
- PlantIsSeeding = 585,
598
- PlantNotReadyToHarvest = 586,
599
- PlantReadyToGather = 587,
600
- PlantReadyToGatherNotMaximal = 588,
601
- PlantReadyToHarvest = 589,
602
- PlantReadyToHarvestNotMaximal = 590,
603
- PlayerHas = 591,
604
- PlayerHasCompletedChallengeRequirement = 592,
605
- PlayerHasWonChallenge = 593,
606
- Poisoned = 594,
607
- PoisonedLostHealth = 595,
608
- PoisonWorkedItsCourse = 596,
609
- PouredOut = 597,
610
- PouredOutOnYourself = 598,
611
- PouredWaterIntoStill = 599,
612
- PourHarmedPlant = 600,
613
- PourHealedPlant = 601,
614
- PourHealedPlantFully = 602,
615
- PourHealedPlantPartially = 603,
616
- PourIncreasedFertility = 604,
617
- Pouring = 605,
618
- PourOverWatering = 606,
619
- Prepare = 607,
620
- Prepared = 608,
621
- PreservedFood = 609,
622
- PurifiedWaterInBottom = 610,
623
- PurifiedWaterInStill = 611,
624
- RandomEventsFire = 612,
625
- ReduceLength = 613,
626
- RefusedToBeTamed = 614,
627
- Repair = 615,
628
- RequiredForDisassembly = 616,
629
- RequiresFireToBeLit = 617,
630
- RequiresYouToBeAround = 618,
631
- Resistant = 619,
632
- Rest = 620,
633
- Rested = 621,
634
- Resting = 622,
635
- RestingOnGroundNotEffective = 623,
636
- RestInterrupted = 624,
637
- RestInterruptedDamage = 625,
638
- RestInterruptedDying = 626,
639
- RestInterruptedLoudNoise = 627,
640
- RestInterruptedPain = 628,
641
- RestInterruptedStirring = 629,
642
- RestInterruptedTooCold = 630,
643
- RestInterruptedTooHot = 631,
644
- RestInterruptedUncomfortablyCold = 632,
645
- RestInterruptedUncomfortablyHot = 633,
646
- RestInterruptedWaterPoured = 634,
647
- RestLongTime = 635,
648
- RestModerateTime = 636,
649
- RestOnBoat = 637,
650
- RestShortTime = 638,
651
- RestTime = 639,
652
- ReturnedToCivilization = 640,
653
- ReturningToCivilizationSetOffAgain = 641,
654
- ReturnsToLife = 642,
655
- Reverse = 643,
656
- Ride = 644,
657
- Sailing = 645,
658
- ScrollMaster = 646,
659
- ScrollProvidedNoUsefulInsight = 647,
660
- Seawater = 648,
661
- SeemsToHaveDrawnEnergy = 649,
662
- SetTrapOffButNoDamage = 650,
663
- SetUp = 651,
664
- ShadowInTheWater = 652,
665
- SkillHasRaised = 653,
666
- Skills = 654,
667
- Sleep = 655,
668
- Sleeping = 656,
669
- SleepOnBoat = 657,
670
- Slept = 658,
671
- SlitherSuckerConstricts = 659,
672
- SlitherSuckerFailedToRemove = 660,
673
- SlitherSuckerFailedToRemoveOuch = 661,
674
- SlitherSuckerJumpedOnHead = 662,
675
- SolarStill = 663,
676
- SomethingInTheWayOf = 664,
677
- SomethingInTheWayOfButcherFirst = 665,
678
- SomethingInTheWayOfFire = 666,
679
- SomethingInTheWayOfFishing = 667,
680
- SomethingInTheWayOfPerforming = 668,
681
- SomethingInTheWayOfPlacing = 669,
682
- SomethingInTheWayOfReleasing = 670,
683
- SomethingInTheWayOfSummoning = 671,
684
- SomethingInWayOfClosingDoor = 672,
685
- SoothedTheirBurnInjuries = 673,
686
- SoothedYourBurnInjuries = 674,
687
- SortedByCategory = 675,
688
- SortedByCraftableOnly = 676,
689
- SortedByName = 677,
690
- SortedBySkill = 678,
691
- SortedByUnlockedTime = 679,
692
- StaminaIsFull = 680,
693
- StartedFire = 681,
694
- StartTravelInWater = 682,
695
- StarvingToDeath = 683,
696
- StatAmount = 684,
697
- StatChangeUnknown = 685,
698
- StatGained = 686,
699
- StatIncreasing = 687,
700
- StatLost = 688,
701
- StatQuenched = 689,
702
- StatRegained = 690,
703
- StatSated = 691,
704
- SteppingOn = 692,
705
- Still = 693,
706
- StillHasNoWaterToPurify = 694,
707
- StillNoContainer = 695,
708
- StillTooColdToWork = 696,
709
- StirredUpClawWorm = 697,
710
- StirredUpCreature = 698,
711
- StoppedYourBleeding = 699,
712
- StopUsingVehicle = 700,
713
- SummonedGuardiansByDiggingTreasure = 701,
714
- SummonedGuardiansByLockpicking = 702,
715
- SummonVoidDwellerItem = 703,
716
- SummonVoidDwellerRinging = 704,
717
- SummonVoidDwellerShiver = 705,
718
- SunNotBrightEnoughToStartFire = 706,
719
- SwampWater = 707,
720
- Swimming = 708,
721
- TakenFromGroundBecomeTamed = 709,
722
- TeleportBlocked = 710,
723
- Teleported = 711,
724
- TheirFist = 712,
725
- TheirInventory = 713,
726
- ThePlant = 714,
727
- ThereIsNoContainerOnTheStill = 715,
728
- ThereIsNoSunToStartFire = 716,
729
- ThisCannotBeMilked = 717,
730
- Throw = 718,
731
- ThrownIntoDepths = 719,
732
- ThrownIntoObstacle = 720,
733
- ThrownIntoVoid = 721,
734
- TierGroup = 722,
735
- TileMakeCaveEntranceNearby = 723,
736
- TileMakeCaveEntrancePassable = 724,
737
- TileMakeCaveEntranceVoid = 725,
738
- Till = 726,
739
- Tilling = 727,
740
- TimeIs = 728,
741
- TimeIsDawn = 729,
742
- TimeIsDaytime = 730,
743
- TimeIsDusk = 731,
744
- TimeIsNighttime = 732,
745
- TimeIsSunrise = 733,
746
- TimeIsSunset = 734,
747
- ToFight = 735,
748
- TooDamaged = 736,
749
- TooExhaustedToJump = 737,
750
- Touching = 738,
751
- TrampledFire = 739,
752
- TrampledFireFail = 740,
753
- TrampledFirePartial = 741,
754
- TrampledIntoGround = 742,
755
- TrampleIntoGround = 743,
756
- Trampling = 744,
757
- TransmogrificationNoEffect = 745,
758
- TransmogrificationNotPossible = 746,
759
- Transmogrified = 747,
760
- TrapMissed = 748,
761
- TrapStoppedYou = 749,
762
- Traveling = 750,
763
- Treasure = 751,
764
- TreasureIsBlocked = 752,
765
- UiActionCannotUseInaccessibleItem = 753,
766
- UiActionCannotUseInThisSituation = 754,
767
- UiActionCannotUseNoItemHovered = 755,
768
- UiActionCannotUseNotInRange = 756,
769
- UiActionCannotUseOnThisIsland = 757,
770
- UiActionCannotUseRequiresCreature = 758,
771
- UiActionCannotUseRequiresDoodad = 759,
772
- UiActionCannotUseRequiresItem = 760,
773
- UiActionCannotUseRequiresNPC = 761,
774
- UiActionCannotUseRequiresVehicle = 762,
775
- UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue1 = 763,
776
- UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue2 = 764,
777
- UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue3 = 765,
778
- UiDialogTradeIndicateTradeAlreadyTradedSellDialogue1 = 766,
779
- UiDialogTradeIndicateTradeAlreadyTradedSellDialogue2 = 767,
780
- UiDialogTradeIndicateTradeAlreadyTradedSellDialogue3 = 768,
781
- UiDialogTradeIndicateTradeTooMuchTradesDialogue1 = 769,
782
- UiDialogTradeIndicateTradeTooMuchTradesDialogue2 = 770,
783
- UiDialogTradeIndicateTradeTooMuchTradesDialogue3 = 771,
784
- UnhitchCreature = 772,
785
- Unknown = 773,
786
- Unlimited = 774,
787
- UnlockedChest = 775,
788
- UnpurifiedFreshWater = 776,
789
- UnpurifiedWaterInStill = 777,
790
- UnpurifiedWaterInTop = 778,
791
- Use = 779,
792
- UsingBareHands = 780,
793
- VehicleDefense = 781,
794
- Vulnerable = 782,
795
- Water = 783,
796
- WaterGathering = 784,
797
- WaterPutOutFire = 785,
798
- WellIsDry = 786,
799
- WellIsFull = 787,
800
- WildGoatRefusedToBeMilked = 788,
801
- WorkingYourselfIntoExhaustion = 789,
802
- WorkingYourselfIntoExhaustionAndDrowning = 790,
803
- WorldContainer = 791,
804
- You = 792,
805
- YouAbsorb = 793,
806
- YouApplied = 794,
807
- YouAreAlready = 795,
808
- YouAte = 796,
809
- YouBeginResting = 797,
810
- YouCannotDoThatYet = 798,
811
- YouCanNowCombatTheTides = 799,
812
- YouCrafted = 800,
813
- YouDoNotFindTreasureYet = 801,
814
- YouDrank = 802,
815
- YouDropTheTorch = 803,
816
- YouEnchant = 804,
817
- YouEquip = 805,
818
- YouExude = 806,
819
- YouExudeSome = 807,
820
- YouExudeSomeReasonConflicting = 808,
821
- YouExudeSomeReasonMax = 809,
822
- YouExudeSomeReasonProperties = 810,
823
- YouFailedTo = 811,
824
- YouFailedToExtinguishedFireFully = 812,
825
- YouFailedToHeal = 813,
826
- YouFailedToHealOther = 814,
827
- YouFire = 815,
828
- YouGathered = 816,
829
- YouHarvested = 817,
830
- YouHave = 818,
831
- YouHaveAlreadyLearned = 819,
832
- YouHaveBeenCut = 820,
833
- YouHaveCaged = 821,
834
- YouHaveCommanded = 822,
835
- YouHaveDied = 823,
836
- YouHaveHealedOther = 824,
837
- YouHaveKilled = 825,
838
- YouHaveNotCommanded = 826,
839
- YouHaveReleased = 827,
840
- YouHaveSummoned = 828,
841
- YouHaveTamed = 829,
842
- YouHaveUncaged = 830,
843
- YouNoticeBecomeEnraged = 831,
844
- YouNoticeDying = 832,
845
- YouNoticeFertilityDecreasing = 833,
846
- YouNoticeFertilityIncreasing = 834,
847
- YouNoticeGrowing = 835,
848
- YouNoticeLavaCooling = 836,
849
- YouNoticeLavaHardening = 837,
850
- YouNoticePerish = 838,
851
- YouNoticePlantDamage = 839,
852
- YouNoticePlantRegenerated = 840,
853
- YouNoticeStumbleInjureItself = 841,
854
- YouNoticeTakeFromGround = 842,
855
- YouNoticeWoundsClosing = 843,
856
- YouOfferedToCreature = 844,
857
- YouOfferedToCreatureRejects = 845,
858
- YouOpen = 846,
859
- YouPacked = 847,
860
- YouPickedUp = 848,
861
- YouRefine = 849,
862
- YouReinforce = 850,
863
- YouRepair = 851,
864
- YouReturnFromCivilizationWith = 852,
865
- YourFist = 853,
866
- YourHands = 854,
867
- YourInventory = 855,
868
- YourIsland = 856,
869
- YouSeeALivingMushroomSpore = 857,
870
- YouSeeASkeletonCollapse = 858,
871
- YouSeeASlimeCombine = 859,
872
- YouSeeAZombieBleeding = 860,
873
- YouSeeCoolDown = 861,
874
- YouSeeDrop = 862,
875
- YouSeeEngulfFire = 863,
876
- YouSeeFireSpread = 864,
877
- YouSeeHelpingPlant = 865,
878
- YouSeeLay = 866,
879
- YouSeeLayingTrap = 867,
880
- YouSeeSpewLava = 868,
881
- YouSeeSpiderSpin = 869,
882
- YouSeeSpitAcid = 870,
883
- YouSeeSpringForth = 871,
884
- YouSeeSummon = 872,
885
- YouSeeSwampFlood = 873,
886
- YouSeeTrampling = 874,
887
- YouSetTheTrapOff = 875,
888
- YouStokeTheCreature = 876,
889
- YouSwapMainHandAndOffHand = 877,
890
- YouThrew = 878,
891
- YouTilled = 879,
892
- YouUnequip = 880,
893
- YouUsed = 881,
894
- YouViewTheItemsOn = 882,
895
- YouWhileTraveling = 883
522
+ NoFireToStokeWith = 510,
523
+ NoFishAtLocation = 511,
524
+ NoGroundWater = 512,
525
+ NoInkToDrawMap = 513,
526
+ NoKindlingOrFuelItemsToStartFire = 514,
527
+ NoKindlingToStartFire = 515,
528
+ NoLongerFeelPainOfBeingBurned = 516,
529
+ NoLongerFeelPainOfBeingFrostbitten = 517,
530
+ NoLongerHostile = 518,
531
+ NoMoreRoomInContainer = 519,
532
+ NoPaperToDrawMap = 520,
533
+ NoRequiredItemToFireWeapon = 521,
534
+ NoReturnWithoutCompletingChallenges = 522,
535
+ NoRoomForImprovement = 523,
536
+ NoRoomForVehicle = 524,
537
+ NoRoomToDrop = 525,
538
+ NoRoomToSummon = 526,
539
+ NotEnoughPurifiedWaterYet = 527,
540
+ NotEnoughTreasureToReturn = 528,
541
+ NothingTo = 529,
542
+ NothingToGetFromThis = 530,
543
+ NothingToHarvestFromThisGather = 531,
544
+ NothingToSmother = 532,
545
+ NothingUsefulToHarvestYet = 533,
546
+ NoTinderToStartFire = 534,
547
+ NotSuitableToPlant = 535,
548
+ NoWaterInStill = 536,
549
+ NPCMerchantNewInventoryDialogue1 = 537,
550
+ NPCMerchantNewInventoryDialogue2 = 538,
551
+ NPCMerchantNewInventoryDialogue3 = 539,
552
+ NPCMerchantNewInventoryDialogue4 = 540,
553
+ NPCMerchantStartingDialogue1 = 541,
554
+ NPCMerchantStartingDialogue2 = 542,
555
+ NPCMerchantStartingDialogue3 = 543,
556
+ NPCMerchantStartingDialogue4 = 544,
557
+ NPCMerchantWelcomeCredit = 545,
558
+ NPCShipperShipToIsland = 546,
559
+ NPCShipperStartingDialogue1 = 547,
560
+ NPCShipperStartingDialogue2 = 548,
561
+ NPCShipperStartingDialogue3 = 549,
562
+ NPCShipperStartingDialogue4 = 550,
563
+ NPCWelcome = 551,
564
+ ObjectIsLocked = 552,
565
+ ObjectIsLockedAttemptToBreakIt = 553,
566
+ OfferAberrantFail = 554,
567
+ OfferAberrantFailButTamed = 555,
568
+ Open = 556,
569
+ OpenClose = 557,
570
+ OpenCollapse = 558,
571
+ OverEatingLostStamina = 559,
572
+ OverHydratingLostStamina = 560,
573
+ Pack = 561,
574
+ PaperTurnedToMush = 562,
575
+ ParryTheBlow = 563,
576
+ PetCreature = 564,
577
+ PickAway = 565,
578
+ PickUp = 566,
579
+ PickUpExcrement = 567,
580
+ PickUpTheItem = 568,
581
+ Place = 569,
582
+ PlacedItem = 570,
583
+ PlacedItemFailed = 571,
584
+ PlacedOnGround = 572,
585
+ PlantedInGround = 573,
586
+ PlantGatheredPlant = 574,
587
+ PlantGatheringWillDestroy = 575,
588
+ PlantHasResourcesToGather = 576,
589
+ PlantHasResourcesToHarvest = 577,
590
+ PlantHighlyFertile = 578,
591
+ Planting = 579,
592
+ PlantIsBare = 580,
593
+ PlantIsFertile = 581,
594
+ PlantIsInStage = 582,
595
+ PlantIsNotFertile = 583,
596
+ PlantIsSeeding = 584,
597
+ PlantNotReadyToHarvest = 585,
598
+ PlantReadyToGather = 586,
599
+ PlantReadyToGatherNotMaximal = 587,
600
+ PlantReadyToHarvest = 588,
601
+ PlantReadyToHarvestNotMaximal = 589,
602
+ PlayerHas = 590,
603
+ PlayerHasCompletedChallengeRequirement = 591,
604
+ PlayerHasWonChallenge = 592,
605
+ Poisoned = 593,
606
+ PoisonedLostHealth = 594,
607
+ PoisonWorkedItsCourse = 595,
608
+ PouredOut = 596,
609
+ PouredOutOnYourself = 597,
610
+ PouredWaterIntoStill = 598,
611
+ PourHarmedPlant = 599,
612
+ PourHealedPlant = 600,
613
+ PourHealedPlantFully = 601,
614
+ PourHealedPlantPartially = 602,
615
+ PourIncreasedFertility = 603,
616
+ Pouring = 604,
617
+ PourOverWatering = 605,
618
+ Prepare = 606,
619
+ Prepared = 607,
620
+ PreservedFood = 608,
621
+ PurifiedWaterInBottom = 609,
622
+ PurifiedWaterInStill = 610,
623
+ RandomEventsFire = 611,
624
+ ReduceLength = 612,
625
+ RefusedToBeTamed = 613,
626
+ Repair = 614,
627
+ RequiredForDisassembly = 615,
628
+ RequiresFireToBeLit = 616,
629
+ RequiresYouToBeAround = 617,
630
+ Resistant = 618,
631
+ Rest = 619,
632
+ Rested = 620,
633
+ Resting = 621,
634
+ RestingOnGroundNotEffective = 622,
635
+ RestInterrupted = 623,
636
+ RestInterruptedDamage = 624,
637
+ RestInterruptedDying = 625,
638
+ RestInterruptedLoudNoise = 626,
639
+ RestInterruptedPain = 627,
640
+ RestInterruptedStirring = 628,
641
+ RestInterruptedTooCold = 629,
642
+ RestInterruptedTooHot = 630,
643
+ RestInterruptedUncomfortablyCold = 631,
644
+ RestInterruptedUncomfortablyHot = 632,
645
+ RestInterruptedWaterPoured = 633,
646
+ RestLongTime = 634,
647
+ RestModerateTime = 635,
648
+ RestOnBoat = 636,
649
+ RestShortTime = 637,
650
+ RestTime = 638,
651
+ ReturnedToCivilization = 639,
652
+ ReturningToCivilizationSetOffAgain = 640,
653
+ ReturnsToLife = 641,
654
+ Reverse = 642,
655
+ Ride = 643,
656
+ Sailing = 644,
657
+ ScrollMaster = 645,
658
+ ScrollProvidedNoUsefulInsight = 646,
659
+ Seawater = 647,
660
+ SeemsToHaveDrawnEnergy = 648,
661
+ SetTrapOffButNoDamage = 649,
662
+ SetUp = 650,
663
+ ShadowInTheWater = 651,
664
+ SkillHasRaised = 652,
665
+ Skills = 653,
666
+ Sleep = 654,
667
+ Sleeping = 655,
668
+ SleepOnBoat = 656,
669
+ Slept = 657,
670
+ SlitherSuckerConstricts = 658,
671
+ SlitherSuckerFailedToRemove = 659,
672
+ SlitherSuckerFailedToRemoveOuch = 660,
673
+ SlitherSuckerJumpedOnHead = 661,
674
+ SolarStill = 662,
675
+ SomethingInTheWayOf = 663,
676
+ SomethingInTheWayOfButcherFirst = 664,
677
+ SomethingInTheWayOfFire = 665,
678
+ SomethingInTheWayOfFishing = 666,
679
+ SomethingInTheWayOfPerforming = 667,
680
+ SomethingInTheWayOfPlacing = 668,
681
+ SomethingInTheWayOfReleasing = 669,
682
+ SomethingInTheWayOfSummoning = 670,
683
+ SomethingInWayOfClosingDoor = 671,
684
+ SoothedTheirBurnInjuries = 672,
685
+ SoothedYourBurnInjuries = 673,
686
+ SortedByCategory = 674,
687
+ SortedByCraftableOnly = 675,
688
+ SortedByName = 676,
689
+ SortedBySkill = 677,
690
+ SortedByUnlockedTime = 678,
691
+ StaminaIsFull = 679,
692
+ StartedFire = 680,
693
+ StartTravelInWater = 681,
694
+ StarvingToDeath = 682,
695
+ StatAmount = 683,
696
+ StatChangeUnknown = 684,
697
+ StatGained = 685,
698
+ StatIncreasing = 686,
699
+ StatLost = 687,
700
+ StatQuenched = 688,
701
+ StatRegained = 689,
702
+ StatSated = 690,
703
+ SteppingOn = 691,
704
+ Still = 692,
705
+ StillHasNoWaterToPurify = 693,
706
+ StillNoContainer = 694,
707
+ StillTooColdToWork = 695,
708
+ StirredUpClawWorm = 696,
709
+ StirredUpCreature = 697,
710
+ StoppedYourBleeding = 698,
711
+ StopUsingVehicle = 699,
712
+ SummonedGuardiansByDiggingTreasure = 700,
713
+ SummonedGuardiansByLockpicking = 701,
714
+ SummonVoidDwellerItem = 702,
715
+ SummonVoidDwellerRinging = 703,
716
+ SummonVoidDwellerShiver = 704,
717
+ SunNotBrightEnoughToStartFire = 705,
718
+ SwampWater = 706,
719
+ Swimming = 707,
720
+ TakenFromGroundBecomeTamed = 708,
721
+ TeleportBlocked = 709,
722
+ Teleported = 710,
723
+ TheirFist = 711,
724
+ TheirInventory = 712,
725
+ ThePlant = 713,
726
+ ThereIsNoContainerOnTheStill = 714,
727
+ ThereIsNoSunToStartFire = 715,
728
+ ThisCannotBeMilked = 716,
729
+ Throw = 717,
730
+ ThrownIntoDepths = 718,
731
+ ThrownIntoObstacle = 719,
732
+ ThrownIntoVoid = 720,
733
+ TierGroup = 721,
734
+ TileMakeCaveEntranceNearby = 722,
735
+ TileMakeCaveEntrancePassable = 723,
736
+ TileMakeCaveEntranceVoid = 724,
737
+ Till = 725,
738
+ Tilling = 726,
739
+ TimeIs = 727,
740
+ TimeIsDawn = 728,
741
+ TimeIsDaytime = 729,
742
+ TimeIsDusk = 730,
743
+ TimeIsNighttime = 731,
744
+ TimeIsSunrise = 732,
745
+ TimeIsSunset = 733,
746
+ ToFight = 734,
747
+ TooDamaged = 735,
748
+ TooExhaustedToJump = 736,
749
+ Touching = 737,
750
+ TrampledFire = 738,
751
+ TrampledFireFail = 739,
752
+ TrampledFirePartial = 740,
753
+ TrampledIntoGround = 741,
754
+ TrampleIntoGround = 742,
755
+ Trampling = 743,
756
+ TransmogrificationNoEffect = 744,
757
+ TransmogrificationNotPossible = 745,
758
+ Transmogrified = 746,
759
+ TrapMissed = 747,
760
+ TrapStoppedYou = 748,
761
+ Traveling = 749,
762
+ Treasure = 750,
763
+ TreasureIsBlocked = 751,
764
+ UiActionCannotUseInaccessibleItem = 752,
765
+ UiActionCannotUseInThisSituation = 753,
766
+ UiActionCannotUseNoItemHovered = 754,
767
+ UiActionCannotUseNotInRange = 755,
768
+ UiActionCannotUseOnThisIsland = 756,
769
+ UiActionCannotUseRequiresCreature = 757,
770
+ UiActionCannotUseRequiresDoodad = 758,
771
+ UiActionCannotUseRequiresItem = 759,
772
+ UiActionCannotUseRequiresNPC = 760,
773
+ UiActionCannotUseRequiresVehicle = 761,
774
+ UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue1 = 762,
775
+ UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue2 = 763,
776
+ UiDialogTradeIndicateTradeAlreadyTradedBuyDialogue3 = 764,
777
+ UiDialogTradeIndicateTradeAlreadyTradedSellDialogue1 = 765,
778
+ UiDialogTradeIndicateTradeAlreadyTradedSellDialogue2 = 766,
779
+ UiDialogTradeIndicateTradeAlreadyTradedSellDialogue3 = 767,
780
+ UiDialogTradeIndicateTradeTooMuchTradesDialogue1 = 768,
781
+ UiDialogTradeIndicateTradeTooMuchTradesDialogue2 = 769,
782
+ UiDialogTradeIndicateTradeTooMuchTradesDialogue3 = 770,
783
+ UnhitchCreature = 771,
784
+ Unknown = 772,
785
+ Unlimited = 773,
786
+ UnlockedChest = 774,
787
+ UnpurifiedFreshWater = 775,
788
+ UnpurifiedWaterInStill = 776,
789
+ UnpurifiedWaterInTop = 777,
790
+ Use = 778,
791
+ UsingBareHands = 779,
792
+ VehicleDefense = 780,
793
+ Vulnerable = 781,
794
+ Water = 782,
795
+ WaterGathering = 783,
796
+ WaterPutOutFire = 784,
797
+ WellIsDry = 785,
798
+ WellIsFull = 786,
799
+ WildGoatRefusedToBeMilked = 787,
800
+ WorkingYourselfIntoExhaustion = 788,
801
+ WorkingYourselfIntoExhaustionAndDrowning = 789,
802
+ WorldContainer = 790,
803
+ You = 791,
804
+ YouAbsorb = 792,
805
+ YouApplied = 793,
806
+ YouAreAlready = 794,
807
+ YouAte = 795,
808
+ YouBeginResting = 796,
809
+ YouCannotDoThatYet = 797,
810
+ YouCanNowCombatTheTides = 798,
811
+ YouCrafted = 799,
812
+ YouDoNotFindTreasureYet = 800,
813
+ YouDrank = 801,
814
+ YouDropTheTorch = 802,
815
+ YouEnchant = 803,
816
+ YouEquip = 804,
817
+ YouExude = 805,
818
+ YouExudeSome = 806,
819
+ YouExudeSomeReasonConflicting = 807,
820
+ YouExudeSomeReasonMax = 808,
821
+ YouExudeSomeReasonProperties = 809,
822
+ YouFailedTo = 810,
823
+ YouFailedToExtinguishedFireFully = 811,
824
+ YouFailedToHeal = 812,
825
+ YouFailedToHealOther = 813,
826
+ YouFire = 814,
827
+ YouGathered = 815,
828
+ YouHarvested = 816,
829
+ YouHave = 817,
830
+ YouHaveAlreadyLearned = 818,
831
+ YouHaveBeenCut = 819,
832
+ YouHaveCaged = 820,
833
+ YouHaveCommanded = 821,
834
+ YouHaveDied = 822,
835
+ YouHaveHealedOther = 823,
836
+ YouHaveKilled = 824,
837
+ YouHaveNotCommanded = 825,
838
+ YouHaveReleased = 826,
839
+ YouHaveSummoned = 827,
840
+ YouHaveTamed = 828,
841
+ YouHaveUncaged = 829,
842
+ YouNoticeBecomeEnraged = 830,
843
+ YouNoticeDying = 831,
844
+ YouNoticeFertilityDecreasing = 832,
845
+ YouNoticeFertilityIncreasing = 833,
846
+ YouNoticeGrowing = 834,
847
+ YouNoticeLavaCooling = 835,
848
+ YouNoticeLavaHardening = 836,
849
+ YouNoticePerish = 837,
850
+ YouNoticePlantDamage = 838,
851
+ YouNoticePlantRegenerated = 839,
852
+ YouNoticeStumbleInjureItself = 840,
853
+ YouNoticeTakeFromGround = 841,
854
+ YouNoticeWoundsClosing = 842,
855
+ YouOfferedToCreature = 843,
856
+ YouOfferedToCreatureRejects = 844,
857
+ YouOpen = 845,
858
+ YouPacked = 846,
859
+ YouPickedUp = 847,
860
+ YouRefine = 848,
861
+ YouReinforce = 849,
862
+ YouRepair = 850,
863
+ YouReturnFromCivilizationWith = 851,
864
+ YourFist = 852,
865
+ YourHands = 853,
866
+ YourInventory = 854,
867
+ YourIsland = 855,
868
+ YouSeeALivingMushroomSpore = 856,
869
+ YouSeeASkeletonCollapse = 857,
870
+ YouSeeASlimeCombine = 858,
871
+ YouSeeAZombieBleeding = 859,
872
+ YouSeeCoolDown = 860,
873
+ YouSeeDrop = 861,
874
+ YouSeeEngulfFire = 862,
875
+ YouSeeFireSpread = 863,
876
+ YouSeeHelpingPlant = 864,
877
+ YouSeeLay = 865,
878
+ YouSeeLayingTrap = 866,
879
+ YouSeeSpewLava = 867,
880
+ YouSeeSpiderSpin = 868,
881
+ YouSeeSpitAcid = 869,
882
+ YouSeeSpringForth = 870,
883
+ YouSeeSummon = 871,
884
+ YouSeeSwampFlood = 872,
885
+ YouSeeTrampling = 873,
886
+ YouSetTheTrapOff = 874,
887
+ YouStokeTheCreature = 875,
888
+ YouSwapMainHandAndOffHand = 876,
889
+ YouThrew = 877,
890
+ YouTilled = 878,
891
+ YouUnequip = 879,
892
+ YouUsed = 880,
893
+ YouViewTheItemsOn = 881,
894
+ YouWhileTraveling = 882
896
895
  }
897
896
  export default Message;
@@ -34,229 +34,234 @@ declare enum Bindable {
34
34
  GameItemMove = 15,
35
35
  GameItemMoveAll = 16,
36
36
  GameItemMoveAllByQuality = 17,
37
- GameItemMoveToActionSlotAutoUse = 18,
38
- GameItemMenu = 19,
39
- GameItemQuickMove = 20,
40
- GameItemQuickMoveAll = 21,
41
- GameItemQuickMoveAllByQuality = 22,
42
- GameItemQuickMoveFromStack = 23,
43
- GameItemQuickMoveToStack = 24,
44
- GameItemDrop = 25,
45
- GameItemDropAll = 26,
46
- GameItemDropAllByQuality = 27,
47
- GameItemEquipToggle = 28,
48
- GameItemProtectToggle = 29,
49
- GameItemOpen = 30,
50
- GameItemToggleStacked = 31,
51
- GameItemToggleStackOpen = 32,
52
- GameInspect = 33,
53
- GameInspectItem = 34,
54
- GameZoomIn = 35,
55
- GameZoomOut = 36,
56
- GamePause = 37,
57
- GameSave = 38,
58
- GameFullscreen = 39,
59
- GameScreenshotMode = 40,
60
- GameActionBarConfigure = 41,
61
- GameActionBarUseSlottedItem = 42,
62
- GameActionBarCopy = 43,
63
- GameActionBarToggleUseWhenMoving = 44,
64
- GameActionBarToggleAllUseWhenMoving = 45,
65
- GameActionBarClear = 46,
66
- GameActionBarToggleUseHistory = 47,
67
- GameActions = 48,
68
- GameActionsItems = 49,
69
- GameActionsInFront = 50,
70
- GameActionsItemsInFront = 51,
71
- GameActionAltarConsecrate = 52,
72
- GameActionAltarInvoke = 53,
73
- GameActionAltarKneel = 54,
74
- GameActionArmorStandDisplayItem = 55,
75
- GameActionArmorStandDisplayLeft = 56,
76
- GameActionArmorStandDisplayRight = 57,
77
- GameActionArmorStandEquip = 58,
78
- GameActionArmorStandSwap = 59,
79
- GameActionArmorStandTake = 60,
80
- GameActionAttackClose = 61,
81
- GameActionAttackCloseMelee = 62,
82
- GameActionAttackRangeFire = 63,
83
- GameActionAttackRangeShoot = 64,
84
- GameActionAttackRangeThrow = 65,
85
- GameActionBuild = 66,
86
- GameActionBuildPlaceDown = 67,
87
- GameActionBuildSetDown = 68,
88
- GameActionCage = 69,
89
- GameActionCageUncage = 70,
90
- GameActionCast = 71,
91
- GameActionCommandCreature = 72,
92
- GameActionCommandCreatureAll = 73,
93
- GameActionCommandSetAiAttack = 74,
94
- GameActionCommandSetAiDefend = 75,
95
- GameActionCommandSetAiFollowClose = 76,
96
- GameActionCommandSetAiFollowFar = 77,
97
- GameActionCommandSetAiHeel = 78,
98
- GameActionCommandSetAiStay = 79,
99
- GameActionConsumeApply = 80,
100
- GameActionConsumeCure = 81,
101
- GameActionConsumeDrink = 82,
102
- GameActionConsumeEat = 83,
103
- GameActionConsumeHeal = 84,
104
- GameActionConsumeHealOther = 85,
105
- GameActionContainerOpenTile = 86,
106
- GameActionCraftingCraft = 87,
107
- GameActionCraftingDisassemble = 88,
108
- GameActionCraftingDismantle = 89,
109
- GameActionDoorClose = 90,
110
- GameActionDoorOpen = 91,
111
- GameActionEquip = 92,
112
- GameActionEquipLeft = 93,
113
- GameActionEquipRight = 94,
114
- GameActionEquipUnequip = 95,
115
- GameActionExcavateCollapse = 96,
116
- GameActionFireAddFuelWithItem = 97,
117
- GameActionFireExtinguish = 98,
118
- GameActionFireIgnite = 99,
119
- GameActionFireIgniteWithItem = 100,
120
- GameActionFireSmother = 101,
121
- GameActionFireStart = 102,
122
- GameActionFireStoke = 103,
123
- GameActionGatherButcher = 104,
124
- GameActionGatherChop = 105,
125
- GameActionGatherDig = 106,
126
- GameActionGatherDigWithHands = 107,
127
- GameActionGatherGatherWithHands = 108,
128
- GameActionGatherHarvest = 109,
129
- GameActionGatherHarvestWithHands = 110,
130
- GameActionGatherMine = 111,
131
- GameActionGrasp = 112,
132
- GameActionHitch = 113,
133
- GameActionHitchToggle = 114,
134
- GameActionHitchUnhitch = 115,
135
- GameActionImproveBasicEnhance = 116,
136
- GameActionImproveBasicEnhanceWithItem = 117,
137
- GameActionImproveBasicPreserve = 118,
138
- GameActionImproveBasicPreserveWithItem = 119,
139
- GameActionImproveBasicRefine = 120,
140
- GameActionImproveBasicRefineWithItem = 121,
141
- GameActionImproveBasicReinforce = 122,
142
- GameActionImproveBasicReinforceWithItem = 123,
143
- GameActionImproveBasicRepair = 124,
144
- GameActionImproveBasicRepairWithItem = 125,
145
- GameActionImproveBasicReshape = 126,
146
- GameActionImproveBasicReshapeWithItem = 127,
147
- GameActionImproveMagicAbsorb = 128,
148
- GameActionImproveMagicAbsorbWithItem = 129,
149
- GameActionImproveMagicAlter = 130,
150
- GameActionImproveMagicAlterWithItem = 131,
151
- GameActionImproveMagicEnchant = 132,
152
- GameActionImproveMagicEnchantWithItem = 133,
153
- GameActionImproveMagicExude = 134,
154
- GameActionImproveMagicExudeWithItem = 135,
155
- GameActionImproveMagicTransmogrify = 136,
156
- GameActionImproveMagicTransmogrifyWithItem = 137,
157
- GameActionImproveMagicUpgrade = 138,
158
- GameActionImproveMagicUpgradeWithItem = 139,
159
- GameActionItemContainerDumpItems = 140,
160
- GameActionItemContainerMoveContents = 141,
161
- GameActionItemContainerStateClose = 142,
162
- GameActionItemContainerStateOpen = 143,
163
- GameActionItemDestinationActiveContainer = 144,
164
- GameActionItemDestinationFacingContainer = 145,
165
- GameActionItemDestinationInventory = 146,
166
- GameActionItemDrop = 147,
167
- GameActionItemDropAll = 148,
168
- GameActionItemDropAllOfSameQuality = 149,
169
- GameActionItemMove = 150,
170
- GameActionItemMoveAll = 151,
171
- GameActionItemMoveAllOfSameQuality = 152,
172
- GameActionItemPickUpAllItems = 153,
173
- GameActionItemPickUpItem = 154,
174
- GameActionJump = 155,
175
- GameActionLearn = 156,
176
- GameActionLiquidGather = 157,
177
- GameActionLiquidPour = 158,
178
- GameActionLiquidPourOnYourself = 159,
179
- GameActionLockpick = 160,
180
- GameActionMapDraw = 161,
181
- GameActionMapRead = 162,
182
- GameActionNavigate = 163,
183
- GameActionOpenBottle = 164,
184
- GameActionPickUpDoodad = 165,
185
- GameActionPickUpExcrementWithHands = 166,
186
- GameActionPlant = 167,
187
- GameActionProtect = 168,
188
- GameActionProtectUnprotect = 169,
189
- GameActionRead = 170,
190
- GameActionRename = 171,
191
- GameActionRest = 172,
192
- GameActionRestSleep = 173,
193
- GameActionRotate = 174,
194
- GameActionSqueeze = 175,
195
- GameActionSquish = 176,
196
- GameActionStillAttachContainer = 177,
197
- GameActionStillDetachContainer = 178,
198
- GameActionSummon = 179,
199
- GameActionTame = 180,
200
- GameActionTameOffer = 181,
201
- GameActionTamePet = 182,
202
- GameActionTameRelease = 183,
203
- GameActionTeleport = 184,
204
- GameActionTellTime = 185,
205
- GameActionTestDepth = 186,
206
- GameActionTill = 187,
207
- GameActionTillUntill = 188,
208
- GameActionTillWithHands = 189,
209
- GameActionTrade = 190,
210
- GameActionTradeBuyFromTrader = 191,
211
- GameActionTradeSellToTrader = 192,
212
- GameActionTravelSailToCivilization = 193,
213
- GameActionTravelShipToIsland = 194,
214
- GameActionVehicleRide = 195,
215
- GameActionVehicleUnride = 196,
216
- DialogCloseAll = 197,
217
- DialogOptions = 198,
218
- DialogHelp = 199,
219
- DialogMilestones = 200,
220
- DialogNotes = 201,
221
- DialogMessages = 202,
222
- DialogMessagesChatFocus = 203,
223
- DialogInventory = 204,
224
- DialogCrafting = 205,
225
- DialogDismantle = 206,
226
- DialogEquipment = 207,
227
- DialogSkills = 208,
228
- DialogQuests = 209,
229
- DialogIslands = 210,
230
- HudToggleMenuBar = 211,
231
- HudToggleActionBar = 212,
232
- HudToggleMessages = 213,
233
- HudToggleStats = 214,
234
- TooltipMoreInformation = 215,
235
- TooltipToggle = 216,
236
- TooltipStackItems = 217,
237
- MenuEnter = 218,
238
- MenuSubmit = 219,
239
- MenuNext = 220,
240
- MenuPrevious = 221,
241
- MenuUp = 222,
242
- MenuDown = 223,
243
- MenuLeft = 224,
244
- MenuRight = 225,
245
- MenuCancel = 226,
246
- MenuNextOption = 227,
247
- MenuPreviousOption = 228,
248
- MenuContextMenu = 229,
249
- MenuSelect = 230,
250
- DeveloperInterfaceScaleUp = 231,
251
- DeveloperInterfaceScaleDown = 232,
252
- DeveloperToggleDeveloperMode = 233,
253
- DeveloperToggleDeveloperTools = 234,
254
- DeveloperReloadGame = 235,
255
- DeveloperReloadWithoutSavingGame = 236,
256
- DeveloperReloadAndContinueGame = 237,
257
- DeveloperReloadWithoutSavingAndContinueGame = 238,
258
- DeveloperReloadStylesheets = 239,
259
- DeveloperReloadTextures = 240
37
+ GameItemMoveExceptQuality = 18,
38
+ GameItemMoveToActionSlotAutoUse = 19,
39
+ GameItemMenu = 20,
40
+ GameItemQuickMove = 21,
41
+ GameItemQuickMoveAll = 22,
42
+ GameItemQuickMoveAllByQuality = 23,
43
+ GameItemQuickMoveExceptQuality = 24,
44
+ GameItemQuickMoveFromStack = 25,
45
+ GameItemQuickMoveToStack = 26,
46
+ GameItemDrop = 27,
47
+ GameItemDropAll = 28,
48
+ GameItemDropAllByQuality = 29,
49
+ GameItemDropExceptQuality = 30,
50
+ GameItemEquipToggle = 31,
51
+ GameItemProtectToggle = 32,
52
+ GameItemOpen = 33,
53
+ GameItemToggleStacked = 34,
54
+ GameItemToggleStackOpen = 35,
55
+ GameInspect = 36,
56
+ GameInspectItem = 37,
57
+ GameZoomIn = 38,
58
+ GameZoomOut = 39,
59
+ GamePause = 40,
60
+ GameSave = 41,
61
+ GameFullscreen = 42,
62
+ GameScreenshotMode = 43,
63
+ GameActionBarConfigure = 44,
64
+ GameActionBarUseSlottedItem = 45,
65
+ GameActionBarCopy = 46,
66
+ GameActionBarToggleUseWhenMoving = 47,
67
+ GameActionBarToggleAllUseWhenMoving = 48,
68
+ GameActionBarClear = 49,
69
+ GameActionBarToggleUseHistory = 50,
70
+ GameActions = 51,
71
+ GameActionsItems = 52,
72
+ GameActionsInFront = 53,
73
+ GameActionsItemsInFront = 54,
74
+ GameActionAltarConsecrate = 55,
75
+ GameActionAltarInvoke = 56,
76
+ GameActionAltarKneel = 57,
77
+ GameActionArmorStandDisplayItem = 58,
78
+ GameActionArmorStandDisplayLeft = 59,
79
+ GameActionArmorStandDisplayRight = 60,
80
+ GameActionArmorStandEquip = 61,
81
+ GameActionArmorStandSwap = 62,
82
+ GameActionArmorStandTake = 63,
83
+ GameActionAttackClose = 64,
84
+ GameActionAttackCloseMelee = 65,
85
+ GameActionAttackRangeFire = 66,
86
+ GameActionAttackRangeShoot = 67,
87
+ GameActionAttackRangeThrow = 68,
88
+ GameActionBuild = 69,
89
+ GameActionBuildPlaceDown = 70,
90
+ GameActionBuildSetDown = 71,
91
+ GameActionCage = 72,
92
+ GameActionCageUncage = 73,
93
+ GameActionCast = 74,
94
+ GameActionCommandCreature = 75,
95
+ GameActionCommandCreatureAll = 76,
96
+ GameActionCommandSetAiAttack = 77,
97
+ GameActionCommandSetAiDefend = 78,
98
+ GameActionCommandSetAiFollowClose = 79,
99
+ GameActionCommandSetAiFollowFar = 80,
100
+ GameActionCommandSetAiHeel = 81,
101
+ GameActionCommandSetAiStay = 82,
102
+ GameActionConsumeApply = 83,
103
+ GameActionConsumeCure = 84,
104
+ GameActionConsumeDrink = 85,
105
+ GameActionConsumeEat = 86,
106
+ GameActionConsumeHeal = 87,
107
+ GameActionConsumeHealOther = 88,
108
+ GameActionContainerOpenTile = 89,
109
+ GameActionCraftingCraft = 90,
110
+ GameActionCraftingDisassemble = 91,
111
+ GameActionCraftingDismantle = 92,
112
+ GameActionDoorClose = 93,
113
+ GameActionDoorOpen = 94,
114
+ GameActionEquip = 95,
115
+ GameActionEquipLeft = 96,
116
+ GameActionEquipRight = 97,
117
+ GameActionEquipUnequip = 98,
118
+ GameActionExcavateCollapse = 99,
119
+ GameActionFireAddFuelWithItem = 100,
120
+ GameActionFireExtinguish = 101,
121
+ GameActionFireIgnite = 102,
122
+ GameActionFireIgniteWithItem = 103,
123
+ GameActionFireSmother = 104,
124
+ GameActionFireStart = 105,
125
+ GameActionFireStoke = 106,
126
+ GameActionGatherButcher = 107,
127
+ GameActionGatherChop = 108,
128
+ GameActionGatherDig = 109,
129
+ GameActionGatherDigWithHands = 110,
130
+ GameActionGatherGatherWithHands = 111,
131
+ GameActionGatherHarvest = 112,
132
+ GameActionGatherHarvestWithHands = 113,
133
+ GameActionGatherMine = 114,
134
+ GameActionGrasp = 115,
135
+ GameActionHitch = 116,
136
+ GameActionHitchToggle = 117,
137
+ GameActionHitchUnhitch = 118,
138
+ GameActionImproveBasicEnhance = 119,
139
+ GameActionImproveBasicEnhanceWithItem = 120,
140
+ GameActionImproveBasicPreserve = 121,
141
+ GameActionImproveBasicPreserveWithItem = 122,
142
+ GameActionImproveBasicRefine = 123,
143
+ GameActionImproveBasicRefineWithItem = 124,
144
+ GameActionImproveBasicReinforce = 125,
145
+ GameActionImproveBasicReinforceWithItem = 126,
146
+ GameActionImproveBasicRepair = 127,
147
+ GameActionImproveBasicRepairWithItem = 128,
148
+ GameActionImproveBasicReshape = 129,
149
+ GameActionImproveBasicReshapeWithItem = 130,
150
+ GameActionImproveMagicAbsorb = 131,
151
+ GameActionImproveMagicAbsorbWithItem = 132,
152
+ GameActionImproveMagicAlter = 133,
153
+ GameActionImproveMagicAlterWithItem = 134,
154
+ GameActionImproveMagicEnchant = 135,
155
+ GameActionImproveMagicEnchantWithItem = 136,
156
+ GameActionImproveMagicExude = 137,
157
+ GameActionImproveMagicExudeWithItem = 138,
158
+ GameActionImproveMagicTransmogrify = 139,
159
+ GameActionImproveMagicTransmogrifyWithItem = 140,
160
+ GameActionImproveMagicUpgrade = 141,
161
+ GameActionImproveMagicUpgradeWithItem = 142,
162
+ GameActionItemContainerDumpItems = 143,
163
+ GameActionItemContainerMoveContents = 144,
164
+ GameActionItemContainerStateClose = 145,
165
+ GameActionItemContainerStateOpen = 146,
166
+ GameActionItemDestinationActiveContainer = 147,
167
+ GameActionItemDestinationFacingContainer = 148,
168
+ GameActionItemDestinationInventory = 149,
169
+ GameActionItemDrop = 150,
170
+ GameActionItemDropAll = 151,
171
+ GameActionItemDropAllExceptQuality = 152,
172
+ GameActionItemDropAllOfSameQuality = 153,
173
+ GameActionItemMove = 154,
174
+ GameActionItemMoveAll = 155,
175
+ GameActionItemMoveAllExceptQuality = 156,
176
+ GameActionItemMoveAllOfSameQuality = 157,
177
+ GameActionItemPickUpAllItems = 158,
178
+ GameActionItemPickUpItem = 159,
179
+ GameActionJump = 160,
180
+ GameActionLearn = 161,
181
+ GameActionLiquidGather = 162,
182
+ GameActionLiquidPour = 163,
183
+ GameActionLiquidPourOnYourself = 164,
184
+ GameActionLockpick = 165,
185
+ GameActionMapDraw = 166,
186
+ GameActionMapRead = 167,
187
+ GameActionNavigate = 168,
188
+ GameActionOpenBottle = 169,
189
+ GameActionPickUpDoodad = 170,
190
+ GameActionPickUpExcrementWithHands = 171,
191
+ GameActionPlant = 172,
192
+ GameActionProtect = 173,
193
+ GameActionProtectUnprotect = 174,
194
+ GameActionRead = 175,
195
+ GameActionRename = 176,
196
+ GameActionRest = 177,
197
+ GameActionRestSleep = 178,
198
+ GameActionRotate = 179,
199
+ GameActionSqueeze = 180,
200
+ GameActionSquish = 181,
201
+ GameActionStillAttachContainer = 182,
202
+ GameActionStillDetachContainer = 183,
203
+ GameActionSummon = 184,
204
+ GameActionTame = 185,
205
+ GameActionTameOffer = 186,
206
+ GameActionTamePet = 187,
207
+ GameActionTameRelease = 188,
208
+ GameActionTeleport = 189,
209
+ GameActionTellTime = 190,
210
+ GameActionTestDepth = 191,
211
+ GameActionTill = 192,
212
+ GameActionTillUntill = 193,
213
+ GameActionTillWithHands = 194,
214
+ GameActionTrade = 195,
215
+ GameActionTradeBuyFromTrader = 196,
216
+ GameActionTradeSellToTrader = 197,
217
+ GameActionTravelSailToCivilization = 198,
218
+ GameActionTravelShipToIsland = 199,
219
+ GameActionVehicleRide = 200,
220
+ GameActionVehicleUnride = 201,
221
+ DialogCloseAll = 202,
222
+ DialogOptions = 203,
223
+ DialogHelp = 204,
224
+ DialogMilestones = 205,
225
+ DialogNotes = 206,
226
+ DialogMessages = 207,
227
+ DialogMessagesChatFocus = 208,
228
+ DialogInventory = 209,
229
+ DialogCrafting = 210,
230
+ DialogDismantle = 211,
231
+ DialogEquipment = 212,
232
+ DialogSkills = 213,
233
+ DialogQuests = 214,
234
+ DialogIslands = 215,
235
+ HudToggleMenuBar = 216,
236
+ HudToggleActionBar = 217,
237
+ HudToggleMessages = 218,
238
+ HudToggleStats = 219,
239
+ TooltipMoreInformation = 220,
240
+ TooltipToggle = 221,
241
+ TooltipStackItems = 222,
242
+ MenuEnter = 223,
243
+ MenuSubmit = 224,
244
+ MenuNext = 225,
245
+ MenuPrevious = 226,
246
+ MenuUp = 227,
247
+ MenuDown = 228,
248
+ MenuLeft = 229,
249
+ MenuRight = 230,
250
+ MenuCancel = 231,
251
+ MenuNextOption = 232,
252
+ MenuPreviousOption = 233,
253
+ MenuContextMenu = 234,
254
+ MenuSelect = 235,
255
+ DeveloperInterfaceScaleUp = 236,
256
+ DeveloperInterfaceScaleDown = 237,
257
+ DeveloperToggleDeveloperMode = 238,
258
+ DeveloperToggleDeveloperTools = 239,
259
+ DeveloperReloadGame = 240,
260
+ DeveloperReloadWithoutSavingGame = 241,
261
+ DeveloperReloadAndContinueGame = 242,
262
+ DeveloperReloadWithoutSavingAndContinueGame = 243,
263
+ DeveloperReloadStylesheets = 244,
264
+ DeveloperReloadTextures = 245
260
265
  }
261
266
  export default Bindable;
262
267
  export declare enum BindableType {
@@ -40,7 +40,7 @@ export interface IContainerBucketItemListTransferDetails extends Omit<IMoveItemF
40
40
  itemType: ItemType;
41
41
  moveAll: boolean;
42
42
  stackList?: ContainerBucketItemList;
43
- quality?: Quality;
43
+ quality?: ArrayOr<Quality>;
44
44
  index?: number;
45
45
  silent?: true;
46
46
  hidden?: true;
@@ -8,6 +8,9 @@
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 type { IUsableActionPossibleUsing } from "@wayward/game/game/entity/action/usable/IUsableAction";
12
+ import UsableAction from "@wayward/game/game/entity/action/usable/UsableAction";
13
+ import type Player from "@wayward/game/game/entity/player/Player";
11
14
  import Button from "@wayward/game/ui/component/Button";
12
15
  import Component from "@wayward/game/ui/component/Component";
13
16
  import Text from "@wayward/game/ui/component/Text";
@@ -50,7 +53,7 @@ export default class ActionsConfigurationDrawer extends Component {
50
53
  reset(updateSavedUsing?: boolean): this;
51
54
  private refresh;
52
55
  protected onHide(): void;
53
- protected postExecuteAction(): void;
56
+ protected postExecute(host: UsableAction, player: Player, using: IUsableActionPossibleUsing): void;
54
57
  protected onSubmit(): boolean;
55
58
  private onChooseAction;
56
59
  private onConfigurationChange;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wayward/types",
3
3
  "description": "TypeScript declarations for Wayward, used for modding.",
4
- "version": "2.15.2-beta.dev.20251216.1",
4
+ "version": "2.15.2-beta.dev.20251220.1",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",