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
Describe the bug
When using an aura that ignores self, the effects related to Effect Macro and Active Token Effects still apply to self. If its an Effect Macro then the token where the aura originates from still triggers the macros set up with Effect Macro and if the aura has an effect that causes light to emit from the token, the token the aura originates from also emits light even though ignore self is on.
To Reproduce
Steps to reproduce the behavior:
Enable Active Auras and either or both of the other modules
give a token an active effect that is an aura that ignores self
have the aura either use Effect Macro (like an On Attack Roll trigger macro) or Active Token Effects (like attribute key ATL.light.bright set to 10)
If using Effect Macro, make the token the aura originates from trigger the macro. If using Active Token Effects, notice the effect on the token
Expected behavior
I expect that if ignore self is enabled that it whatever Effect Macro and Active Token Effects do is ignored on self.
Screenshots
In this screenshot you can see that both tokens glow red using Active Token Effects, even though the aura is set to ignore self, so the bottom token should not glow. Also the aura should only effect enemies, so that is another reason why it shouldnt effect the bottom token, since Riswynn the dwarf rogue is not an enemy of Riswynn the dwarf rogue
Its a bit harder to show with Effect Macro in a screenshot, but the 1d4 damage roll in chat were caused by an On Attack Roll effect macro
Environment:
OS: windows 10?
Browser Foundry itself
Foundry Version V12.327
Module Version 0.9.1.3
All Modules Disabled: No
Module List if no:
Active Token Effects (v0.8.0)
Effect Macro (12.1.0)
LibWrapper (1.12.13.1)
socketlib (1.0.13)
Additional context
good job on the module so far.
The text was updated successfully, but these errors were encountered:
For ATL/ATE at least this is due to the way it decides which effects on an actor to apply. I have had a chat with the maintainor, but not sure there is an easy answer right now. I assume Effect Macro works in a similar way.
Describe the bug
When using an aura that ignores self, the effects related to Effect Macro and Active Token Effects still apply to self. If its an Effect Macro then the token where the aura originates from still triggers the macros set up with Effect Macro and if the aura has an effect that causes light to emit from the token, the token the aura originates from also emits light even though ignore self is on.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect that if ignore self is enabled that it whatever Effect Macro and Active Token Effects do is ignored on self.
Screenshots
![image](https://private-user-images.githubusercontent.com/86924581/341132281-d434efa9-9e08-4a27-9b23-5724f23a9735.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MDIwMjIsIm5iZiI6MTczOTYwMTcyMiwicGF0aCI6Ii84NjkyNDU4MS8zNDExMzIyODEtZDQzNGVmYTktOWUwOC00YTI3LTliMjMtNTcyNGYyM2E5NzM1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDA2NDIwMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTllMjkzN2U5YzcwMGMyODM5ZjIwNDg2MWUzZDVlNjkwNmMyOGJkNWUwNjBkMTEwYjIxOGU1YjZkZjNlNDQ1M2UmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.c0HEfUXXqWkvzE0pbzbN2oaCYoGqakbfJ81TR2W4xe8)
![image](https://private-user-images.githubusercontent.com/86924581/341132630-2c94b58f-93b2-47a4-bbaf-45ca04cd4c9b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MDIwMjIsIm5iZiI6MTczOTYwMTcyMiwicGF0aCI6Ii84NjkyNDU4MS8zNDExMzI2MzAtMmM5NGI1OGYtOTNiMi00N2E0LWJiYWYtNDVjYTA0Y2Q0YzliLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDA2NDIwMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTE0YTRjZDRmZjdhNDRmODk1MjEyZTM0ZDMzM2VhZTBlYzI2MzhiN2FmMmI0OThjNmViNDA1OTNhNTc2NTczNDImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.IUEbLUp1Od9MTSxv68aBlP1bH9FcZ533GVb5V2wKkHY)
In this screenshot you can see that both tokens glow red using Active Token Effects, even though the aura is set to ignore self, so the bottom token should not glow. Also the aura should only effect enemies, so that is another reason why it shouldnt effect the bottom token, since Riswynn the dwarf rogue is not an enemy of Riswynn the dwarf rogue
Its a bit harder to show with Effect Macro in a screenshot, but the 1d4 damage roll in chat were caused by an On Attack Roll effect macro
Environment:
Additional context
good job on the module so far.
The text was updated successfully, but these errors were encountered: