more tooltips and color for "Gm Monitor"
This commit is contained in:
21
system/templates/gm/monitor-tooltips/weapons.html
Normal file
21
system/templates/gm/monitor-tooltips/weapons.html
Normal file
@@ -0,0 +1,21 @@
|
||||
{{#if readied}}
|
||||
<h2>{{localize 'l5r5e.weapons.readied'}}</h2>
|
||||
<section>
|
||||
<ul>
|
||||
{{#each readied as |weapon|}}
|
||||
<li>{{{weapon}}}</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
</section>
|
||||
{{/if}}
|
||||
|
||||
{{#if sheathed}}
|
||||
<h2>{{localize 'l5r5e.weapons.sheathed'}}</h2>
|
||||
<section>
|
||||
<ul>
|
||||
{{#each sheathed as |weapon|}}
|
||||
<li>{{{weapon}}}</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
</section>
|
||||
{{/if}}
|
||||
Reference in New Issue
Block a user