Buffs are now split into custom buffs and conditions

This commit is contained in:
Jacob
2017-08-09 11:15:50 +01:00
parent cb648b4a28
commit dad575de64
6 changed files with 40 additions and 38 deletions

View File

@@ -0,0 +1,7 @@
<template name="buffListItem">
<div class="item buffListItem layout horizontal center">
<div class="flex">
{{buff.name}}
</div>
</div>
</template>