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

[#4898] Add support for multiple skills/tools in single enricher #4919

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

arbron
Copy link
Collaborator

@arbron arbron commented 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

@arbron arbron added this to the D&D5E 4.2.0 milestone Dec 23, 2024
@arbron arbron self-assigned this Dec 23, 2024
module/enrichers.mjs Outdated Show resolved Hide resolved
module/enrichers.mjs Outdated Show resolved Hide resolved
module/enrichers.mjs Outdated Show resolved Hide resolved
@arbron arbron force-pushed the enrichers/multiple-save branch 2 times, most recently from 858ad3c to 067e2db Compare January 3, 2025 16:20
Base automatically changed from enrichers/multiple-save to 4.2.x January 3, 2025 16:23
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
@arbron arbron force-pushed the enrichers/multiple-check branch from 18d74fa to bf17bb0 Compare January 3, 2025 16:26
@arbron arbron merged commit ec2afb6 into 4.2.x Jan 3, 2025
@arbron arbron deleted the enrichers/multiple-check branch January 3, 2025 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support multiple abilities in save enricher & multiple skills/tools in check enricher
2 participants