ebullient / ttrpg-convert-cli

Utility to convert JSON data (for content you own) from 5etools or pf2etools into Obsidian-friendly Markdown.
https://www.ebullient.dev/projects/ttrpg-convert-cli/
Apache License 2.0
152 stars 35 forks source link

🐛 DnD5e - Lair Actions and Regional Actions missing from Statblocks and Descriptions #377

Closed ObsidianTTRPGProject closed 4 months ago

ObsidianTTRPGProject commented 4 months ago

🐛 DnD5e - Lair Actions and Regional Actions missing from Statblocks and Descriptions

Per link the statblocks should include air Actions and Regional Actions

Lair Actions and Regional Actions are not present at all on a note. image

Configuration

CLI with book and from sources enabled.

Sources:

n21rl commented 4 months ago

Lair actions are not part of the statblock per se and are not included with the Fantasy Stablocks plugin. I've personally added them to the note by adding this my template:

{#if resource.legendaryGroup}
{#for group in resource.legendaryGroup}
## {group.key}
{group.desc}
{/for}{/if}