@wayward/types 2.15.3-beta.dev.20260322.1 → 2.15.4-beta.dev.20260324.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/Curse.d.ts +1 -0
- package/definitions/game/language/dictionary/UiTranslation.d.ts +744 -746
- package/definitions/game/multiplayer/packets/server/UpdateCurseVisualStatePacket.d.ts +10 -0
- package/definitions/game/renderer/platform/webgl/WorldLayerRendererWebGl.d.ts +3 -0
- package/definitions/game/renderer/platform/webgpu/WorldLayerRendererWebGpu.d.ts +2 -0
- package/definitions/game/renderer/world/IWorldLayerRendererPlatform.d.ts +2 -0
- package/definitions/game/renderer/world/WorldLayerRenderer.d.ts +3 -0
- package/definitions/game/renderer/world/WorldRenderer.d.ts +0 -2
- package/definitions/hosts/shared/globals.d.ts +2 -2
- package/package.json +1 -1
|
@@ -108,6 +108,7 @@ export declare const CURSE_EVENTS_VISUAL_EXPLORED_FADE_TURNS = 30;
|
|
|
108
108
|
export declare const CURSE_EVENTS_VISUAL_EXPLORED_FAST_PHASE_TURNS = 50;
|
|
109
109
|
export declare const CURSE_EVENTS_VISUAL_EXPLORED_MAIN_ALGORITHM_RADIUS = 150;
|
|
110
110
|
export declare const CURSE_EVENTS_VISUAL_EXPLORED_ALPHA_BATCH_SIZE = 4096;
|
|
111
|
+
export declare const CURSE_EVENTS_VISUAL_EXPLORED_WEIGHTED_HIDE_DISTANCE_BAND = 60;
|
|
111
112
|
export declare const CURSE_EVENTS_VISUAL_EXPLORED_VISIBLE_BUFFER_RADIUS = 1;
|
|
112
113
|
declare namespace Curse {
|
|
113
114
|
interface Helper {
|