mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
[Fix] Character Sheet Subclass Compendium Preset (#1083)
* Added the preset for the subclass Compendium Browser from character sheet * Raised version
This commit is contained in:
parent
2aeb255033
commit
0a5828c8fa
2 changed files with 10 additions and 1 deletions
|
|
@ -607,6 +607,15 @@ export default class CharacterSheet extends DHBaseActorSheet {
|
|||
const presets = {
|
||||
compendium: 'daggerheart',
|
||||
folder: key,
|
||||
filter:
|
||||
key === 'subclasses'
|
||||
? {
|
||||
'system.linkedClass.uuid': {
|
||||
key: 'system.linkedClass.uuid',
|
||||
value: this.document.system.class.value._stats.compendiumSource
|
||||
}
|
||||
}
|
||||
: undefined,
|
||||
render: {
|
||||
noFolder: true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"id": "daggerheart",
|
||||
"title": "Daggerheart",
|
||||
"description": "An unofficial implementation of the Daggerheart system",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"compatibility": {
|
||||
"minimum": "13",
|
||||
"verified": "13.347",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue