mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-06 07:02:28 +00:00
add a bullet between martial components and the M tag
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
<div class="sheet-rt-subheader">{{spellfriendlylevel}}{{#spell_cast_as_level}} (as {{spell_cast_as_level}}){{/spell_cast_as_level}}{{#spellschool}} • {{spellschool}}{{/spellschool}}{{#range}} • {{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}} • ({{/spell_components_material}}{{spellcomponents}}{{#spell_components_material}}){{/spell_components_material}}{{/spellcomponents}}
|
||||
</div>
|
||||
<div class="sheet-rt-subheader">{{spellcasttime}}{{#spellduration}} • {{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}} • {{spellschool}}{{/spellschool}}{{#range}} • {{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}} • ({{/spell_components_material}}{{spellcomponents}}{{#spell_components_material}}){{/spell_components_material}}{{/spellcomponents}}
|
||||
</div>
|
||||
<div class="sheet-rt-subheader">{{spellcasttime}}{{#spellduration}} • {{spellduration}}{{/spellduration}}</div>
|
||||
<div class="sheet-rt-subheader">{{spellsource}}</div>
|
||||
|
||||
Reference in New Issue
Block a user