Add Enemy sheet
This commit is contained in:
14
templates/chat-malefica.hbs
Normal file
14
templates/chat-malefica.hbs
Normal file
@@ -0,0 +1,14 @@
|
||||
<div class="item-to-chat">
|
||||
<div class="intro-chat">
|
||||
<ul>
|
||||
<li><strong>Malefica : {{name}}</strong></li>
|
||||
<li>Domain : {{system.domain}}</li>
|
||||
<li>Level : {{system.level}}</li>
|
||||
<li>Time : {{system.time}}</li>
|
||||
<li>Range : {{system.range}}</li>
|
||||
<li>Target : {{system.target}}</li>
|
||||
<li>{{{system.description}}}</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user