Release 1.9.6
This commit is contained in:
@@ -1,10 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
Date format : day/month/year
|
Date format : day/month/year
|
||||||
|
|
||||||
## 1.9.6 - ??/04/2023 - QoL before v11
|
## 1.9.6 - 14/05/2023 - Bragma's QoL
|
||||||
- Added effects panel to both pc and npc (thx to Bragma !26).
|
All these changes are thanks to Bragma.
|
||||||
- Added a underline on rings to show current stance (thx to Bragma !25).
|
- Added effects panel to both pc and npc (!26).
|
||||||
- Fix Lists not showing correctly in journal (thx to Bragma #44).
|
- Added a underline on rings to show current stance (!25).
|
||||||
|
- Fix Lists not showing correctly in journal (#44).
|
||||||
|
|
||||||
## 1.9.5 - 11/01/2023 - Adding Modifiers
|
## 1.9.5 - 11/01/2023 - Adding Modifiers
|
||||||
- Characters can now have bonus endurance/composure/focus/vigilance from conditions (thx to Perkuns).
|
- Characters can now have bonus endurance/composure/focus/vigilance from conditions (thx to Perkuns).
|
||||||
|
|||||||
@@ -31,8 +31,10 @@
|
|||||||
</header>
|
</header>
|
||||||
{{!-- Sheet Body --}}
|
{{!-- Sheet Body --}}
|
||||||
<section class="sheet-body">
|
<section class="sheet-body">
|
||||||
{{!-- Active effects --}} {{> 'systems/l5r5e/templates/actors/character/effects.html'}} {{!-- Sheet Tab
|
{{!-- Active effects --}}
|
||||||
Navigation --}}
|
{{> 'systems/l5r5e/templates/actors/character/effects.html'}}
|
||||||
|
|
||||||
|
{{!-- Sheet Tab Navigation --}}
|
||||||
<nav class="sheet-tabs tabs" data-group="primary">
|
<nav class="sheet-tabs tabs" data-group="primary">
|
||||||
<a class="item" data-tab="skills">{{localize 'l5r5e.skills.title'}}</a>
|
<a class="item" data-tab="skills">{{localize 'l5r5e.skills.title'}}</a>
|
||||||
<a class="item" data-tab="narrative">{{localize 'l5r5e.sheets.narrative'}}</a>
|
<a class="item" data-tab="narrative">{{localize 'l5r5e.sheets.narrative'}}</a>
|
||||||
|
|||||||
@@ -31,8 +31,13 @@
|
|||||||
</header>
|
</header>
|
||||||
{{!-- Sheet Body --}}
|
{{!-- Sheet Body --}}
|
||||||
<section class="sheet-body">
|
<section class="sheet-body">
|
||||||
{{!-- Active effects --}} {{> 'systems/l5r5e/templates/actors/npc/effects.html'}} {{!-- Skills No Tab --}} {{>
|
{{!-- Active effects --}}
|
||||||
'systems/l5r5e/templates/actors/npc/skill.html'}} {{!-- Sheet Tab Navigation --}}
|
{{> 'systems/l5r5e/templates/actors/npc/effects.html'}}
|
||||||
|
|
||||||
|
{{!-- Skills No Tab --}}
|
||||||
|
{{> 'systems/l5r5e/templates/actors/npc/skill.html'}}
|
||||||
|
|
||||||
|
{{!-- Sheet Tab Navigation --}}
|
||||||
<nav class="sheet-tabs tabs" data-group="primary">
|
<nav class="sheet-tabs tabs" data-group="primary">
|
||||||
<a class="item" data-tab="skills">{{localize 'l5r5e.skills.title'}}</a>
|
<a class="item" data-tab="skills">{{localize 'l5r5e.skills.title'}}</a>
|
||||||
<a class="item" data-tab="narrative">{{localize 'l5r5e.sheets.narrative'}}</a>
|
<a class="item" data-tab="narrative">{{localize 'l5r5e.sheets.narrative'}}</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user