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