mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-11 17:42:29 +00:00
release notes update
This commit is contained in:
@@ -9,13 +9,12 @@ This is a rewrite based on the early 2e (basic) and 1e edition that also include
|
||||
### Features
|
||||
|
||||
- Roll-Template: Target rolls now show the targetname in the roll-template. This is especially helpfull for lm rolls, to assign rolls to the corresponding characters.
|
||||
- Roll-Template: If the roll has failed the roll-template will not show the damage details to save space.
|
||||
- Roll-Template: If the roll has failed the roll-template will not show the damage and weapon details to save space.
|
||||
|
||||
### CSS
|
||||
|
||||
- import fonts from fonts.google
|
||||
- update to higher resolution borders
|
||||
- found another bug in the roll-template html
|
||||
|
||||
## 02.02.01 (Build 7)
|
||||
|
||||
|
||||
@@ -2079,7 +2079,7 @@
|
||||
{{/rollBetween() feat 1 10}}
|
||||
{{^feat}}
|
||||
<div class="sheet-half-col sheet-die-result sheet-feat-die"><span class="sheet-rotated-box"><span>-</span></span></div>
|
||||
{{/^feat}}
|
||||
{{/feat}}
|
||||
<div class="sheet-half-col sheet-die-result sheet-success-die"><span class="sheet-rotated-box">{{r1}}</span></div>
|
||||
<div class="sheet-half-col sheet-die-comment sheet-favoured">
|
||||
{{#favoured}}{{favoured}}{{/favoured}}
|
||||
@@ -2117,6 +2117,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="sheet-footer">
|
||||
{{#rollBetween() computed::outcome 1 3}}
|
||||
{{#weaponinfo}}
|
||||
<div class="sheet-full-col sheet-center sheet-additional">
|
||||
<div class="sheet-center">
|
||||
@@ -2131,6 +2132,7 @@
|
||||
</div>
|
||||
</div>
|
||||
{{/additional}}
|
||||
{{/rollBetween() computed::outcome 1 3}}
|
||||
</div>
|
||||
</div>
|
||||
</rolltemplate>
|
||||
Reference in New Issue
Block a user