Revision armes/boucliers
This commit is contained in:
@ -10,22 +10,13 @@
|
||||
<section class="sheet-body">
|
||||
|
||||
<div class="flexcol">
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Type de protection : </label>
|
||||
<select class="status-small-label color-class-common" type="text" name="system.typeprotection" value="{{data.typeprotection}}" data-dtype="string" >
|
||||
{{#select data.typearme}}
|
||||
<option value="armure">Armure</option>
|
||||
<option value="bouclier">Bouclier</option>
|
||||
{{/select}}
|
||||
</select>
|
||||
</span>
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Protection : </label>
|
||||
<input type="text" class="padd-right status-small-label color-class-common" name="system.protection" value="{{data.protection}}" data-dtype="Number" />
|
||||
</span>
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Degats : </label>
|
||||
<input type="text" class="padd-right status-small-label color-class-common" name="system.degats" value="{{data.degats}}" data-dtype="String" />
|
||||
<label class="generic-label">Equipé ? </label>
|
||||
<input type="checkbox" name="system.equipped" {{checked data.equipped}}/>
|
||||
</span>
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Rareté </label>
|
||||
|
Reference in New Issue
Block a user