added simplistic resources view
This commit is contained in:
22
rpg-docs/client/views/character/resources/resources.html
Normal file
22
rpg-docs/client/views/character/resources/resources.html
Normal 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>
|
||||
Reference in New Issue
Block a user