Add Enemy sheet
This commit is contained in:
12
templates/chat-perk.hbs
Normal file
12
templates/chat-perk.hbs
Normal file
@@ -0,0 +1,12 @@
|
||||
<div class="item-to-chat">
|
||||
<div class="intro-chat">
|
||||
<ul>
|
||||
<li><strong>Perk : {{name}}</strong></li>
|
||||
<li>{{system.flavorText}}</li>
|
||||
<li>Role : {{system.role}}</li>
|
||||
<li>Level : {{system.level}}</li>
|
||||
<li>{{{system.description}}}</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user