Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/finkmoritz/inherited_inline_fantasy_statblocks_issue
This project reproduces a bug with the Fantasy Statblock plugin when using inherited inline statblocks.
https://github.com/finkmoritz/inherited_inline_fantasy_statblocks_issue
Last synced: about 1 month ago
JSON representation
This project reproduces a bug with the Fantasy Statblock plugin when using inherited inline statblocks.
- Host: GitHub
- URL: https://github.com/finkmoritz/inherited_inline_fantasy_statblocks_issue
- Owner: finkmoritz
- Created: 2024-11-11T20:09:19.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-11T20:13:31.000Z (about 2 months ago)
- Last Synced: 2024-11-11T21:21:56.909Z (about 2 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
This project reproduces a bug with the [Fantasy Statblocks](https://github.com/javalent/fantasy-statblocks) plugin when using inherited inline statblocks.
# Setup
Install & enable the [Fantasy Statblocks](https://github.com/javalent/fantasy-statblocks) plugin and enable the setting "Automatically Parse Frontmatter for Creatures".
# Issue
[[Inline Human John Doe]] inherits from [[Inline Human]] which in turn inherits from Commoner. Both files contain the file property "statblock: inline".
While [[Inline Human]] contains all attributes of a Commoner and defines its type as "Human", the [[Inline Human John Doe]] contains only the type "Human".# Expected Behaviour
[[Inline Human John Doe]] is expected to contain all attributes of Commoner **and** [[Inline Human]].
The desired outcome can already be achieved by not using the file property "statblock: inline" and manually clicking "Save to Bestiary" on the [[Human]]. In this case, [[Human John Doe]] does indeed contain all attributes of [[Human]] and a Commoner.