Skip to content

Conversation

@ain9156
Copy link

@ain9156 ain9156 commented Dec 30, 2025

Description of the problem being solved:

Adds support for Arakaali's Lust hit damage scaling per Poison stack on the enemy

Steps taken to verify a working solution:

  • Added a skill that hits
  • Added Poison Support
  • Added Arakaali's Lust
  • Adjusted the number of Poison stacks on the enemy

Link to a build that showcases this PR:

https://pobb.in/9Qsv16yyc9V2

Before screenshot:

before2n

After screenshot:

after2

Copy link
Contributor

@LocalIdentity LocalIdentity left a comment

Choose a reason for hiding this comment

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

Just needs the flag so it only applies to hits

statDescriptionScope = "gem_stat_descriptions",
statMap = {
["support_debilitate_hit_damage_+%_final_per_poison_stack"] = {
mod("Damage", "MORE", nil, 0, 0, { type = "Multiplier", actor = "enemy", var = "PoisonStacks", limitVar = "ArakaaliMaxHitDamage", limitTotal = true } ),
Copy link
Contributor

Choose a reason for hiding this comment

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

Needs to have ModFlag.Hit in the place of the first 0 after the nil so that the damage only scales hits

@LocalIdentity LocalIdentity added the enhancement New feature, calculation, or mod label Dec 31, 2025
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