This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<div class="item-to-chat">
|
||||
<div class="intro-chat">
|
||||
<h2>{{name}}</h2>
|
||||
<ul>
|
||||
<li><strong>Perk : {{name}}</strong></li>
|
||||
<li>{{system.flavorText}}</li>
|
||||
<li>Role : {{system.role}}</li>
|
||||
<li>Level : {{system.level}}</li>
|
||||
<li><strong>{{system.flavorText}}</strong></li>
|
||||
<li><strong>Role : {{upperFirst system.role}}</strong></li>
|
||||
<li><strong>Level : {{getRomanLevel system.level}}</strong></li>
|
||||
<li>{{{system.description}}}</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user