Skip to content

Immediately enter Carved Blazikon Wax light #10230

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: thewarwithin
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions engine/player/player.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -846,8 +846,9 @@ struct player_t : public actor_t
timespan_t entropic_skardyn_core_pickup_delay = 4_s;
timespan_t entropic_skardyn_core_pickup_stddev = 1_s;
// when to enter and how long to stay in light for carved blazikon wax
timespan_t carved_blazikon_wax_enter_light_delay = 4_s;
timespan_t carved_blazikon_wax_enter_light_stddev = 1_s;
// as of at least 11.1.5, the candle always spawns in range, so enter immediately
timespan_t carved_blazikon_wax_enter_light_delay = 0_s;
timespan_t carved_blazikon_wax_enter_light_stddev = 0_s;
timespan_t carved_blazikon_wax_stay_in_light_duration = 0_s; // remain until the end
timespan_t carved_blazikon_wax_stay_in_light_stddev = 0_s;
// allies with signet of the priory
Expand Down