@wayward/types 2.14.0-beta.dev.20241130.1 → 2.14.0-beta.dev.20241201.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/entity/creature/zone/CreatureZone.d.ts +1 -1
- package/definitions/game/game/inspection/infoProviders/item/use/ItemEquipInfo.d.ts +5 -8
- package/definitions/game/language/Translation.d.ts +2 -1
- package/definitions/game/language/dictionary/Misc.d.ts +17 -14
- package/definitions/game/language/dictionary/UiTranslation.d.ts +152 -151
- package/definitions/game/save/data/ISaveDataGlobal.d.ts +2 -1
- package/definitions/game/ui/screen/screens/menu/menus/options/TabDeveloper.d.ts +1 -2
- package/package.json +1 -1
|
@@ -84,7 +84,7 @@ export declare class CreatureZone {
|
|
|
84
84
|
* Spawning initial creatures, performing tile replacements, etc.
|
|
85
85
|
* Method will no-op if called more than once.
|
|
86
86
|
*/
|
|
87
|
-
setupZone(force?: boolean):
|
|
87
|
+
setupZone(force?: boolean): boolean;
|
|
88
88
|
/**
|
|
89
89
|
* Resets & recalculates the civilization score for the zone.
|
|
90
90
|
*/
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
* https://github.com/WaywardGame/types/wiki
|
|
10
10
|
*/
|
|
11
11
|
import { ActionType } from "@wayward/game/game/entity/action/IAction";
|
|
12
|
-
import LabelledValue from "@wayward/game/game/inspection/infoProviders/LabelledValue";
|
|
13
12
|
import UseInfo from "@wayward/game/game/inspection/infoProviders/UseInfo";
|
|
14
13
|
import type Item from "@wayward/game/game/item/Item";
|
|
15
14
|
import { MagicalPropertyEntry } from "@wayward/game/game/magic/MagicalPropertyManager";
|
|
@@ -37,16 +36,14 @@ declare const _default: UseInfo<{
|
|
|
37
36
|
} & {
|
|
38
37
|
getAttack: () => import("@wayward/game/game/inspection/InfoProvider").SimpleInfoProvider | undefined;
|
|
39
38
|
} & {
|
|
40
|
-
getDefense: () =>
|
|
39
|
+
getDefense: () => import("../../../../../language/impl/TranslationImpl").default[];
|
|
41
40
|
} & {
|
|
42
|
-
formatInsulation: (insulation?: number | undefined, type?: TempType | undefined) =>
|
|
41
|
+
formatInsulation: (insulation?: number | undefined, type?: TempType | undefined) => import("../../../../../language/impl/TranslationImpl").default;
|
|
43
42
|
} & {
|
|
44
|
-
|
|
43
|
+
getInsulation: () => (import("../../../../../language/impl/TranslationImpl").default | undefined)[];
|
|
45
44
|
} & {
|
|
46
|
-
|
|
45
|
+
getMagicEffect: (magic: MagicalPropertyEntry) => import("../../../../../language/impl/TranslationImpl").default;
|
|
47
46
|
} & {
|
|
48
|
-
|
|
49
|
-
} & {
|
|
50
|
-
getMagic: () => LabelledValue[];
|
|
47
|
+
getMagic: () => import("../../../../../language/impl/TranslationImpl").default[];
|
|
51
48
|
}, Item>;
|
|
52
49
|
export default _default;
|
|
@@ -215,9 +215,10 @@ declare namespace Translation {
|
|
|
215
215
|
private get relevant();
|
|
216
216
|
private skipParenthesis?;
|
|
217
217
|
private isPercentage?;
|
|
218
|
+
private percentageIsPremultiplied?;
|
|
218
219
|
constructor(base?: FVal, reformatter?: SupplierOr<Translation | undefined>);
|
|
219
220
|
noParenthesis(): this;
|
|
220
|
-
percentage(): this;
|
|
221
|
+
percentage(isPercentage?: boolean, premultiplied?: boolean): this;
|
|
221
222
|
translate(simple?: boolean): Translation;
|
|
222
223
|
private parenthesize;
|
|
223
224
|
private translateAndFormatComponent;
|
|
@@ -183,26 +183,29 @@ export declare enum MiscTranslation {
|
|
|
183
183
|
Tilled = 58,
|
|
184
184
|
Undiscovered = 59,
|
|
185
185
|
Unknown = 60,
|
|
186
|
-
UnknownItem = 61
|
|
187
|
-
XUndiscovered = 62
|
|
186
|
+
UnknownItem = 61
|
|
188
187
|
}
|
|
189
188
|
export declare enum Term {
|
|
190
189
|
Aberrant = 0,
|
|
191
190
|
Action = 1,
|
|
192
191
|
Attack = 2,
|
|
193
192
|
DamageTick = 3,
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
193
|
+
Effect = 4,
|
|
194
|
+
EveryX = 5,
|
|
195
|
+
Hostile = 6,
|
|
196
|
+
Movement = 7,
|
|
197
|
+
NextX = 8,
|
|
198
|
+
Normal = 9,
|
|
199
|
+
Tamed = 10,
|
|
200
|
+
TimeToX = 11,
|
|
201
|
+
Turn = 12,
|
|
202
|
+
Undiscovered = 13,
|
|
203
|
+
UndiscoveredSymbol = 14,
|
|
204
|
+
UsingX = 15,
|
|
205
|
+
XTick = 16,
|
|
206
|
+
XtoYZ = 17,
|
|
207
|
+
XUndiscovered = 18,
|
|
208
|
+
XY = 19
|
|
206
209
|
}
|
|
207
210
|
export declare enum Label {
|
|
208
211
|
LabelColonValue = 0,
|
|
@@ -804,156 +804,157 @@ declare enum UiTranslation {
|
|
|
804
804
|
MenuOptionsButtonWarnWhenBreakingItemsOnUseTooltip = 789,
|
|
805
805
|
MenuOptionsHeadingWarnWhenBreakingItems = 790,
|
|
806
806
|
MenuOptionsButtonSaveDataClearBindings = 791,
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
807
|
+
MenuOptionsButtonDisableMilestones = 792,
|
|
808
|
+
MenuOptionsLabelSaveDataRemoval = 793,
|
|
809
|
+
MenuOptionsTooltipDialogOpacity = 794,
|
|
810
|
+
MenuOptionsLabelDialogOpacity = 795,
|
|
811
|
+
MenuOptionsDeveloperSteamBetas = 796,
|
|
812
|
+
MenuOptionsDeveloperSteamBetaName = 797,
|
|
813
|
+
MenuOptionsDeveloperLogSourceFilterHeading = 798,
|
|
814
|
+
MenuOptionsDeveloperUIExperiments = 799,
|
|
815
|
+
MenuOptionsDeveloperUIExperimentsDescription = 800,
|
|
816
|
+
MenuOptionsAudioVolumeDisplay = 801,
|
|
817
|
+
MenuOptionsAudioInputSoundOnTyping = 802,
|
|
818
|
+
MenuOptionsAudioPlayAudioInBackground = 803,
|
|
819
|
+
MenuOptionsMusicPlaylist = 804,
|
|
820
|
+
MenuOptionsButtonConfigureBindings = 805,
|
|
821
|
+
MenuOptionsButtonSaveCompression = 806,
|
|
822
|
+
MenuOptionsButtonSaveCompressionTooltip = 807,
|
|
823
|
+
MenuOptionsButtonSaveUIDataGlobally = 808,
|
|
824
|
+
MenuOptionsButtonSaveUIDataGloballyTooltip = 809,
|
|
825
|
+
MenuPauseButtonContinueGame = 810,
|
|
826
|
+
MenuPauseButtonReturnToGame = 811,
|
|
827
|
+
MenuPauseButtonOptions = 812,
|
|
828
|
+
MenuPauseButtonGameSettings = 813,
|
|
829
|
+
MenuPauseButtonPaused = 814,
|
|
830
|
+
MenuPauseButtonMultiplayer = 815,
|
|
831
|
+
MenuPauseButtonHelp = 816,
|
|
832
|
+
MenuPauseButtonTitleScreen = 817,
|
|
833
|
+
MenuPauseButtonStopServer = 818,
|
|
834
|
+
MenuPauseButtonQuitWithoutSaving = 819,
|
|
835
|
+
MenuPauseTooltipNotPaused = 820,
|
|
836
|
+
MenuPauseLabelPaused = 821,
|
|
837
|
+
MenuPauseLabelNotPaused = 822,
|
|
838
|
+
MenuModesTitle = 823,
|
|
839
|
+
MenuModesDescription = 824,
|
|
840
|
+
MenuMultiplayerOptionsTitle = 825,
|
|
841
|
+
MenuMultiplayerOptionsDescription = 826,
|
|
842
|
+
MenuMultiplayerOptionsOpenServer = 827,
|
|
843
|
+
MenuMultiplayerOptionsOpenServerDescription = 828,
|
|
844
|
+
MenuMultiplayerOptionsCopyGameCode = 829,
|
|
845
|
+
MenuMultiplayerOptionsCopyGameCodeTooltip = 830,
|
|
846
|
+
MenuMultiplayerOptionsInviteSteamFriends = 831,
|
|
847
|
+
MenuMultiplayerOptionsCheckConnectionHeading = 832,
|
|
848
|
+
MenuMultiplayerOptionsCheckConnectionParagraph = 833,
|
|
849
|
+
MenuMultiplayerOptionsCheckConnectionButton = 834,
|
|
850
|
+
MenuMultiplayerOptionsCheckConnectionResultUnknown = 835,
|
|
851
|
+
MenuMultiplayerOptionsCheckConnectionResultChecking = 836,
|
|
852
|
+
MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetwork = 837,
|
|
853
|
+
MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetworkFail = 838,
|
|
854
|
+
MenuMultiplayerOptionsCheckConnectionResultSteamRelayNetworkUnavailable = 839,
|
|
855
|
+
MenuMultiplayerOptionsCheckConnectionResultWebSocket = 840,
|
|
856
|
+
MenuMultiplayerOptionsCheckConnectionResultWebSocketFail = 841,
|
|
857
|
+
MenuMultiplayerOptionsCheckConnectionResultWebSocketUnavailable = 842,
|
|
858
|
+
MenuMultiplayerOptionsCheckConnectionResultSuccess = 843,
|
|
859
|
+
MenuJoinServerTitle = 844,
|
|
860
|
+
MenuJoinServerDescription = 845,
|
|
861
|
+
MenuJoinServerInputPlaceholder = 846,
|
|
862
|
+
MenuJoinServerChooseModifiersTitle = 847,
|
|
863
|
+
MenuJoinServerChooseModifiersDescription = 848,
|
|
864
|
+
MenuSharedMultiplayerChoiceLobbyTypeFriends = 849,
|
|
865
|
+
MenuSharedMultiplayerChoiceLobbyTypeFriendsDescription = 850,
|
|
866
|
+
MenuSharedMultiplayerChoiceLobbyTypePublic = 851,
|
|
867
|
+
MenuSharedMultiplayerChoiceLobbyTypePublicDescription = 852,
|
|
868
|
+
MenuSharedMultiplayerChoiceLobbyTypePrivate = 853,
|
|
869
|
+
MenuSharedMultiplayerChoiceLobbyTypePrivateDescription = 854,
|
|
870
|
+
MenuSharedMultiplayerChoicePVP = 855,
|
|
871
|
+
MenuSharedMultiplayerChoicePVPDescription = 856,
|
|
872
|
+
MenuSharedMultiplayerChoiceAllowTraveling = 857,
|
|
873
|
+
MenuSharedMultiplayerChoiceAllowTravelingDescription = 858,
|
|
874
|
+
MenuSharedMultiplayerChoiceAllowHardcoreRespawns = 859,
|
|
875
|
+
MenuSharedMultiplayerChoiceAllowHardcoreRespawnsDescription = 860,
|
|
876
|
+
MenuSharedMultiplayerChoicePauseOnDesync = 861,
|
|
877
|
+
MenuSharedMultiplayerChoicePauseOnDesyncDescription = 862,
|
|
878
|
+
MenuSharedMultiplayerDescription = 863,
|
|
879
|
+
MenuSharedMultiplayerMessageOfTheDay = 864,
|
|
880
|
+
MenuSharedMultiplayerMaxPlayers = 865,
|
|
881
|
+
MenuSharedRealTimeTickSpeedTooltip = 866,
|
|
882
|
+
MenuSharedRealTimeTickSpeedLabel = 867,
|
|
883
|
+
MenuSharedButtonDefault = 868,
|
|
884
|
+
MenuSharedValueSeconds = 869,
|
|
885
|
+
MenuSharedValueMilliseconds = 870,
|
|
886
|
+
MenuSharedValueTurns = 871,
|
|
887
|
+
MenuSharedValuePercentage = 872,
|
|
888
|
+
MenuSharedMilestonesNotUnlockable = 873,
|
|
889
|
+
MenuSharedMilestonesNotUnlockableDescription = 874,
|
|
890
|
+
MenuSharedMilestonesNotUnlockableButtonShowMods = 875,
|
|
891
|
+
MenuSharedButtonDisableAll = 876,
|
|
892
|
+
MenuSharedButtonEnableAll = 877,
|
|
893
|
+
MenuSharedMilestoneModifiersSelected = 878,
|
|
894
|
+
MiscSortBy = 879,
|
|
895
|
+
MiscSortCustom = 880,
|
|
896
|
+
MiscSortDirection = 881,
|
|
897
|
+
MiscFilter = 882,
|
|
898
|
+
MiscNone = 883,
|
|
899
|
+
MiscPlayerNameDefault = 884,
|
|
900
|
+
MiscPlayerNameServer = 885,
|
|
901
|
+
MiscSaveNameDefault = 886,
|
|
902
|
+
MiscSaveNameDailyChallenge = 887,
|
|
903
|
+
MiscSaveNameChallenge = 888,
|
|
904
|
+
MiscSaveVersionUnknown = 889,
|
|
905
|
+
MiscVersion = 890,
|
|
906
|
+
MiscVersionBuildInfoTooltip = 891,
|
|
907
|
+
MiscVersionUpdate = 892,
|
|
908
|
+
MiscTime = 893,
|
|
909
|
+
MiscTimeMeridiem = 894,
|
|
910
|
+
MiscError = 895,
|
|
911
|
+
MiscContextMenuCopyTooltip = 896,
|
|
912
|
+
MiscBindableNoBindings = 897,
|
|
913
|
+
MiscBindingIcon = 898,
|
|
914
|
+
MiscBindingIconThen = 899,
|
|
915
|
+
DifficultyOptionsPeaceful = 900,
|
|
916
|
+
DifficultyOptionsAberrantSpawnsDisabled = 901,
|
|
917
|
+
DifficultyOptionsAberrantSpawnsOnly = 902,
|
|
918
|
+
DifficultyOptionsCreatureSpawningDisabled = 903,
|
|
919
|
+
DifficultyOptionsCreatureAlwaysSpawns = 904,
|
|
920
|
+
DifficultyOptionsCreatureSpawnsDefault = 905,
|
|
921
|
+
DifficultyOptionsCreatureSpawnsAberrantOnly = 906,
|
|
922
|
+
DifficultyOptionsCreatureSpawnsNoAberrants = 907,
|
|
923
|
+
DifficultyOptionsSpawnLimit = 908,
|
|
924
|
+
DifficultyOptionsSpawnRateMultiplier = 909,
|
|
925
|
+
DifficultyOptionsDisableScared = 910,
|
|
926
|
+
DifficultyOptionsRespawn = 911,
|
|
927
|
+
DifficultyOptionsEternalNight = 912,
|
|
928
|
+
DifficultyOptionsEternalDay = 913,
|
|
929
|
+
DifficultyOptionsTimeInitial = 914,
|
|
930
|
+
DifficultyOptionsTimeFrozen = 915,
|
|
931
|
+
DifficultyOptionsTimeDayLength = 916,
|
|
932
|
+
DifficultyOptionsTimeDayPercent = 917,
|
|
933
|
+
DifficultyOptionsNoItems = 918,
|
|
934
|
+
DifficultyOptionsRecipes = 919,
|
|
935
|
+
DifficultyOptionsStartingIsland = 920,
|
|
936
|
+
DifficultyOptionsTravelingEffectsDisabled = 921,
|
|
937
|
+
DifficultyOptionsLuck = 922,
|
|
938
|
+
DifficultyOptionsWeightBonus = 923,
|
|
939
|
+
DifficultyOptionsStatInitial = 924,
|
|
940
|
+
DifficultyOptionsStatMax = 925,
|
|
941
|
+
DifficultyOptionsStatMultiplier = 926,
|
|
942
|
+
DifficultyOptionsStatusStartWith = 927,
|
|
943
|
+
DifficultyOptionsStatusUntreatable = 928,
|
|
944
|
+
DifficultyOptionsStatusPassChanceMultiplier = 929,
|
|
945
|
+
DifficultyOptionsNoRandomSkills = 930,
|
|
946
|
+
DifficultyOptionsSkillStartingCount = 931,
|
|
947
|
+
DifficultyOptionsSkillGainMultiplier = 932,
|
|
948
|
+
DifficultyOptionsSkillInitial = 933,
|
|
949
|
+
DifficultyOptionsStatusPermanent = 934,
|
|
950
|
+
DifficultyOptionsStatusRateMultiplier = 935,
|
|
951
|
+
DifficultyOptionsStatusMultiplier = 936,
|
|
952
|
+
DifficultyOptionsItemDurabilityMultiplier = 937,
|
|
953
|
+
DifficultyOptionsItemDecayMultiplier = 938,
|
|
954
|
+
DifficultyOptionsTileContainersEnabled = 939,
|
|
955
|
+
TabCrafting = 940,
|
|
956
|
+
TabDismantle = 941,
|
|
957
|
+
WindowTitleContainer = 942,
|
|
958
|
+
WindowTitleInventory = 943
|
|
958
959
|
}
|
|
959
960
|
export default UiTranslation;
|
|
@@ -41,6 +41,8 @@ export interface IOptions {
|
|
|
41
41
|
disableAcrylicTransparency: boolean;
|
|
42
42
|
disableCraftingProtectedItems: boolean;
|
|
43
43
|
disableHealthVignette: boolean;
|
|
44
|
+
disableItemNotifiers: boolean;
|
|
45
|
+
disableMilestones: boolean;
|
|
44
46
|
disableMovementAnimations: boolean;
|
|
45
47
|
disableOverlaySupport: boolean;
|
|
46
48
|
disableQuitConfirmation: boolean;
|
|
@@ -60,7 +62,6 @@ export interface IOptions {
|
|
|
60
62
|
grantAllMilestoneModifiers: boolean;
|
|
61
63
|
hideEquippedHeadgear: boolean;
|
|
62
64
|
hudWidth?: number;
|
|
63
|
-
disableItemNotifiers: boolean;
|
|
64
65
|
leftHanded: boolean;
|
|
65
66
|
lowPowerMode: boolean;
|
|
66
67
|
mouseTurnDelay: number;
|
|
@@ -15,11 +15,11 @@ export default class TabDeveloper extends Tab implements IRefreshable {
|
|
|
15
15
|
private readonly buttonDeveloperMode;
|
|
16
16
|
private readonly buttonOpenLogsFolder;
|
|
17
17
|
private readonly buttonToggleDevTools;
|
|
18
|
-
private readonly buttonFullscreen;
|
|
19
18
|
private readonly buttonReloadGame;
|
|
20
19
|
private readonly buttonReloadStylesheets;
|
|
21
20
|
private readonly buttonReloadTexturesCache;
|
|
22
21
|
private readonly buttonTogglePrepackedSprites;
|
|
22
|
+
private readonly buttonDisableMilestones;
|
|
23
23
|
private readonly buttonToggleTraceRecording;
|
|
24
24
|
private readonly buttonDisposeReflection;
|
|
25
25
|
private readonly blockLogSourceFiltering;
|
|
@@ -33,7 +33,6 @@ export default class TabDeveloper extends Tab implements IRefreshable {
|
|
|
33
33
|
private openLogsFolder;
|
|
34
34
|
private toggleTraceRecording;
|
|
35
35
|
private toggleDeveloperMode;
|
|
36
|
-
private onFullscreen;
|
|
37
36
|
private reloadGame;
|
|
38
37
|
private createSteamBetasDropdown;
|
|
39
38
|
private onSteamBetaSelect;
|
package/package.json
CHANGED