forked from public/foundryvtt-reve-de-dragon
Merge v1.5 -> v10
This commit is contained in:
@ -1,6 +1,11 @@
|
||||
<img class="chat-icon" src="{{competence.img}}" alt="{{competence.name}}"/>
|
||||
<h4 data-categorie="tmr" data-actor-id="{{actor._id}}">
|
||||
{{alias}} tente de {{maitrise.verbe}} {{le tmr.genre}} {{tmr.label}} ({{tmr.coord}})
|
||||
{{alias}} tente de {{maitrise.verbe}} {{le tmr.genre}}
|
||||
{{#if isTMRCache}}
|
||||
{{caseTmr-type tmr.coord}}
|
||||
{{else}}
|
||||
{{tmr.label}} ({{tmr.coord}})
|
||||
{{/if}}
|
||||
</h4>
|
||||
{{#if previous}}
|
||||
{{#with previous}}
|
||||
@ -11,15 +16,20 @@
|
||||
{{> "systems/foundryvtt-reve-de-dragon/templates/chat-infojet.html"}}
|
||||
<hr>
|
||||
<span>
|
||||
{{#if rolled.isSuccess}}
|
||||
{{alias}} parvient à {{maitrise.verbe}} {{le tmr.genre}} {{tmr.label}} !
|
||||
{{alias}}
|
||||
{{#if rolled.isSuccess}}parvient à{{else}}échoue à{{/if}}
|
||||
{{maitrise.verbe}} {{le tmr.genre}}
|
||||
{{#if isTMRCache}}
|
||||
{{caseTmr-type tmr.coord}}
|
||||
{{else}}
|
||||
{{alias}} échoue à {{maitrise.verbe}} {{le tmr.genre}} {{tmr.label}}.
|
||||
{{alias}} <strong>quitte les Terres Médianes</strong> !
|
||||
{{#if souffle}}
|
||||
<br>De plus, son échec total lui fait subir un Souffle de Dragon : {{souffle.name}}
|
||||
{{tmr.label}} ({{tmr.coord}})
|
||||
{{/if}}!
|
||||
{{#if rolled.isEchec}}
|
||||
{{alias}} <strong>quitte les Terres Médianes</strong> !
|
||||
{{#if souffle}}
|
||||
<br>De plus, son échec total lui fait subir un Souffle de Dragon : {{souffle.name}}
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
</span>
|
||||
{{#if poesie}}
|
||||
<hr>
|
||||
|
9
templates/chat-resultat-meteo.html
Normal file
9
templates/chat-resultat-meteo.html
Normal file
@ -0,0 +1,9 @@
|
||||
<img class="chat-icon" src="icons/svg/lightning.svg" alt="Météo" />
|
||||
<h4>Météo aléatoire</h4>
|
||||
<ul>
|
||||
<li>Vent: {{lowerFirst vent.description}} {{apostrophe 'de' vent.direction}}, force {{vent.force}}</li>
|
||||
<li>Mer {{lowerFirst mer.description}}, {{apostrophe 'de' mer.direction}}, force {{mer.force}}</li>
|
||||
<li>Température {{lowerFirst temperature.description}} ({{numberFormat temperature.force decimals=0 sign=true}})</li>
|
||||
<li>Couverture nuageuse: {{lowerFirst nuage.description}}</li>
|
||||
<li>Pluie: {{lowerFirst pluie.description}}</li>
|
||||
</div>
|
@ -1,5 +1,10 @@
|
||||
<form class="skill-roll-dialog">
|
||||
<h2>Maîtrise {{tmr.label}} ({{tmr.coord}})</h2>
|
||||
<h2>Maîtrise {{#if isTMRCache}}
|
||||
{{tmr.type}}
|
||||
{{else}}
|
||||
{{tmr.label}} ({{tmr.coord}})
|
||||
{{/if}}
|
||||
</h2>
|
||||
<div class="grid grid-2col">
|
||||
<div class="flex-group-left">
|
||||
<img class="chat-icon" src="{{competence.img}}" alt="{{competence.name}}"/>
|
||||
|
Reference in New Issue
Block a user