Compendiums : Armes et protections
This commit is contained in:
parent
a3c5a9bfec
commit
06d0d9b24d
0
packs/armes/000028.log
Normal file
0
packs/armes/000028.log
Normal file
BIN
packs/armes/MANIFEST-000026
Normal file
BIN
packs/armes/MANIFEST-000026
Normal file
Binary file not shown.
0
packs/equipement/000088.log
Normal file
0
packs/equipement/000088.log
Normal file
BIN
packs/equipement/MANIFEST-000086
Normal file
BIN
packs/equipement/MANIFEST-000086
Normal file
Binary file not shown.
0
packs/heritages/000052.log
Normal file
0
packs/heritages/000052.log
Normal file
BIN
packs/heritages/MANIFEST-000050
Normal file
BIN
packs/heritages/MANIFEST-000050
Normal file
Binary file not shown.
0
packs/metiers/000052.log
Normal file
0
packs/metiers/000052.log
Normal file
BIN
packs/metiers/MANIFEST-000050
Normal file
BIN
packs/metiers/MANIFEST-000050
Normal file
Binary file not shown.
0
packs/origines/000053.log
Normal file
0
packs/origines/000053.log
Normal file
BIN
packs/origines/MANIFEST-000051
Normal file
BIN
packs/origines/MANIFEST-000051
Normal file
Binary file not shown.
0
packs/protection/000089.log
Normal file
0
packs/protection/000089.log
Normal file
BIN
packs/protection/MANIFEST-000087
Normal file
BIN
packs/protection/MANIFEST-000087
Normal file
Binary file not shown.
0
packs/scenes/000028.log
Normal file
0
packs/scenes/000028.log
Normal file
BIN
packs/scenes/MANIFEST-000026
Normal file
BIN
packs/scenes/MANIFEST-000026
Normal file
Binary file not shown.
0
packs/skills/000089.log
Normal file
0
packs/skills/000089.log
Normal file
BIN
packs/skills/MANIFEST-000087
Normal file
BIN
packs/skills/MANIFEST-000087
Normal file
Binary file not shown.
0
packs/tables/000088.log
Normal file
0
packs/tables/000088.log
Normal file
BIN
packs/tables/MANIFEST-000086
Normal file
BIN
packs/tables/MANIFEST-000086
Normal file
Binary file not shown.
38
templates/item-charme-sheet.html
Normal file
38
templates/item-charme-sheet.html
Normal file
@ -0,0 +1,38 @@
|
||||
<form class="{{cssClass}}" autocomplete="off">
|
||||
<header class="sheet-header">
|
||||
<img class="item-sheet-img" alt="Portrait" src="{{img}}" data-edit="img" title="{{name}}"/>
|
||||
<div class="header-fields">
|
||||
<h1 class="charname"><input name="name" type="text" value="{{name}}" placeholder="Name"/></h1>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
{{!-- Sheet Body --}}
|
||||
<section class="sheet-body">
|
||||
|
||||
<div class="flexcol">
|
||||
<span class="flexrow">
|
||||
<label class="generic-label">Type : </label>
|
||||
<select class="status-small-label color-class-common" type="text" name="system.charmetype" value="{{system.charmetype}}" data-dtype="string" >
|
||||
{{#select system.charmetype}}
|
||||
{{#each config.charmetype as |label key|}}
|
||||
<option value="{{key}}">{{label}}</option>
|
||||
{{/each}}
|
||||
{{/select}}
|
||||
</select>
|
||||
</span>
|
||||
|
||||
{{#each system.resultats as |resultat key|}}
|
||||
<span class="flexrow">
|
||||
<label class="generic-label item-field-label-medium">Valeur : </label>
|
||||
<input type="text" class="padd-right input-numeric-short status-small-label color-class-common" name="system.resultats.{{key}}.value" value="{{resultat.value}}" data-dtype="Number" />
|
||||
<label class="generic-label item-field-label-medium">Description : </label>
|
||||
<input type="text" class="padd-right status-small-label color-class-common" name="system.resultats.{{key}}.description" value="{{resultat.description}}" data-dtype="String" />
|
||||
</span>
|
||||
{{/each}}
|
||||
|
||||
{{> systems/fvtt-wasteland/templates/partial-item-description.html}}
|
||||
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</form>
|
Loading…
Reference in New Issue
Block a user