<form class="{{cssClass}}" autocomplete="off"> {{>"systems/foundryvtt-reve-de-dragon/templates/header-item.html"}} <nav class="sheet-tabs tabs" data-group="primary"> <a class="item" data-tab="informations">Informations</a> {{>"systems/foundryvtt-reve-de-dragon/templates/item/partial-tab-environnement.html"}} </nav> <section class="sheet-body"> <div class="tab items flexcol" data-group="primary" data-tab="informations"> <div class="form-group"> <label for="system.protection">Protection</label> <input class="attribute-value" type="text" name="system.protection" value="{{system.protection}}" data-dtype="String"/> </div> <div class="form-group"> <label for="system.deterioration">Détérioration</label> <input class="attribute-value" type="text" name="system.deterioration" value="{{system.deterioration}}" data-dtype="Number"/> </div> <div class="form-group"> <label for="system.malus">Malus Armure </label> <input class="attribute-value" type="text" name="system.malus" value="{{system.malus}}" data-dtype="Number"/> </div> {{>"systems/foundryvtt-reve-de-dragon/templates/item/partial-inventaire.html"}} {{>"systems/foundryvtt-reve-de-dragon/templates/partial-item-description.html"}} </div> {{>"systems/foundryvtt-reve-de-dragon/templates/item/partial-environnement.html"}} </section> </form>