Merge branch 'main' into feature/beastform-compendium

This commit is contained in:
WBHarry 2025-07-27 19:26:59 +02:00
commit f5a4d8cf94
98 changed files with 4329 additions and 1065 deletions

View file

@ -61,9 +61,9 @@
canCreate=true
}}
{{> 'daggerheart.inventory-items'
title='TYPES.Item.miscellaneous'
type='miscellaneous'
collection=document.itemTypes.miscellaneous
title='TYPES.Item.loot'
type='loot'
collection=document.itemTypes.loot
isGlassy=true
canCreate=true
}}

View file

@ -4,7 +4,7 @@
<line-div></line-div>
<h1 class='item-name'><input type='text' name='name' value='{{source.name}}' /></h1>
<div class='item-description'>
<h3>{{localize 'TYPES.Item.miscellaneous'}}</h3>
<h3>{{localize 'TYPES.Item.loot'}}</h3>
</div>
</div>
</header>
</header>