Skip to content

Conversation

@Nostrademous
Copy link
Contributor

Screenshot 2025-01-19 224318

@LocalIdentity LocalIdentity added the enhancement New feature, calculation, or mod label Jan 20, 2025
Comment on lines 199 to 203
modList:NewMod("Multiplier:BreachFlamesCount", "BASE", m_min(val, 10), "Config")
modList:NewMod("Multiplier:FlameEffect", "BASE", 1, "Config")
modList:NewMod("InstantLifeLeech", "BASE", 7, "Config", { type = "Multiplier", var = "BreachFlamesCount" }, { type = "Multiplier", var = "FlameEffect" }, { type = "GlobalEffect", effectType = "Buff" })
modList:NewMod("InstantManaLeech", "BASE", 7, "Config", { type = "Multiplier", var = "BreachFlamesCount" }, { type = "Multiplier", var = "FlameEffect" }, { type = "GlobalEffect", effectType = "Buff" })
modList:NewMod("DamageGainAsChaos", "BASE", 7, "Config", { type = "Multiplier", var = "BreachFlamesCount" }, { type = "Multiplier", var = "FlameEffect" }, { type = "GlobalEffect", effectType = "Buff" })
Copy link
Contributor

Choose a reason for hiding this comment

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

This config should just be setting the multiplier for flame stacks and should be passed to a stat map on the Into the Breach gem

@LocalIdentity LocalIdentity merged commit 9eb6b39 into PathOfBuildingCommunity:dev Jan 20, 2025
1 of 2 checks passed
@LocalIdentity LocalIdentity changed the title implemented support for 'Into the Breach' and 'Lucid Dreaming' Add support for Monk's Into the Breach and Lucid Dreaming nodes Jan 20, 2025
@LocalIdentity LocalIdentity changed the title Add support for Monk's Into the Breach and Lucid Dreaming nodes Add support for Monk's Into the Breach and Lucid Dreaming Ascendancies Jan 20, 2025
@Nostrademous Nostrademous deleted the ChayulaFlames branch January 21, 2025 01:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature, calculation, or mod

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants