14 lines
406 B
Handlebars
14 lines
406 B
Handlebars
<div class="item-to-chat">
|
|
<div class="intro-chat">
|
|
<ul>
|
|
<li><strong>Ritual : {{name}}</strong></li>
|
|
<li>Difficulty : {{system.difficulty}}</li>
|
|
<li>Threshold : {{system.threshold}}</li>
|
|
<li>Limit : {{system.limit}}</li>
|
|
<li>Ingredients : {{system.ingredients}}</li>
|
|
<li>N. Attempts : {{system.nbAttempts}}</li>
|
|
<li>{{{system.description}}}</li>
|
|
</ul>
|
|
</div>
|
|
|
|
</div> |