Skip to content

[Gear] Rotmire's Sporeheart is not split aoe damage#11564

Merged
nyterage merged 2 commits into
simulationcraft:midnightfrom
soloxcx:rotmire-uncapped
Jul 9, 2026
Merged

[Gear] Rotmire's Sporeheart is not split aoe damage#11564
nyterage merged 2 commits into
simulationcraft:midnightfrom
soloxcx:rotmire-uncapped

Conversation

@soloxcx

@soloxcx soloxcx commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Comment thread engine/player/unique_gear_midnight.cpp Outdated
damage = create_proc_action<generic_aoe_proc_t>( "bursting_toadstools", e, 1285163 );
damage->base_dd_min = damage->base_dd_max = e.driver()->effectN( 3 ).average( e );
damage->base_multiplier *= role_mult( e );
damage->split_aoe_damage = false;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just this flag wouldnt adjust the aoe scaling as well. think it needs to be changed to the base type generic_proc_t and aoe set to -1 to properly capture that behavior.

@nyterage nyterage merged commit 14e06a1 into simulationcraft:midnight Jul 9, 2026
78 of 90 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants