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

Ephemeral Effect - Target Predicate Not Working #17809

Open
7H3LaughingMan opened this issue Dec 23, 2024 · 0 comments
Open

Ephemeral Effect - Target Predicate Not Working #17809

7H3LaughingMan opened this issue Dec 23, 2024 · 0 comments

Comments

@7H3LaughingMan
Copy link
Contributor

I am trying to setup an Ephemeral Effect on a weapon where if you are targeting an ally then the ally is off-guard to the attack. However, from what I can tell the predicate is not working. If I add this to a weapon and target an ally it doesn't apply the -2 to their AC for the attack, but if I remove the predicate it works for all attacks.

{
  "key": "EphemeralEffect",
  "predicate": [
    "target:ally"
  ],
  "selectors": [
    "{item|id}-attack"
  ],
  "uuid": "Compendium.pf2e.conditionitems.Item.AJh5ex99aV6VTggg"
}
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

No branches or pull requests

1 participant