You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason it seems that you are unable to chain ephemeral effects, apparently this has worked in the past but now it's not working. What I mean by chaining ephemeral effects is having an effect on one actor that applies another effect on a different actor which applies something to the original actor. Something like this is needed for the Scoundrel Rogue where when they critically succeed at feinting the target is off-guard to all melee attacks from anyone.
Create two effects
The first effect will be applied to a Mitflit, it has the following RE {"key":"EphemeralEffect","affects":"origin","selectors":["melee-attack-roll"],"uuid":""} with the UUID of the 2nd effect. The idea of this is to apply the 2nd effect to whoever is melee attacking the Mitflit.
The second effect has the following RE {"key":"EphemeralEffect","selectors":["melee-attack-roll"],"uuid":"Compendium.pf2e.conditionitems.Item.AJh5ex99aV6VTggg"}. The idea of this is that whoever you are attacking, in this case the Mitflit, is granted the off-guard condition.
Apply the first effect to a Mitflit and attack it, note that the Mitflit is not off-guard.
If you check the roll options you should see that the 2nd effect was applied to the origin, you can add other REs to the 2nd effect such as flat modifiers or adjusting the degree of success and those do work.
The text was updated successfully, but these errors were encountered:
For some reason it seems that you are unable to chain ephemeral effects, apparently this has worked in the past but now it's not working. What I mean by chaining ephemeral effects is having an effect on one actor that applies another effect on a different actor which applies something to the original actor. Something like this is needed for the Scoundrel Rogue where when they critically succeed at feinting the target is off-guard to all melee attacks from anyone.
{"key":"EphemeralEffect","affects":"origin","selectors":["melee-attack-roll"],"uuid":""}
with the UUID of the 2nd effect. The idea of this is to apply the 2nd effect to whoever is melee attacking the Mitflit.{"key":"EphemeralEffect","selectors":["melee-attack-roll"],"uuid":"Compendium.pf2e.conditionitems.Item.AJh5ex99aV6VTggg"}
. The idea of this is that whoever you are attacking, in this case the Mitflit, is granted the off-guard condition.The text was updated successfully, but these errors were encountered: