Skip to content

feat: add Rapid Casting III support gem mapping#53

Closed
jay9297 wants to merge 1 commit into
devfrom
feature/rapid-casting-3-support
Closed

feat: add Rapid Casting III support gem mapping#53
jay9297 wants to merge 1 commit into
devfrom
feature/rapid-casting-3-support

Conversation

@jay9297

@jay9297 jay9297 commented May 25, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add SkillStatMap entry for cast_speed_+%_per_num_unique_spells_cast_in_last_8_seconds
  • Maps to existing NonInstantSpellCastRecently multiplier infrastructure
  • Reuses user-configured "Non-Instant Spells Cast Recently" config option

Details

Rapid Casting III is a tier 3 support gem that grants 10% increased Cast Speed for each different Spell you've Cast in the last eight seconds. The stat uses an 8-second tracking window (vs the standard 4-second "Recently" definition), but since the multiplier count is user-configured, the mapping is functionally equivalent with existing infrastructure.

Verified via poe2wiki.net: gem_tier=5, static_stat_value=10, support_gem_category="Rapid Casting".

Test plan

  • Verify Rapid Casting III support gem resolves without errors in SkillStatMap
  • Verify the "# of Non-Instant Spells Cast Recently" config option appears and applies the cast speed bonus correctly

Adds SkillStatMap entry for cast_speed_+%_per_num_unique_spells_cast_in_last_8_seconds,
mapping to the NonInstantSpellCastRecently multiplier. This support gem grants
10% increased Cast Speed per unique spell cast in the last 8 seconds.

Note: Reuses existing NonInstantSpellCastRecently multiplier infrastructure.
The gem's 8-second tracking window differs from the standard 4-second
'Recently' label, but since the count is user-configured, this works.
@jay9297 jay9297 closed this May 26, 2026
@jay9297
jay9297 deleted the feature/rapid-casting-3-support branch May 26, 2026 03:06
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.

1 participant