diff --git a/assets/scenes/mfosNsLsHN5Pf4TO-thumb.webp b/assets/scenes/mfosNsLsHN5Pf4TO-thumb.webp deleted file mode 100644 index 9668558..0000000 Binary files a/assets/scenes/mfosNsLsHN5Pf4TO-thumb.webp and /dev/null differ diff --git a/lang/fr.json b/lang/fr.json index 69f55d9..eddde56 100644 --- a/lang/fr.json +++ b/lang/fr.json @@ -55,7 +55,7 @@ "pronouncedrune": "Rune prononcée", "pronouncerune": "Prononcer", "rune": "Rune", - "soulcost": "Coût en Âme", + "soulcost": "Coût en points de pouvoir", "soulpoints": "Points d'Âme", "traced": "Tracée", "tracedrune": "Rune tracée", diff --git a/less/actor-styles.less b/less/actor-styles.less index c081587..6f01ab5 100644 --- a/less/actor-styles.less +++ b/less/actor-styles.less @@ -398,7 +398,7 @@ } &.items-title-bg { - background: rgba(0, 0, 0, 0.3); + background: rgba(0, 0, 0, 0.55); border-color: rgba(139, 69, 19, 0.5); font-weight: 600; margin-bottom: 0.3rem; @@ -866,14 +866,14 @@ } &.items-title-bg { - background: rgba(20, 10, 0, 0.45); + background: rgba(20, 10, 0, 0.65); border: 1px solid rgba(139, 69, 19, 0.55); border-radius: 3px 3px 0 0; padding: 0.2rem 0.4rem; margin-bottom: 0; &:hover { - background: rgba(20, 10, 0, 0.5); + background: rgba(20, 10, 0, 0.7); } h3 { @@ -990,7 +990,7 @@ .predilection-text { font-size: 0.67rem; font-style: italic; - color: #9a7a50 !important; + color: #6a4a20 !important; text-shadow: none; line-height: 1.2; overflow: hidden; @@ -1001,7 +1001,7 @@ // Defence value label label.arme-defensif.defense-sheet { - color: #6090c0 !important; + color: #305080 !important; font-weight: 600; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); } @@ -1011,7 +1011,7 @@ font-family: "CentaurMT", "Palatino Linotype", serif; font-size: 0.9rem; font-weight: 700; - color: #c0a060 !important; + color: #8a6a30 !important; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6); letter-spacing: 0.3px; } diff --git a/less/item-styles.less b/less/item-styles.less index a9f4c2a..6299626 100644 --- a/less/item-styles.less +++ b/less/item-styles.less @@ -240,7 +240,7 @@ display: inline-block; white-space: nowrap; font-weight: 700; - color: #464331c4; + color: #2a2515; font-size: 0.9rem; font-family: "CentaurMT", serif; margin: 0; @@ -296,4 +296,20 @@ color: #000; } } + + /* Section headings in item sheet tabs */ + .tab .item-list h3 { + font-family: "CentaurMT", "Palatino Linotype", serif; + font-size: 0.85rem; + font-weight: 700; + text-transform: uppercase; + letter-spacing: 1px; + color: #f0dfc0 !important; + background: rgba(20, 10, 0, 0.65); + text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9); + margin: 0.25rem 0; + padding: 0.2rem 0.4rem; + border-radius: 3px; + flex: 1; + } } diff --git a/less/simple-converted.less b/less/simple-converted.less index fef9fa1..adf7f83 100644 --- a/less/simple-converted.less +++ b/less/simple-converted.less @@ -36,7 +36,7 @@ --actor-label-font-size: 0.9rem; --actor-label-font-weight: 700; - --actor-label-color: #464331c4; + --actor-label-color: #2a2515; /* =================== 2. DEBUGGING HIGHLIGHTERS ============ */ --debug-background-color-red: #ff000054; @@ -972,13 +972,13 @@ } .message-content .roll-success { - color: rgb(52, 238, 52); + color: rgb(20, 120, 20); font-weight: bold; font-family: Charlemagne; } .message-content .roll-failure { - color: rgb(224, 133, 13); + color: rgb(180, 90, 0); font-weight: bold; font-family: Charlemagne; } @@ -1897,11 +1897,35 @@ } .mournblade-cyd2-roll-dialog .checkbox-label input[type="checkbox"] { - width: auto; + width: 14px; + height: 14px; + min-width: 14px; + min-height: 14px; margin: 0; - flex-shrink: 0; + padding: 0; + flex: 0 0 auto; cursor: pointer; accent-color: #8b4513; + appearance: none; + -webkit-appearance: none; + -moz-appearance: none; + background: rgba(230, 215, 195, 0.5); + border: 1px solid #8a7a6a; + filter: none; + box-shadow: none; + font-size: 11px; + line-height: 1; +} +.mournblade-cyd2-roll-dialog .checkbox-label input[type="checkbox"]:checked { + background: rgba(180, 140, 80, 0.4); + border-color: #6a4a20; +} +.mournblade-cyd2-roll-dialog .checkbox-label input[type="checkbox"]::before { + width: 12px; + height: 12px; + font-size: 11px; + line-height: 12px; + color: #2a1a0a; } .mournblade-cyd2-roll-dialog .checkbox-label span { diff --git a/modules/applications/sheets/base-actor-sheet.mjs b/modules/applications/sheets/base-actor-sheet.mjs index 888e7ff..7bfc021 100644 --- a/modules/applications/sheets/base-actor-sheet.mjs +++ b/modules/applications/sheets/base-actor-sheet.mjs @@ -283,7 +283,7 @@ export default class MournbladeCYD2ActorSheetV2 extends HandlebarsApplicationMix } static async #onRollAssommer(event, target) { - await this.document.rollAssomer(); + await this.document.rollAssommer(); } static async #onRollCoupBas(event, target) { diff --git a/packs/aides-de-jeu/000409.log b/packs/aides-de-jeu/000409.log deleted file mode 100644 index e69de29..0000000 diff --git a/packs/aides-de-jeu/CURRENT b/packs/aides-de-jeu/CURRENT index 9040fb6..1094778 100644 --- a/packs/aides-de-jeu/CURRENT +++ b/packs/aides-de-jeu/CURRENT @@ -1 +1 @@ -MANIFEST-000408 +MANIFEST-000410 diff --git a/packs/aides-de-jeu/LOG b/packs/aides-de-jeu/LOG index c492ca2..b62be1d 100644 --- a/packs/aides-de-jeu/LOG +++ b/packs/aides-de-jeu/LOG @@ -1,3 +1,3 @@ -2026/05/24-16:10:55.778032 7f1c57fff6c0 Recovering log #407 -2026/05/24-16:10:55.794066 7f1c57fff6c0 Delete type=0 #407 -2026/05/24-16:10:55.794127 7f1c57fff6c0 Delete type=3 #406 +2026/05/24-16:13:27.948127 7fdf5bfff6c0 Recovering log #409 +2026/05/24-16:13:27.958589 7fdf5bfff6c0 Delete type=0 #409 +2026/05/24-16:13:27.958609 7fdf5bfff6c0 Delete type=3 #408 diff --git a/packs/aides-de-jeu/LOG.old b/packs/aides-de-jeu/LOG.old index 26f29d1..c492ca2 100644 --- a/packs/aides-de-jeu/LOG.old +++ b/packs/aides-de-jeu/LOG.old @@ -1,3 +1,3 @@ -2026/05/24-16:10:48.587174 7f8a72bff6c0 Recovering log #404 -2026/05/24-16:10:48.603650 7f8a72bff6c0 Delete type=3 #402 -2026/05/24-16:10:48.603730 7f8a72bff6c0 Delete type=0 #404 +2026/05/24-16:10:55.778032 7f1c57fff6c0 Recovering log #407 +2026/05/24-16:10:55.794066 7f1c57fff6c0 Delete type=0 #407 +2026/05/24-16:10:55.794127 7f1c57fff6c0 Delete type=3 #406 diff --git a/packs/aides-de-jeu/MANIFEST-000408 b/packs/aides-de-jeu/MANIFEST-000408 deleted file mode 100644 index 5769d94..0000000 Binary files a/packs/aides-de-jeu/MANIFEST-000408 and /dev/null differ diff --git a/packs/armes/000401.log b/packs/armes/000401.log deleted file mode 100644 index e69de29..0000000 diff --git a/packs/armes/CURRENT b/packs/armes/CURRENT index 9e7a9e4..dfb5e64 100644 --- a/packs/armes/CURRENT +++ b/packs/armes/CURRENT @@ -1 +1 @@ -MANIFEST-000400 +MANIFEST-000402 diff --git a/packs/armes/LOG b/packs/armes/LOG index 77ed177..d88e460 100644 --- a/packs/armes/LOG +++ b/packs/armes/LOG @@ -1,3 +1,3 @@ -2026/05/24-16:10:54.653592 7f2f52bfe6c0 Recovering log #399 -2026/05/24-16:10:54.665351 7f2f52bfe6c0 Delete type=0 #399 -2026/05/24-16:10:54.665381 7f2f52bfe6c0 Delete type=3 #398 +2026/05/24-16:13:27.805283 7fdf5bfff6c0 Recovering log #401 +2026/05/24-16:13:27.815296 7fdf5bfff6c0 Delete type=0 #401 +2026/05/24-16:13:27.815331 7fdf5bfff6c0 Delete type=3 #400 diff --git a/packs/armes/LOG.old b/packs/armes/LOG.old index 2b84cdb..77ed177 100644 --- a/packs/armes/LOG.old +++ b/packs/armes/LOG.old @@ -1,3 +1,3 @@ -2026/05/24-16:10:48.514385 7f8a713fc6c0 Recovering log #397 -2026/05/24-16:10:48.532240 7f8a713fc6c0 Delete type=0 #397 -2026/05/24-16:10:48.532320 7f8a713fc6c0 Delete type=3 #396 +2026/05/24-16:10:54.653592 7f2f52bfe6c0 Recovering log #399 +2026/05/24-16:10:54.665351 7f2f52bfe6c0 Delete type=0 #399 +2026/05/24-16:10:54.665381 7f2f52bfe6c0 Delete type=3 #398 diff --git a/packs/armes/MANIFEST-000400 b/packs/armes/MANIFEST-000400 deleted file mode 100644 index 7f179bd..0000000 Binary files a/packs/armes/MANIFEST-000400 and /dev/null differ diff --git a/packs/dons/000301.log b/packs/dons/000301.log deleted file mode 100644 index e69de29..0000000 diff --git a/packs/dons/CURRENT b/packs/dons/CURRENT index d461311..093b738 100644 --- a/packs/dons/CURRENT +++ b/packs/dons/CURRENT @@ -1 +1 @@ -MANIFEST-000299 +MANIFEST-000302 diff --git a/packs/dons/LOG b/packs/dons/LOG index 076c3e2..d157196 100644 --- a/packs/dons/LOG +++ b/packs/dons/LOG @@ -1,5 +1,3 @@ -2026/05/24-16:10:54.877151 7f57f93ff6c0 Recovering log #298 -2026/05/24-16:10:54.877440 7f57f93ff6c0 Level-0 table #300: started -2026/05/24-16:10:54.881592 7f57f93ff6c0 Level-0 table #300: 15949 bytes OK -2026/05/24-16:10:54.891689 7f57f93ff6c0 Delete type=0 #298 -2026/05/24-16:10:54.891758 7f57f93ff6c0 Delete type=3 #297 +2026/05/24-16:13:27.843303 7fdfa8dfe6c0 Recovering log #301 +2026/05/24-16:13:27.854272 7fdfa8dfe6c0 Delete type=0 #301 +2026/05/24-16:13:27.854314 7fdfa8dfe6c0 Delete type=3 #299 diff --git a/packs/dons/LOG.old b/packs/dons/LOG.old index 59a1fde..076c3e2 100644 --- a/packs/dons/LOG.old +++ b/packs/dons/LOG.old @@ -1,3 +1,5 @@ -2026/05/24-16:10:48.514933 7f8a71bfd6c0 Recovering log #296 -2026/05/24-16:10:48.543539 7f8a71bfd6c0 Delete type=0 #296 -2026/05/24-16:10:48.543588 7f8a71bfd6c0 Delete type=3 #295 +2026/05/24-16:10:54.877151 7f57f93ff6c0 Recovering log #298 +2026/05/24-16:10:54.877440 7f57f93ff6c0 Level-0 table #300: started +2026/05/24-16:10:54.881592 7f57f93ff6c0 Level-0 table #300: 15949 bytes OK +2026/05/24-16:10:54.891689 7f57f93ff6c0 Delete type=0 #298 +2026/05/24-16:10:54.891758 7f57f93ff6c0 Delete type=3 #297 diff --git a/packs/dons/MANIFEST-000299 b/packs/dons/MANIFEST-000299 deleted file mode 100644 index 3cce4d8..0000000 Binary files a/packs/dons/MANIFEST-000299 and /dev/null differ diff --git a/packs/equipement/000301.log b/packs/equipement/000301.log deleted file mode 100644 index e69de29..0000000 diff --git a/packs/equipement/CURRENT b/packs/equipement/CURRENT index d461311..093b738 100644 --- a/packs/equipement/CURRENT +++ b/packs/equipement/CURRENT @@ -1 +1 @@ -MANIFEST-000299 +MANIFEST-000302 diff --git a/packs/equipement/LOG b/packs/equipement/LOG index b66f9c9..f002465 100644 --- a/packs/equipement/LOG +++ b/packs/equipement/LOG @@ -1,5 +1,3 @@ -2026/05/24-16:10:54.804401 7fc086bff6c0 Recovering log #298 -2026/05/24-16:10:54.804603 7fc086bff6c0 Level-0 table #300: started -2026/05/24-16:10:54.809175 7fc086bff6c0 Level-0 table #300: 9796 bytes OK -2026/05/24-16:10:54.820050 7fc086bff6c0 Delete type=0 #298 -2026/05/24-16:10:54.820128 7fc086bff6c0 Delete type=3 #297 +2026/05/24-16:13:27.829466 7fdf5b7fe6c0 Recovering log #301 +2026/05/24-16:13:27.840345 7fdf5b7fe6c0 Delete type=0 #301 +2026/05/24-16:13:27.840390 7fdf5b7fe6c0 Delete type=3 #299 diff --git a/packs/equipement/LOG.old b/packs/equipement/LOG.old index c642377..b66f9c9 100644 --- a/packs/equipement/LOG.old +++ b/packs/equipement/LOG.old @@ -1,3 +1,5 @@ -2026/05/24-16:10:48.514807 7f8a723fe6c0 Recovering log #296 -2026/05/24-16:10:48.540064 7f8a723fe6c0 Delete type=0 #296 -2026/05/24-16:10:48.540152 7f8a723fe6c0 Delete type=3 #295 +2026/05/24-16:10:54.804401 7fc086bff6c0 Recovering log #298 +2026/05/24-16:10:54.804603 7fc086bff6c0 Level-0 table #300: started +2026/05/24-16:10:54.809175 7fc086bff6c0 Level-0 table #300: 9796 bytes OK +2026/05/24-16:10:54.820050 7fc086bff6c0 Delete type=0 #298 +2026/05/24-16:10:54.820128 7fc086bff6c0 Delete type=3 #297 diff --git a/packs/equipement/MANIFEST-000299 b/packs/equipement/MANIFEST-000299 deleted file mode 100644 index c38abc2..0000000 Binary files a/packs/equipement/MANIFEST-000299 and /dev/null differ diff --git a/packs/historiques/000417.log b/packs/historiques/000417.log deleted file mode 100644 index e69de29..0000000 diff --git a/packs/historiques/CURRENT b/packs/historiques/CURRENT index 3de5209..c0e0cb8 100644 --- a/packs/historiques/CURRENT +++ b/packs/historiques/CURRENT @@ -1 +1 @@ -MANIFEST-000416 +MANIFEST-000418 diff --git a/packs/historiques/LOG b/packs/historiques/LOG index e78f80f..3e1b11b 100644 --- a/packs/historiques/LOG +++ b/packs/historiques/LOG @@ -1,3 +1,3 @@ -2026/05/24-16:10:55.365745 7f834bfff6c0 Recovering log #415 -2026/05/24-16:10:55.376057 7f834bfff6c0 Delete type=0 #415 -2026/05/24-16:10:55.376117 7f834bfff6c0 Delete type=3 #414 +2026/05/24-16:13:27.793795 7fdf5b7fe6c0 Recovering log #417 +2026/05/24-16:13:27.803165 7fdf5b7fe6c0 Delete type=0 #417 +2026/05/24-16:13:27.803205 7fdf5b7fe6c0 Delete type=3 #416 diff --git a/packs/historiques/LOG.old b/packs/historiques/LOG.old index 50f0beb..e78f80f 100644 --- a/packs/historiques/LOG.old +++ b/packs/historiques/LOG.old @@ -1,3 +1,3 @@ -2026/05/24-16:10:48.543836 7f8a71bfd6c0 Recovering log #413 -2026/05/24-16:10:48.573380 7f8a71bfd6c0 Delete type=0 #413 -2026/05/24-16:10:48.573456 7f8a71bfd6c0 Delete type=3 #412 +2026/05/24-16:10:55.365745 7f834bfff6c0 Recovering log #415 +2026/05/24-16:10:55.376057 7f834bfff6c0 Delete type=0 #415 +2026/05/24-16:10:55.376117 7f834bfff6c0 Delete type=3 #414 diff --git a/packs/historiques/MANIFEST-000416 b/packs/historiques/MANIFEST-000416 deleted file mode 100644 index 0cd9752..0000000 Binary files a/packs/historiques/MANIFEST-000416 and /dev/null differ diff --git a/packs/profils/000417.log b/packs/profils/000417.log deleted file mode 100644 index e69de29..0000000 diff --git a/packs/profils/CURRENT b/packs/profils/CURRENT index 3de5209..c0e0cb8 100644 --- a/packs/profils/CURRENT +++ b/packs/profils/CURRENT @@ -1 +1 @@ -MANIFEST-000416 +MANIFEST-000418 diff --git a/packs/profils/LOG b/packs/profils/LOG index 11d8211..670dcf7 100644 --- a/packs/profils/LOG +++ b/packs/profils/LOG @@ -1,3 +1,3 @@ -2026/05/24-16:10:55.440137 7fc32b7ef6c0 Recovering log #415 -2026/05/24-16:10:55.459685 7fc32b7ef6c0 Delete type=0 #415 -2026/05/24-16:10:55.459751 7fc32b7ef6c0 Delete type=3 #414 +2026/05/24-16:13:27.895777 7fdfa95ff6c0 Recovering log #417 +2026/05/24-16:13:27.904649 7fdfa95ff6c0 Delete type=0 #417 +2026/05/24-16:13:27.904673 7fdfa95ff6c0 Delete type=3 #416 diff --git a/packs/profils/LOG.old b/packs/profils/LOG.old index 6ca9e4d..11d8211 100644 --- a/packs/profils/LOG.old +++ b/packs/profils/LOG.old @@ -1,3 +1,3 @@ -2026/05/24-16:10:48.551007 7f8a713fc6c0 Recovering log #413 -2026/05/24-16:10:48.567481 7f8a713fc6c0 Delete type=0 #413 -2026/05/24-16:10:48.567539 7f8a713fc6c0 Delete type=3 #412 +2026/05/24-16:10:55.440137 7fc32b7ef6c0 Recovering log #415 +2026/05/24-16:10:55.459685 7fc32b7ef6c0 Delete type=0 #415 +2026/05/24-16:10:55.459751 7fc32b7ef6c0 Delete type=3 #414 diff --git a/packs/profils/MANIFEST-000416 b/packs/profils/MANIFEST-000416 deleted file mode 100644 index 582fc1a..0000000 Binary files a/packs/profils/MANIFEST-000416 and /dev/null differ diff --git a/packs/protections/000301.log b/packs/protections/000301.log deleted file mode 100644 index e69de29..0000000 diff --git a/packs/protections/CURRENT b/packs/protections/CURRENT index d461311..093b738 100644 --- a/packs/protections/CURRENT +++ b/packs/protections/CURRENT @@ -1 +1 @@ -MANIFEST-000299 +MANIFEST-000302 diff --git a/packs/protections/LOG b/packs/protections/LOG index da9dffa..2e982b3 100644 --- a/packs/protections/LOG +++ b/packs/protections/LOG @@ -1,5 +1,3 @@ -2026/05/24-16:10:54.729976 7f0993fff6c0 Recovering log #298 -2026/05/24-16:10:54.730135 7f0993fff6c0 Level-0 table #300: started -2026/05/24-16:10:54.734161 7f0993fff6c0 Level-0 table #300: 2881 bytes OK -2026/05/24-16:10:54.744747 7f0993fff6c0 Delete type=0 #298 -2026/05/24-16:10:54.744817 7f0993fff6c0 Delete type=3 #297 +2026/05/24-16:13:27.817130 7fdfa8dfe6c0 Recovering log #301 +2026/05/24-16:13:27.827508 7fdfa8dfe6c0 Delete type=0 #301 +2026/05/24-16:13:27.827563 7fdfa8dfe6c0 Delete type=3 #299 diff --git a/packs/protections/LOG.old b/packs/protections/LOG.old index 7ad016a..da9dffa 100644 --- a/packs/protections/LOG.old +++ b/packs/protections/LOG.old @@ -1,3 +1,5 @@ -2026/05/24-16:10:48.514775 7f8a72bff6c0 Recovering log #296 -2026/05/24-16:10:48.540081 7f8a72bff6c0 Delete type=0 #296 -2026/05/24-16:10:48.540160 7f8a72bff6c0 Delete type=3 #295 +2026/05/24-16:10:54.729976 7f0993fff6c0 Recovering log #298 +2026/05/24-16:10:54.730135 7f0993fff6c0 Level-0 table #300: started +2026/05/24-16:10:54.734161 7f0993fff6c0 Level-0 table #300: 2881 bytes OK +2026/05/24-16:10:54.744747 7f0993fff6c0 Delete type=0 #298 +2026/05/24-16:10:54.744817 7f0993fff6c0 Delete type=3 #297 diff --git a/packs/protections/MANIFEST-000299 b/packs/protections/MANIFEST-000299 deleted file mode 100644 index b028eb5..0000000 Binary files a/packs/protections/MANIFEST-000299 and /dev/null differ diff --git a/packs/runes/000301.log b/packs/runes/000301.log deleted file mode 100644 index e69de29..0000000 diff --git a/packs/runes/CURRENT b/packs/runes/CURRENT index d461311..093b738 100644 --- a/packs/runes/CURRENT +++ b/packs/runes/CURRENT @@ -1 +1 @@ -MANIFEST-000299 +MANIFEST-000302 diff --git a/packs/runes/LOG b/packs/runes/LOG index 112b7a3..5b17fd5 100644 --- a/packs/runes/LOG +++ b/packs/runes/LOG @@ -1,5 +1,3 @@ -2026/05/24-16:10:54.953569 7f78713ff6c0 Recovering log #298 -2026/05/24-16:10:54.953939 7f78713ff6c0 Level-0 table #300: started -2026/05/24-16:10:54.958319 7f78713ff6c0 Level-0 table #300: 33963 bytes OK -2026/05/24-16:10:54.968428 7f78713ff6c0 Delete type=0 #298 -2026/05/24-16:10:54.968509 7f78713ff6c0 Delete type=3 #297 +2026/05/24-16:13:27.881867 7fdf5bfff6c0 Recovering log #301 +2026/05/24-16:13:27.892914 7fdf5bfff6c0 Delete type=0 #301 +2026/05/24-16:13:27.892950 7fdf5bfff6c0 Delete type=3 #299 diff --git a/packs/runes/LOG.old b/packs/runes/LOG.old index e78ad6f..112b7a3 100644 --- a/packs/runes/LOG.old +++ b/packs/runes/LOG.old @@ -1,3 +1,5 @@ -2026/05/24-16:10:48.532571 7f8a713fc6c0 Recovering log #296 -2026/05/24-16:10:48.550738 7f8a713fc6c0 Delete type=0 #296 -2026/05/24-16:10:48.550785 7f8a713fc6c0 Delete type=3 #295 +2026/05/24-16:10:54.953569 7f78713ff6c0 Recovering log #298 +2026/05/24-16:10:54.953939 7f78713ff6c0 Level-0 table #300: started +2026/05/24-16:10:54.958319 7f78713ff6c0 Level-0 table #300: 33963 bytes OK +2026/05/24-16:10:54.968428 7f78713ff6c0 Delete type=0 #298 +2026/05/24-16:10:54.968509 7f78713ff6c0 Delete type=3 #297 diff --git a/packs/runes/MANIFEST-000299 b/packs/runes/MANIFEST-000299 deleted file mode 100644 index cb1a7b3..0000000 Binary files a/packs/runes/MANIFEST-000299 and /dev/null differ diff --git a/packs/scenes/000249.log b/packs/scenes/000249.log deleted file mode 100644 index e69de29..0000000 diff --git a/packs/scenes/CURRENT b/packs/scenes/CURRENT index f95348a..3191962 100644 --- a/packs/scenes/CURRENT +++ b/packs/scenes/CURRENT @@ -1 +1 @@ -MANIFEST-000248 +MANIFEST-000250 diff --git a/packs/scenes/LOG b/packs/scenes/LOG index 3df723d..dd2171c 100644 --- a/packs/scenes/LOG +++ b/packs/scenes/LOG @@ -1,3 +1,3 @@ -2026/05/24-16:10:55.855003 7fcff97ec6c0 Recovering log #247 -2026/05/24-16:10:55.867026 7fcff97ec6c0 Delete type=0 #247 -2026/05/24-16:10:55.867082 7fcff97ec6c0 Delete type=3 #246 +2026/05/24-16:13:27.934950 7fdf5b7fe6c0 Recovering log #249 +2026/05/24-16:13:27.944727 7fdf5b7fe6c0 Delete type=0 #249 +2026/05/24-16:13:27.944766 7fdf5b7fe6c0 Delete type=3 #248 diff --git a/packs/scenes/LOG.old b/packs/scenes/LOG.old index 639784f..3df723d 100644 --- a/packs/scenes/LOG.old +++ b/packs/scenes/LOG.old @@ -1,3 +1,3 @@ -2026/05/24-16:10:48.587380 7f8a71bfd6c0 Recovering log #244 -2026/05/24-16:10:48.606697 7f8a71bfd6c0 Delete type=3 #242 -2026/05/24-16:10:48.606750 7f8a71bfd6c0 Delete type=0 #244 +2026/05/24-16:10:55.855003 7fcff97ec6c0 Recovering log #247 +2026/05/24-16:10:55.867026 7fcff97ec6c0 Delete type=0 #247 +2026/05/24-16:10:55.867082 7fcff97ec6c0 Delete type=3 #246 diff --git a/packs/scenes/MANIFEST-000248 b/packs/scenes/MANIFEST-000248 deleted file mode 100644 index 8fa0219..0000000 Binary files a/packs/scenes/MANIFEST-000248 and /dev/null differ diff --git a/packs/skills-creatures/000207.log b/packs/skills-creatures/000207.log deleted file mode 100644 index e69de29..0000000 diff --git a/packs/skills-creatures/CURRENT b/packs/skills-creatures/CURRENT index 3fa41f8..704e06e 100644 --- a/packs/skills-creatures/CURRENT +++ b/packs/skills-creatures/CURRENT @@ -1 +1 @@ -MANIFEST-000205 +MANIFEST-000208 diff --git a/packs/skills-creatures/LOG b/packs/skills-creatures/LOG index 0e6c5a5..3d9d9f6 100644 --- a/packs/skills-creatures/LOG +++ b/packs/skills-creatures/LOG @@ -1,5 +1,3 @@ -2026/05/24-16:10:55.284487 7f38c97ee6c0 Recovering log #204 -2026/05/24-16:10:55.284651 7f38c97ee6c0 Level-0 table #206: started -2026/05/24-16:10:55.296249 7f38c97ee6c0 Level-0 table #206: 3873 bytes OK -2026/05/24-16:10:55.307332 7f38c97ee6c0 Delete type=0 #204 -2026/05/24-16:10:55.307395 7f38c97ee6c0 Delete type=3 #203 +2026/05/24-16:13:27.781963 7fdf5b7fe6c0 Recovering log #207 +2026/05/24-16:13:27.792095 7fdf5b7fe6c0 Delete type=0 #207 +2026/05/24-16:13:27.792113 7fdf5b7fe6c0 Delete type=3 #205 diff --git a/packs/skills-creatures/LOG.old b/packs/skills-creatures/LOG.old index 27f289f..0e6c5a5 100644 --- a/packs/skills-creatures/LOG.old +++ b/packs/skills-creatures/LOG.old @@ -1,3 +1,5 @@ -2026/05/24-16:10:48.573548 7f8a713fc6c0 Recovering log #202 -2026/05/24-16:10:48.590292 7f8a713fc6c0 Delete type=0 #202 -2026/05/24-16:10:48.590336 7f8a713fc6c0 Delete type=3 #201 +2026/05/24-16:10:55.284487 7f38c97ee6c0 Recovering log #204 +2026/05/24-16:10:55.284651 7f38c97ee6c0 Level-0 table #206: started +2026/05/24-16:10:55.296249 7f38c97ee6c0 Level-0 table #206: 3873 bytes OK +2026/05/24-16:10:55.307332 7f38c97ee6c0 Delete type=0 #204 +2026/05/24-16:10:55.307395 7f38c97ee6c0 Delete type=3 #203 diff --git a/packs/skills-creatures/MANIFEST-000205 b/packs/skills-creatures/MANIFEST-000205 deleted file mode 100644 index f7f739a..0000000 Binary files a/packs/skills-creatures/MANIFEST-000205 and /dev/null differ diff --git a/packs/skills/000299.log b/packs/skills/000299.log deleted file mode 100644 index e69de29..0000000 diff --git a/packs/skills/CURRENT b/packs/skills/CURRENT index 4e9b3d7..16abe4a 100644 --- a/packs/skills/CURRENT +++ b/packs/skills/CURRENT @@ -1 +1 @@ -MANIFEST-000297 +MANIFEST-000300 diff --git a/packs/skills/LOG b/packs/skills/LOG index 22f806d..b68ef8d 100644 --- a/packs/skills/LOG +++ b/packs/skills/LOG @@ -1,5 +1,3 @@ -2026/05/24-16:10:55.204766 7fed9e3ff6c0 Recovering log #296 -2026/05/24-16:10:55.204926 7fed9e3ff6c0 Level-0 table #298: started -2026/05/24-16:10:55.209216 7fed9e3ff6c0 Level-0 table #298: 8091 bytes OK -2026/05/24-16:10:55.219909 7fed9e3ff6c0 Delete type=0 #296 -2026/05/24-16:10:55.219959 7fed9e3ff6c0 Delete type=3 #295 +2026/05/24-16:13:27.770260 7fdfa95ff6c0 Recovering log #299 +2026/05/24-16:13:27.780183 7fdfa95ff6c0 Delete type=0 #299 +2026/05/24-16:13:27.780244 7fdfa95ff6c0 Delete type=3 #297 diff --git a/packs/skills/LOG.old b/packs/skills/LOG.old index b51eb9e..22f806d 100644 --- a/packs/skills/LOG.old +++ b/packs/skills/LOG.old @@ -1,3 +1,5 @@ -2026/05/24-16:10:48.560485 7f8a72bff6c0 Recovering log #294 -2026/05/24-16:10:48.586814 7f8a72bff6c0 Delete type=0 #294 -2026/05/24-16:10:48.586867 7f8a72bff6c0 Delete type=3 #293 +2026/05/24-16:10:55.204766 7fed9e3ff6c0 Recovering log #296 +2026/05/24-16:10:55.204926 7fed9e3ff6c0 Level-0 table #298: started +2026/05/24-16:10:55.209216 7fed9e3ff6c0 Level-0 table #298: 8091 bytes OK +2026/05/24-16:10:55.219909 7fed9e3ff6c0 Delete type=0 #296 +2026/05/24-16:10:55.219959 7fed9e3ff6c0 Delete type=3 #295 diff --git a/packs/skills/MANIFEST-000297 b/packs/skills/MANIFEST-000297 deleted file mode 100644 index 2a48549..0000000 Binary files a/packs/skills/MANIFEST-000297 and /dev/null differ diff --git a/packs/tables/000403.log b/packs/tables/000403.log deleted file mode 100644 index e69de29..0000000 diff --git a/packs/tables/CURRENT b/packs/tables/CURRENT index dfb5e64..710905c 100644 --- a/packs/tables/CURRENT +++ b/packs/tables/CURRENT @@ -1 +1 @@ -MANIFEST-000402 +MANIFEST-000404 diff --git a/packs/tables/LOG b/packs/tables/LOG index fe33905..efa07dc 100644 --- a/packs/tables/LOG +++ b/packs/tables/LOG @@ -1,3 +1,3 @@ -2026/05/24-16:10:55.930489 7f44d49fe6c0 Recovering log #401 -2026/05/24-16:10:55.950225 7f44d49fe6c0 Delete type=0 #401 -2026/05/24-16:10:55.950294 7f44d49fe6c0 Delete type=3 #400 +2026/05/24-16:13:27.922658 7fdfa95ff6c0 Recovering log #403 +2026/05/24-16:13:27.932890 7fdfa95ff6c0 Delete type=0 #403 +2026/05/24-16:13:27.932916 7fdfa95ff6c0 Delete type=3 #402 diff --git a/packs/tables/LOG.old b/packs/tables/LOG.old index e961a25..fe33905 100644 --- a/packs/tables/LOG.old +++ b/packs/tables/LOG.old @@ -1,3 +1,3 @@ -2026/05/24-16:10:48.590557 7f8a713fc6c0 Recovering log #398 -2026/05/24-16:10:48.603602 7f8a713fc6c0 Delete type=3 #396 -2026/05/24-16:10:48.603681 7f8a713fc6c0 Delete type=0 #398 +2026/05/24-16:10:55.930489 7f44d49fe6c0 Recovering log #401 +2026/05/24-16:10:55.950225 7f44d49fe6c0 Delete type=0 #401 +2026/05/24-16:10:55.950294 7f44d49fe6c0 Delete type=3 #400 diff --git a/packs/tables/MANIFEST-000402 b/packs/tables/MANIFEST-000402 deleted file mode 100644 index 85fc73c..0000000 Binary files a/packs/tables/MANIFEST-000402 and /dev/null differ diff --git a/packs/talents/000424.log b/packs/talents/000424.log deleted file mode 100644 index e69de29..0000000 diff --git a/packs/talents/CURRENT b/packs/talents/CURRENT index 988f252..742a14f 100644 --- a/packs/talents/CURRENT +++ b/packs/talents/CURRENT @@ -1 +1 @@ -MANIFEST-000423 +MANIFEST-000425 diff --git a/packs/talents/LOG b/packs/talents/LOG index d873ebf..37e2513 100644 --- a/packs/talents/LOG +++ b/packs/talents/LOG @@ -1,3 +1,3 @@ -2026/05/24-16:11:11.837804 7f3ffabfe6c0 Recovering log #422 -2026/05/24-16:11:11.855870 7f3ffabfe6c0 Delete type=0 #422 -2026/05/24-16:11:11.855933 7f3ffabfe6c0 Delete type=3 #421 +2026/05/24-16:13:27.907341 7fdf5b7fe6c0 Recovering log #424 +2026/05/24-16:13:27.918375 7fdf5b7fe6c0 Delete type=0 #424 +2026/05/24-16:13:27.918416 7fdf5b7fe6c0 Delete type=3 #423 diff --git a/packs/talents/LOG.old b/packs/talents/LOG.old index 58cbc45..d873ebf 100644 --- a/packs/talents/LOG.old +++ b/packs/talents/LOG.old @@ -1,3 +1,3 @@ -2026/05/24-16:10:55.518764 7f994ffff6c0 Recovering log #420 -2026/05/24-16:10:55.529111 7f994ffff6c0 Delete type=0 #420 -2026/05/24-16:10:55.529165 7f994ffff6c0 Delete type=3 #419 +2026/05/24-16:11:11.837804 7f3ffabfe6c0 Recovering log #422 +2026/05/24-16:11:11.855870 7f3ffabfe6c0 Delete type=0 #422 +2026/05/24-16:11:11.855933 7f3ffabfe6c0 Delete type=3 #421 diff --git a/packs/talents/MANIFEST-000423 b/packs/talents/MANIFEST-000423 deleted file mode 100644 index 2a544f6..0000000 Binary files a/packs/talents/MANIFEST-000423 and /dev/null differ diff --git a/packs/tendances/000301.log b/packs/tendances/000301.log deleted file mode 100644 index e69de29..0000000 diff --git a/packs/tendances/CURRENT b/packs/tendances/CURRENT index d461311..093b738 100644 --- a/packs/tendances/CURRENT +++ b/packs/tendances/CURRENT @@ -1 +1 @@ -MANIFEST-000299 +MANIFEST-000302 diff --git a/packs/tendances/LOG b/packs/tendances/LOG index 264ff51..2c07f7e 100644 --- a/packs/tendances/LOG +++ b/packs/tendances/LOG @@ -1,5 +1,3 @@ -2026/05/24-16:10:55.031092 7fc6f73ff6c0 Recovering log #298 -2026/05/24-16:10:55.031251 7fc6f73ff6c0 Level-0 table #300: started -2026/05/24-16:10:55.037304 7fc6f73ff6c0 Level-0 table #300: 26510 bytes OK -2026/05/24-16:10:55.055470 7fc6f73ff6c0 Delete type=0 #298 -2026/05/24-16:10:55.055563 7fc6f73ff6c0 Delete type=3 #297 +2026/05/24-16:13:27.856783 7fdf5b7fe6c0 Recovering log #301 +2026/05/24-16:13:27.865987 7fdf5b7fe6c0 Delete type=0 #301 +2026/05/24-16:13:27.866021 7fdf5b7fe6c0 Delete type=3 #299 diff --git a/packs/tendances/LOG.old b/packs/tendances/LOG.old index 612d854..264ff51 100644 --- a/packs/tendances/LOG.old +++ b/packs/tendances/LOG.old @@ -1,3 +1,5 @@ -2026/05/24-16:10:48.540435 7f8a723fe6c0 Recovering log #296 -2026/05/24-16:10:48.560018 7f8a723fe6c0 Delete type=0 #296 -2026/05/24-16:10:48.560090 7f8a723fe6c0 Delete type=3 #295 +2026/05/24-16:10:55.031092 7fc6f73ff6c0 Recovering log #298 +2026/05/24-16:10:55.031251 7fc6f73ff6c0 Level-0 table #300: started +2026/05/24-16:10:55.037304 7fc6f73ff6c0 Level-0 table #300: 26510 bytes OK +2026/05/24-16:10:55.055470 7fc6f73ff6c0 Delete type=0 #298 +2026/05/24-16:10:55.055563 7fc6f73ff6c0 Delete type=3 #297 diff --git a/packs/tendances/MANIFEST-000299 b/packs/tendances/MANIFEST-000299 deleted file mode 100644 index 502ee75..0000000 Binary files a/packs/tendances/MANIFEST-000299 and /dev/null differ diff --git a/packs/traits-chaotiques/000301.log b/packs/traits-chaotiques/000301.log deleted file mode 100644 index e69de29..0000000 diff --git a/packs/traits-chaotiques/CURRENT b/packs/traits-chaotiques/CURRENT index d461311..093b738 100644 --- a/packs/traits-chaotiques/CURRENT +++ b/packs/traits-chaotiques/CURRENT @@ -1 +1 @@ -MANIFEST-000299 +MANIFEST-000302 diff --git a/packs/traits-chaotiques/LOG b/packs/traits-chaotiques/LOG index f405601..c05ec0d 100644 --- a/packs/traits-chaotiques/LOG +++ b/packs/traits-chaotiques/LOG @@ -1,5 +1,3 @@ -2026/05/24-16:10:55.116948 7f5b113fe6c0 Recovering log #298 -2026/05/24-16:10:55.117165 7f5b113fe6c0 Level-0 table #300: started -2026/05/24-16:10:55.123528 7f5b113fe6c0 Level-0 table #300: 11236 bytes OK -2026/05/24-16:10:55.140217 7f5b113fe6c0 Delete type=0 #298 -2026/05/24-16:10:55.140266 7f5b113fe6c0 Delete type=3 #297 +2026/05/24-16:13:27.868205 7fdfa8dfe6c0 Recovering log #301 +2026/05/24-16:13:27.879151 7fdfa8dfe6c0 Delete type=0 #301 +2026/05/24-16:13:27.879197 7fdfa8dfe6c0 Delete type=3 #299 diff --git a/packs/traits-chaotiques/LOG.old b/packs/traits-chaotiques/LOG.old index 9e0d7b4..f405601 100644 --- a/packs/traits-chaotiques/LOG.old +++ b/packs/traits-chaotiques/LOG.old @@ -1,3 +1,5 @@ -2026/05/24-16:10:48.540462 7f8a72bff6c0 Recovering log #296 -2026/05/24-16:10:48.560115 7f8a72bff6c0 Delete type=0 #296 -2026/05/24-16:10:48.560302 7f8a72bff6c0 Delete type=3 #295 +2026/05/24-16:10:55.116948 7f5b113fe6c0 Recovering log #298 +2026/05/24-16:10:55.117165 7f5b113fe6c0 Level-0 table #300: started +2026/05/24-16:10:55.123528 7f5b113fe6c0 Level-0 table #300: 11236 bytes OK +2026/05/24-16:10:55.140217 7f5b113fe6c0 Delete type=0 #298 +2026/05/24-16:10:55.140266 7f5b113fe6c0 Delete type=3 #297 diff --git a/packs/traits-chaotiques/MANIFEST-000299 b/packs/traits-chaotiques/MANIFEST-000299 deleted file mode 100644 index a8f24d7..0000000 Binary files a/packs/traits-chaotiques/MANIFEST-000299 and /dev/null differ diff --git a/styles/mournblade-cyd2.css b/styles/mournblade-cyd2.css index 13317dd..cc8fb73 100644 --- a/styles/mournblade-cyd2.css +++ b/styles/mournblade-cyd2.css @@ -29,7 +29,7 @@ --actor-input-color: black; --actor-label-font-size: 0.9rem; --actor-label-font-weight: 700; - --actor-label-color: #464331c4; + --actor-label-color: #2a2515; /* =================== 2. DEBUGGING HIGHLIGHTERS ============ */ --debug-background-color-red: #ff000054; --debug-background-color-blue: #1d00ff54; @@ -811,12 +811,12 @@ li { font-family: CentaurMT; } .message-content .roll-success { - color: #34ee34; + color: #147814; font-weight: bold; font-family: Charlemagne; } .message-content .roll-failure { - color: #e0850d; + color: #b45a00; font-weight: bold; font-family: Charlemagne; } @@ -1606,11 +1606,35 @@ li { background: rgba(255, 255, 255, 0.15); } .mournblade-cyd2-roll-dialog .checkbox-label input[type="checkbox"] { - width: auto; + width: 14px; + height: 14px; + min-width: 14px; + min-height: 14px; margin: 0; - flex-shrink: 0; + padding: 0; + flex: 0 0 auto; cursor: pointer; accent-color: #8b4513; + appearance: none; + -webkit-appearance: none; + -moz-appearance: none; + background: rgba(230, 215, 195, 0.5); + border: 1px solid #8a7a6a; + filter: none; + box-shadow: none; + font-size: 11px; + line-height: 1; +} +.mournblade-cyd2-roll-dialog .checkbox-label input[type="checkbox"]:checked { + background: rgba(180, 140, 80, 0.4); + border-color: #6a4a20; +} +.mournblade-cyd2-roll-dialog .checkbox-label input[type="checkbox"]::before { + width: 12px; + height: 12px; + font-size: 11px; + line-height: 12px; + color: #2a1a0a; } .mournblade-cyd2-roll-dialog .checkbox-label span { color: #1a1a1a; @@ -2287,6 +2311,7 @@ li { /* Labels */ /* Field labels */ /* Editor fields */ + /* Section headings in item sheet tabs */ } .fvtt-mournblade-cyd-2-0.item .window-content { padding: 0; @@ -2479,7 +2504,7 @@ li { display: inline-block; white-space: nowrap; font-weight: 700; - color: #464331c4; + color: #2a2515; font-size: 0.9rem; font-family: "CentaurMT", serif; margin: 0; @@ -2525,6 +2550,20 @@ li { padding: 0.5rem; color: #000; } +.fvtt-mournblade-cyd-2-0.item .tab .item-list h3 { + font-family: "CentaurMT", "Palatino Linotype", serif; + font-size: 0.85rem; + font-weight: 700; + text-transform: uppercase; + letter-spacing: 1px; + color: #f0dfc0 !important; + background: rgba(20, 10, 0, 0.65); + text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9); + margin: 0.25rem 0; + padding: 0.2rem 0.4rem; + border-radius: 3px; + flex: 1; +} /* ==================== Actor Sheet Styles ==================== */ .fvtt-mournblade-cyd-2-0.actor { background: url("../assets/ui/pc_sheet_bg.webp") repeat; @@ -2896,7 +2935,7 @@ li { background: rgba(0, 0, 0, 0.15); } .fvtt-mournblade-cyd-2-0.actor .sheet-body .compact-list li.item.items-title-bg { - background: rgba(0, 0, 0, 0.3); + background: rgba(0, 0, 0, 0.55); border-color: rgba(139, 69, 19, 0.5); font-weight: 600; margin-bottom: 0.3rem; @@ -3295,14 +3334,14 @@ li { background: rgba(0, 0, 0, 0.07); } .fvtt-mournblade-cyd-2-0.actor .sheet-body .item-list.alternate-list li.item.items-title-bg { - background: rgba(20, 10, 0, 0.45); + background: rgba(20, 10, 0, 0.65); border: 1px solid rgba(139, 69, 19, 0.55); border-radius: 3px 3px 0 0; padding: 0.2rem 0.4rem; margin-bottom: 0; } .fvtt-mournblade-cyd-2-0.actor .sheet-body .item-list.alternate-list li.item.items-title-bg:hover { - background: rgba(20, 10, 0, 0.5); + background: rgba(20, 10, 0, 0.7); } .fvtt-mournblade-cyd-2-0.actor .sheet-body .item-list.alternate-list li.item.items-title-bg h3 { margin: 0; @@ -3401,7 +3440,7 @@ li { .fvtt-mournblade-cyd-2-0.actor .sheet-body .predilection-text { font-size: 0.67rem; font-style: italic; - color: #9a7a50 !important; + color: #6a4a20 !important; text-shadow: none; line-height: 1.2; overflow: hidden; @@ -3410,7 +3449,7 @@ li { max-width: 100%; } .fvtt-mournblade-cyd-2-0.actor .sheet-body label.arme-defensif.defense-sheet { - color: #6090c0 !important; + color: #305080 !important; font-weight: 600; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); } @@ -3418,7 +3457,7 @@ li { font-family: "CentaurMT", "Palatino Linotype", serif; font-size: 0.9rem; font-weight: 700; - color: #c0a060 !important; + color: #8a6a30 !important; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6); letter-spacing: 0.3px; }