Skip to content

[Docs] Document InterceptorPhase and beforeGuardian damage interceptor phase#94

Merged
Lyeeedar merged 1 commit into
mainfrom
docs/update-20260626-004550
Jun 26, 2026
Merged

[Docs] Document InterceptorPhase and beforeGuardian damage interceptor phase#94
Lyeeedar merged 1 commit into
mainfrom
docs/update-20260626-004550

Conversation

@Lyeeedar

Copy link
Copy Markdown
Owner

Summary

Updated docs/combat/triggers.md to document the new InterceptorPhase type and beforeGuardian phase that were added in commit d1f8e7f2.

Changes

docs/combat/triggers.md

  • Replaced afterBarrier?: boolean documentation with the new phase?: InterceptorPhase field
  • Added InterceptorPhase type definition: 'beforeGuardian' | 'preBarrier' | 'postBarrier'
  • Added a pipeline table explaining when each phase runs and its intended use case
  • Added a note that the old afterBarrier boolean field is no longer used and providing the migration mapping ('postBarrier' for afterBarrier: true, 'preBarrier' for afterBarrier: false)

Triggering Commit

  • d1f8e7f20989f955bba49b5521fa02a18c58e693 - Add new interceptor phase, and make seal grace apply it
    • Added 'beforeGuardian' phase: runs at the very start of the damage pipeline, before guardian/puppet interception and every other mitigation. Used for full-negation effects like the challenge Grace Period.
    • Replaced afterBarrier: boolean on damageInterceptorEffects with phase?: InterceptorPhase

Review Rotation

Reviewed area: combat (rotating review)

🤖 Mod Documentation Updater -- automated AI assistant

@Lyeeedar Lyeeedar merged commit 3b96df6 into main Jun 26, 2026
@Lyeeedar Lyeeedar deleted the docs/update-20260626-004550 branch June 26, 2026 04:10
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