Enhance sheets
This commit is contained in:
@@ -22,13 +22,20 @@
|
||||
</li>
|
||||
|
||||
{{#if charac}}
|
||||
<li>Charac : {{charac.label}}
|
||||
</li>
|
||||
<li>CHAR : {{charac.label}}</li>
|
||||
{{/if}}
|
||||
|
||||
{{#if item}}
|
||||
<li>{{item.name}} ({{upperFirst item.type}})</li>
|
||||
{{/if}}
|
||||
|
||||
<li>Bonus/Malus : {{bonusMalus}}
|
||||
</li>
|
||||
|
||||
<li><strong>Result : {{result}}</strong> ({{#if isSuccess}}Success!!{{else}}Failure!{{/if}})</li>
|
||||
{{#if isSuccess}}
|
||||
<li><strong>Margin : {{margin}}</strong>
|
||||
{{/if}}
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user