Initiative rework, with some broken css

This commit is contained in:
Vlyan
2021-01-15 20:14:50 +01:00
parent 58a4e71b32
commit 27e88be49d
23 changed files with 425 additions and 156 deletions

View File

@@ -20,7 +20,12 @@
</header>
{{!-- Sheet Body --}}
<section class="sheet-body">
<article>
{{> 'systems/l5r5e/templates/actors/npc/skill.html' }}
{{#ifCond data.type '==' 'adversary'}}
{{> 'systems/l5r5e/templates/actors/npc/conflict.html' }}
{{/ifCond}}
</article>
<article>
{{> 'systems/l5r5e/templates/actors/npc/narrative.html' }}
</article>