Corrections diverses pour CYD2.03

This commit is contained in:
2026-05-24 16:49:25 +02:00
parent 2e14c70a02
commit adc104b757
82 changed files with 226 additions and 147 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

+1 -1
View File
@@ -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",
+6 -6
View File
@@ -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;
}
+17 -1
View File
@@ -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;
}
}
+29 -5
View File
@@ -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 {
@@ -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) {
View File
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000408
MANIFEST-000410
+3 -3
View File
@@ -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
+3 -3
View File
@@ -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
Binary file not shown.
View File
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000400
MANIFEST-000402
+3 -3
View File
@@ -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
+3 -3
View File
@@ -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
Binary file not shown.
View File
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000299
MANIFEST-000302
+3 -5
View File
@@ -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
+5 -3
View File
@@ -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
Binary file not shown.
View File
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000299
MANIFEST-000302
+3 -5
View File
@@ -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
+5 -3
View File
@@ -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
Binary file not shown.
View File
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000416
MANIFEST-000418
+3 -3
View File
@@ -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
+3 -3
View File
@@ -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
Binary file not shown.
View File
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000416
MANIFEST-000418
+3 -3
View File
@@ -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
+3 -3
View File
@@ -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
Binary file not shown.
View File
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000299
MANIFEST-000302
+3 -5
View File
@@ -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
+5 -3
View File
@@ -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
Binary file not shown.
View File
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000299
MANIFEST-000302
+3 -5
View File
@@ -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
+5 -3
View File
@@ -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
Binary file not shown.
View File
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000248
MANIFEST-000250
+3 -3
View File
@@ -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
+3 -3
View File
@@ -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
Binary file not shown.
View File
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000205
MANIFEST-000208
+3 -5
View File
@@ -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
+5 -3
View File
@@ -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
Binary file not shown.
View File
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000297
MANIFEST-000300
+3 -5
View File
@@ -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
+5 -3
View File
@@ -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
Binary file not shown.
View File
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000402
MANIFEST-000404
+3 -3
View File
@@ -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
+3 -3
View File
@@ -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
Binary file not shown.
View File
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000423
MANIFEST-000425
+3 -3
View File
@@ -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
+3 -3
View File
@@ -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
Binary file not shown.
View File
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000299
MANIFEST-000302
+3 -5
View File
@@ -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
+5 -3
View File
@@ -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
Binary file not shown.
View File
+1 -1
View File
@@ -1 +1 @@
MANIFEST-000299
MANIFEST-000302
+3 -5
View File
@@ -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
+5 -3
View File
@@ -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
Binary file not shown.
+51 -12
View File
@@ -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;
}