Files
DiceCloud/rpg-docs/client/views/character/buffs/buffView/buffView.html
Jacob b3ef43eb70 Added ability to add/remove basic conditions
Conditions are those listed in ./lib/methods/conditions.js
2017-07-16 04:27:32 +01:00

7 lines
142 B
HTML

<template name="buffView">
<div class="item buffView layout horizontal center">
<div class="flex">
{{name}}
</div>
</div>
</template>