Added visualization for gm and tooltips

This commit is contained in:
Vlyan
2022-04-28 10:23:12 +02:00
parent d14ed8023f
commit aae646c15a
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
# Changelog # Changelog
Date format : day/month/year Date format : day/month/year
## 1.8.0 - ??/??/2022 - Compendiums Update ## 1.8.0 - ??/??/2022 - QoL & Compendiums Update
- Added 179 Japanese' style villages name table. - Added 179 Japanese' style villages name table.
- Added Rōnin icon and tag symbol (Thanks to TesserWract). - Added Rōnin icon and tag symbol (Thanks to TesserWract).
- Added a different view for hidden roll in ChatMessage (GM/Players). - Added a different view for hidden roll in ChatMessage (GM/Players).

View File

@@ -22,9 +22,9 @@
<span class="chat-profil-element"> <span class="chat-profil-element">
{{#if l5r5e.difficultyHidden}} {{#if l5r5e.difficultyHidden}}
<span class="player-only">{{localize 'l5r5e.dice.chat.difficulty'}} {{localize 'l5r5e.dice.chat.difficulty_hidden'}}</span> <span class="player-only" title="{{localize 'l5r5e.dice.dicepicker.difficulty_hidden_label'}}">{{localize 'l5r5e.dice.chat.difficulty'}} {{localize 'l5r5e.dice.chat.difficulty_hidden'}}</span>
{{/if}} {{/if}}
<span class="{{#if l5r5e.difficultyHidden}}gm-only{{/if}}">{{localize 'l5r5e.dice.chat.difficulty'}} {{l5r5e.difficulty}}</span> <span class="{{#if l5r5e.difficultyHidden}}gm-only{{/if}}">{{localize 'l5r5e.dice.chat.difficulty'}} {{l5r5e.difficulty}} {{#if l5r5e.difficultyHidden}}<i class="fas fa-eye-slash" title="{{localize 'l5r5e.dice.dicepicker.difficulty_hidden_label'}}"></i>{{/if}}</span>
<br> <br>
{{#if l5r5e.voidPointUsed}} {{#if l5r5e.voidPointUsed}}
<i class="i_void" title="{{localize 'l5r5e.dice.chat.void_point_used'}}"></i> <i class="i_void" title="{{localize 'l5r5e.dice.chat.void_point_used'}}"></i>