All checks were successful
Release Creation / build (release) Successful in 59s
15 lines
467 B
Handlebars
15 lines
467 B
Handlebars
<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> |