Skip to content

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

Open
soloxcx wants to merge 2 commits into
simulationcraft:midnightfrom
soloxcx:rotmire-uncapped
Open

[Gear] Rotmire's Sporeheart is not split aoe damage#11564
soloxcx wants to merge 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.

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