Skip to content

[Mage] Frost mage 12.1 set bonus#11524

Merged
vituscze merged 3 commits into
simulationcraft:midnightfrom
Lucasmingus:frost-tier-implementation
Jun 30, 2026
Merged

[Mage] Frost mage 12.1 set bonus#11524
vituscze merged 3 commits into
simulationcraft:midnightfrom
Lucasmingus:frost-tier-implementation

Conversation

@Lucasmingus

Copy link
Copy Markdown
Contributor

No description provided.

Comment thread engine/class_modules/sc_mage.cpp Outdated
action_t* duality_pyroblast = nullptr;
int freezing_consume;
shatter_source_t* shatter_source;
real_ppm_t* rppm_set_bonus = nullptr;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This should go into mage_t and be initialized in init_rng, like all the other RNGs

Comment thread engine/class_modules/sc_mage.cpp Outdated
debuff->refresh();
}

if ( consume_stacks > 0 && sets->has_set_bonus( MAGE_FROST, MID2, B2 ) )

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Was this tested? Using consume_stacks would mean it doesn't interact with FoF at all. Worth a comment if that is the case.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

It works with FoF. Was meant to use shatter_stacks instead of consume_stacks

Comment thread engine/class_modules/sc_mage.cpp Outdated
procs.icicle_from_set_bonus->occur();
// Icicles generated this way cannot grant the Glacial Spike buff on their own (bug?),
// the player still has to wait for the cyclic icicles proc to gain the buff
trigger_icicle( 1, false );

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Probably worth controlling this behavior with player_t::bugs

@vituscze vituscze merged commit fc60aa4 into simulationcraft:midnight Jun 30, 2026
78 of 89 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