@wayward/types 2.14.4-beta.dev.20250209.1 → 2.14.4-beta.dev.20250212.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.
@@ -23,6 +23,7 @@ import type { IStat } from "@wayward/game/game/entity/IStats";
23
23
  import { Stat } from "@wayward/game/game/entity/IStats";
24
24
  import type { StatChangeTimerFactory } from "@wayward/game/game/entity/StatFactory";
25
25
  import { StatChangeCurrentTimerStrategy } from "@wayward/game/game/entity/StatFactory";
26
+ import { ActionType } from "@wayward/game/game/entity/action/IAction";
26
27
  import IActionContext from "@wayward/game/game/entity/action/IActionContext";
27
28
  import type Creature from "@wayward/game/game/entity/creature/Creature";
28
29
  import type { CreatureType, IDamageInfo } from "@wayward/game/game/entity/creature/ICreature";
@@ -361,7 +362,7 @@ export default abstract class Human<DescriptionType = unknown, TypeType extends
361
362
  getRangedSkillBonus(skillUse?: SkillType): number;
362
363
  getQualityBonus(item: Item | undefined): number;
363
364
  setTamedCreatureEnemy(enemy: Human | Creature): void;
364
- checkForGatherFire(): Translation | undefined;
365
+ checkForGatherFire(action: ActionType): Translation | undefined;
365
366
  /**
366
367
  * Check if there is a still in front of the player.
367
368
  * @param withWater Check if the still has water in it?
@@ -0,0 +1,13 @@
1
+ /*!
2
+ * Copyright 2011-2024 Unlok
3
+ * https://www.unlok.ca
4
+ *
5
+ * Credits & Thanks:
6
+ * https://www.unlok.ca/credits-thanks/
7
+ *
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
+ * https://github.com/WaywardGame/types/wiki
10
+ */
11
+ import type { IActionConfirmerApi } from "@wayward/game/game/entity/action/IAction";
12
+ import type Human from "@wayward/game/game/entity/Human";
13
+ export default function (action: IActionConfirmerApi<Human>): Promise<boolean>;
@@ -21,116 +21,117 @@ export declare enum Prompt {
21
21
  GameCannotRunIndexedDbError = 4,
22
22
  GameConfirmationActionIsLava = 5,
23
23
  GameConfirmationActionInLavaOrFire = 6,
24
- GameConfirmationDestroyOnGather = 7,
25
- GameConfirmationDroppingContainer = 8,
26
- GameConfirmationRestWithEquippedFireSource = 9,
27
- GameContainerNotFull = 10,
28
- GameDesalinationNoNeed = 11,
29
- GameExtinguishWaterStill = 12,
30
- GameItemMayBeDestroyedInCraft = 13,
31
- GameItemMayCauseBurns = 14,
32
- GameItemsMayBeDestroyedOnUse = 15,
33
- GameLoadFailure = 16,
34
- GameNoHealingRequired = 17,
35
- GameNoSaveOnDeath = 18,
36
- GamePickUpDoodadWillBeDestroyed = 19,
37
- GamePickUpStillWithWater = 20,
38
- GameReleaseCreature = 21,
39
- GameUncage = 22,
40
- GameRenameGeneric = 23,
41
- GameRenameCreature = 24,
42
- GameRenameDoodad = 25,
43
- GameRenameItem = 26,
44
- GameReturnToTitleScreen = 27,
45
- GameReturnToTitleScreenChallenge = 28,
46
- GameSailAwayEnd = 29,
47
- GameSailAwayReturnable = 30,
48
- GameSaveError = 31,
49
- GameSaveFailure = 32,
50
- GameIslandTravelConfirmation = 33,
51
- GameWellConvert = 34,
52
- GameSolarStillWontWorkInTemperature = 35,
53
- GameSolarStillWontWorkInCave = 36,
54
- GameShipToIslandPayment = 37,
55
- GameQuestConfirmSkip = 38,
56
- GamePause = 39,
57
- GameWin = 40,
58
- GameOver = 41,
59
- GameHelp = 42,
60
- GameMultiplayerOptions = 43,
61
- GameEditBindings = 44,
62
- MenuCharacterCreationImportCharacterFailure = 45,
63
- MenuCharacterSelectionDeleteCharacter = 46,
64
- MenuGameEndGhostDeleteSave = 47,
65
- MenuGameEndWonDeleteSave = 48,
66
- MenuGameEndReturnToTitleScreen = 49,
67
- MenuGameEndReturnToTitleScreenChallengeMultiplayer = 50,
68
- MenuGameEndReturnToTitleScreenChallenge = 51,
69
- MenuGameEndReturnToTitleScreenMultiplayer = 52,
70
- MenuLoadGameDeleteSave = 53,
71
- MenuLoadGameDeleteSaves = 54,
72
- MenuLoadGameExportType = 55,
73
- MenuLoadGameImportSaveFailure = 56,
74
- MenuLoadGameMissingMod = 57,
75
- MenuLoadGameOldBuildTime = 58,
76
- MenuLoadGamePublishError = 59,
77
- MenuMainWelcomeToVersion = 60,
78
- MenuMainOldVersionWarning = 61,
79
- MenuModsConfirmPublish = 62,
80
- MenuModsConfirmPublishUpdate = 63,
81
- MenuModsModEnableMultipleLanguages = 64,
82
- MenuModsModEnableUseLanguage = 65,
83
- MenuModsPublishedReminderRequiredModsOnWorkshop = 66,
84
- MenuModsPublishError = 67,
85
- MenuModsPublishUpdateError = 68,
86
- MenuModsInfoMissingDependencies = 69,
87
- MenuModsConfirmEnableDisabledDependencies = 70,
88
- MenuModsConfirmDisableDependents = 71,
89
- MenuModsConfirmUninstallMod = 72,
90
- MenuModsUnloadableSaveGameMod = 73,
91
- MenuModsSubmenuEditInternalModsModsListChangeReload = 74,
92
- MenuMultiplayerCannotJoinFailedToLoadMods = 75,
93
- MenuMultiplayerCannotJoinMissingMods = 76,
94
- MenuNewGameTooManySaves = 77,
95
- MenuCustomGameOptionsConfirmImport = 78,
96
- MenuCustomGameOptionsImportFailure = 79,
97
- MenuMilestoneModifiersConfirmImport = 80,
98
- MenuMilestoneModifiersImportFailure = 81,
99
- MenuOptionsReloadGame = 82,
100
- MenuOptionsChangeReload = 83,
101
- MenuOptionsChangeSteamBeta = 84,
102
- MenuOptionsConfirmUnlockMilestones = 85,
103
- MenuOptionsConfirmDiscoverActions = 86,
104
- MenuOptionsConfirmUnlockRecipes = 87,
105
- MenuOptionsSaveDataClearAll = 88,
106
- MenuOptionsSaveDataClearCharacters = 89,
107
- MenuOptionsSaveDataClearUI = 90,
108
- MenuOptionsSaveDataClearHighscores = 91,
109
- MenuOptionsSaveDataClearMilestones = 92,
110
- MenuOptionsSaveDataClearOptions = 93,
111
- MenuOptionsSaveDataClearSaves = 94,
112
- MenuOptionsSaveDataClearCraftingRecipes = 95,
113
- MenuOptionsSaveDataClearBindings = 96,
114
- MenuOptionsConfirmImportGlobalData = 97,
115
- MenuPauseGhostKeepSave = 98,
116
- MenuPauseReturnToTitleScreen = 99,
117
- MenuPauseReturnToTitleScreenChallenge = 100,
118
- MenuPauseReturnToTitleScreenChallengeMultiplayer = 101,
119
- MenuPauseReturnToTitleScreenMultiplayer = 102,
120
- MultiplayerFailedToConnect = 103,
121
- MultiplayerRestartServerAfterLoadingSave = 104,
122
- MultiplayerDisconnect = 105,
123
- MultiplayerDisconnectRejoin = 106,
124
- MultiplayerServerHasUnpublishedMods = 107,
125
- SteamworksURLOpenedInBrowser = 108,
126
- SteamworksWorkshopOpenedInBrowser = 109,
127
- SteamworksModWithNameAlreadyExists = 110,
128
- SteamworksModImportSaveGameFailure = 111,
129
- SteamworksModImportedSaveGame = 112,
130
- SteamworksOpenFolderFailure = 113,
131
- SteamworksModPublishModJsonUpdateFailed = 114,
132
- SteamworksNotAvailableOnSteamDeck = 115,
133
- UiSaveDrop = 116
24
+ GameConfirmationActionDumpDropItemsInWaterVoid = 7,
25
+ GameConfirmationDestroyOnGather = 8,
26
+ GameConfirmationDroppingContainer = 9,
27
+ GameConfirmationRestWithEquippedFireSource = 10,
28
+ GameContainerNotFull = 11,
29
+ GameDesalinationNoNeed = 12,
30
+ GameExtinguishWaterStill = 13,
31
+ GameItemMayBeDestroyedInCraft = 14,
32
+ GameItemMayCauseBurns = 15,
33
+ GameItemsMayBeDestroyedOnUse = 16,
34
+ GameLoadFailure = 17,
35
+ GameNoHealingRequired = 18,
36
+ GameNoSaveOnDeath = 19,
37
+ GamePickUpDoodadWillBeDestroyed = 20,
38
+ GamePickUpStillWithWater = 21,
39
+ GameReleaseCreature = 22,
40
+ GameUncage = 23,
41
+ GameRenameGeneric = 24,
42
+ GameRenameCreature = 25,
43
+ GameRenameDoodad = 26,
44
+ GameRenameItem = 27,
45
+ GameReturnToTitleScreen = 28,
46
+ GameReturnToTitleScreenChallenge = 29,
47
+ GameSailAwayEnd = 30,
48
+ GameSailAwayReturnable = 31,
49
+ GameSaveError = 32,
50
+ GameSaveFailure = 33,
51
+ GameIslandTravelConfirmation = 34,
52
+ GameWellConvert = 35,
53
+ GameSolarStillWontWorkInTemperature = 36,
54
+ GameSolarStillWontWorkInCave = 37,
55
+ GameShipToIslandPayment = 38,
56
+ GameQuestConfirmSkip = 39,
57
+ GamePause = 40,
58
+ GameWin = 41,
59
+ GameOver = 42,
60
+ GameHelp = 43,
61
+ GameMultiplayerOptions = 44,
62
+ GameEditBindings = 45,
63
+ MenuCharacterCreationImportCharacterFailure = 46,
64
+ MenuCharacterSelectionDeleteCharacter = 47,
65
+ MenuGameEndGhostDeleteSave = 48,
66
+ MenuGameEndWonDeleteSave = 49,
67
+ MenuGameEndReturnToTitleScreen = 50,
68
+ MenuGameEndReturnToTitleScreenChallengeMultiplayer = 51,
69
+ MenuGameEndReturnToTitleScreenChallenge = 52,
70
+ MenuGameEndReturnToTitleScreenMultiplayer = 53,
71
+ MenuLoadGameDeleteSave = 54,
72
+ MenuLoadGameDeleteSaves = 55,
73
+ MenuLoadGameExportType = 56,
74
+ MenuLoadGameImportSaveFailure = 57,
75
+ MenuLoadGameMissingMod = 58,
76
+ MenuLoadGameOldBuildTime = 59,
77
+ MenuLoadGamePublishError = 60,
78
+ MenuMainWelcomeToVersion = 61,
79
+ MenuMainOldVersionWarning = 62,
80
+ MenuModsConfirmPublish = 63,
81
+ MenuModsConfirmPublishUpdate = 64,
82
+ MenuModsModEnableMultipleLanguages = 65,
83
+ MenuModsModEnableUseLanguage = 66,
84
+ MenuModsPublishedReminderRequiredModsOnWorkshop = 67,
85
+ MenuModsPublishError = 68,
86
+ MenuModsPublishUpdateError = 69,
87
+ MenuModsInfoMissingDependencies = 70,
88
+ MenuModsConfirmEnableDisabledDependencies = 71,
89
+ MenuModsConfirmDisableDependents = 72,
90
+ MenuModsConfirmUninstallMod = 73,
91
+ MenuModsUnloadableSaveGameMod = 74,
92
+ MenuModsSubmenuEditInternalModsModsListChangeReload = 75,
93
+ MenuMultiplayerCannotJoinFailedToLoadMods = 76,
94
+ MenuMultiplayerCannotJoinMissingMods = 77,
95
+ MenuNewGameTooManySaves = 78,
96
+ MenuCustomGameOptionsConfirmImport = 79,
97
+ MenuCustomGameOptionsImportFailure = 80,
98
+ MenuMilestoneModifiersConfirmImport = 81,
99
+ MenuMilestoneModifiersImportFailure = 82,
100
+ MenuOptionsReloadGame = 83,
101
+ MenuOptionsChangeReload = 84,
102
+ MenuOptionsChangeSteamBeta = 85,
103
+ MenuOptionsConfirmUnlockMilestones = 86,
104
+ MenuOptionsConfirmDiscoverActions = 87,
105
+ MenuOptionsConfirmUnlockRecipes = 88,
106
+ MenuOptionsSaveDataClearAll = 89,
107
+ MenuOptionsSaveDataClearCharacters = 90,
108
+ MenuOptionsSaveDataClearUI = 91,
109
+ MenuOptionsSaveDataClearHighscores = 92,
110
+ MenuOptionsSaveDataClearMilestones = 93,
111
+ MenuOptionsSaveDataClearOptions = 94,
112
+ MenuOptionsSaveDataClearSaves = 95,
113
+ MenuOptionsSaveDataClearCraftingRecipes = 96,
114
+ MenuOptionsSaveDataClearBindings = 97,
115
+ MenuOptionsConfirmImportGlobalData = 98,
116
+ MenuPauseGhostKeepSave = 99,
117
+ MenuPauseReturnToTitleScreen = 100,
118
+ MenuPauseReturnToTitleScreenChallenge = 101,
119
+ MenuPauseReturnToTitleScreenChallengeMultiplayer = 102,
120
+ MenuPauseReturnToTitleScreenMultiplayer = 103,
121
+ MultiplayerFailedToConnect = 104,
122
+ MultiplayerRestartServerAfterLoadingSave = 105,
123
+ MultiplayerDisconnect = 106,
124
+ MultiplayerDisconnectRejoin = 107,
125
+ MultiplayerServerHasUnpublishedMods = 108,
126
+ SteamworksURLOpenedInBrowser = 109,
127
+ SteamworksWorkshopOpenedInBrowser = 110,
128
+ SteamworksModWithNameAlreadyExists = 111,
129
+ SteamworksModImportSaveGameFailure = 112,
130
+ SteamworksModImportedSaveGame = 113,
131
+ SteamworksOpenFolderFailure = 114,
132
+ SteamworksModPublishModJsonUpdateFailed = 115,
133
+ SteamworksNotAvailableOnSteamDeck = 116,
134
+ UiSaveDrop = 117
134
135
  }
