add a bullet between martial components and the M tag

This commit is contained in:
Mark
2015-08-13 22:59:40 +02:00
parent 4b48e00304
commit bfbca4e545
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
<div class="sheet-rt-subheader">{{spellfriendlylevel}}{{#spell_cast_as_level}} (as {{spell_cast_as_level}}){{/spell_cast_as_level}}{{#spellschool}} &bullet; {{spellschool}}{{/spellschool}}{{#range}} &bullet; {{range}}{{/range}}</div>
<div class="sheet-rt-subheader">
{{#spell_components_verbal}}V{{/spell_components_verbal}}{{#spell_components_somatic}}{{#spell_components_verbal}}, {{/spell_components_verbal}}S{{/spell_components_somatic}}{{#spell_components_material}}{{#spell_components_verbal}}{{^spell_components_somatic}}, {{/spell_components_somatic}}{{/spell_components_verbal}}{{#spell_components_somatic}}, {{/spell_components_somatic}}M{{/spell_components_material}}
{{#spellcomponents}}{{#spell_components_material}} ({{/spell_components_material}}{{spellcomponents}}{{#spell_components_material}}){{/spell_components_material}}{{/spellcomponents}}
{{#spellcomponents}}{{#spell_components_material}} &bullet; ({{/spell_components_material}}{{spellcomponents}}{{#spell_components_material}}){{/spell_components_material}}{{/spellcomponents}}
</div>
<div class="sheet-rt-subheader">{{spellcasttime}}{{#spellduration}} &bullet; {{spellduration}}{{/spellduration}}</div>
<div class="sheet-rt-subheader">{{spellsource}}</div>
@@ -36,7 +36,7 @@
<div class="sheet-rt-subheader">{{spellfriendlylevel}}{{#spell_cast_as_level}} (as {{spell_cast_as_level}}){{/spell_cast_as_level}}{{#spellschool}} &bullet; {{spellschool}}{{/spellschool}}{{#range}} &bullet; {{range}}{{/range}}</div>
<div class="sheet-rt-subheader">
{{#spell_components_verbal}}V{{/spell_components_verbal}}{{#spell_components_somatic}}{{#spell_components_verbal}}, {{/spell_components_verbal}}S{{/spell_components_somatic}}{{#spell_components_material}}{{#spell_components_verbal}}{{^spell_components_somatic}}, {{/spell_components_somatic}}{{/spell_components_verbal}}{{#spell_components_somatic}}, {{/spell_components_somatic}}M{{/spell_components_material}}
{{#spellcomponents}}{{#spell_components_material}} ({{/spell_components_material}}{{spellcomponents}}{{#spell_components_material}}){{/spell_components_material}}{{/spellcomponents}}
{{#spellcomponents}}{{#spell_components_material}} &bullet; ({{/spell_components_material}}{{spellcomponents}}{{#spell_components_material}}){{/spell_components_material}}{{/spellcomponents}}
</div>
<div class="sheet-rt-subheader">{{spellcasttime}}{{#spellduration}} &bullet; {{spellduration}}{{/spellduration}}</div>
<div class="sheet-rt-subheader">{{spellsource}}</div>