Merge branch 'texte-ambiance' into 'v1.3'
handlebar partiel pour texte d'ambiance See merge request LeRatierBretonnien/foundryvtt-reve-de-dragon!157
This commit is contained in:
commit
d3388d13cf
@ -251,6 +251,7 @@ export class RdDUtility {
|
||||
'systems/foundryvtt-reve-de-dragon/templates/hud-actor-attaque.html',
|
||||
// messages tchat
|
||||
'systems/foundryvtt-reve-de-dragon/templates/chat-infojet.html',
|
||||
'systems/foundryvtt-reve-de-dragon/templates/chat-poesie.html',
|
||||
'systems/foundryvtt-reve-de-dragon/templates/chat-info-appel-au-moral.html',
|
||||
'systems/foundryvtt-reve-de-dragon/templates/chat-demande-defense.html',
|
||||
'systems/foundryvtt-reve-de-dragon/templates/chat-demande-attaque-particuliere.html',
|
||||
|
14
templates/chat-poesie.html
Normal file
14
templates/chat-poesie.html
Normal file
@ -0,0 +1,14 @@
|
||||
{{#if description}}
|
||||
<hr>
|
||||
<span class="poesie-extrait">
|
||||
{{{description}}}
|
||||
{{#if reference}}
|
||||
<p class="poesie-reference">{{reference}}</p>
|
||||
{{/if}}
|
||||
</span>
|
||||
{{else if reference}}
|
||||
<hr>
|
||||
<span class="poesie-extrait">
|
||||
<p class="poesie-reference">{{reference}}</p>
|
||||
</span>
|
||||
{{/if}}
|
@ -11,18 +11,4 @@
|
||||
{{alias}} est peu inspiré(e) et son interprétation a une qualité de {{qualiteFinale}}.
|
||||
{{/if}}
|
||||
</div>
|
||||
{{#if oeuvre.data.description}}
|
||||
<hr>
|
||||
<span class="poesie-extrait">
|
||||
{{{oeuvre.data.description}}}
|
||||
{{#if oeuvre.data.reference}}
|
||||
<p class="poesie-reference">{{oeuvre.data.reference}}</p>
|
||||
{{/if}}
|
||||
</span>
|
||||
{{else if oeuvre.data.reference}}
|
||||
<hr>
|
||||
<span class="poesie-extrait">
|
||||
<p class="poesie-reference">{{oeuvre.data.reference}}</p>
|
||||
</span>
|
||||
{{/if}}
|
||||
|
||||
{{> "systems/foundryvtt-reve-de-dragon/templates/chat-poesie.html" oeuvre.data}}
|
||||
|
@ -11,18 +11,4 @@
|
||||
{{alias}} est peu inspiré(e) et son interprétation a une qualité de {{qualiteFinale}}.
|
||||
{{/if}}
|
||||
</div>
|
||||
{{#if oeuvre.data.description}}
|
||||
<hr>
|
||||
<span class="poesie-extrait">
|
||||
{{{oeuvre.data.description}}}
|
||||
{{#if oeuvre.data.reference}}
|
||||
<p class="poesie-reference">{{oeuvre.data.reference}}</p>
|
||||
{{/if}}
|
||||
</span>
|
||||
{{else if oeuvre.data.reference}}
|
||||
<hr>
|
||||
<span class="poesie-extrait">
|
||||
<p class="poesie-reference">{{oeuvre.data.reference}}</p>
|
||||
</span>
|
||||
{{/if}}
|
||||
|
||||
{{> "systems/foundryvtt-reve-de-dragon/templates/chat-poesie.html" oeuvre.data}}
|
||||
|
@ -11,18 +11,4 @@
|
||||
{{alias}} a perdu ...
|
||||
{{/if}}
|
||||
</div>
|
||||
{{#if oeuvre.data.description}}
|
||||
<hr>
|
||||
<span class="poesie-extrait">
|
||||
{{{oeuvre.data.description}}}
|
||||
{{#if oeuvre.data.reference}}
|
||||
<p class="poesie-reference">{{oeuvre.data.reference}}</p>
|
||||
{{/if}}
|
||||
</span>
|
||||
{{else if oeuvre.data.reference}}
|
||||
<hr>
|
||||
<span class="poesie-extrait">
|
||||
<p class="poesie-reference">{{oeuvre.data.reference}}</p>
|
||||
</span>
|
||||
{{/if}}
|
||||
|
||||
{{> "systems/foundryvtt-reve-de-dragon/templates/chat-poesie.html" oeuvre.data}}
|
||||
|
@ -11,18 +11,4 @@
|
||||
{{alias}} est peu inspiré(e) et son interprétation a une qualité de {{qualiteFinale}}.
|
||||
{{/if}}
|
||||
</div>
|
||||
{{#if oeuvre.data.description}}
|
||||
<hr>
|
||||
<span class="poesie-extrait">
|
||||
{{{oeuvre.data.description}}}
|
||||
{{#if oeuvre.data.reference}}
|
||||
<p class="poesie-reference">{{oeuvre.data.reference}}</p>
|
||||
{{/if}}
|
||||
</span>
|
||||
{{else if oeuvre.data.reference}}
|
||||
<hr>
|
||||
<span class="poesie-extrait">
|
||||
<p class="poesie-reference">{{oeuvre.data.reference}}</p>
|
||||
</span>
|
||||
{{/if}}
|
||||
|
||||
{{> "systems/foundryvtt-reve-de-dragon/templates/chat-poesie.html" oeuvre.data}}
|
||||
|
@ -12,18 +12,4 @@
|
||||
{{alias}} est peu inspiré(e) et son interprétation a une qualité de {{qualiteFinale}}.
|
||||
{{/if}}
|
||||
</div>
|
||||
{{#if oeuvre.data.description}}
|
||||
<hr>
|
||||
<span class="poesie-extrait">
|
||||
{{{oeuvre.data.description}}}
|
||||
{{#if oeuvre.data.reference}}
|
||||
<p class="poesie-reference">{{oeuvre.data.reference}}</p>
|
||||
{{/if}}
|
||||
</span>
|
||||
{{else if oeuvre.data.reference}}
|
||||
<hr>
|
||||
<span class="poesie-extrait">
|
||||
<p class="poesie-reference">{{oeuvre.data.reference}}</p>
|
||||
</span>
|
||||
{{/if}}
|
||||
|
||||
{{> "systems/foundryvtt-reve-de-dragon/templates/chat-poesie.html" oeuvre.data}}
|
||||
|
@ -16,19 +16,4 @@
|
||||
<br>Au vu de l'exotisme du plat, les convives devront réussir un jet de Volonté / Cuisine à {{exotismeFinal}}.
|
||||
En cas d'échec, ils peuvent se forcer pour faire plaisir au Maître Queux, mais devront faire un jet de moral Malheureux.
|
||||
{{/if}}
|
||||
|
||||
{{#if oeuvre.data.description}}
|
||||
<hr>
|
||||
<span class="poesie-extrait">
|
||||
{{{oeuvre.data.description}}}
|
||||
{{#if oeuvre.data.reference}}
|
||||
<p class="poesie-reference">{{oeuvre.data.reference}}</p>
|
||||
{{/if}}
|
||||
</span>
|
||||
{{else if oeuvre.data.reference}}
|
||||
<hr>
|
||||
<span class="poesie-extrait">
|
||||
<p class="poesie-reference">{{oeuvre.data.reference}}</p>
|
||||
</span>
|
||||
{{/if}}
|
||||
|
||||
{{> "systems/foundryvtt-reve-de-dragon/templates/chat-poesie.html" oeuvre.data}}
|
||||
|
Loading…
Reference in New Issue
Block a user