@wayward/types 2.14.4-beta.dev.20241229.1 → 2.14.4-beta.dev.20241231.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 (43) hide show
  1. package/definitions/game/game/doodad/Doodad.d.ts +1 -1
  2. package/definitions/game/game/entity/player/quest/quest/IQuest.d.ts +1 -0
  3. package/definitions/game/game/inspection/infoProviders/LevelValue.d.ts +3 -1
  4. package/definitions/game/game/inspection/infoProviders/MagicalDamageReduction.d.ts +1 -1
  5. package/definitions/game/game/inspection/infoProviders/MagicalDamageRegeneration.d.ts +1 -1
  6. package/definitions/game/game/inspection/infoProviders/MagicalPropertyValue.d.ts +3 -2
  7. package/definitions/game/game/inspection/infoProviders/item/MagicalSourceTooltip.d.ts +2 -1
  8. package/definitions/game/game/inspection/infoProviders/item/use/ItemBuildInfo.d.ts +1 -1
  9. package/definitions/game/game/inspection/infoProviders/item/use/ItemEquipInfo.d.ts +1 -1
  10. package/definitions/game/game/inspection/inspections/MagicInspection.d.ts +2 -2
  11. package/definitions/game/game/item/IItem.d.ts +1 -1
  12. package/definitions/game/game/item/Item.d.ts +2 -1
  13. package/definitions/game/game/magic/IMagicalProperty.d.ts +85 -0
  14. package/definitions/game/game/magic/MagicalPropertyManager.d.ts +3 -72
  15. package/definitions/game/game/magic/MagicalPropertyType.d.ts +1 -1
  16. package/definitions/game/game/meta/prompt/IPrompt.d.ts +27 -26
  17. package/definitions/game/game/meta/prompt/PromptDescriptions.d.ts +1 -0
  18. package/definitions/game/game/reference/IReferenceManager.d.ts +1 -1
  19. package/definitions/game/language/Dictionary.d.ts +58 -57
  20. package/definitions/game/language/DictionaryMap.d.ts +116 -114
  21. package/definitions/game/language/Translation.d.ts +1 -2
  22. package/definitions/game/language/dictionary/Message.d.ts +475 -474
  23. package/definitions/game/language/dictionary/UiTranslation.d.ts +870 -863
  24. package/definitions/game/language/english/item/MagicalSubPropertyAffixes.d.ts +13 -0
  25. package/definitions/game/multiplayer/IMultiplayer.d.ts +70 -70
  26. package/definitions/game/save/data/ISaveData.d.ts +23 -0
  27. package/definitions/game/save/data/ISaveDataGlobal.d.ts +1 -0
  28. package/definitions/game/save/data/SaveData.d.ts +10 -1
  29. package/definitions/game/save/serializer/PropertiesToSerialize.d.ts +4 -0
  30. package/definitions/game/save/upgrade/versions/beta2.14.4/beta2.14.4-dev20241231.d.ts +12 -0
  31. package/definitions/game/steamworks/ISteamworks.d.ts +1 -0
  32. package/definitions/game/steamworks/Steamworks.d.ts +6 -2
  33. package/definitions/game/ui/component/dropdown/MagicalPropertyDropdown.d.ts +1 -2
  34. package/definitions/game/ui/screen/screens/game/component/container/ContainerBucketItemList.d.ts +1 -0
  35. package/definitions/game/ui/screen/screens/game/dialog/MilestonesDialog.d.ts +1 -0
  36. package/definitions/game/ui/screen/screens/game/dialog/unlockables/UnlockablesDialog.d.ts +1 -0
  37. package/definitions/game/ui/screen/screens/menu/menus/options/TabDeveloper.d.ts +1 -1
  38. package/definitions/game/ui/screen/screens/menu/menus/options/TabSaveData.d.ts +1 -0
  39. package/definitions/game/ui/util/HighlightManager.d.ts +11 -1
  40. package/definitions/game/ui/util/IHighlight.d.ts +1 -0
  41. package/definitions/test/core/applicationDom.d.ts +3 -1
  42. package/definitions/utilities/Log.d.ts +3 -2
  43. package/package.json +1 -1
