javalent / fantasy-statblocks

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

[Bug]: Unable to extend monster's languages #233

Closed Gander7 closed 1 year ago

Gander7 commented 1 year ago

Check for existing bug reports before submitting.

Expected Behavior

The Brass Dragon Wyrmling statblock has the language of Draconic. The documentation states Any field that is a plain string or an array can be added to, by specifying the name of the field followed by a +..

So I expected, when rendered, the languages to be Draconic, Common, Infernal, Elvish.

Current behaviour

When rendered, the languages are still just Draconic.

Reproduction

monster: Brass Dragon Wyrmling
name: Dabshabah
languages+: Common, Infernal, Elvish
traits+:
  - name: Skilled Dancer

Which Operating Systems are you using?

Obsidian Version Check

1.3.5

Plugin Version

3.6.5

Confirmation

Possible solution

Wondering if this field was just missed when extensions were added as a feature.

sigrunixia commented 1 year ago

This is likely related to #224. Will confirm.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

sigrunixia commented 1 year ago

Hi @Gander7. This should be resolved in #249. Can you update the plugin and confirm it appears fixed for you?

Gander7 commented 1 year ago

Good day @sigrunixia . Updated plugin, tested, and can confirm that it is fixed.