@wayward/types 2.14.4-beta.dev.20250501.1 → 2.14.4-beta.dev.20250506.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.
@@ -122,138 +122,139 @@ declare enum Bindable {
122
122
  GameActionGatherButcher = 103,
123
123
  GameActionGatherChop = 104,
124
124
  GameActionGatherDig = 105,
125
- GameActionGatherDigWithHands = 106,
126
- GameActionGatherGatherWithHands = 107,
127
- GameActionGatherHarvest = 108,
128
- GameActionGatherHarvestWithHands = 109,
129
- GameActionGatherMine = 110,
130
- GameActionGrasp = 111,
131
- GameActionHitch = 112,
132
- GameActionHitchToggle = 113,
133
- GameActionHitchUnhitch = 114,
134
- GameActionImproveBasicEnhance = 115,
135
- GameActionImproveBasicEnhanceWithItem = 116,
136
- GameActionImproveBasicPreserve = 117,
137
- GameActionImproveBasicPreserveWithItem = 118,
138
- GameActionImproveBasicRefine = 119,
139
- GameActionImproveBasicRefineWithItem = 120,
140
- GameActionImproveBasicReinforce = 121,
141
- GameActionImproveBasicReinforceWithItem = 122,
142
- GameActionImproveBasicRepair = 123,
143
- GameActionImproveBasicRepairWithItem = 124,
144
- GameActionImproveBasicReshape = 125,
145
- GameActionImproveBasicReshapeWithItem = 126,
146
- GameActionImproveMagicAbsorb = 127,
147
- GameActionImproveMagicAbsorbWithItem = 128,
148
- GameActionImproveMagicAlter = 129,
149
- GameActionImproveMagicAlterWithItem = 130,
150
- GameActionImproveMagicEnchant = 131,
151
- GameActionImproveMagicEnchantWithItem = 132,
152
- GameActionImproveMagicExude = 133,
153
- GameActionImproveMagicExudeWithItem = 134,
154
- GameActionImproveMagicTransmogrify = 135,
155
- GameActionImproveMagicTransmogrifyWithItem = 136,
156
- GameActionImproveMagicUpgrade = 137,
157
- GameActionImproveMagicUpgradeWithItem = 138,
158
- GameActionItemContainerDumpItems = 139,
159
- GameActionItemContainerMoveContents = 140,
160
- GameActionItemContainerStateClose = 141,
161
- GameActionItemContainerStateOpen = 142,
162
- GameActionItemDestinationActiveContainer = 143,
163
- GameActionItemDestinationFacingContainer = 144,
164
- GameActionItemDestinationInventory = 145,
165
- GameActionItemDrop = 146,
166
- GameActionItemDropAll = 147,
167
- GameActionItemDropAllOfSameQuality = 148,
168
- GameActionItemMove = 149,
169
- GameActionItemMoveAll = 150,
170
- GameActionItemMoveAllOfSameQuality = 151,
171
- GameActionItemPickUpAllItems = 152,
172
- GameActionItemPickUpItem = 153,
173
- GameActionJump = 154,
174
- GameActionLearn = 155,
175
- GameActionLiquidGather = 156,
176
- GameActionLiquidPour = 157,
177
- GameActionLiquidPourOnYourself = 158,
178
- GameActionLockpick = 159,
179
- GameActionMapDraw = 160,
180
- GameActionMapRead = 161,
181
- GameActionNavigate = 162,
182
- GameActionOpenBottle = 163,
183
- GameActionPickUpDoodad = 164,
184
- GameActionPickUpExcrementWithHands = 165,
185
- GameActionPlant = 166,
186
- GameActionProtect = 167,
187
- GameActionProtectUnprotect = 168,
188
- GameActionRead = 169,
189
- GameActionRename = 170,
190
- GameActionRest = 171,
191
- GameActionRestSleep = 172,
192
- GameActionRotate = 173,
193
- GameActionSqueeze = 174,
194
- GameActionStillAttachContainer = 175,
195
- GameActionStillDetachContainer = 176,
196
- GameActionSummon = 177,
197
- GameActionTame = 178,
198
- GameActionTameOffer = 179,
199
- GameActionTamePet = 180,
200
- GameActionTameRelease = 181,
201
- GameActionTeleport = 182,
202
- GameActionTellTime = 183,
203
- GameActionTestDepth = 184,
204
- GameActionTill = 185,
205
- GameActionTillUntill = 186,
206
- GameActionTillWithHands = 187,
207
- GameActionTrade = 188,
208
- GameActionTradeBuyFromTrader = 189,
209
- GameActionTradeSellToTrader = 190,
210
- GameActionTravelSailToCivilization = 191,
211
- GameActionTravelShipToIsland = 192,
212
- GameActionVehicleRide = 193,
213
- GameActionVehicleUnride = 194,
214
- DialogCloseAll = 195,
215
- DialogOptions = 196,
216
- DialogHelp = 197,
217
- DialogMilestones = 198,
218
- DialogNotes = 199,
219
- DialogMessages = 200,
220
- DialogMessagesChatFocus = 201,
221
- DialogInventory = 202,
222
- DialogCrafting = 203,
223
- DialogDismantle = 204,
224
- DialogEquipment = 205,
225
- DialogSkills = 206,
226
- DialogQuests = 207,
227
- DialogIslands = 208,
228
- HudToggleMenuBar = 209,
229
- HudToggleActionBar = 210,
230
- HudToggleMessages = 211,
231
- HudToggleStats = 212,
232
- TooltipMoreInformation = 213,
233
- TooltipToggle = 214,
234
- MenuEnter = 215,
235
- MenuSubmit = 216,
236
- MenuNext = 217,
237
- MenuPrevious = 218,
238
- MenuUp = 219,
239
- MenuDown = 220,
240
- MenuLeft = 221,
241
- MenuRight = 222,
242
- MenuCancel = 223,
243
- MenuNextOption = 224,
244
- MenuPreviousOption = 225,
245
- MenuContextMenu = 226,
246
- MenuSelect = 227,
247
- DeveloperInterfaceScaleUp = 228,
248
- DeveloperInterfaceScaleDown = 229,
249
- DeveloperToggleDeveloperMode = 230,
250
- DeveloperToggleDeveloperTools = 231,
251
- DeveloperReloadGame = 232,
252
- DeveloperReloadWithoutSavingGame = 233,
253
- DeveloperReloadAndContinueGame = 234,
254
- DeveloperReloadWithoutSavingAndContinueGame = 235,
255
- DeveloperReloadStylesheets = 236,
256
- DeveloperReloadTextures = 237
125
+ GameActionExcavateCollapse = 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
+ GameActionStillAttachContainer = 176,
196
+ GameActionStillDetachContainer = 177,
197
+ GameActionSummon = 178,
198
+ GameActionTame = 179,
199
+ GameActionTameOffer = 180,
200
+ GameActionTamePet = 181,
201
+ GameActionTameRelease = 182,
202
+ GameActionTeleport = 183,
203
+ GameActionTellTime = 184,
204
+ GameActionTestDepth = 185,
205
+ GameActionTill = 186,
206
+ GameActionTillUntill = 187,
207
+ GameActionTillWithHands = 188,
208
+ GameActionTrade = 189,
209
+ GameActionTradeBuyFromTrader = 190,
210
+ GameActionTradeSellToTrader = 191,
211
+ GameActionTravelSailToCivilization = 192,
212
+ GameActionTravelShipToIsland = 193,
213
+ GameActionVehicleRide = 194,
214
+ GameActionVehicleUnride = 195,
215
+ DialogCloseAll = 196,
216
+ DialogOptions = 197,
217
+ DialogHelp = 198,
218
+ DialogMilestones = 199,
219
+ DialogNotes = 200,
220
+ DialogMessages = 201,
221
+ DialogMessagesChatFocus = 202,
222
+ DialogInventory = 203,
223
+ DialogCrafting = 204,
224
+ DialogDismantle = 205,
225
+ DialogEquipment = 206,
226
+ DialogSkills = 207,
227
+ DialogQuests = 208,
228
+ DialogIslands = 209,
229
+ HudToggleMenuBar = 210,
230
+ HudToggleActionBar = 211,
231
+ HudToggleMessages = 212,
232
+ HudToggleStats = 213,
233
+ TooltipMoreInformation = 214,
234
+ TooltipToggle = 215,
235
+ MenuEnter = 216,
236
+ MenuSubmit = 217,
237
+ MenuNext = 218,
238
+ MenuPrevious = 219,
239
+ MenuUp = 220,
240
+ MenuDown = 221,
241
+ MenuLeft = 222,
242
+ MenuRight = 223,
243
+ MenuCancel = 224,
244
+ MenuNextOption = 225,
245
+ MenuPreviousOption = 226,
246
+ MenuContextMenu = 227,
247
+ MenuSelect = 228,
248
+ DeveloperInterfaceScaleUp = 229,
249
+ DeveloperInterfaceScaleDown = 230,
250
+ DeveloperToggleDeveloperMode = 231,
251
+ DeveloperToggleDeveloperTools = 232,
252
+ DeveloperReloadGame = 233,
253
+ DeveloperReloadWithoutSavingGame = 234,
254
+ DeveloperReloadAndContinueGame = 235,
255
+ DeveloperReloadWithoutSavingAndContinueGame = 236,
256
+ DeveloperReloadStylesheets = 237,
257
+ DeveloperReloadTextures = 238
257
258
  }
258
259
  export default Bindable;
259
260
  export declare enum BindableType {
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.20250501.1",
4
+ "version": "2.14.4-beta.dev.20250506.1",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",