Is your feature request related to a problem? Please describe.
Hi, the Pf2e Exploit Vulnerability module already atuomate a lot of the thaumaturge feature like the weakness part, but the implements features are not yet implemented nor planned in short or mid time.
Describe the solution you'd like
Add automation for implements passive/active abilities
For example the Regalia implement : https://2e.aonprd.com/Implements.aspx?ID=6
The Exploit vulnerability module has an handling of implement to create implement and know if they are worn/held and for the "Whenever you successfully Strike the target of your Exploit Vulnerability" there is a predicate for that
["target:effect:primary-ev-target-YOUR-NAME"]
I don't know if YOUR-NAME can be automated to be the user of the action but if it could that would be perfect since Exploit vulnerability module already handle all the Exploit vulnerability target/effect things (and share weakness etc)
An example of RE given on the exploit vulenrability discord channel for the Intensify Vulnerability of the weapon implement :
Is your feature request related to a problem? Please describe. Hi, the Pf2e Exploit Vulnerability module already atuomate a lot of the thaumaturge feature like the weakness part, but the implements features are not yet implemented nor planned in short or mid time.
Describe the solution you'd like Add automation for implements passive/active abilities
For example the Regalia implement : https://2e.aonprd.com/Implements.aspx?ID=6 The Exploit vulnerability module has an handling of implement to create implement and know if they are worn/held and for the "Whenever you successfully Strike the target of your Exploit Vulnerability" there is a predicate for that ["target:effect:primary-ev-target-YOUR-NAME"]
I don't know if YOUR-NAME can be automated to be the user of the action but if it could that would be perfect since Exploit vulnerability module already handle all the Exploit vulnerability target/effect things (and share weakness etc)
An example of RE given on the exploit vulenrability discord channel for the Intensify Vulnerability of the weapon implement :
{ "key": "FlatModifier", "selector": "strike-attack-roll", "predicate": [ { "target:effect:primary-ev-target-YOUR-NAME" } ], "type": "status", "value": 2 }
which should be linked to this action https://2e.aonprd.com/Actions.aspx?ID=1228