From 89451dd83eb0e85094f26b77cab3a8a6109243d2 Mon Sep 17 00:00:00 2001 From: Megastruktur Date: Thu, 11 May 2023 14:43:25 +0300 Subject: [PATCH] Release 4.5 tweaks --- CHANGELOG.txt | 7 +++++++ README.md | 13 ++++++++----- scss/import/crew-sheet.scss | 2 +- scss/import/mixin.scss | 2 +- styles/blades.css | 2 +- 5 files changed, 18 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ef613ff..eb81a82 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,10 @@ +v.4.5 +- Added additional dice roll types #188 by anthonywaters +- Modified Clock Sheet for Customization #185 by WillLaWill +- Fixing 0d rolls from left side controls #189 by richmusser +- Use official German translation #190 by Graffini +- Updated visual display of cohorts #193 by CarlosFdez + v.4.4 - Added acquaintances to en.json #179 - Feature: Owned clocks. #180 diff --git a/README.md b/README.md index bbac11c..5d97d53 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # FoundryVTT Blades in the Dark character and crew sheets

-GitHub release (latest by date) GitHub last commit GitHub All Releases GitHub Releases GitHub Release Date +GitHub release (latest by date) GitHub last commit GitHub All Releases GitHub Release Date

GitHub GitHub issues GitHub forks GitHub stars

-If you like my work - send thanks to astromortis@gmail.com :3 +If you like our work - use the system, use it all, and may the shadows cover your way. Contact Discord: `megastruktur#5704` in case you find any bugs or if you have any suggestions. @@ -65,9 +65,12 @@ Clocks are now here! - `addition` - is added when item is attached and substracted when removed - `attribute_change` - changes the "attribute" to value and when removed - uses the "attribute_default" to restore -## To be done in the nearest future -- Friends/rivals section -- Stress/Harm dynamic values (can be modified by abilities but for now are hardcoded) +## Supported Languages +- English +- Russian (Русский) +- Spanish (Español) +- Polish (Język Polski) +- German (Deutsch) ## Troubleshooting - If you can't find the drag-n-dropped item, refer to "All Items" tab on each sheet. diff --git a/scss/import/crew-sheet.scss b/scss/import/crew-sheet.scss index 350f7b6..fe8f1bf 100644 --- a/scss/import/crew-sheet.scss +++ b/scss/import/crew-sheet.scss @@ -71,7 +71,7 @@ nav{ border-top: 3px solid $almost_black; @include toothradio(17px, 50px, "assets/teeth/stresstooth-halfgrey.png", "assets/teeth/stresstooth-red.png"); - input[disabled="disabled"] + label { + input:disabled + label { background-image: url(assets/teeth/stresstooth-black.png); } } diff --git a/scss/import/mixin.scss b/scss/import/mixin.scss index 19edb87..42d22dd 100644 --- a/scss/import/mixin.scss +++ b/scss/import/mixin.scss @@ -208,7 +208,7 @@ */ @mixin clock($segments, $size, $default_color:null, $accent_color:null) { - $angle: 360 / $segments; + $angle: calc(360 / $segments); $skew: 90 + $angle; $border_width: 3; diff --git a/styles/blades.css b/styles/blades.css index d693a79..3b87b63 100644 --- a/styles/blades.css +++ b/styles/blades.css @@ -567,7 +567,7 @@ .blades-in-the-dark.crew.sheet .crew-reputation input:checked + label { background-image: url("assets/teeth/stresstooth-red.png"); } -.blades-in-the-dark.crew.sheet .crew-reputation input[disabled=disabled] + label { +.blades-in-the-dark.crew.sheet .crew-reputation input:disabled + label { background-image: url(assets/teeth/stresstooth-black.png); } .blades-in-the-dark.crew.sheet .turf-container {