Began implementing features that change stats
This commit is contained in:
8
rpg-docs/client/views/character/features.html
Normal file
8
rpg-docs/client/views/character/features.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<template name="features">
|
||||
{{#each features}}
|
||||
<li><strong>{{name}}</strong><input class="enabled" type="checkbox" checked={{enabled}}><br>
|
||||
{{# each effects}}
|
||||
{{stat}}: {{value}}
|
||||
{{/each}}</li>
|
||||
{{/each}}
|
||||
</template>
|
||||
Reference in New Issue
Block a user