@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.
- package/definitions/game/game/doodad/Doodad.d.ts +1 -1
- package/definitions/game/game/entity/player/quest/quest/IQuest.d.ts +1 -0
- package/definitions/game/game/inspection/infoProviders/LevelValue.d.ts +3 -1
- package/definitions/game/game/inspection/infoProviders/MagicalDamageReduction.d.ts +1 -1
- package/definitions/game/game/inspection/infoProviders/MagicalDamageRegeneration.d.ts +1 -1
- package/definitions/game/game/inspection/infoProviders/MagicalPropertyValue.d.ts +3 -2
- package/definitions/game/game/inspection/infoProviders/item/MagicalSourceTooltip.d.ts +2 -1
- package/definitions/game/game/inspection/infoProviders/item/use/ItemBuildInfo.d.ts +1 -1
- package/definitions/game/game/inspection/infoProviders/item/use/ItemEquipInfo.d.ts +1 -1
- package/definitions/game/game/inspection/inspections/MagicInspection.d.ts +2 -2
- package/definitions/game/game/item/IItem.d.ts +1 -1
- package/definitions/game/game/item/Item.d.ts +2 -1
- package/definitions/game/game/magic/IMagicalProperty.d.ts +85 -0
- package/definitions/game/game/magic/MagicalPropertyManager.d.ts +3 -72
- package/definitions/game/game/magic/MagicalPropertyType.d.ts +1 -1
- package/definitions/game/game/meta/prompt/IPrompt.d.ts +27 -26
- package/definitions/game/game/meta/prompt/PromptDescriptions.d.ts +1 -0
- package/definitions/game/game/reference/IReferenceManager.d.ts +1 -1
- package/definitions/game/language/Dictionary.d.ts +58 -57
- package/definitions/game/language/DictionaryMap.d.ts +116 -114
- package/definitions/game/language/Translation.d.ts +1 -2
- package/definitions/game/language/dictionary/Message.d.ts +475 -474
- package/definitions/game/language/dictionary/UiTranslation.d.ts +870 -863
- package/definitions/game/language/english/item/MagicalSubPropertyAffixes.d.ts +13 -0
- package/definitions/game/multiplayer/IMultiplayer.d.ts +70 -70
- package/definitions/game/save/data/ISaveData.d.ts +23 -0
- package/definitions/game/save/data/ISaveDataGlobal.d.ts +1 -0
- package/definitions/game/save/data/SaveData.d.ts +10 -1
- package/definitions/game/save/serializer/PropertiesToSerialize.d.ts +4 -0
- package/definitions/game/save/upgrade/versions/beta2.14.4/beta2.14.4-dev20241231.d.ts +12 -0
- package/definitions/game/steamworks/ISteamworks.d.ts +1 -0
- package/definitions/game/steamworks/Steamworks.d.ts +6 -2
- package/definitions/game/ui/component/dropdown/MagicalPropertyDropdown.d.ts +1 -2
- package/definitions/game/ui/screen/screens/game/component/container/ContainerBucketItemList.d.ts +1 -0
- package/definitions/game/ui/screen/screens/game/dialog/MilestonesDialog.d.ts +1 -0
- package/definitions/game/ui/screen/screens/game/dialog/unlockables/UnlockablesDialog.d.ts +1 -0
- package/definitions/game/ui/screen/screens/menu/menus/options/TabDeveloper.d.ts +1 -1
- package/definitions/game/ui/screen/screens/menu/menus/options/TabSaveData.d.ts +1 -0
- package/definitions/game/ui/util/HighlightManager.d.ts +11 -1
- package/definitions/game/ui/util/IHighlight.d.ts +1 -0
- package/definitions/test/core/applicationDom.d.ts +3 -1
- package/definitions/utilities/Log.d.ts +3 -2
- 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
|
-
|
1835
|
-
|
1836
|
-
|
1837
|
-
|
1838
|
-
|
1839
|
-
|
1840
|
-
|
1841
|
-
|
1842
|
-
|
1843
|
-
|
1844
|
-
|
1845
|
-
|
1846
|
-
|
1847
|
-
|
1848
|
-
|
1849
|
-
|
1850
|
-
|
1851
|
-
|
1852
|
-
|
1853
|
-
|
1854
|
-
|
1855
|
-
|
1856
|
-
|
1857
|
-
|
1858
|
-
|
1859
|
-
|
1860
|
-
|
1861
|
-
|
1862
|
-
|
1863
|
-
|
1864
|
-
|
1865
|
-
|
1866
|
-
|
1867
|
-
|
1868
|
-
|
1869
|
-
|
1870
|
-
|
1871
|
-
|
1872
|
-
|
1873
|
-
|
1874
|
-
|
1875
|
-
|
1876
|
-
|
1877
|
-
|
1878
|
-
|
1879
|
-
|
1880
|
-
|
1881
|
-
|
1882
|
-
|
1883
|
-
|
1884
|
-
|
1885
|
-
|
1886
|
-
|
1887
|
-
|
1888
|
-
|
1889
|
-
|
1890
|
-
|
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
|
-
|
3626
|
-
|
3627
|
-
|
3628
|
-
|
3629
|
-
|
3630
|
-
|
3631
|
-
|
3632
|
-
|
3633
|
-
|
3634
|
-
|
3635
|
-
|
3636
|
-
|
3637
|
-
|
3638
|
-
|
3639
|
-
|
3640
|
-
|
3641
|
-
|
3642
|
-
|
3643
|
-
|
3644
|
-
|
3645
|
-
|
3646
|
-
|
3647
|
-
|
3648
|
-
|
3649
|
-
|
3650
|
-
|
3651
|
-
|
3652
|
-
|
3653
|
-
|
3654
|
-
|
3655
|
-
|
3656
|
-
|
3657
|
-
|
3658
|
-
|
3659
|
-
|
3660
|
-
|
3661
|
-
|
3662
|
-
|
3663
|
-
|
3664
|
-
|
3665
|
-
|
3666
|
-
|
3667
|
-
|
3668
|
-
|
3669
|
-
|
3670
|
-
|
3671
|
-
|
3672
|
-
|
3673
|
-
|
3674
|
-
|
3675
|
-
|
3676
|
-
|
3677
|
-
|
3678
|
-
|
3679
|
-
|
3680
|
-
|
3681
|
-
|
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
|
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";
|