@wayward/types 2.15.2-beta.dev.20251103.1 → 2.15.2-beta.dev.20251104.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.
|
@@ -94,7 +94,12 @@ export declare const CURSE_EVENTS_ENTITY_DESPAWN_CHANCE = 0.1;
|
|
|
94
94
|
* Some curse events extinguish light sources via additional decay (both static & dynamic (based on % of decay remaining))
|
|
95
95
|
* This multiplier affects how quickly curse ward doodads & items are extinguished compared to the rest
|
|
96
96
|
*/
|
|
97
|
-
export declare const CURSE_EVENTS_EXTINGUISH_WARD_MULTIPLIER = 0.
|
|
97
|
+
export declare const CURSE_EVENTS_EXTINGUISH_WARD_MULTIPLIER = 0.02;
|
|
98
|
+
/**
|
|
99
|
+
* Some curse events extinguish light sources via additional decay (both static & dynamic (based on % of decay remaining))
|
|
100
|
+
* This multiplier affects how quickly it happens when the cursebearer is sleeping
|
|
101
|
+
*/
|
|
102
|
+
export declare const CURSE_EVENTS_EXTINGUISH_SLEEPING_MULTIPLIER = 0.2;
|
|
98
103
|
export declare const CURSE_EVENTS_RUNE_CHANCE_MULTIPLIER_UNLUCKY: IRange<number>;
|
|
99
104
|
export declare const CURSE_EVENTS_RUNE_CHANCE_MULTIPLIER_LUCKY: IRange<number>;
|
|
100
105
|
/**
|
package/package.json
CHANGED