Message pour maîtrise Fleuve de l'Oubli
This commit is contained in:
30
templates/chat-fleuve-tmr.html
Normal file
30
templates/chat-fleuve-tmr.html
Normal file
@ -0,0 +1,30 @@
|
||||
<img class="chat-icon" src="{{competence.img}}" alt="{{competence.name}}"/>
|
||||
<h4 data-categorie="tmr" data-actor-id="{{actor._id}}">
|
||||
{{alias}} tente de maîtriser {{le tmr.genre}} {{tmr.label}} ({{tmr.coord}})
|
||||
</h4>
|
||||
{{#if previous}}
|
||||
{{#each previous as |rolled key|}}
|
||||
{{> "systems/foundryvtt-reve-de-dragon/templates/chat-infojet.html"}}
|
||||
<br>Double résistance du fleuve!
|
||||
{{/each}}
|
||||
{{/if}}
|
||||
{{> "systems/foundryvtt-reve-de-dragon/templates/chat-infojet.html"}}
|
||||
<hr>
|
||||
<span>
|
||||
{{#if rolled.isSuccess}}
|
||||
Vous avez maîtrisé {{le tmr.genre}} {{#if (eq tmr.type 'fleuve')}}Fleuve de l'Oubli{{else}}{{tmr.label}}{{/if}} !
|
||||
{{else}}
|
||||
Vous ne parvenez pas à surmonter {{le tmr.genre}} {{#if (eq tmr.type 'fleuve')}}Fleuve de l'Oubli{{else}}{{tmr.label}}{{/if}}.
|
||||
Vous <strong>quittez les Terres Médianes</strong> !
|
||||
{{#if souffle}}
|
||||
<br>De plus, votre échec total vous fait subir un Souffle de Dragon : {{souffle.name}}
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
</span>
|
||||
{{#if poesie}}
|
||||
<hr>
|
||||
<span class="poesie-extrait">
|
||||
{{{poesie.extrait}}}
|
||||
<p class="poesie-reference">{{poesie.reference}}</p>
|
||||
</span>
|
||||
{{/if}}
|
28
templates/dialog-roll-tmr-humide.html
Normal file
28
templates/dialog-roll-tmr-humide.html
Normal file
@ -0,0 +1,28 @@
|
||||
<form class="skill-roll-dialog">
|
||||
<div class="form-group">
|
||||
<label for="categorie">{{tmr.label}} ({{tmr.coord}})</label>
|
||||
<label for="categorie">Rêve actuel à {{diffLibre}}</label>
|
||||
<span>
|
||||
|
||||
<label for="categorie">Conditions</label>
|
||||
<select name="diffConditions" id="diffConditions" data-dtype="number">
|
||||
{{#select diffConditions}}
|
||||
{{#each ajustementsConditions as |key|}}
|
||||
<option value={{key}}>{{numberFormat key decimals=0 sign=true}}</option>
|
||||
{{/each}}
|
||||
{{/select}}
|
||||
</select>
|
||||
</span>
|
||||
</div>
|
||||
{{>"systems/foundryvtt-reve-de-dragon/templates/dialog-roll-surenc.html"}}
|
||||
<div id="tableAjustements">
|
||||
</div>
|
||||
<div id="tableResolution">
|
||||
</div>
|
||||
<div id="tableProbaReussite">
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<script>
|
||||
</script>
|
||||
|
@ -50,20 +50,7 @@
|
||||
<label for="xp">Case TMR</label>
|
||||
<select name="data.tmr" id="tmr" data-dtype="String">
|
||||
{{#select item.data.tmr}}
|
||||
<option value="cite">Cité</option>
|
||||
<option value="collines">Collines</option>
|
||||
<option value="desert">Désert</option>
|
||||
<option value="desolation">Désolation</option>
|
||||
<option value="fleuve">Fleuve</option>
|
||||
<option value="foret">Forêt</option>
|
||||
<option value="gouffre">Gouffre</option>
|
||||
<option value="lac">Lac</option>
|
||||
<option value="marais">Marais</option>
|
||||
<option value="monts">Monts</option>
|
||||
<option value="necropole">Nécropole</option>
|
||||
<option value="plaines">Plaines</option>
|
||||
<option value="pont">Pont</option>
|
||||
<option value="sanctuaire">Sanctuaire</option>
|
||||
{{>"systems/foundryvtt-reve-de-dragon/templates/sort-tmr.html"}}
|
||||
{{/select}}
|
||||
</select>
|
||||
</div>
|
||||
|
@ -21,6 +21,7 @@
|
||||
<select name="data.caseTMR" id="caseTMR" data-dtype="String">
|
||||
{{#select item.data.caseTMR}}
|
||||
{{>"systems/foundryvtt-reve-de-dragon/templates/sort-tmr.html"}}
|
||||
<option value="special">Case spéciale TMR (saisie ci-dessous)</option>
|
||||
{{/select}}
|
||||
</select>
|
||||
</div>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<option value="collines">Collines</option>
|
||||
<option value="desert">Désert</option>
|
||||
<option value="desolation">Désolation</option>
|
||||
<option value="fleuve">Fleuve</option>
|
||||
<option value="fleuve">Fleuve de l'Oubli</option>
|
||||
<option value="foret">Forêt</option>
|
||||
<option value="gouffre">Gouffre</option>
|
||||
<option value="lac">Lac</option>
|
||||
@ -12,4 +12,4 @@
|
||||
<option value="plaines">Plaines</option>
|
||||
<option value="pont">Pont</option>
|
||||
<option value="sanctuaire">Sanctuaire</option>
|
||||
<option value="special">Case spéciale TMR (saisie ci-dessous)</option>
|
||||
|
||||
|
Reference in New Issue
Block a user