135
136
  export declare enum PromptType {
136
137
  Info = 0,
@@ -27,6 +27,7 @@ export declare const promptGameConfirmationActionInLavaOrFire: import("@wayward/
27
27
  AMOUNT: number;
28
28
  LAVA?: true;
29
29
  }]>;
30
+ export declare const promptGameConfirmationActionDumpDropItemsInWaterVoid: import("@wayward/game/game/meta/prompt/IPrompt").IPromptConfirmDescription<[]>;
30
31
  export declare const promptGameConfirmationActionIsLava: import("@wayward/game/game/meta/prompt/IPrompt").IPromptConfirmDescription<[gatherText: Text]>;
31
32
  export declare const promptGameConfirmationDestroyOnGather: import("@wayward/game/game/meta/prompt/IPrompt").IPromptConfirmDescription<[growthStage: Text | undefined, objectName: Text]>;
32
33
  export declare const promptGameConfirmationDroppingContainer: import("@wayward/game/game/meta/prompt/IPrompt").IPromptConfirmDescription<[]>;
@@ -777,170 +777,172 @@ declare enum UiTranslation {
777
777
  MenuOptionsButtonDropIntoContainersTooltip = 762,
778
778
  MenuOptionsButtonWarnOnDangerousActions = 763,
779
779
  MenuOptionsButtonWarnOnDangerousActionsTooltip = 764,
780
- MenuOptionsButtonWarnOnDestructiveActions = 765,
781
- MenuOptionsButtonWarnOnDestructiveActionsTooltip = 766,
782
- MenuOptionsButtonWarnWhenBreakingItemsOnCraft = 767,
783
- MenuOptionsButtonWarnWhenBreakingItemsOnCraftTooltip = 768,
784
- MenuOptionsButtonWarnWhenBreakingItemsOnUse = 769,
785
- MenuOptionsButtonWarnWhenBreakingItemsOnUseTooltip = 770,
786
- MenuOptionsHeadingWarnWhenBreakingItems = 771,
787
- MenuOptionsButtonSaveDataClearBindings = 772,
788
- MenuOptionsButtonDisableMilestones = 773,
789
- MenuOptionsLabelSaveDataRemoval = 774,
790
- MenuOptionsTooltipDialogOpacity = 775,
791
- MenuOptionsLabelDialogOpacity = 776,
792
- MenuOptionsDeveloperSteamBetas = 777,
793
- MenuOptionsDeveloperSteamBetaName = 778,
794
- MenuOptionsDeveloperLogSourceFilterHeading = 779,
795
- MenuOptionsDeveloperUIExperiments = 780,
796
- MenuOptionsDeveloperUIExperimentsDescription = 781,
797
- MenuOptionsDeveloperDebugging = 782,
798
- MenuOptionsDeveloperDebuggingDescription = 783,
799
- MenuOptionsDeveloperToggleContainerDesyncDebugging = 784,
800
- MenuOptionsDeveloperToggleContainerDesyncDebuggingDescription = 785,
801
- MenuOptionsDeveloperReportErrors = 786,
802
- MenuOptionsDeveloperReportErrorsDescription = 787,
803
- MenuOptionsAudioVolumeDisplay = 788,
804
- MenuOptionsAudioInputSoundOnTyping = 789,
805
- MenuOptionsAudioPlayAudioInBackground = 790,
806
- MenuOptionsMusicPlaylist = 791,
807
- MenuOptionsButtonConfigureBindings = 792,
808
- MenuOptionsButtonSaveCompression = 793,
809
- MenuOptionsButtonSaveCompressionTooltip = 794,
810
- MenuOptionsButtonSaveUIDataGlobally = 795,
811
- MenuOptionsButtonSaveUIDataGloballyTooltip = 796,
812
- MenuPauseButtonContinueGame = 797,
813
- MenuPauseButtonReturnToGame = 798,
814
- MenuPauseButtonOptions = 799,
815
- MenuPauseButtonGameSettings = 800,
816
- MenuPauseButtonPaused = 801,
817
- MenuPauseButtonMultiplayer = 802,
818
- MenuPauseButtonHelp = 803,
819
- MenuPauseButtonTitleScreen = 804,
820
- MenuPauseButtonStopServer = 805,
821
- MenuPauseButtonQuitWithoutSaving = 806,
822
- MenuPauseTooltipNotPaused = 807,
823
- MenuPauseLabelPaused = 808,
824
- MenuPauseLabelNotPaused = 809,
825
- MenuModesTitle = 810,
826
- MenuModesDescription = 811,
827
- MenuMultiplayerOptionsTitle = 812,
828
- MenuMultiplayerOptionsDescription = 813,
829
- MenuMultiplayerOptionsOpenServer = 814,
830
- MenuMultiplayerOptionsOpenServerDescription = 815,
831
- MenuMultiplayerOptionsCopyGameCode = 816,
832
- MenuMultiplayerOptionsCopyGameCodeTooltip = 817,
833
- MenuMultiplayerOptionsInviteSteamFriends = 818,
834
- MenuMultiplayerOptionsCheckConnectionHeading = 819,
835
- MenuMultiplayerOptionsCheckConnectionParagraph = 820,
836
- MenuMultiplayerOptionsCheckConnectionButton = 821,
837
- MenuMultiplayerOptionsCheckConnectionResultUnknown = 822,
838
- MenuMultiplayerOptionsCheckConnectionResultChecking = 823,
839
- MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetwork = 824,
840
- MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetworkFail = 825,
841
- MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetworkUnavailable = 826,
842
- MenuMultiplayerOptionsCheckConnectionResultWebSocket = 827,
843
- MenuMultiplayerOptionsCheckConnectionResultWebSocketFail = 828,
844
- MenuMultiplayerOptionsCheckConnectionResultWebSocketUnavailable = 829,
845
- MenuMultiplayerOptionsCheckConnectionResultSuccess = 830,
846
- MenuJoinServerTitle = 831,
847
- MenuJoinServerDescription = 832,
848
- MenuJoinServerInputPlaceholder = 833,
849
- MenuJoinServerChooseModifiersTitle = 834,
850
- MenuJoinServerChooseModifiersDescription = 835,
851
- MenuSharedMultiplayerChoiceLobbyTypeFriends = 836,
852
- MenuSharedMultiplayerChoiceLobbyTypeFriendsDescription = 837,
853
- MenuSharedMultiplayerChoiceLobbyTypePublic = 838,
854
- MenuSharedMultiplayerChoiceLobbyTypePublicDescription = 839,
855
- MenuSharedMultiplayerChoiceLobbyTypePrivate = 840,
856
- MenuSharedMultiplayerChoiceLobbyTypePrivateDescription = 841,
857
- MenuSharedMultiplayerChoicePVP = 842,
858
- MenuSharedMultiplayerChoicePVPDescription = 843,
859
- MenuSharedMultiplayerChoiceAllowTraveling = 844,
860
- MenuSharedMultiplayerChoiceAllowTravelingDescription = 845,
861
- MenuSharedMultiplayerChoiceAllowHardcoreRespawns = 846,
862
- MenuSharedMultiplayerChoiceAllowHardcoreRespawnsDescription = 847,
863
- MenuSharedMultiplayerChoicePauseOnDesync = 848,
864
- MenuSharedMultiplayerChoicePauseOnDesyncDescription = 849,
865
- MenuSharedMultiplayerDescription = 850,
866
- MenuSharedMultiplayerMessageOfTheDay = 851,
867
- MenuSharedMultiplayerMaxPlayers = 852,
868
- MenuSharedRealTimeTickSpeedTooltip = 853,
869
- MenuSharedRealTimeTickSpeedLabel = 854,
870
- MenuSharedButtonDefault = 855,
871
- MenuSharedValueSeconds = 856,
872
- MenuSharedValueMilliseconds = 857,
873
- MenuSharedValuePercentage = 858,
874
- MenuSharedMilestonesNotUnlockable = 859,
875
- MenuSharedMilestonesNotUnlockableDescription = 860,
876
- MenuSharedMilestonesNotUnlockableButtonShowMods = 861,
877
- MenuSharedButtonDisableAll = 862,
878
- MenuSharedButtonEnableAll = 863,
879
- MenuSharedMilestoneModifiersSelected = 864,
880
- MiscSortBy = 865,
881
- MiscSortCustom = 866,
882
- MiscSortDirection = 867,
883
- MiscFilter = 868,
884
- MiscNone = 869,
885
- MiscPlayerNameDefault = 870,
886
- MiscPlayerNameServer = 871,
887
- MiscSaveNameDefault = 872,
888
- MiscSaveNameDailyChallenge = 873,
889
- MiscSaveNameChallenge = 874,
890
- MiscSaveVersionUnknown = 875,
891
- MiscVersion = 876,
892
- MiscVersionBuildInfoTooltip = 877,
893
- MiscVersionUpdate = 878,
894
- MiscTime = 879,
895
- MiscTimeMeridiem = 880,
896
- MiscError = 881,
897
- MiscContextMenuCopyTooltip = 882,
898
- MiscBindableNoBindings = 883,
899
- MiscBindingIcon = 884,
900
- MiscBindingIconThen = 885,
901
- DifficultyOptionsPeaceful = 886,
902
- DifficultyOptionsAberrantSpawnsDisabled = 887,
903
- DifficultyOptionsAberrantSpawnsOnly = 888,
904
- DifficultyOptionsCreatureSpawningDisabled = 889,
905
- DifficultyOptionsCreatureAlwaysSpawns = 890,
906
- DifficultyOptionsCreatureSpawnsDefault = 891,
907
- DifficultyOptionsCreatureSpawnsAberrantOnly = 892,
908
- DifficultyOptionsCreatureSpawnsNoAberrants = 893,
909
- DifficultyOptionsSpawnLimit = 894,
910
- DifficultyOptionsSpawnRateMultiplier = 895,
911
- DifficultyOptionsDisableScared = 896,
912
- DifficultyOptionsRespawn = 897,
913
- DifficultyOptionsEternalNight = 898,
914
- DifficultyOptionsEternalDay = 899,
915
- DifficultyOptionsTimeInitial = 900,
916
- DifficultyOptionsTimeFrozen = 901,
917
- DifficultyOptionsTimeDayLength = 902,
918
- DifficultyOptionsTimeDayPercent = 903,
919
- DifficultyOptionsNoItems = 904,
920
- DifficultyOptionsRecipes = 905,
921
- DifficultyOptionsStartingIsland = 906,
922
- DifficultyOptionsTravelingEffectsDisabled = 907,
923
- DifficultyOptionsLuck = 908,
924
- DifficultyOptionsWeightBonus = 909,
925
- DifficultyOptionsStatInitial = 910,
926
- DifficultyOptionsStatMax = 911,
927
- DifficultyOptionsStatMultiplier = 912,
928
- DifficultyOptionsStatusStartWith = 913,
929
- DifficultyOptionsStatusUntreatable = 914,
930
- DifficultyOptionsStatusPassChanceMultiplier = 915,
931
- DifficultyOptionsNoRandomSkills = 916,
932
- DifficultyOptionsSkillStartingCount = 917,
933
- DifficultyOptionsSkillGainMultiplier = 918,
934
- DifficultyOptionsSkillInitial = 919,
935
- DifficultyOptionsStatusPermanent = 920,
936
- DifficultyOptionsStatusRateMultiplier = 921,
937
- DifficultyOptionsStatusMultiplier = 922,
938
- DifficultyOptionsItemDurabilityMultiplier = 923,
939
- DifficultyOptionsItemDecayMultiplier = 924,
940
- DifficultyOptionsTileContainersEnabled = 925,
941
- TabCrafting = 926,
942
- TabDismantle = 927,
943
- WindowTitleContainer = 928,
944
- WindowTitleInventory = 929
780
+ MenuOptionsButtonWarnOnDroppingActions = 765,
781
+ MenuOptionsButtonWarnOnDroppingActionsTooltip = 766,
782
+ MenuOptionsButtonWarnOnDestructiveActions = 767,
783
+ MenuOptionsButtonWarnOnDestructiveActionsTooltip = 768,
784
+ MenuOptionsButtonWarnWhenBreakingItemsOnCraft = 769,
785
+ MenuOptionsButtonWarnWhenBreakingItemsOnCraftTooltip = 770,
786
+ MenuOptionsButtonWarnWhenBreakingItemsOnUse = 771,
787
+ MenuOptionsButtonWarnWhenBreakingItemsOnUseTooltip = 772,
788
+ MenuOptionsHeadingWarnWhenBreakingItems = 773,
789
+ MenuOptionsButtonSaveDataClearBindings = 774,
790
+ MenuOptionsButtonDisableMilestones = 775,
791
+ MenuOptionsLabelSaveDataRemoval = 776,
792
+ MenuOptionsTooltipDialogOpacity = 777,
793
+ MenuOptionsLabelDialogOpacity = 778,
794
+ MenuOptionsDeveloperSteamBetas = 779,
795
+ MenuOptionsDeveloperSteamBetaName = 780,
796
+ MenuOptionsDeveloperLogSourceFilterHeading = 781,
797
+ MenuOptionsDeveloperUIExperiments = 782,
798
+ MenuOptionsDeveloperUIExperimentsDescription = 783,
799
+ MenuOptionsDeveloperDebugging = 784,
800
+ MenuOptionsDeveloperDebuggingDescription = 785,
801
+ MenuOptionsDeveloperToggleContainerDesyncDebugging = 786,
802
+ MenuOptionsDeveloperToggleContainerDesyncDebuggingDescription = 787,
803
+ MenuOptionsDeveloperReportErrors = 788,
804
+ MenuOptionsDeveloperReportErrorsDescription = 789,
805
+ MenuOptionsAudioVolumeDisplay = 790,
806
+ MenuOptionsAudioInputSoundOnTyping = 791,
807
+ MenuOptionsAudioPlayAudioInBackground = 792,
808
+ MenuOptionsMusicPlaylist = 793,
809
+ MenuOptionsButtonConfigureBindings = 794,
810
+ MenuOptionsButtonSaveCompression = 795,
811
+ MenuOptionsButtonSaveCompressionTooltip = 796,
812
+ MenuOptionsButtonSaveUIDataGlobally = 797,
813
+ MenuOptionsButtonSaveUIDataGloballyTooltip = 798,
814
+ MenuPauseButtonContinueGame = 799,
815
+ MenuPauseButtonReturnToGame = 800,
816
+ MenuPauseButtonOptions = 801,
817
+ MenuPauseButtonGameSettings = 802,
818
+ MenuPauseButtonPaused = 803,
819
+ MenuPauseButtonMultiplayer = 804,
820
+ MenuPauseButtonHelp = 805,
821
+ MenuPauseButtonTitleScreen = 806,
822
+ MenuPauseButtonStopServer = 807,
823
+ MenuPauseButtonQuitWithoutSaving = 808,
824
+ MenuPauseTooltipNotPaused = 809,
825
+ MenuPauseLabelPaused = 810,
826
+ MenuPauseLabelNotPaused = 811,
827
+ MenuModesTitle = 812,
828
+ MenuModesDescription = 813,
829
+ MenuMultiplayerOptionsTitle = 814,
830
+ MenuMultiplayerOptionsDescription = 815,
831
+ MenuMultiplayerOptionsOpenServer = 816,
832
+ MenuMultiplayerOptionsOpenServerDescription = 817,
833
+ MenuMultiplayerOptionsCopyGameCode = 818,
834
+ MenuMultiplayerOptionsCopyGameCodeTooltip = 819,
835
+ MenuMultiplayerOptionsInviteSteamFriends = 820,
836
+ MenuMultiplayerOptionsCheckConnectionHeading = 821,
837
+ MenuMultiplayerOptionsCheckConnectionParagraph = 822,
838
+ MenuMultiplayerOptionsCheckConnectionButton = 823,
839
+ MenuMultiplayerOptionsCheckConnectionResultUnknown = 824,
840
+ MenuMultiplayerOptionsCheckConnectionResultChecking = 825,
841
+ MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetwork = 826,
842
+ MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetworkFail = 827,
843
+ MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetworkUnavailable = 828,
844
+ MenuMultiplayerOptionsCheckConnectionResultWebSocket = 829,
845
+ MenuMultiplayerOptionsCheckConnectionResultWebSocketFail = 830,
846
+ MenuMultiplayerOptionsCheckConnectionResultWebSocketUnavailable = 831,
847
+ MenuMultiplayerOptionsCheckConnectionResultSuccess = 832,
848
+ MenuJoinServerTitle = 833,
849
+ MenuJoinServerDescription = 834,
850
+ MenuJoinServerInputPlaceholder = 835,
851
+ MenuJoinServerChooseModifiersTitle = 836,
852
+ MenuJoinServerChooseModifiersDescription = 837,
853
+ MenuSharedMultiplayerChoiceLobbyTypeFriends = 838,
854
+ MenuSharedMultiplayerChoiceLobbyTypeFriendsDescription = 839,
855
+ MenuSharedMultiplayerChoiceLobbyTypePublic = 840,
856
+ MenuSharedMultiplayerChoiceLobbyTypePublicDescription = 841,
857
+ MenuSharedMultiplayerChoiceLobbyTypePrivate = 842,
858
+ MenuSharedMultiplayerChoiceLobbyTypePrivateDescription = 843,
859
+ MenuSharedMultiplayerChoicePVP = 844,
860
+ MenuSharedMultiplayerChoicePVPDescription = 845,
861
+ MenuSharedMultiplayerChoiceAllowTraveling = 846,
862
+ MenuSharedMultiplayerChoiceAllowTravelingDescription = 847,
863
+ MenuSharedMultiplayerChoiceAllowHardcoreRespawns = 848,
864
+ MenuSharedMultiplayerChoiceAllowHardcoreRespawnsDescription = 849,
865
+ MenuSharedMultiplayerChoicePauseOnDesync = 850,
866
+ MenuSharedMultiplayerChoicePauseOnDesyncDescription = 851,
867
+ MenuSharedMultiplayerDescription = 852,
868
+ MenuSharedMultiplayerMessageOfTheDay = 853,
869
+ MenuSharedMultiplayerMaxPlayers = 854,
870
+ MenuSharedRealTimeTickSpeedTooltip = 855,
871
+ MenuSharedRealTimeTickSpeedLabel = 856,
872
+ MenuSharedButtonDefault = 857,
873
+ MenuSharedValueSeconds = 858,
874
+ MenuSharedValueMilliseconds = 859,
875
+ MenuSharedValuePercentage = 860,
876
+ MenuSharedMilestonesNotUnlockable = 861,
877
+ MenuSharedMilestonesNotUnlockableDescription = 862,
878
+ MenuSharedMilestonesNotUnlockableButtonShowMods = 863,
879
+ MenuSharedButtonDisableAll = 864,
880
+ MenuSharedButtonEnableAll = 865,
881
+ MenuSharedMilestoneModifiersSelected = 866,
882
+ MiscSortBy = 867,
883
+ MiscSortCustom = 868,
884
+ MiscSortDirection = 869,
885
+ MiscFilter = 870,
886
+ MiscNone = 871,
887
+ MiscPlayerNameDefault = 872,
888
+ MiscPlayerNameServer = 873,
889
+ MiscSaveNameDefault = 874,
890
+ MiscSaveNameDailyChallenge = 875,
891
+ MiscSaveNameChallenge = 876,
892
+ MiscSaveVersionUnknown = 877,
893
+ MiscVersion = 878,
894
+ MiscVersionBuildInfoTooltip = 879,
895
+ MiscVersionUpdate = 880,
896
+ MiscTime = 881,
897
+ MiscTimeMeridiem = 882,
898
+ MiscError = 883,
899
+ MiscContextMenuCopyTooltip = 884,
900
+ MiscBindableNoBindings = 885,
901
+ MiscBindingIcon = 886,
902
+ MiscBindingIconThen = 887,
903
+ DifficultyOptionsPeaceful = 888,
904
+ DifficultyOptionsAberrantSpawnsDisabled = 889,
905
+ DifficultyOptionsAberrantSpawnsOnly = 890,
906
+ DifficultyOptionsCreatureSpawningDisabled = 891,
907
+ DifficultyOptionsCreatureAlwaysSpawns = 892,
908
+ DifficultyOptionsCreatureSpawnsDefault = 893,
909
+ DifficultyOptionsCreatureSpawnsAberrantOnly = 894,
910
+ DifficultyOptionsCreatureSpawnsNoAberrants = 895,
911
+ DifficultyOptionsSpawnLimit = 896,
912
+ DifficultyOptionsSpawnRateMultiplier = 897,
913
+ DifficultyOptionsDisableScared = 898,
914
+ DifficultyOptionsRespawn = 899,
915
+ DifficultyOptionsEternalNight = 900,
916
+ DifficultyOptionsEternalDay = 901,
917
+ DifficultyOptionsTimeInitial = 902,
918
+ DifficultyOptionsTimeFrozen = 903,
919
+ DifficultyOptionsTimeDayLength = 904,
920
+ DifficultyOptionsTimeDayPercent = 905,
921
+ DifficultyOptionsNoItems = 906,
922
+ DifficultyOptionsRecipes = 907,
923
+ DifficultyOptionsStartingIsland = 908,
924
+ DifficultyOptionsTravelingEffectsDisabled = 909,
925
+ DifficultyOptionsLuck = 910,
926
+ DifficultyOptionsWeightBonus = 911,
927
+ DifficultyOptionsStatInitial = 912,
928
+ DifficultyOptionsStatMax = 913,
929
+ DifficultyOptionsStatMultiplier = 914,
930
+ DifficultyOptionsStatusStartWith = 915,
931
+ DifficultyOptionsStatusUntreatable = 916,
932
+ DifficultyOptionsStatusPassChanceMultiplier = 917,
933
+ DifficultyOptionsNoRandomSkills = 918,
934
+ DifficultyOptionsSkillStartingCount = 919,
935
+ DifficultyOptionsSkillGainMultiplier = 920,
936
+ DifficultyOptionsSkillInitial = 921,
937
+ DifficultyOptionsStatusPermanent = 922,
938
+ DifficultyOptionsStatusRateMultiplier = 923,
939
+ DifficultyOptionsStatusMultiplier = 924,
940
+ DifficultyOptionsItemDurabilityMultiplier = 925,
941
+ DifficultyOptionsItemDecayMultiplier = 926,
942
+ DifficultyOptionsTileContainersEnabled = 927,
943
+ TabCrafting = 928,
944
+ TabDismantle = 929,
945
+ WindowTitleContainer = 930,
946
+ WindowTitleInventory = 931
945
947
  }
946
948
  export default UiTranslation;
@@ -90,6 +90,7 @@ export interface IOptions {
90
90
  volumeMusic: number;
91
91
  warnOnDangerousActions: boolean;
92
92
  warnOnDestructiveActions: boolean;
93
+ warnOnDroppingActions: boolean;
93
94
  warnWhenBreakingItems: boolean;
94
95
  warnWhenBreakingItemsOnCraft: boolean;
95
96
  windowMode: boolean;
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.14.4-beta.dev.20250209.1",
4
+ "version": "2.14.4-beta.dev.20250212.1",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",