Add Enemy sheet
This commit is contained in:
14
templates/chat-ritual.hbs
Normal file
14
templates/chat-ritual.hbs
Normal file
@@ -0,0 +1,14 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user