#90 : Gestion de la connaissance du fleuve
This commit is contained in:
parent
67e5e2c822
commit
fcd4d615dd
@ -174,6 +174,7 @@ export class RdDUtility {
|
|||||||
'systems/foundryvtt-reve-de-dragon/templates/sort-draconic.html',
|
'systems/foundryvtt-reve-de-dragon/templates/sort-draconic.html',
|
||||||
'systems/foundryvtt-reve-de-dragon/templates/sort-tmr.html',
|
'systems/foundryvtt-reve-de-dragon/templates/sort-tmr.html',
|
||||||
'systems/foundryvtt-reve-de-dragon/templates/niveau-ethylisme.html',
|
'systems/foundryvtt-reve-de-dragon/templates/niveau-ethylisme.html',
|
||||||
|
'systems/foundryvtt-reve-de-dragon/templates/casetmr-specific-list.html',
|
||||||
// Dialogs
|
// Dialogs
|
||||||
'systems/foundryvtt-reve-de-dragon/templates/dialog-roll-resolution.html',
|
'systems/foundryvtt-reve-de-dragon/templates/dialog-roll-resolution.html',
|
||||||
'systems/foundryvtt-reve-de-dragon/templates/dialog-competence.html',
|
'systems/foundryvtt-reve-de-dragon/templates/dialog-competence.html',
|
||||||
|
5
templates/casetmr-specific-list.html
Normal file
5
templates/casetmr-specific-list.html
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<option value="attache">Terre d'Attache</option>
|
||||||
|
<option value="trounoir">Trou Noir</option>
|
||||||
|
<option value="debordement">Débordement</option>
|
||||||
|
<option value="reserve_extensible">Réserve extensible</option>
|
||||||
|
<option value="maitrisee">Case humide maitrisée (Quête des Eaux)</option>
|
@ -12,17 +12,13 @@
|
|||||||
<label for="niveau">Coordonnées TMR </label>
|
<label for="niveau">Coordonnées TMR </label>
|
||||||
<input class="attribute-value" type="text" name="data.coord" value="{{data.coord}}" data-dtype="String"/>
|
<input class="attribute-value" type="text" name="data.coord" value="{{data.coord}}" data-dtype="String"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
|
||||||
<label for="niveau">Type</label>
|
|
||||||
<input class="attribute-value" type="text" name="data.type" value="{{data.type}}" data-dtype="String"/>
|
|
||||||
</div>
|
|
||||||
<div class="form-group">
|
|
||||||
<label for="niveau">Label</label>
|
|
||||||
<input class="attribute-value" type="text" name="data.label" value="{{data.label}}" data-dtype="String"/>
|
|
||||||
</div>
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="niveau">Mode spécifique</label>
|
<label for="niveau">Mode spécifique</label>
|
||||||
<input class="attribute-value" type="text" name="data.specific" value="{{data.specific}}" data-dtype="String"/>
|
<select name="data.specific" id="specific" data-dtype="String">
|
||||||
|
{{#select item.data.specific}}
|
||||||
|
{{>"systems/foundryvtt-reve-de-dragon/templates/casetmr-specific-list.html"}}
|
||||||
|
{{/select}}
|
||||||
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div class="flexcol">
|
<div class="flexcol">
|
||||||
<span><label>Description : </label></span>
|
<span><label>Description : </label></span>
|
||||||
|
Loading…
Reference in New Issue
Block a user