@@ -1830,64 +1830,65 @@ declare const dictionaryMap: {
1830
1830
  70: typeof Load;
1831
1831
  71: symbol;
1832
1832
  72: typeof MagicalPropertyType;
1833
+ 74: symbol;
1833
1834
  73: typeof MagicalPropertyType;
1834
- 74: typeof MapQuality;
1835
- 75: typeof MenuBarButtonType;
1836
- 76: typeof Message;
1837
- 77: typeof MessageFilterDefault;
1838
- 78: typeof MessageTimestamp;
1839
- 79: typeof Milestone;
1840
- 80: typeof MilestoneModifierGroup;
1841
- 81: typeof MilestoneSort;
1842
- 82: typeof MiscTranslation;
1843
- 83: typeof CanLoadState;
1844
- 84: typeof ModLoadFailureReason;
1845
- 85: typeof ModProvide;
1846
- 86: typeof ModSort;
1847
- 87: typeof ModType;
1848
- 88: typeof MultiplayerCompatibility;
1849
- 89: typeof DisconnectReason;
1850
- 90: typeof MusicPlaylist;
1851
- 91: typeof Note;
1852
- 92: typeof NPCType;
1853
- 93: symbol;
1854
- 94: typeof PartOfDay;
1855
- 95: typeof Prompt;
1856
- 96: typeof QuadrantComponentId;
1857
- 97: typeof QuadrantComponentContextMenuAction;
1858
- 98: typeof Quality;
1859
- 99: typeof QuestType;
1860
- 100: typeof QuestRequirementType;
1861
- 101: typeof RecipeLevel;
1862
- 102: typeof Direction;
1863
- 103: typeof Riddle;
1864
- 104: typeof Runekeeper.Domain;
1865
- 105: typeof Runekeeper.Event;
1866
- 106: typeof SaveImportErrorReason;
1867
- 107: typeof SaveSort;
1868
- 108: typeof SkillType;
1869
- 109: typeof SkillSort;
1870
- 110: typeof Source;
1871
- 111: typeof Stat;
1872
- 112: typeof StatusType;
1873
- 113: typeof StatusEffectType;
1874
- 114: typeof StatusThreatLevel;
1875
- 115: typeof SteamInputKeyboardPosition;
1876
- 116: typeof Responsibility;
1877
- 117: typeof TempType;
1878
- 118: typeof Term;
1879
- 119: typeof TerrainType;
1880
- 120: typeof ThirstLevel;
1881
- 121: typeof TileEventType;
1882
- 122: typeof TooltipVisibilityOption;
1883
- 123: typeof UiTranslation;
1884
- 124: typeof Quadrant;
1885
- 125: typeof UnableToJoinReason;
1886
- 126: typeof UnlockedRecipesStrategy;
1887
- 127: typeof UsableActionType;
1888
- 128: typeof Website;
1889
- 129: typeof WeightStatus;
1890
- 130: typeof WorldZ;
1835
+ 75: typeof MapQuality;
1836
+ 76: typeof MenuBarButtonType;
1837
+ 77: typeof Message;
1838
+ 78: typeof MessageFilterDefault;
1839
+ 79: typeof MessageTimestamp;
1840
+ 80: typeof Milestone;
1841
+ 81: typeof MilestoneModifierGroup;
1842
+ 82: typeof MilestoneSort;
1843
+ 83: typeof MiscTranslation;
1844
+ 84: typeof CanLoadState;
1845
+ 85: typeof ModLoadFailureReason;
1846
+ 86: typeof ModProvide;
1847
+ 87: typeof ModSort;
1848
+ 88: typeof ModType;
1849
+ 89: typeof MultiplayerCompatibility;
1850
+ 90: typeof DisconnectReason;
1851
+ 91: typeof MusicPlaylist;
1852
+ 92: typeof Note;
1853
+ 93: typeof NPCType;
1854
+ 94: symbol;
1855
+ 95: typeof PartOfDay;
1856
+ 96: typeof Prompt;
1857
+ 97: typeof QuadrantComponentId;
1858
+ 98: typeof QuadrantComponentContextMenuAction;
1859
+ 99: typeof Quality;
1860
+ 100: typeof QuestType;
1861
+ 101: typeof QuestRequirementType;
1862
+ 102: typeof RecipeLevel;
1863
+ 103: typeof Direction;
1864
+ 104: typeof Riddle;
1865
+ 105: typeof Runekeeper.Domain;
1866
+ 106: typeof Runekeeper.Event;
1867
+ 107: typeof SaveImportErrorReason;
1868
+ 108: typeof SaveSort;
1869
+ 109: typeof SkillType;
1870
+ 110: typeof SkillSort;
1871
+ 111: typeof Source;
1872
+ 112: typeof Stat;
1873
+ 113: typeof StatusType;
1874
+ 114: typeof StatusEffectType;
1875
+ 115: typeof StatusThreatLevel;
1876
+ 116: typeof SteamInputKeyboardPosition;
1877
+ 117: typeof Responsibility;
1878
+ 118: typeof TempType;
1879
+ 119: typeof Term;
1880
+ 120: typeof TerrainType;
1881
+ 121: typeof ThirstLevel;
1882
+ 122: typeof TileEventType;
1883
+ 123: typeof TooltipVisibilityOption;
1884
+ 124: typeof UiTranslation;
1885
+ 125: typeof Quadrant;
1886
+ 126: typeof UnableToJoinReason;
1887
+ 127: typeof UnlockedRecipesStrategy;
1888
+ 128: typeof UsableActionType;
1889
+ 129: typeof Website;
1890
+ 130: typeof WeightStatus;
1891
+ 131: typeof WorldZ;
1891
1892
  };
