javalent / fantasy-statblocks

Create Dungeons and Dragons style statblocks for Obsidian.md
MIT License
341 stars 71 forks source link

Extract monster subtypes from 5e.tools tags #336

Closed trdischat closed 6 months ago

trdischat commented 6 months ago

Pull Request Description

5e.tools stores monster subtypes in tags. This PR adds a function to extract subtypes from these tags and add them to the subtype property.

Changes Proposed

Related Issues

N/A

Checklist

Screenshots (if applicable)

N/A

Additional Notes

N/A

BEGIN_COMMIT_OVERRIDE feat: Extract monster subtypes from 5e.tools tags END_COMMIT_OVERRIDE

trdischat commented 6 months ago

Added a fix to issue #335.

valentine195 commented 6 months ago

Thanks LGTM