2020-06-23 23:34:12 +02:00
|
|
|
<form class="{{cssClass}}" autocomplete="off">
|
2022-09-16 02:20:46 +02:00
|
|
|
{{>"systems/foundryvtt-reve-de-dragon/templates/header-item.html"}}
|
2021-06-29 16:03:10 +02:00
|
|
|
|
2022-09-16 02:20:46 +02:00
|
|
|
{{!-- Sheet Body --}}
|
|
|
|
<section class="sheet-body">
|
|
|
|
<div class="form-group">
|
2022-11-29 00:01:54 +01:00
|
|
|
<label for="system.protection">Protection</label>
|
2022-09-16 02:20:46 +02:00
|
|
|
<input class="attribute-value" type="text" name="system.protection" value="{{system.protection}}" data-dtype="String"/>
|
|
|
|
</div>
|
|
|
|
<div class="form-group">
|
2022-11-29 00:01:54 +01:00
|
|
|
<label for="system.deterioration">Détérioration</label>
|
2022-09-16 02:20:46 +02:00
|
|
|
<input class="attribute-value" type="text" name="system.deterioration" value="{{system.deterioration}}" data-dtype="Number"/>
|
|
|
|
</div>
|
|
|
|
<div class="form-group">
|
2022-11-29 00:01:54 +01:00
|
|
|
<label for="system.malus">Malus Armure </label>
|
2022-09-16 02:20:46 +02:00
|
|
|
<input class="attribute-value" type="text" name="system.malus" value="{{system.malus}}" data-dtype="Number"/>
|
|
|
|
</div>
|
2022-11-29 00:01:54 +01:00
|
|
|
{{>"systems/foundryvtt-reve-de-dragon/templates/item/partial-inventaire.html"}}
|
2022-09-16 02:20:46 +02:00
|
|
|
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-item-description.html"}}
|
|
|
|
</section>
|
2020-06-23 23:34:12 +02:00
|
|
|
</form>
|