36 lines
1.3 KiB
Handlebars
36 lines
1.3 KiB
Handlebars
<div class="item-sheet {{ cssClass }}" autocomplete="off">
|
|
<div class="row">
|
|
<img class="item-image" src="{{ item.img }}" title="{{ item.name }}" data-action="editImage" data-edit="img">
|
|
<div class="col">
|
|
<div class="grid3 gap">
|
|
{{DSA41_input "name"}}
|
|
{{DSA41_input "system.repraesentation" subtitle="DSA41.zauber.repraesentation.label"}}
|
|
{{DSA41_input "system.komplexitaet" subtitle="DSA41.zauber.label_komplexitaet"}}
|
|
</div>
|
|
<div class="grid3 gap">
|
|
{{DSA41_input "system.attribute1"}}
|
|
{{DSA41_input "system.attribute2"}}
|
|
{{DSA41_input "system.attribute3"}}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="tab active">
|
|
<span>{{localize "DSA41.zauber.label_zauberdauer"}}</span>
|
|
{{DSA41_input "system.zauberdauer"}}
|
|
|
|
<span>{{localize "DSA41.zauber.label_wirkungsdauer"}}</span>
|
|
{{DSA41_input "system.wirkungsdauer"}}
|
|
|
|
<span>{{localize "DSA41.zauber.merkmale.label"}}</span>
|
|
{{DSA41_input "system.merkmale"}}
|
|
|
|
<span>{{localize "DSA41.zauber.label_magieresistenz"}}</span>
|
|
{{DSA41_input "system.magieresistenz"}}
|
|
</div>
|
|
|
|
<div>
|
|
{{DSA41_input "system.beschreibung" elementType="prose-mirror"}}
|
|
</div>
|
|
</div>
|