@wayward/types 2.13.2-beta.dev.20230607.1 → 2.13.2-beta.dev.20230609.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.
@@ -1,3 +1,13 @@
1
+ /*!
2
+ * Copyright 2011-2023 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
+ */
1
11
  export declare enum Deity {
2
12
  Evil = 0,
3
13
  Neutral = 1,
@@ -27,7 +27,7 @@ import type ItemFinder from "game/item/ItemFinder";
27
27
  import type Message from "language/dictionary/Message";
28
28
  import Translation from "language/Translation";
29
29
  import type Bindable from "ui/input/Bindable";
30
- import type { ItemDetailIconLocation } from "ui/screen/screens/game/component/Item";
30
+ import type { ItemDetailIconLocation } from "ui/screen/screens/game/component/ItemComponent";
31
31
  import type Tooltip from "ui/tooltip/Tooltip";
32
32
  import type { HighlightSelector } from "ui/util/IHighlight";
33
33
  import type HashSet from "utilities/collection/set/HashSet";
@@ -134,10 +134,11 @@ export declare enum TileGroup {
134
134
  Seawater = 15,
135
135
  FreshWater = 16,
136
136
  Swamp = 17,
137
- IceCap = 18,
138
- IceCapWithWater = 19,
139
- Void = 20,
140
- DesertWithDirt = 21
137
+ FreshWaterSwampWater = 18,
138
+ IceCap = 19,
139
+ IceCapWithWater = 20,
140
+ Void = 21,
141
+ DesertWithDirt = 22
141
142
  }
142
143
  export interface ICreatureDescription extends IModdable, ITemperatureDescription, ICausesStatusEffect {
143
144
  minhp: number;
@@ -1,3 +1,13 @@
1
+ /*!
2
+ * Copyright 2011-2023 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
+ */
1
11
  import { Stat } from "game/entity/IStats";
2
12
  import type { SimpleInfoProvider } from "game/inspection/InfoProvider";
3
13
  import { InfoProvider } from "game/inspection/InfoProvider";
@@ -1,3 +1,13 @@
1
+ /*!
2
+ * Copyright 2011-2023 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
+ */
1
11
  import type Human from "game/entity/Human";
2
12
  import type { Stat } from "game/entity/IStats";
3
13
  import { InfoProvider } from "game/inspection/InfoProvider";
@@ -87,43 +87,44 @@ export declare enum Prompt {
87
87
  MenuModsUnloadableSaveGameMod = 70,
88
88
  MenuModsSubmenuEditInternalModsModsListChangeReload = 71,
89
89
  MenuMultiplayerCannotJoinFailedToLoadMods = 72,
90
- MenuNewGameTooManySaves = 73,
91
- MenuCustomGameOptionsConfirmImport = 74,
92
- MenuCustomGameOptionsImportFailure = 75,
93
- MenuMilestoneModifiersConfirmImport = 76,
94
- MenuMilestoneModifiersImportFailure = 77,
95
- MenuOptionsReloadGame = 78,
96
- MenuOptionsChangeReload = 79,
97
- MenuOptionsConfirmUnlockMilestones = 80,
98
- MenuOptionsConfirmDiscoverActions = 81,
99
- MenuOptionsConfirmUnlockRecipes = 82,
100
- MenuOptionsSaveDataClearAll = 83,
101
- MenuOptionsSaveDataClearCharacters = 84,
102
- MenuOptionsSaveDataClearHighscores = 85,
103
- MenuOptionsSaveDataClearMilestones = 86,
104
- MenuOptionsSaveDataClearOptions = 87,
105
- MenuOptionsSaveDataClearSaves = 88,
106
- MenuOptionsSaveDataClearCraftingRecipes = 89,
107
- MenuOptionsSaveDataClearBindings = 90,
108
- MenuOptionsConfirmImportGlobalData = 91,
109
- MenuPauseGhostKeepSave = 92,
110
- MenuPauseReturnToTitleScreen = 93,
111
- MenuPauseReturnToTitleScreenChallenge = 94,
112
- MenuPauseReturnToTitleScreenChallengeMultiplayer = 95,
113
- MenuPauseReturnToTitleScreenMultiplayer = 96,
114
- MultiplayerFailedToConnect = 97,
115
- MultiplayerRestartServerAfterLoadingSave = 98,
116
- MultiplayerDisconnect = 99,
117
- MultiplayerDisconnectRejoin = 100,
118
- SteamworksURLOpenedInBrowser = 101,
119
- SteamworksWorkshopOpenedInBrowser = 102,
120
- SteamworksModWithNameAlreadyExists = 103,
121
- SteamworksModImportSaveGameFailure = 104,
122
- SteamworksModImportedSaveGame = 105,
123
- SteamworksOpenFolderFailure = 106,
124
- SteamworksModPublishModJsonUpdateFailed = 107,
125
- SteamworksNotAvailableOnSteamDeck = 108,
126
- UiSaveDrop = 109
90
+ MenuMultiplayerCannotJoinMissingMods = 73,
91
+ MenuNewGameTooManySaves = 74,
92
+ MenuCustomGameOptionsConfirmImport = 75,
93
+ MenuCustomGameOptionsImportFailure = 76,
94
+ MenuMilestoneModifiersConfirmImport = 77,
95
+ MenuMilestoneModifiersImportFailure = 78,
96
+ MenuOptionsReloadGame = 79,
97
+ MenuOptionsChangeReload = 80,
98
+ MenuOptionsConfirmUnlockMilestones = 81,
99
+ MenuOptionsConfirmDiscoverActions = 82,
100
+ MenuOptionsConfirmUnlockRecipes = 83,
101
+ MenuOptionsSaveDataClearAll = 84,
102
+ MenuOptionsSaveDataClearCharacters = 85,
103
+ MenuOptionsSaveDataClearHighscores = 86,
104
+ MenuOptionsSaveDataClearMilestones = 87,
105
+ MenuOptionsSaveDataClearOptions = 88,
106
+ MenuOptionsSaveDataClearSaves = 89,
107
+ MenuOptionsSaveDataClearCraftingRecipes = 90,
108
+ MenuOptionsSaveDataClearBindings = 91,
109
+ MenuOptionsConfirmImportGlobalData = 92,
110
+ MenuPauseGhostKeepSave = 93,
111
+ MenuPauseReturnToTitleScreen = 94,
112
+ MenuPauseReturnToTitleScreenChallenge = 95,
113
+ MenuPauseReturnToTitleScreenChallengeMultiplayer = 96,
114
+ MenuPauseReturnToTitleScreenMultiplayer = 97,
115
+ MultiplayerFailedToConnect = 98,
116
+ MultiplayerRestartServerAfterLoadingSave = 99,
117
+ MultiplayerDisconnect = 100,
118
+ MultiplayerDisconnectRejoin = 101,
119
+ SteamworksURLOpenedInBrowser = 102,
120
+ SteamworksWorkshopOpenedInBrowser = 103,
121
+ SteamworksModWithNameAlreadyExists = 104,
122
+ SteamworksModImportSaveGameFailure = 105,
123
+ SteamworksModImportedSaveGame = 106,
124
+ SteamworksOpenFolderFailure = 107,
125
+ SteamworksModPublishModJsonUpdateFailed = 108,
126
+ SteamworksNotAvailableOnSteamDeck = 109,
127
+ UiSaveDrop = 110
127
128
  }
128
129
  export declare enum PromptType {
129
130
  Info = 0,
@@ -94,6 +94,7 @@ export declare const promptMenuModsConfirmUninstallMod: import("game/meta/prompt
94
94
  export declare const promptMenuModsUnloadableSaveGameMod: import("game/meta/prompt/IPrompt").IPromptInfoDescription<[folderName: string]>;
95
95
  export declare const promptMenuModsSubmenuEditInternalModsModsListChangeReload: import("game/meta/prompt/IPrompt").IPromptConfirmDescription<[]>;
96
96
  export declare const promptMenuMultiplayerCannotJoinFailedToLoadMods: import("game/meta/prompt/IPrompt").IPromptInfoDescription<[modErrors: Text[]]>;
97
+ export declare const promptMenuMultiplayerCannotJoinMissingMods: import("game/meta/prompt/IPrompt").IPromptConfirmDescription<[missingMods: Text[]]>;
97
98
  export declare const promptMenuNewGameTooManySaves: import("game/meta/prompt/IPrompt").IPromptInfoDescription<[]>;
98
99
  export declare const promptMenuCustomGameOptionsConfirmImport: import("game/meta/prompt/IPrompt").IPromptConfirmDescription<[]>;
99
100
  export declare const promptMenuCustomGameOptionsImportFailure: import("game/meta/prompt/IPrompt").IPromptInfoDescription<[]>;
@@ -29,18 +29,18 @@ declare enum Dictionary {
29
29
  CraftEfficacy = 17,
30
30
  Creature = 18,
31
31
  DamageType = 19,
32
- FerocityLevel = 20,
33
- Dialog = 21,
34
- Direction = 22,
35
- DisplayLevel = 23,
36
- Doodad = 24,
37
- DoodadExtra = 25,
38
- DoodadGroup = 26,
39
- DrawnMapTheme = 27,
40
- DurabilityLevel = 28,
41
- EquipEffect = 29,
42
- EquipSlot = 30,
43
- ExhaustionLevel = 31,
32
+ Dialog = 20,
33
+ Direction = 21,
34
+ DisplayLevel = 22,
35
+ Doodad = 23,
36
+ DoodadExtra = 24,
37
+ DoodadGroup = 25,
38
+ DrawnMapTheme = 26,
39
+ DurabilityLevel = 27,
40
+ EquipEffect = 28,
41
+ EquipSlot = 29,
42
+ ExhaustionLevel = 30,
43
+ FerocityLevel = 31,
44
44
  FireStage = 32,
45
45
  FontStyle = 33,
46
46
  GameEndMessage = 34,
@@ -111,18 +111,18 @@ declare const dictionaryMap: {
111
111
  17: typeof CraftEfficacy;
112
112
  18: typeof CreatureType;
113
113
  19: typeof DamageType;
114
- 20: typeof FerocityLevel;
115
- 21: typeof DialogId;
116
- 22: typeof Direction;
117
- 23: typeof InfoDisplayLevel;
118
- 24: typeof DoodadType;
119
- 25: typeof DoodadTypeExtra;
120
- 26: typeof DoodadTypeGroup;
121
- 27: typeof DrawnMapTheme;
122
- 28: typeof DurabilityLevel;
123
- 29: typeof EquipEffect;
124
- 30: typeof EquipType;
125
- 31: typeof ExhaustionLevel;
114
+ 20: typeof DialogId;
115
+ 21: typeof Direction;
116
+ 22: typeof InfoDisplayLevel;
117
+ 23: typeof DoodadType;
118
+ 24: typeof DoodadTypeExtra;
119
+ 25: typeof DoodadTypeGroup;
120
+ 26: typeof DrawnMapTheme;
121
+ 27: typeof DurabilityLevel;
122
+ 28: typeof EquipEffect;
123
+ 29: typeof EquipType;
124
+ 30: typeof ExhaustionLevel;
125
+ 31: typeof FerocityLevel;
126
126
  32: typeof FireStage;
127
127
  33: typeof FontStyle;
128
128
  34: typeof GameEndMessage;
@@ -225,18 +225,18 @@ export declare const strictDictionaries: {
225
225
  17: typeof CraftEfficacy;
226
226
  18: typeof CreatureType;
227
227
  19: typeof DamageType;
228
- 20: typeof FerocityLevel;
229
- 21: typeof DialogId;
230
- 22: typeof Direction;
231
- 23: typeof InfoDisplayLevel;
232
- 24: typeof DoodadType;
233
- 25: typeof DoodadTypeExtra;
234
- 26: typeof DoodadTypeGroup;
235
- 27: typeof DrawnMapTheme;
236
- 28: typeof DurabilityLevel;
237
- 29: typeof EquipEffect;
238
- 30: typeof EquipType;
239
- 31: typeof ExhaustionLevel;
228
+ 20: typeof DialogId;
229
+ 21: typeof Direction;
230
+ 22: typeof InfoDisplayLevel;
231
+ 23: typeof DoodadType;
232
+ 24: typeof DoodadTypeExtra;
233
+ 25: typeof DoodadTypeGroup;
234
+ 26: typeof DrawnMapTheme;
235
+ 27: typeof DurabilityLevel;
236
+ 28: typeof EquipEffect;
237
+ 29: typeof EquipType;
238
+ 30: typeof ExhaustionLevel;
239
+ 31: typeof FerocityLevel;
240
240
  32: typeof FireStage;
241
241
  33: typeof FontStyle;
242
242
  34: typeof GameEndMessage;