added simplistic resources view

This commit is contained in:
Thaum
2014-11-19 09:51:37 +00:00
parent f2a1e104f2
commit b4d92e799a
2 changed files with 58 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
<template name="resources">
<div>
{{#if hasSlots}}
{{slotSummary}}
{{/if}}
</div>
<div>
{{#if hasKi}}
{{attributeValue attributes.ki}}
{{/if}}
</div>
<div>
{{#if hasSorceryPoints}}
{{attributeValue attributes.sorceryPoints}}
{{/if}}
</div>
<div>
{{#if hasRages}}
{{attributeValue attributes.rages}}
{{/if}}
</div>
</template>