Skip to content

Rename Otherworldly Appendages to Cryogenesis, add new stats#9517

Open
EtherealCarnivore wants to merge 1 commit intoPathOfBuildingCommunity:devfrom
EtherealCarnivore:rename-cryogenesis
Open

Rename Otherworldly Appendages to Cryogenesis, add new stats#9517
EtherealCarnivore wants to merge 1 commit intoPathOfBuildingCommunity:devfrom
EtherealCarnivore:rename-cryogenesis

Conversation

@EtherealCarnivore
Copy link

@EtherealCarnivore EtherealCarnivore commented Mar 2, 2026

3.28 renamed the Breachlord Bloodline notable from Otherworldly Appendages to Cryogenesis and replaced the old graft damage reduction stats with two new ones:

  • "If Intelligence is your single highest Attribute, all added Damage is treated as added Lightning Damage"
  • "If Dexterity is your single highest Attribute, all added Damage is treated as added Cold Damage"

Changes:

  • Tree data updated across all 4 variants (standard, alternate, ruthless, ruthless alternate)
  • ModParser: two new stat patterns setting AllAddedDamageAsLightning / AllAddedDamageAsCold flags
  • CalcPerform: IntSingleHighestAttribute / DexSingleHighestAttribute conditions (strict >, no ties)
  • CalcOffence: redirects flat added damage from all types into the target type when the flag is active. Only affects added (flat) damage - weapon and skill base damage stays as-is, matching the "all added Damage" wording. Conversion still works normally on the resulting base values.

Tested by running the full test suite (195/195 pass).

@EtherealCarnivore EtherealCarnivore marked this pull request as draft March 2, 2026 20:37
3.28 replaces the old graft damage reduction stats with:
- Int single highest attribute: all added damage treated as Lightning
- Dex single highest attribute: all added damage treated as Cold

Updated tree data (all 4 variants), added ModParser entries,
single-highest-attribute conditions in CalcPerform, and flat
added damage redirection in CalcOffence.
@EtherealCarnivore EtherealCarnivore changed the title Rename Otherworldly Appendages to Cryogenesis Rename Otherworldly Appendages to Cryogenesis, add new stats Mar 2, 2026
@EtherealCarnivore EtherealCarnivore marked this pull request as ready for review March 2, 2026 21:30
@EtherealCarnivore
Copy link
Author

Draft -> Ready to review

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