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

🐞 Stat blocks with monster feature display blank in creature pane. #401

Open
3 of 7 tasks
MattGRMP opened this issue Apr 26, 2024 · 4 comments
Open
3 of 7 tasks

Comments

@MattGRMP
Copy link

Check for existing bug reports before submitting.

  • I searched for existing Bug Reports and found no similar reports.

Expected Behavior

name: Armored Acolyte
monster: Acolyte
ac: 20

The above statblock displays correctly in the note it is written. statblock: inline is in the frontmatter so that it is added to the bestiary. When searched in the creature pane it should look the same as in the note, pictured below.
image

Current behaviour

The creature pane does not display the data that should be inherited from the monster feature. The only part of the statblock that displays correctly is the AC.
image

Reproduction

  1. Launch Obsidian Sandbox via the 'Open Sandbox Vault' command.
  2. Install the Fantasy Statblocks plugin and enable it.
  3. Create a new note.
  4. Paste the following into the new note
---
statblock: inline
---

```statblock
name: Armored Acolyte
monster: Acolyte
ac: 20
```
  1. Run the Fantasy Statblocks: Parse Frontmatter for Creatures command
  2. Open the creature pane and search for Armored Acolyte. It will contain a statblock with 20ac and no other stats.

Which Operating Systems are you using?

  • Android
  • iPhone/iPad
  • Linux
  • macOS
  • Windows

Obsidian Version Check

1.5.12 and 1.5.3

Plugin Version

4.2.4

Confirmation

  • I have disabled all other plugins and the issue still persists.

Possible solution

No response

@MattGRMP
Copy link
Author

Statblocks created with monster feature present the same issue if you try to extend them. This can be seen by creating a new note and using the below stat block to extend the Armored Acolyte from the example.

---
statblock: inline
---

```statblock
name: Armored Acolyte Variant
extends: Armored Acolyte
speed: 100ft
```

image

@MattGRMP MattGRMP changed the title Stat blocks with monster feature display blank in creature pane. 🐞 Stat blocks with monster feature display blank in creature pane. Apr 29, 2024
@addiebarron
Copy link

Still running into the issue on my end too -- doesn't look like the above fix ^ addressed it.

@MattGRMP
Copy link
Author

Still running into the issue on my end too -- doesn't look like the above fix ^ addressed it.

I am also still able to reproduce this issue, now using Obsidian v1.6.3 (installer version v1.5.3), and fantasy statblocks v4.4.2. I followed the same steps as in my original report.

@finkmoritz
Copy link

I also ran into this issue today and created a repository to make it easier to reproduce the issue itself and test the workaround (before I found this thread):
https://github.com/finkmoritz/inherited_inline_fantasy_statblocks_issue

What makes it worse is that the attributes are not only missing in the creature pane, but also in the Initiative Tracker when adding the creatures from an encounter block.

The only workaround I found so far is not using inline statblocks and manually import the statblock with "Save to Bestiary". Since my campaign uses hundreds of custom statblocks which I want to use on different devices, this is very tedious...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants