{{#if img}}
{{/if}}
{{#if skill}}
- Skill : {{skill.name}} ({{skill.finalvalue}})
{{/if}}
{{#if crafting}}
- Crafting : {{crafting.name}} ({{crafting.system.level}})
{{/if}}
{{#if spell}}
- Spell : {{spell.name}} ({{spell.system.level}})
- Focus Points Spent : {{spellCost}}
{{/if}}
- Bonus/Malus {{bonusMalusRoll}}
- Dice Formula {{diceFormula}}
- Result {{roll.total}}
{{#if (ne targetCheck "none")}}
{{#if isSuccess}}
- Success !
{{else}}
- Failure !
{{/if}}
{{/if}}