Migration datamodels !
This commit is contained in:
51
templates/item-bouclier-sheet.hbs
Normal file
51
templates/item-bouclier-sheet.hbs
Normal file
@@ -0,0 +1,51 @@
|
||||
<section class="{cssClass}}" autocomplete="off">
|
||||
|
||||
{{> systems/fvtt-wasteland/templates/partial-item-header.hbs this}}
|
||||
|
||||
{{> systems/fvtt-wasteland/templates/partial-item-nav.hbs this}}
|
||||
|
||||
{{> systems/fvtt-wasteland/templates/partial-item-description.hbs this}}
|
||||
|
||||
<div class="sheet-body" data-group="primary" data-tab="details">
|
||||
<div class="item-details">
|
||||
<div class="detail-section">
|
||||
<h3>Caractéristiques</h3>
|
||||
<div class="form-group horizontal">
|
||||
<label>Protection/Bonus :</label>
|
||||
<input type="number" name="system.bonusdefense" value="{{system.bonusdefense}}" />
|
||||
<input type="number" name="system.protection" value="{{system.protection}}" />
|
||||
</div>
|
||||
<div class="form-group horizontal">
|
||||
<label>Dégâts (si applicable) :</label>
|
||||
<input type="text" name="system.degats" value="{{system.degats}}" />
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>
|
||||
<input type="checkbox" name="system.nonletaux" {{checked system.nonletaux}} />
|
||||
Dégâts non-létaux
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>
|
||||
<input type="checkbox" name="system.equipped" {{checked system.equipped}} />
|
||||
Équipé
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="detail-section">
|
||||
<h3>Valeur</h3>
|
||||
<div class="grid grid-2col">
|
||||
<div class="form-group horizontal">
|
||||
<label>Rareté :</label>
|
||||
<input type="number" name="system.rarete" value="{{system.rarete}}" />
|
||||
</div>
|
||||
<div class="form-group horizontal">
|
||||
<label>Prix :</label>
|
||||
<input type="number" name="system.prix" value="{{system.prix}}" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
Reference in New Issue
Block a user