Skip to content

Set skillFlag from gem stat map#9471

Open
LocalIdentity wants to merge 1 commit intodevfrom
add_flag-statmap
Open

Set skillFlag from gem stat map#9471
LocalIdentity wants to merge 1 commit intodevfrom
add_flag-statmap

Conversation

@LocalIdentity
Copy link
Contributor

Fixes #9465

Description of the problem being solved:

Currently we manually set a number of flags for things like area damage and projectile damage for skills but a lot of these can be automated if we just map a particular stat on the gem

In this case I did it for arrows on skills as there are many skills that fire arrows and manually adding the flag to every skill is laborious and error prone
Many skills fire arrows which are projectiles, but not all projectiles are arrows so in the case of Thunderburst the secondary skill fire projectiles and shouldn't benefit from additional arrow mods like on Death's Harp

Steps taken to verify a working solution:

  • Test skills that rely on projectile count, like barrage
  • Test mods in ModParser that changed

Link to a build that showcases this PR:

https://maxroll.gg/poe/pob/9w4qd0ok

Before screenshot:

image image

After screenshot:

image image

Currently we manually set a number of flags for things like area damage and projectile damage for skills but a lot of these can be automated if we just map a particular stat on the gem

In this case I did it for arrows on skills as there are many skills that fire arrows and manually adding the flag to every skill is laborious and error prone
Many skills fire arrows which are projectiles, but not all projectiles are arrows so in the case of Thunderburst the secondary skill fire projectiles and shouldn't benefit from additional arrow mods like on Death's Harp
@LocalIdentity LocalIdentity added bug: behaviour Behavioral differences pob2 Label for features that should be ported over to PoB-PoE2 labels Feb 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug: behaviour Behavioral differences pob2 Label for features that should be ported over to PoB-PoE2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Thunderstorm and Windburst should not gain additional projectiles from additional arrow modifiers

1 participant