Initiative rework, with some broken css
This commit is contained in:
17
system/templates/gm/combat-tracker-bar.html
Normal file
17
system/templates/gm/combat-tracker-bar.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<nav class="encounters flexrow" id="l5r5e_gm_combat_tracker_bar">
|
||||
<div class="encounter">
|
||||
{{#each encounterTypeList}}
|
||||
<a class="encounter encounter-control" data-id="{{this}}">
|
||||
<i class="fa fas encounter-icon-{{this}}{{#ifCond this '==' ../encounterType}} active{{/ifCond}}" title="{{localize (localize 'l5r5e.conflict.initiative.{id}' id=this)}}"></i>
|
||||
</a>
|
||||
{{/each}}
|
||||
</div>
|
||||
|
||||
<div class="prepared">
|
||||
{{#each prepared as |prepared charType|}}
|
||||
<a class="encounter prepared-control" data-id="{{charType}}">
|
||||
<i class="fa fas prepared-icon-{{prepared}} prepared-{{charType}}" title="{{localize (localize 'l5r5e.conflict.initiative.prepared_{value}' value=prepared)}} ({{localize (localize 'l5r5e.character_types.{type}' type=charType)}})"></i>
|
||||
</a>
|
||||
{{/each}}
|
||||
</div>
|
||||
</nav>
|
||||
Reference in New Issue
Block a user