Release 4.5 tweaks

This commit is contained in:
Megastruktur 2023-05-11 14:43:25 +03:00
parent 0027a77114
commit 89451dd83e
5 changed files with 18 additions and 8 deletions

View File

@ -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

View File

@ -1,13 +1,13 @@
# FoundryVTT Blades in the Dark character and crew sheets
<p align="center">
<img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/megastruktur/foundryvtt-blades-in-the-dark"> <img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/megastruktur/foundryvtt-blades-in-the-dark"> <img alt="GitHub All Releases" src="https://img.shields.io/github/downloads/megastruktur/foundryvtt-blades-in-the-dark/total" /> <img alt="GitHub Releases" src="https://img.shields.io/github/downloads/megastruktur/foundryvtt-blades-in-the-dark/latest/total" /> <img alt="GitHub Release Date" src="https://img.shields.io/github/release-date/megastruktur/foundryvtt-blades-in-the-dark?label=latest%20release" />
<img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/megastruktur/foundryvtt-blades-in-the-dark"> <img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/megastruktur/foundryvtt-blades-in-the-dark"> <img alt="GitHub All Releases" src="https://img.shields.io/github/downloads/megastruktur/foundryvtt-blades-in-the-dark/total" /> <img alt="GitHub Release Date" src="https://img.shields.io/github/release-date/megastruktur/foundryvtt-blades-in-the-dark?label=latest%20release" />
</p>
<p align="center">
<img alt="GitHub" src="https://img.shields.io/github/license/megastruktur/foundryvtt-blades-in-the-dark"> <a href="https://github.com/megastruktur/foundryvtt-blades-in-the-dark/issues"><img alt="GitHub issues" src="https://img.shields.io/github/issues/megastruktur/foundryvtt-blades-in-the-dark"></a> <a href="https://github.com/megastruktur/foundryvtt-blades-in-the-dark/network"><img alt="GitHub forks" src="https://img.shields.io/github/forks/megastruktur/foundryvtt-blades-in-the-dark"></a> <a href="https://github.com/megastruktur/foundryvtt-blades-in-the-dark/stargazers"><img alt="GitHub stars" src="https://img.shields.io/github/stars/megastruktur/foundryvtt-blades-in-the-dark"></a>
</p>
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.

View File

@ -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);
}
}

View File

@ -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;

View File

@ -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 {