@wayward/types 2.15.4-beta.dev.20260406.1 → 2.15.4-beta.dev.20260408.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/curse/event/CurseEventSuffusedWithMagic.d.ts +13 -0
- package/definitions/game/game/doodad/Doodad.d.ts +18 -1
- package/definitions/game/game/doodad/DoodadManager.d.ts +6 -1
- package/definitions/game/game/doodad/DoodadUtilities.d.ts +7 -2
- package/definitions/game/game/doodad/IDoodad.d.ts +1 -0
- package/definitions/game/game/doodad/IScarecrows.d.ts +12 -0
- package/definitions/game/game/entity/Human.d.ts +5 -0
- package/definitions/game/game/entity/action/actions/SetTitle.d.ts +1 -1
- package/definitions/game/game/entity/creature/CreatureManager.d.ts +3 -0
- package/definitions/game/game/inspection/infoProviders/Uses.d.ts +1 -0
- package/definitions/game/game/inspection/infoProviders/doodad/DoodadLightSource.d.ts +19 -0
- package/definitions/game/game/inspection/infoProviders/doodad/DoodadUses.d.ts +5 -5
- package/definitions/game/game/inspection/infoProviders/doodad/use/DoodadAttachContainerInfo.d.ts +15 -0
- package/definitions/game/game/inspection/infoProviders/doodad/use/DoodadDisplayItemsInfo.d.ts +15 -0
- package/definitions/game/game/inspection/infoProviders/doodad/use/DoodadGatherInfo.d.ts +15 -0
- package/definitions/game/game/inspection/infoProviders/doodad/use/DoodadHitchInfo.d.ts +15 -0
- package/definitions/game/game/inspection/infoProviders/doodad/use/DoodadLockpickInfo.d.ts +15 -0
- package/definitions/game/game/inspection/infoProviders/doodad/use/DoodadPourInfo.d.ts +15 -0
- package/definitions/game/game/inspection/infoProviders/doodad/use/DoodadTestDepthInfo.d.ts +15 -0
- package/definitions/game/game/inspection/infoProviders/item/ItemUses.d.ts +1 -0
- package/definitions/game/game/inspection/infoProviders/item/use/ItemBuildInfo.d.ts +2 -2
- package/definitions/game/game/inspection/infoProviders/item/use/ItemCraftingIngredientInfo.d.ts +2 -2
- package/definitions/game/game/inspection/infoProviders/shared/SharedLightSourceInfo.d.ts +7 -23
- package/definitions/game/game/inspection/infoProviders/shared/SharedLitAndEquipmentUseInfo.d.ts +38 -0
- package/definitions/game/game/inspection/infoProviders/shared/SharedRequirementInfo.d.ts +28 -0
- package/definitions/game/game/inspection/infoProviders/shared/SharedScareRadiusInfo.d.ts +19 -0
- package/definitions/game/game/inspection/inspections/DoodadInspection.d.ts +1 -0
- package/definitions/game/game/inspection/inspections/ItemInspection.d.ts +1 -0
- package/definitions/game/game/item/IItem.d.ts +2 -0
- package/definitions/game/game/item/Item.d.ts +39 -9
- package/definitions/game/game/item/ItemManager.d.ts +5 -0
- package/definitions/game/game/magic/IMagicalProperty.d.ts +3 -0
- package/definitions/game/game/milestones/IMilestone.d.ts +3 -1
- package/definitions/game/game/options/IGameOptions.d.ts +10 -0
- package/definitions/game/game/options/modifiers/milestone/MilestoneModifiersManager.d.ts +4 -0
- package/definitions/game/game/options/modifiers/milestone/modifiers/Defiled.d.ts +17 -0
- package/definitions/game/game/options/modifiers/milestone/modifiers/Warded.d.ts +17 -0
- package/definitions/game/game/tile/TileEventManager.d.ts +1 -0
- package/definitions/game/language/Dictionary.d.ts +112 -110
- package/definitions/game/language/DictionaryMap.d.ts +224 -220
- package/definitions/game/language/dictionary/Message.d.ts +696 -692
- package/definitions/game/language/dictionary/UiTranslation.d.ts +806 -801
- package/definitions/game/language/english/item/CursePropertyAffixes.d.ts +13 -0
- package/definitions/game/language/english/item/CurseSubPropertyAffixes.d.ts +13 -0
- package/definitions/game/save/SaveMetadata.d.ts +2 -4
- package/definitions/game/save/data/SaveData.d.ts +6 -4
- package/definitions/game/ui/screen/screens/game/component/container/ContainerBucketItemList.d.ts +7 -0
- package/definitions/test/suite/unitTests/game/ContainerBucketItemList.spec.d.ts +13 -0
- package/definitions/test/suite/unitTests/game/SaveLoad.spec.d.ts +13 -0
- package/definitions/utilities/random/SeededGenerator.d.ts +1 -0
- package/definitions/utilities/string/TextFileFormatting.d.ts +8 -0
- package/package.json +1 -1
|
@@ -129,47 +129,49 @@ declare const dictionaryMap: {
|
|
|
129
129
|
23: typeof CurseComponent;
|
|
130
130
|
24: typeof CurseEventType;
|
|
131
131
|
25: typeof CurseGroup;
|
|
132
|
-
26: typeof
|
|
133
|
-
27:
|
|
134
|
-
28: typeof
|
|
135
|
-
29: typeof
|
|
136
|
-
30: typeof
|
|
137
|
-
31: typeof
|
|
138
|
-
32: typeof
|
|
139
|
-
33: typeof
|
|
140
|
-
34: typeof
|
|
141
|
-
35: typeof
|
|
142
|
-
36: typeof
|
|
143
|
-
37: typeof
|
|
144
|
-
38: typeof
|
|
145
|
-
39: typeof
|
|
146
|
-
40: typeof
|
|
147
|
-
41: typeof
|
|
148
|
-
42: typeof
|
|
149
|
-
43: typeof
|
|
150
|
-
44: typeof
|
|
151
|
-
45: typeof
|
|
152
|
-
46: typeof
|
|
153
|
-
47: typeof
|
|
154
|
-
48: typeof
|
|
155
|
-
49: typeof
|
|
156
|
-
50: typeof
|
|
157
|
-
51: typeof
|
|
158
|
-
52: typeof
|
|
159
|
-
53: typeof
|
|
160
|
-
54: typeof
|
|
161
|
-
55: typeof
|
|
162
|
-
56:
|
|
163
|
-
57: typeof
|
|
164
|
-
58:
|
|
165
|
-
59: typeof
|
|
166
|
-
60: typeof
|
|
167
|
-
61: typeof
|
|
168
|
-
62: typeof
|
|
169
|
-
63: typeof
|
|
170
|
-
64: typeof
|
|
171
|
-
65: typeof
|
|
172
|
-
66:
|
|
132
|
+
26: typeof MagicalPropertyType;
|
|
133
|
+
27: symbol;
|
|
134
|
+
28: typeof CustomModifierType;
|
|
135
|
+
29: typeof DamageType;
|
|
136
|
+
30: typeof Deity;
|
|
137
|
+
31: typeof Deity;
|
|
138
|
+
32: typeof DialogId;
|
|
139
|
+
33: typeof Direction;
|
|
140
|
+
34: typeof InfoDisplayLevel;
|
|
141
|
+
35: typeof DoctorCureType;
|
|
142
|
+
36: typeof DoctorCureMethod;
|
|
143
|
+
37: typeof DoodadType;
|
|
144
|
+
38: typeof DoodadTypeExtra;
|
|
145
|
+
39: typeof DoodadTypeGroup;
|
|
146
|
+
40: typeof DrawnMapTheme;
|
|
147
|
+
41: typeof DurabilityLevel;
|
|
148
|
+
42: typeof EquipEffect;
|
|
149
|
+
43: typeof EquipType;
|
|
150
|
+
44: typeof ExhaustionLevel;
|
|
151
|
+
45: typeof FireStage;
|
|
152
|
+
46: typeof FontStyle;
|
|
153
|
+
47: typeof GameEndMessage;
|
|
154
|
+
48: typeof GameMode;
|
|
155
|
+
49: typeof GameOptionsIcon;
|
|
156
|
+
50: typeof GrowingStage;
|
|
157
|
+
51: typeof GrowingStage;
|
|
158
|
+
52: typeof Health;
|
|
159
|
+
53: typeof HealthAccuracy;
|
|
160
|
+
54: typeof HelpArticle;
|
|
161
|
+
55: typeof HighscoreSort;
|
|
162
|
+
56: typeof HumanName;
|
|
163
|
+
57: typeof HungerLevel;
|
|
164
|
+
58: symbol;
|
|
165
|
+
59: typeof InspectType;
|
|
166
|
+
60: typeof InterruptChoice;
|
|
167
|
+
61: typeof IslandModifierType;
|
|
168
|
+
62: typeof IslandName;
|
|
169
|
+
63: typeof BiomeType;
|
|
170
|
+
64: typeof BiomeType;
|
|
171
|
+
65: typeof IslandModifierType;
|
|
172
|
+
66: typeof CreatureType;
|
|
173
|
+
67: typeof ItemType;
|
|
174
|
+
68: {
|
|
173
175
|
Bow: ItemType.Bow;
|
|
174
176
|
None: ItemType.None;
|
|
175
177
|
HideGlue: ItemType.HideGlue;
|
|
@@ -1030,7 +1032,7 @@ declare const dictionaryMap: {
|
|
|
1030
1032
|
RuneOfGood_Cursed: ItemTypeExtra.RuneOfGood_Cursed;
|
|
1031
1033
|
RuneOfChaos_Cursed: ItemTypeExtra.RuneOfChaos_Cursed;
|
|
1032
1034
|
};
|
|
1033
|
-
|
|
1035
|
+
69: {
|
|
1034
1036
|
Bow: ItemType.Bow;
|
|
1035
1037
|
None: ItemType.None;
|
|
1036
1038
|
HideGlue: ItemType.HideGlue;
|
|
@@ -1891,74 +1893,74 @@ declare const dictionaryMap: {
|
|
|
1891
1893
|
RuneOfGood_Cursed: ItemTypeExtra.RuneOfGood_Cursed;
|
|
1892
1894
|
RuneOfChaos_Cursed: ItemTypeExtra.RuneOfChaos_Cursed;
|
|
1893
1895
|
};
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1896
|
+
70: typeof ItemTypeExtra;
|
|
1897
|
+
71: typeof ItemTypeGroup;
|
|
1898
|
+
72: typeof JoinServerRetryReason;
|
|
1899
|
+
73: typeof Label;
|
|
1900
|
+
74: typeof Level;
|
|
1901
|
+
75: typeof LighthouseName;
|
|
1902
|
+
76: typeof Load;
|
|
1903
|
+
77: symbol;
|
|
1904
|
+
78: typeof MagicalPropertyType;
|
|
1905
|
+
79: typeof MagicalPropertyType;
|
|
1906
|
+
80: symbol;
|
|
1907
|
+
81: typeof MapQuality;
|
|
1908
|
+
82: typeof MenuBarButtonType;
|
|
1909
|
+
83: typeof Message;
|
|
1910
|
+
84: typeof MessageFilterDefault;
|
|
1911
|
+
85: typeof MessageTimestamp;
|
|
1912
|
+
86: typeof Milestone;
|
|
1913
|
+
87: typeof MilestoneModifierGroup;
|
|
1914
|
+
88: typeof MilestoneSort;
|
|
1915
|
+
89: typeof MiscTranslation;
|
|
1916
|
+
90: typeof CanLoadState;
|
|
1917
|
+
91: typeof ModLoadFailureReason;
|
|
1918
|
+
92: typeof ModProvide;
|
|
1919
|
+
93: typeof ModSort;
|
|
1920
|
+
94: typeof ModType;
|
|
1921
|
+
95: typeof MultiplayerCompatibility;
|
|
1922
|
+
96: typeof DisconnectReason;
|
|
1923
|
+
97: typeof MusicPlaylist;
|
|
1924
|
+
98: typeof Note;
|
|
1925
|
+
99: typeof NPCType;
|
|
1926
|
+
100: symbol;
|
|
1927
|
+
101: typeof PartOfDay;
|
|
1928
|
+
102: typeof Prompt;
|
|
1929
|
+
103: typeof QuadrantComponentId;
|
|
1930
|
+
104: typeof QuadrantComponentContextMenuAction;
|
|
1931
|
+
105: typeof Quality;
|
|
1932
|
+
106: typeof QuestType;
|
|
1933
|
+
107: typeof QuestRequirementType;
|
|
1934
|
+
108: typeof RecipeLevel;
|
|
1935
|
+
109: typeof Direction;
|
|
1936
|
+
110: typeof Riddle;
|
|
1937
|
+
111: typeof Runekeeper.Domain;
|
|
1938
|
+
112: typeof Runekeeper.Event;
|
|
1939
|
+
113: typeof SaveImportErrorReason;
|
|
1940
|
+
114: typeof SaveSort;
|
|
1941
|
+
115: typeof SkillType;
|
|
1942
|
+
116: typeof SkillSort;
|
|
1943
|
+
117: typeof Source;
|
|
1944
|
+
118: typeof Stat;
|
|
1945
|
+
119: typeof StatusType;
|
|
1946
|
+
120: typeof StatusEffectType;
|
|
1947
|
+
121: typeof StatusThreatLevel;
|
|
1948
|
+
122: typeof SteamInputKeyboardPosition;
|
|
1949
|
+
123: typeof Responsibility;
|
|
1950
|
+
124: typeof TempType;
|
|
1951
|
+
125: typeof Term;
|
|
1952
|
+
126: typeof TerrainType;
|
|
1953
|
+
127: typeof ThirstLevel;
|
|
1954
|
+
128: typeof TileEventType;
|
|
1955
|
+
129: typeof TooltipVisibilityOption;
|
|
1956
|
+
130: typeof UiTranslation;
|
|
1957
|
+
131: typeof Quadrant;
|
|
1958
|
+
132: typeof UnableToJoinReason;
|
|
1959
|
+
133: typeof UnlockedRecipesStrategy;
|
|
1960
|
+
134: typeof UsableActionType;
|
|
1961
|
+
135: typeof Website;
|
|
1962
|
+
136: typeof WeightStatus;
|
|
1963
|
+
137: typeof WorldZ;
|
|
1962
1964
|
};
|
|
1963
1965
|
export declare const strictDictionaries: {
|
|
1964
1966
|
0: typeof ActionType;
|
|
@@ -1987,47 +1989,49 @@ export declare const strictDictionaries: {
|
|
|
1987
1989
|
23: typeof CurseComponent;
|
|
1988
1990
|
24: typeof CurseEventType;
|
|
1989
1991
|
25: typeof CurseGroup;
|
|
1990
|
-
26: typeof
|
|
1991
|
-
27:
|
|
1992
|
-
28: typeof
|
|
1993
|
-
29: typeof
|
|
1994
|
-
30: typeof
|
|
1995
|
-
31: typeof
|
|
1996
|
-
32: typeof
|
|
1997
|
-
33: typeof
|
|
1998
|
-
34: typeof
|
|
1999
|
-
35: typeof
|
|
2000
|
-
36: typeof
|
|
2001
|
-
37: typeof
|
|
2002
|
-
38: typeof
|
|
2003
|
-
39: typeof
|
|
2004
|
-
40: typeof
|
|
2005
|
-
41: typeof
|
|
2006
|
-
42: typeof
|
|
2007
|
-
43: typeof
|
|
2008
|
-
44: typeof
|
|
2009
|
-
45: typeof
|
|
2010
|
-
46: typeof
|
|
2011
|
-
47: typeof
|
|
2012
|
-
48: typeof
|
|
2013
|
-
49: typeof
|
|
2014
|
-
50: typeof
|
|
2015
|
-
51: typeof
|
|
2016
|
-
52: typeof
|
|
2017
|
-
53: typeof
|
|
2018
|
-
54: typeof
|
|
2019
|
-
55: typeof
|
|
2020
|
-
56:
|
|
2021
|
-
57: typeof
|
|
2022
|
-
58:
|
|
2023
|
-
59: typeof
|
|
2024
|
-
60: typeof
|
|
2025
|
-
61: typeof
|
|
2026
|
-
62: typeof
|
|
2027
|
-
63: typeof
|
|
2028
|
-
64: typeof
|
|
2029
|
-
65: typeof
|
|
2030
|
-
66:
|
|
1992
|
+
26: typeof MagicalPropertyType;
|
|
1993
|
+
27: symbol;
|
|
1994
|
+
28: typeof CustomModifierType;
|
|
1995
|
+
29: typeof DamageType;
|
|
1996
|
+
30: typeof Deity;
|
|
1997
|
+
31: typeof Deity;
|
|
1998
|
+
32: typeof DialogId;
|
|
1999
|
+
33: typeof Direction;
|
|
2000
|
+
34: typeof InfoDisplayLevel;
|
|
2001
|
+
35: typeof DoctorCureType;
|
|
2002
|
+
36: typeof DoctorCureMethod;
|
|
2003
|
+
37: typeof DoodadType;
|
|
2004
|
+
38: typeof DoodadTypeExtra;
|
|
2005
|
+
39: typeof DoodadTypeGroup;
|
|
2006
|
+
40: typeof DrawnMapTheme;
|
|
2007
|
+
41: typeof DurabilityLevel;
|
|
2008
|
+
42: typeof EquipEffect;
|
|
2009
|
+
43: typeof EquipType;
|
|
2010
|
+
44: typeof ExhaustionLevel;
|
|
2011
|
+
45: typeof FireStage;
|
|
2012
|
+
46: typeof FontStyle;
|
|
2013
|
+
47: typeof GameEndMessage;
|
|
2014
|
+
48: typeof GameMode;
|
|
2015
|
+
49: typeof GameOptionsIcon;
|
|
2016
|
+
50: typeof GrowingStage;
|
|
2017
|
+
51: typeof GrowingStage;
|
|
2018
|
+
52: typeof Health;
|
|
2019
|
+
53: typeof HealthAccuracy;
|
|
2020
|
+
54: typeof HelpArticle;
|
|
2021
|
+
55: typeof HighscoreSort;
|
|
2022
|
+
56: typeof HumanName;
|
|
2023
|
+
57: typeof HungerLevel;
|
|
2024
|
+
58: symbol;
|
|
2025
|
+
59: typeof InspectType;
|
|
2026
|
+
60: typeof InterruptChoice;
|
|
2027
|
+
61: typeof IslandModifierType;
|
|
2028
|
+
62: typeof IslandName;
|
|
2029
|
+
63: typeof BiomeType;
|
|
2030
|
+
64: typeof BiomeType;
|
|
2031
|
+
65: typeof IslandModifierType;
|
|
2032
|
+
66: typeof CreatureType;
|
|
2033
|
+
67: typeof ItemType;
|
|
2034
|
+
68: {
|
|
2031
2035
|
Bow: ItemType.Bow;
|
|
2032
2036
|
None: ItemType.None;
|
|
2033
2037
|
HideGlue: ItemType.HideGlue;
|
|
@@ -2888,7 +2892,7 @@ export declare const strictDictionaries: {
|
|
|
2888
2892
|
RuneOfGood_Cursed: ItemTypeExtra.RuneOfGood_Cursed;
|
|
2889
2893
|
RuneOfChaos_Cursed: ItemTypeExtra.RuneOfChaos_Cursed;
|
|
2890
2894
|
};
|
|
2891
|
-
|
|
2895
|
+
69: {
|
|
2892
2896
|
Bow: ItemType.Bow;
|
|
2893
2897
|
None: ItemType.None;
|
|
2894
2898
|
HideGlue: ItemType.HideGlue;
|
|
@@ -3749,74 +3753,74 @@ export declare const strictDictionaries: {
|
|
|
3749
3753
|
RuneOfGood_Cursed: ItemTypeExtra.RuneOfGood_Cursed;
|
|
3750
3754
|
RuneOfChaos_Cursed: ItemTypeExtra.RuneOfChaos_Cursed;
|
|
3751
3755
|
};
|
|
3752
|
-
|
|
3753
|
-
|
|
3754
|
-
|
|
3755
|
-
|
|
3756
|
-
|
|
3757
|
-
|
|
3758
|
-
|
|
3759
|
-
|
|
3760
|
-
|
|
3761
|
-
|
|
3762
|
-
|
|
3763
|
-
|
|
3764
|
-
|
|
3765
|
-
|
|
3766
|
-
|
|
3767
|
-
|
|
3768
|
-
|
|
3769
|
-
|
|
3770
|
-
|
|
3771
|
-
|
|
3772
|
-
|
|
3773
|
-
|
|
3774
|
-
|
|
3775
|
-
|
|
3776
|
-
|
|
3777
|
-
|
|
3778
|
-
|
|
3779
|
-
|
|
3780
|
-
|
|
3781
|
-
|
|
3782
|
-
|
|
3783
|
-
|
|
3784
|
-
|
|
3785
|
-
|
|
3786
|
-
|
|
3787
|
-
|
|
3788
|
-
|
|
3789
|
-
|
|
3790
|
-
|
|
3791
|
-
|
|
3792
|
-
|
|
3793
|
-
|
|
3794
|
-
|
|
3795
|
-
|
|
3796
|
-
|
|
3797
|
-
|
|
3798
|
-
|
|
3799
|
-
|
|
3800
|
-
|
|
3801
|
-
|
|
3802
|
-
|
|
3803
|
-
|
|
3804
|
-
|
|
3805
|
-
|
|
3806
|
-
|
|
3807
|
-
|
|
3808
|
-
|
|
3809
|
-
|
|
3810
|
-
|
|
3811
|
-
|
|
3812
|
-
|
|
3813
|
-
|
|
3814
|
-
|
|
3815
|
-
|
|
3816
|
-
|
|
3817
|
-
|
|
3818
|
-
|
|
3819
|
-
|
|
3756
|
+
70: typeof ItemTypeExtra;
|
|
3757
|
+
71: typeof ItemTypeGroup;
|
|
3758
|
+
72: typeof JoinServerRetryReason;
|
|
3759
|
+
73: typeof Label;
|
|
3760
|
+
74: typeof Level;
|
|
3761
|
+
75: typeof LighthouseName;
|
|
3762
|
+
76: typeof Load;
|
|
3763
|
+
77: symbol;
|
|
3764
|
+
78: typeof MagicalPropertyType;
|
|
3765
|
+
79: typeof MagicalPropertyType;
|
|
3766
|
+
80: symbol;
|
|
3767
|
+
81: typeof MapQuality;
|
|
3768
|
+
82: typeof MenuBarButtonType;
|
|
3769
|
+
83: typeof Message;
|
|
3770
|
+
84: typeof MessageFilterDefault;
|
|
3771
|
+
85: typeof MessageTimestamp;
|
|
3772
|
+
86: typeof Milestone;
|
|
3773
|
+
87: typeof MilestoneModifierGroup;
|
|
3774
|
+
88: typeof MilestoneSort;
|
|
3775
|
+
89: typeof MiscTranslation;
|
|
3776
|
+
90: typeof CanLoadState;
|
|
3777
|
+
91: typeof ModLoadFailureReason;
|
|
3778
|
+
92: typeof ModProvide;
|
|
3779
|
+
93: typeof ModSort;
|
|
3780
|
+
94: typeof ModType;
|
|
3781
|
+
95: typeof MultiplayerCompatibility;
|
|
3782
|
+
96: typeof DisconnectReason;
|
|
3783
|
+
97: typeof MusicPlaylist;
|
|
3784
|
+
98: typeof Note;
|
|
3785
|
+
99: typeof NPCType;
|
|
3786
|
+
100: symbol;
|
|
3787
|
+
101: typeof PartOfDay;
|
|
3788
|
+
102: typeof Prompt;
|
|
3789
|
+
103: typeof QuadrantComponentId;
|
|
3790
|
+
104: typeof QuadrantComponentContextMenuAction;
|
|
3791
|
+
105: typeof Quality;
|
|
3792
|
+
106: typeof QuestType;
|
|
3793
|
+
107: typeof QuestRequirementType;
|
|
3794
|
+
108: typeof RecipeLevel;
|
|
3795
|
+
109: typeof Direction;
|
|
3796
|
+
110: typeof Riddle;
|
|
3797
|
+
111: typeof Runekeeper.Domain;
|
|
3798
|
+
112: typeof Runekeeper.Event;
|
|
3799
|
+
113: typeof SaveImportErrorReason;
|
|
3800
|
+
114: typeof SaveSort;
|
|
3801
|
+
115: typeof SkillType;
|
|
3802
|
+
116: typeof SkillSort;
|
|
3803
|
+
117: typeof Source;
|
|
3804
|
+
118: typeof Stat;
|
|
3805
|
+
119: typeof StatusType;
|
|
3806
|
+
120: typeof StatusEffectType;
|
|
3807
|
+
121: typeof StatusThreatLevel;
|
|
3808
|
+
122: typeof SteamInputKeyboardPosition;
|
|
3809
|
+
123: typeof Responsibility;
|
|
3810
|
+
124: typeof TempType;
|
|
3811
|
+
125: typeof Term;
|
|
3812
|
+
126: typeof TerrainType;
|
|
3813
|
+
127: typeof ThirstLevel;
|
|
3814
|
+
128: typeof TileEventType;
|
|
3815
|
+
129: typeof TooltipVisibilityOption;
|
|
3816
|
+
130: typeof UiTranslation;
|
|
3817
|
+
131: typeof Quadrant;
|
|
3818
|
+
132: typeof UnableToJoinReason;
|
|
3819
|
+
133: typeof UnlockedRecipesStrategy;
|
|
3820
|
+
134: typeof UsableActionType;
|
|
3821
|
+
135: typeof Website;
|
|
3822
|
+
136: typeof WeightStatus;
|
|
3823
|
+
137: typeof WorldZ;
|
|
3820
3824
|
};
|
|
3821
3825
|
export type DictionaryEnum = (typeof dictionaryMap)[Dictionary];
|
|
3822
3826
|
type ExtractEnumString<E> = E extends Record<string, infer V> ? V : never;
|