1892
1893
  export declare const strictDictionaries: {
1893
1894
  0: typeof ActionType;
@@ -3621,64 +3622,65 @@ export declare const strictDictionaries: {
3621
3622
  70: typeof Load;
3622
3623
  71: symbol;
3623
3624
  72: typeof MagicalPropertyType;
3625
+ 74: symbol;
3624
3626
  73: typeof MagicalPropertyType;
3625
- 74: typeof MapQuality;
3626
- 75: typeof MenuBarButtonType;
3627
- 76: typeof Message;
3628
- 77: typeof MessageFilterDefault;
3629
- 78: typeof MessageTimestamp;
3630
- 79: typeof Milestone;
3631
- 80: typeof MilestoneModifierGroup;
3632
- 81: typeof MilestoneSort;
3633
- 82: typeof MiscTranslation;
3634
- 83: typeof CanLoadState;
3635
- 84: typeof ModLoadFailureReason;
3636
- 85: typeof ModProvide;
3637
- 86: typeof ModSort;
3638
- 87: typeof ModType;
3639
- 88: typeof MultiplayerCompatibility;
3640
- 89: typeof DisconnectReason;
3641
- 90: typeof MusicPlaylist;
3642
- 91: typeof Note;
3643
- 92: typeof NPCType;
3644
- 93: symbol;
3645
- 94: typeof PartOfDay;
3646
- 95: typeof Prompt;
3647
- 96: typeof QuadrantComponentId;
3648
- 97: typeof QuadrantComponentContextMenuAction;
3649
- 98: typeof Quality;
3650
- 99: typeof QuestType;
3651
- 100: typeof QuestRequirementType;
3652
- 101: typeof RecipeLevel;
3653
- 102: typeof Direction;
3654
- 103: typeof Riddle;
3655
- 104: typeof Runekeeper.Domain;
3656
- 105: typeof Runekeeper.Event;
3657
- 106: typeof SaveImportErrorReason;
3658
- 107: typeof SaveSort;
3659
- 108: typeof SkillType;
3660
- 109: typeof SkillSort;
3661
- 110: typeof Source;
3662
- 111: typeof Stat;
3663
- 112: typeof StatusType;
3664
- 113: typeof StatusEffectType;
3665
- 114: typeof StatusThreatLevel;
3666
- 115: typeof SteamInputKeyboardPosition;
3667
- 116: typeof Responsibility;
3668
- 117: typeof TempType;
3669
- 118: typeof Term;
3670
- 119: typeof TerrainType;
3671
- 120: typeof ThirstLevel;
3672
- 121: typeof TileEventType;
3673
- 122: typeof TooltipVisibilityOption;
3674
- 123: typeof UiTranslation;
3675
- 124: typeof Quadrant;
3676
- 125: typeof UnableToJoinReason;
3677
- 126: typeof UnlockedRecipesStrategy;
3678
- 127: typeof UsableActionType;
3679
- 128: typeof Website;
3680
- 129: typeof WeightStatus;
3681
- 130: typeof WorldZ;
3627
+ 75: typeof MapQuality;
3628
+ 76: typeof MenuBarButtonType;
3629
+ 77: typeof Message;
3630
+ 78: typeof MessageFilterDefault;
3631
+ 79: typeof MessageTimestamp;
3632
+ 80: typeof Milestone;
3633
+ 81: typeof MilestoneModifierGroup;
3634
+ 82: typeof MilestoneSort;
3635
+ 83: typeof MiscTranslation;
3636
+ 84: typeof CanLoadState;
3637
+ 85: typeof ModLoadFailureReason;
3638
+ 86: typeof ModProvide;
3639
+ 87: typeof ModSort;
3640
+ 88: typeof ModType;
3641
+ 89: typeof MultiplayerCompatibility;
3642
+ 90: typeof DisconnectReason;
3643
+ 91: typeof MusicPlaylist;
3644
+ 92: typeof Note;
3645
+ 93: typeof NPCType;
3646
+ 94: symbol;
3647
+ 95: typeof PartOfDay;
3648
+ 96: typeof Prompt;
3649
+ 97: typeof QuadrantComponentId;
3650
+ 98: typeof QuadrantComponentContextMenuAction;
3651
+ 99: typeof Quality;
3652
+ 100: typeof QuestType;
3653
+ 101: typeof QuestRequirementType;
3654
+ 102: typeof RecipeLevel;
3655
+ 103: typeof Direction;
3656
+ 104: typeof Riddle;
3657
+ 105: typeof Runekeeper.Domain;
3658
+ 106: typeof Runekeeper.Event;
3659
+ 107: typeof SaveImportErrorReason;
3660
+ 108: typeof SaveSort;
3661
+ 109: typeof SkillType;
3662
+ 110: typeof SkillSort;
3663
+ 111: typeof Source;
3664
+ 112: typeof Stat;
3665
+ 113: typeof StatusType;
3666
+ 114: typeof StatusEffectType;
3667
+ 115: typeof StatusThreatLevel;
3668
+ 116: typeof SteamInputKeyboardPosition;
3669
+ 117: typeof Responsibility;
3670
+ 118: typeof TempType;
3671
+ 119: typeof Term;
3672
+ 120: typeof TerrainType;
3673
+ 121: typeof ThirstLevel;
3674
+ 122: typeof TileEventType;
3675
+ 123: typeof TooltipVisibilityOption;
3676
+ 124: typeof UiTranslation;
3677
+ 125: typeof Quadrant;
3678
+ 126: typeof UnableToJoinReason;
3679
+ 127: typeof UnlockedRecipesStrategy;
3680
+ 128: typeof UsableActionType;
3681
+ 129: typeof Website;
3682
+ 130: typeof WeightStatus;
3683
+ 131: typeof WorldZ;
3682
3684
  };
3683
3685
  export type DictionaryEnum = (typeof dictionaryMap)[Dictionary];
3684
3686
  type ExtractEnumString<E> = E extends Record<string, infer V> ? V : never;
@@ -22,8 +22,7 @@ import { MessageType } from "@wayward/game/game/entity/player/IMessageManager";
22
22
  import type { StatusType } from "@wayward/game/game/entity/status/IStatus";
23
23
  import type { InfoProviderContext } from "@wayward/game/game/inspection/InfoProviderContext";
24
24
  import type { ItemType } from "@wayward/game/game/item/IItem";
25
- import type { IHasMagic } from "@wayward/game/game/magic/MagicalPropertyManager";
26
- import { MagicalPropertyIdentity } from "@wayward/game/game/magic/MagicalPropertyManager";
25
+ import { MagicalPropertyIdentity, type IHasMagic } from "@wayward/game/game/magic/IMagicalProperty";
27
26
  import type MagicalPropertyType from "@wayward/game/game/magic/MagicalPropertyType";
28
27
  import { Milestone } from "@wayward/game/game/milestones/IMilestone";
29
28
  import type { EnumReferenceTypes, Reference, Referenceable } from "@wayward/game/game/reference/IReferenceManager";