#Fix 78 : add role level

This commit is contained in:
2022-09-29 20:04:27 +02:00
parent 908cf4206a
commit d8f8b7198c
2 changed files with 23 additions and 4 deletions

View File

@ -13,16 +13,20 @@
<div class="tab description" data-group="primary" data-tab="description">
<div class="medium-editor item-text-long-line">
<label class="generic-label">Power Ups</label>
<label class="generic-label"><strong>Power Ups</strong></label>
{{editor purchasedeffects target="system.purchasedeffects" button=true owner=owner
editable=editable}}
</div>
<span><label>&nbsp;</label></span>
<hr>
<div class="long-editor item-text-long-line">
<label class="generic-label">Description</label>
<label class="generic-label"><strong>Description</strong></label>
{{editor description target="system.description" button=true owner=owner editable=editable}}
</div>
<span><label>&nbsp;</label></span>
<hr>
<div class="medium-editor item-text-long-line">
<label class="generic-label">Available Upgrades</label>
<label class="generic-label"><strong>Available Upgrades</strong></label>
{{editor effects target="system.effects" button=true owner=owner editable=editable}}
</div>
</div>