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