This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<div class="item-to-chat">
|
||||
<div class="intro-chat">
|
||||
<h2>{{name}}</h2>
|
||||
<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><strong>Difficulty : {{system.difficulty}}</strong></li>
|
||||
<li><strong>Threshold : {{system.threshold}}</strong></li>
|
||||
<li><strong>Limit : {{system.limit}}</strong></li>
|
||||
<li><strong>Ingredients : {{system.ingredients}}</strong></li>
|
||||
<li><strong>N. Attempts : {{system.nbAttempts}}</strong></li>
|
||||
<li>{{{system.description}}}</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user