-
Notifications
You must be signed in to change notification settings - Fork 232
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
Support multiple abilities in save enricher & multiple skills/tools in check enricher #4898
Comments
arbron
added a commit
that referenced
this issue
Dec 17, 2024
A single save enricher can now specify multiple abilities: ```html [[/save ability=strength/dexterity]] [[/save str dex]] ``` This will result in an enriched link for each ability as well as a request roll link that posts a single chat card with a button for each ability.
arbron
added a commit
that referenced
this issue
Dec 17, 2024
A single save enricher can now specify multiple abilities: ```html [[/save ability=strength/dexterity]] [[/save str dex]] ``` This will result in an enriched link for each ability as well as a request roll link that posts a single chat card with a button for each ability.
arbron
added a commit
that referenced
this issue
Dec 17, 2024
A single save enricher can now specify multiple abilities: ```html [[/save ability=strength/dexterity]] [[/save str dex]] ``` This will result in an enriched link for each ability as well as a request roll link that posts a single chat card with a button for each ability.
arbron
added a commit
that referenced
this issue
Dec 23, 2024
A single save enricher can now specify multiple abilities: ```html [[/save ability=strength/dexterity]] [[/save str dex]] ``` This will result in an enriched link for each ability as well as a request roll link that posts a single chat card with a button for each ability.
arbron
added a commit
that referenced
this issue
Dec 23, 2024
A single check enricher can now specify multiple skills or toools: ``` [[/check skill=acr/ath dc=15]] [[/check acrobatics athletics sleightOfHand 15]] [[/check ability=str skill=dec/per dc=15]] [[/check tool=thief skill=slt]] ``` The `passive` option doesn't work if multiple skills or tools are provided, nor do custom labels. Closes #4898
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[[/save ability=dex/str dc=15]]
-> "DC 15 Strength or Dexterity"[[/check skill=acr/ath]]
-> "Dexterity (Acrobatics) or Strength (Athletics)"[[/check ability=dex skill=slt tool=thievesTools]]
-> "Dexterity (Sleight of Hand or Thieves' Tools)"Both of these features are necessary to support activity-linked enrichers: #4862
The text was updated successfully, but these errors were encountered: