Added attribution for items, adversary and environment

This commit is contained in:
WBHarry 2025-08-17 00:37:34 +02:00
parent 2820c96259
commit 5f20505eda
22 changed files with 288 additions and 13 deletions

View file

@ -0,0 +1,26 @@
<div class="attribution-container">
<h4>{{item.name}}</h4>
<div class="form-group">
<div class="form-fields">
<label>{{localize "DAGGERHEART.ITEMS.FIELDS.attribution.source.label"}}</label>
<input type="text" name="source" value="{{data.source}}" class="attribution-input" />
</div>
</div>
<div class="form-group">
<div class="form-fields">
<label>{{localize "DAGGERHEART.ITEMS.FIELDS.attribution.page.label"}}</label>
<input type="text" name="page" value="{{data.page}}" />
</div>
</div>
<div class="form-group">
<div class="form-fields">
<label>{{localize "DAGGERHEART.ITEMS.FIELDS.attribution.artist.label"}}</label>
<input type="text" name="artist" value="{{data.artist}}" />
</div>
</div>
<footer>
<button type="submit">{{localize "Save"}}</button>
</footer>
</div>