Files
DiceCloud/rpg-docs/client/views/character/effects/effectView/effectView.html
2015-04-16 09:47:13 +00:00

7 lines
120 B
HTML

<template name="effectView">
<tr>
<td>{{statName}}</td>
<td>{{operationName}}{{statValue}}</td>
</tr>
</template>