@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.
- package/definitions/game/game/entity/action/ActionsRegistration.d.ts +1 -0
- package/definitions/game/game/entity/action/IAction.d.ts +2 -1
- package/definitions/game/game/entity/action/actions/ExcavateCollapse.d.ts +24 -0
- package/definitions/game/game/entity/action/usable/UsableActionType.d.ts +3 -1
- package/definitions/game/game/entity/action/usable/actions/UsableActionsWorld.d.ts +1 -1
- package/definitions/game/game/tile/Tile.d.ts +24 -2
- package/definitions/game/language/dictionary/Message.d.ts +635 -622
- package/definitions/game/ui/input/Bindable.d.ts +133 -132
- package/package.json +1 -1
@@ -122,138 +122,139 @@ declare enum Bindable {
|
|
122
122
|
GameActionGatherButcher = 103,
|
123
123
|
GameActionGatherChop = 104,
|
124
124
|
GameActionGatherDig = 105,
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
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