This commit is contained in:
15
templates/chat-tarot.hbs
Normal file
15
templates/chat-tarot.hbs
Normal file
@@ -0,0 +1,15 @@
|
||||
<div class="item-to-chat">
|
||||
<div class="intro-chat">
|
||||
<h2>{{name}}</h2>
|
||||
<ul>
|
||||
<li><strong>Orientation : </strong>{{system.orientation}}</li>
|
||||
<li><strong>Quote : </strong>{{system.quote}}</li>
|
||||
<li><strong>Bonus : </strong>{{system.bonus}}</li>
|
||||
<li><strong>Penalty : </strong>{{system.penalty}}</li>
|
||||
<li>{{{system.description}}}</li>
|
||||
<li>{{{system.positiveEffect}}}</li>
|
||||
<li>{{{system.negativeEffect}}}</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user