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

Support multiple abilities in save enricher & multiple skills/tools in check enricher #4898

Open
arbron opened this issue Dec 17, 2024 · 0 comments · May be fixed by #4919
Open

Support multiple abilities in save enricher & multiple skills/tools in check enricher #4898

arbron opened this issue Dec 17, 2024 · 0 comments · May be fixed by #4919
Assignees
Milestone

Comments

@arbron
Copy link
Collaborator

arbron commented Dec 17, 2024

[[/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

@arbron arbron self-assigned this Dec 17, 2024
@arbron arbron added this to the D&D5E 4.2.0 milestone Dec 17, 2024
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant