Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regalia Implement effect is applying flanking immunity without having Implement Paragon #18158

Closed
websterguy opened this issue Jan 31, 2025 · 0 comments · Fixed by #18162
Closed

Comments

@websterguy
Copy link
Contributor

Rule element on the effect reads as so:

{
  "key": "ActiveEffectLike",
  "mode": "override",
  "path": "system.attributes.flanking.flankable",
  "predicate": [
    {
      "not": "regalia:origin-is-flanked"
    }
  ],
  "value": false
}

The toggleable option regalia:origin-is-flanked is only accessible if the effect is applied by the aura from the Implement Paragon feature. The predicate here is always true until the toggle can be set. So currently as long as the effect is on you, you cannot be flanked at all even though that benefit should not be imparted before having Implement Paragon.

This effect should similarly be locked out completely until Implement Paragon by adding "parent:tag:paragon-benefit" to the predicate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants