@wayward/types 2.15.3-beta.dev.20260322.1 → 2.15.4-beta.dev.20260323.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.
@@ -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 {