Migration datamodels !
This commit is contained in:
38
templates/item-bouclier-sheet.hbs
Normal file
38
templates/item-bouclier-sheet.hbs
Normal file
@@ -0,0 +1,38 @@
|
||||
<section class="{{cssClass}}" autocomplete="off">
|
||||
|
||||
{{> systems/fvtt-mournblade/templates/partial-item-header.hbs this}}
|
||||
|
||||
{{> systems/fvtt-mournblade/templates/partial-item-nav.hbs this}}
|
||||
|
||||
{{> systems/fvtt-mournblade/templates/partial-item-description.hbs this}}
|
||||
|
||||
<div class="tab details" data-group="primary" data-tab="details">
|
||||
<ul class="item-list alternate-list">
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label item-field-label-long">{{localize "MNBL.defensebonus"}} : </label>
|
||||
<input type="text" class="padd-right numeric-input item-field-label-short" name="system.bonusdefense" value="{{system.bonusdefense}}" data-dtype="Number" />
|
||||
</li>
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label item-field-label-long">{{localize "MNBL.damage"}} : </label>
|
||||
<input type="text" class="padd-right numeric-input item-field-label-short" name="system.degats" value="{{system.degats}}" data-dtype="String" />
|
||||
</li>
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label item-field-label-long2">{{localize "MNBL.nonlethaldamage"}} ? </label>
|
||||
<input type="checkbox" name="system.nonletaux" {{checked system.nonletaux}}/>
|
||||
</li>
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label item-field-label-long2">{{localize "MNBL.equipped"}} ? </label>
|
||||
<input type="checkbox" name="system.equipped" {{checked system.equipped}}/>
|
||||
</li>
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label item-field-label-long">{{localize "MNBL.rarity"}} : </label>
|
||||
<input type="text" class="padd-right numeric-input item-field-label-short" name="system.rarete" value="{{system.rarete}}" data-dtype="Number" />
|
||||
</li>
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label item-field-label-long">{{localize "MNBL.price"}} : </label>
|
||||
<input type="text" class="padd-right numeric-input item-field-label-short" name="system.prix" value="{{system.prix}}" data-dtype="Number" />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
Reference in New Issue
Block a user