Various CSS Enhancements
All checks were successful
Release Creation / build (release) Successful in 1m39s
All checks were successful
Release Creation / build (release) Successful in 1m39s
This commit is contained in:
@@ -275,9 +275,7 @@ i.fvtt-cthulhu-eternal {
|
|||||||
font-family: var(--font-primary);
|
font-family: var(--font-primary);
|
||||||
font-size: calc(var(--font-size-standard) * 1.05);
|
font-size: calc(var(--font-size-standard) * 1.05);
|
||||||
color: var(--color-dark-1);
|
color: var(--color-dark-1);
|
||||||
background-image: var(--background-image-base);
|
background: var(--color-light-1);
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-size: 100% 100%;
|
|
||||||
--input-height: 1.4rem;
|
--input-height: 1.4rem;
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
}
|
}
|
||||||
@@ -400,7 +398,7 @@ i.fvtt-cthulhu-eternal {
|
|||||||
}
|
}
|
||||||
.fvtt-cthulhu-eternal .protagonist-main .protagonist-pc .protagonist-left .protagonist-hp input {
|
.fvtt-cthulhu-eternal .protagonist-main .protagonist-pc .protagonist-left .protagonist-hp input {
|
||||||
flex: none;
|
flex: none;
|
||||||
width: 2rem;
|
width: 4rem;
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
}
|
}
|
||||||
.fvtt-cthulhu-eternal .protagonist-main .protagonist-pc .protagonist-left .protagonist-hp .hp-separator {
|
.fvtt-cthulhu-eternal .protagonist-main .protagonist-pc .protagonist-left .protagonist-hp .hp-separator {
|
||||||
@@ -977,9 +975,7 @@ i.fvtt-cthulhu-eternal {
|
|||||||
font-family: var(--font-primary);
|
font-family: var(--font-primary);
|
||||||
font-size: calc(var(--font-size-standard) * 1.05);
|
font-size: calc(var(--font-size-standard) * 1.05);
|
||||||
color: var(--color-dark-1);
|
color: var(--color-dark-1);
|
||||||
background-image: var(--background-image-base);
|
background: var(--color-light-1);
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-size: 100% 100%;
|
|
||||||
--input-height: 1.4rem;
|
--input-height: 1.4rem;
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
}
|
}
|
||||||
@@ -1235,9 +1231,7 @@ i.fvtt-cthulhu-eternal {
|
|||||||
font-family: var(--font-primary);
|
font-family: var(--font-primary);
|
||||||
font-size: calc(var(--font-size-standard) * 1.05);
|
font-size: calc(var(--font-size-standard) * 1.05);
|
||||||
color: var(--color-dark-1);
|
color: var(--color-dark-1);
|
||||||
background-image: var(--background-image-base);
|
background: var(--color-light-1);
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-size: 100% 100%;
|
|
||||||
--input-height: 1.4rem;
|
--input-height: 1.4rem;
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
}
|
}
|
||||||
@@ -1297,6 +1291,25 @@ i.fvtt-cthulhu-eternal {
|
|||||||
.fvtt-cthulhu-eternal .sheet-tabs {
|
.fvtt-cthulhu-eternal .sheet-tabs {
|
||||||
background-color: var(--color-light-1);
|
background-color: var(--color-light-1);
|
||||||
}
|
}
|
||||||
|
.fvtt-cthulhu-eternal .creature-hp {
|
||||||
|
gap: 2px;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
.fvtt-cthulhu-eternal .creature-hp .form-fields input {
|
||||||
|
flex: none;
|
||||||
|
min-width: 4rem;
|
||||||
|
max-width: 4rem;
|
||||||
|
margin-left: 4px;
|
||||||
|
}
|
||||||
|
.fvtt-cthulhu-eternal .creature-hp .damage-bonus {
|
||||||
|
font-size: calc(var(--font-size-standard) * 0.8);
|
||||||
|
}
|
||||||
|
.fvtt-cthulhu-eternal .creature-hp .hp-separator {
|
||||||
|
font-size: calc(var(--font-size-standard) * 1.2);
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
.fvtt-cthulhu-eternal .creature-main {
|
.fvtt-cthulhu-eternal .creature-main {
|
||||||
background-color: var(--color-light-1);
|
background-color: var(--color-light-1);
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -1322,24 +1335,6 @@ i.fvtt-cthulhu-eternal {
|
|||||||
width: auto;
|
width: auto;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
.fvtt-cthulhu-eternal .creature-main .creature-pc .creature-left .creature-hp {
|
|
||||||
gap: 2px;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
.fvtt-cthulhu-eternal .creature-main .creature-pc .creature-left .creature-hp input {
|
|
||||||
flex: none;
|
|
||||||
width: 2rem;
|
|
||||||
margin-left: 4px;
|
|
||||||
}
|
|
||||||
.fvtt-cthulhu-eternal .creature-main .creature-pc .creature-left .creature-hp .damage-bonus {
|
|
||||||
font-size: calc(var(--font-size-standard) * 0.8);
|
|
||||||
}
|
|
||||||
.fvtt-cthulhu-eternal .creature-main .creature-pc .creature-left .creature-hp .hp-separator {
|
|
||||||
font-size: calc(var(--font-size-standard) * 1.2);
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
}
|
|
||||||
.fvtt-cthulhu-eternal .creature-main .creature-pc .creature-left .creature-dv .form-fields,
|
.fvtt-cthulhu-eternal .creature-main .creature-pc .creature-left .creature-dv .form-fields,
|
||||||
.fvtt-cthulhu-eternal .creature-main .creature-pc .creature-left .creature-dmax .form-fields {
|
.fvtt-cthulhu-eternal .creature-main .creature-pc .creature-left .creature-dmax .form-fields {
|
||||||
flex: none;
|
flex: none;
|
||||||
@@ -1894,9 +1889,7 @@ i.fvtt-cthulhu-eternal {
|
|||||||
font-family: var(--font-primary);
|
font-family: var(--font-primary);
|
||||||
font-size: calc(var(--font-size-standard) * 1.05);
|
font-size: calc(var(--font-size-standard) * 1.05);
|
||||||
color: var(--color-dark-1);
|
color: var(--color-dark-1);
|
||||||
background-image: var(--background-image-base);
|
background: var(--color-light-1);
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-size: 100% 100%;
|
|
||||||
--input-height: 1.4rem;
|
--input-height: 1.4rem;
|
||||||
}
|
}
|
||||||
.fvtt-cthulhu-eternal .skill-content .sheet-tabs a {
|
.fvtt-cthulhu-eternal .skill-content .sheet-tabs a {
|
||||||
@@ -1989,9 +1982,7 @@ i.fvtt-cthulhu-eternal {
|
|||||||
font-family: var(--font-primary);
|
font-family: var(--font-primary);
|
||||||
font-size: calc(var(--font-size-standard) * 1.05);
|
font-size: calc(var(--font-size-standard) * 1.05);
|
||||||
color: var(--color-dark-1);
|
color: var(--color-dark-1);
|
||||||
background-image: var(--background-image-base);
|
background: var(--color-light-1);
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-size: 100% 100%;
|
|
||||||
--input-height: 1.4rem;
|
--input-height: 1.4rem;
|
||||||
}
|
}
|
||||||
.fvtt-cthulhu-eternal .injury-content .sheet-tabs a {
|
.fvtt-cthulhu-eternal .injury-content .sheet-tabs a {
|
||||||
@@ -2084,9 +2075,7 @@ i.fvtt-cthulhu-eternal {
|
|||||||
font-family: var(--font-primary);
|
font-family: var(--font-primary);
|
||||||
font-size: calc(var(--font-size-standard) * 1.05);
|
font-size: calc(var(--font-size-standard) * 1.05);
|
||||||
color: var(--color-dark-1);
|
color: var(--color-dark-1);
|
||||||
background-image: var(--background-image-base);
|
background: var(--color-light-1);
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-size: 100% 100%;
|
|
||||||
--input-height: 1.4rem;
|
--input-height: 1.4rem;
|
||||||
}
|
}
|
||||||
.fvtt-cthulhu-eternal .weapon-content .sheet-tabs a {
|
.fvtt-cthulhu-eternal .weapon-content .sheet-tabs a {
|
||||||
@@ -2171,9 +2160,7 @@ i.fvtt-cthulhu-eternal {
|
|||||||
font-family: var(--font-primary);
|
font-family: var(--font-primary);
|
||||||
font-size: calc(var(--font-size-standard) * 1.05);
|
font-size: calc(var(--font-size-standard) * 1.05);
|
||||||
color: var(--color-dark-1);
|
color: var(--color-dark-1);
|
||||||
background-image: var(--background-image-base);
|
background: var(--color-light-1);
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-size: 100% 100%;
|
|
||||||
--input-height: 1.4rem;
|
--input-height: 1.4rem;
|
||||||
}
|
}
|
||||||
.fvtt-cthulhu-eternal .armor-content .sheet-tabs a {
|
.fvtt-cthulhu-eternal .armor-content .sheet-tabs a {
|
||||||
@@ -2258,9 +2245,7 @@ i.fvtt-cthulhu-eternal {
|
|||||||
font-family: var(--font-primary);
|
font-family: var(--font-primary);
|
||||||
font-size: calc(var(--font-size-standard) * 1.05);
|
font-size: calc(var(--font-size-standard) * 1.05);
|
||||||
color: var(--color-dark-1);
|
color: var(--color-dark-1);
|
||||||
background-image: var(--background-image-base);
|
background: var(--color-light-1);
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-size: 100% 100%;
|
|
||||||
--input-height: 1.4rem;
|
--input-height: 1.4rem;
|
||||||
}
|
}
|
||||||
.fvtt-cthulhu-eternal .motivation-content .sheet-tabs a {
|
.fvtt-cthulhu-eternal .motivation-content .sheet-tabs a {
|
||||||
@@ -2345,9 +2330,7 @@ i.fvtt-cthulhu-eternal {
|
|||||||
font-family: var(--font-primary);
|
font-family: var(--font-primary);
|
||||||
font-size: calc(var(--font-size-standard) * 1.05);
|
font-size: calc(var(--font-size-standard) * 1.05);
|
||||||
color: var(--color-dark-1);
|
color: var(--color-dark-1);
|
||||||
background-image: var(--background-image-base);
|
background: var(--color-light-1);
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-size: 100% 100%;
|
|
||||||
--input-height: 1.4rem;
|
--input-height: 1.4rem;
|
||||||
}
|
}
|
||||||
.fvtt-cthulhu-eternal .mentaldisorder-content .sheet-tabs a {
|
.fvtt-cthulhu-eternal .mentaldisorder-content .sheet-tabs a {
|
||||||
@@ -2432,9 +2415,7 @@ i.fvtt-cthulhu-eternal {
|
|||||||
font-family: var(--font-primary);
|
font-family: var(--font-primary);
|
||||||
font-size: calc(var(--font-size-standard) * 1.05);
|
font-size: calc(var(--font-size-standard) * 1.05);
|
||||||
color: var(--color-dark-1);
|
color: var(--color-dark-1);
|
||||||
background-image: var(--background-image-base);
|
background: var(--color-light-1);
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-size: 100% 100%;
|
|
||||||
--input-height: 1.4rem;
|
--input-height: 1.4rem;
|
||||||
}
|
}
|
||||||
.fvtt-cthulhu-eternal .bond-content .sheet-tabs a {
|
.fvtt-cthulhu-eternal .bond-content .sheet-tabs a {
|
||||||
@@ -2535,9 +2516,7 @@ i.fvtt-cthulhu-eternal {
|
|||||||
font-family: var(--font-primary);
|
font-family: var(--font-primary);
|
||||||
font-size: calc(var(--font-size-standard) * 1.05);
|
font-size: calc(var(--font-size-standard) * 1.05);
|
||||||
color: var(--color-dark-1);
|
color: var(--color-dark-1);
|
||||||
background-image: var(--background-image-base);
|
background: var(--color-light-1);
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-size: 100% 100%;
|
|
||||||
--input-height: 1.4rem;
|
--input-height: 1.4rem;
|
||||||
}
|
}
|
||||||
.fvtt-cthulhu-eternal .gear-content .sheet-tabs a {
|
.fvtt-cthulhu-eternal .gear-content .sheet-tabs a {
|
||||||
@@ -2622,9 +2601,7 @@ i.fvtt-cthulhu-eternal {
|
|||||||
font-family: var(--font-primary);
|
font-family: var(--font-primary);
|
||||||
font-size: calc(var(--font-size-standard) * 1.05);
|
font-size: calc(var(--font-size-standard) * 1.05);
|
||||||
color: var(--color-dark-1);
|
color: var(--color-dark-1);
|
||||||
background-image: var(--background-image-base);
|
background: var(--color-light-1);
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-size: 100% 100%;
|
|
||||||
--input-height: 1.4rem;
|
--input-height: 1.4rem;
|
||||||
}
|
}
|
||||||
.fvtt-cthulhu-eternal .arcane-content .sheet-tabs a {
|
.fvtt-cthulhu-eternal .arcane-content .sheet-tabs a {
|
||||||
@@ -2709,9 +2686,7 @@ i.fvtt-cthulhu-eternal {
|
|||||||
font-family: var(--font-primary);
|
font-family: var(--font-primary);
|
||||||
font-size: calc(var(--font-size-standard) * 1.05);
|
font-size: calc(var(--font-size-standard) * 1.05);
|
||||||
color: var(--color-dark-1);
|
color: var(--color-dark-1);
|
||||||
background-image: var(--background-image-base);
|
background: var(--color-light-1);
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-size: 100% 100%;
|
|
||||||
--input-height: 1.4rem;
|
--input-height: 1.4rem;
|
||||||
}
|
}
|
||||||
.fvtt-cthulhu-eternal .archetype-content .sheet-tabs a {
|
.fvtt-cthulhu-eternal .archetype-content .sheet-tabs a {
|
||||||
@@ -2796,9 +2771,7 @@ i.fvtt-cthulhu-eternal {
|
|||||||
font-family: var(--font-primary);
|
font-family: var(--font-primary);
|
||||||
font-size: calc(var(--font-size-standard) * 1.05);
|
font-size: calc(var(--font-size-standard) * 1.05);
|
||||||
color: var(--color-dark-1);
|
color: var(--color-dark-1);
|
||||||
background-image: var(--background-image-base);
|
background: var(--color-light-1);
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-size: 100% 100%;
|
|
||||||
--input-height: 1.4rem;
|
--input-height: 1.4rem;
|
||||||
}
|
}
|
||||||
.fvtt-cthulhu-eternal .ritual-content .sheet-tabs a {
|
.fvtt-cthulhu-eternal .ritual-content .sheet-tabs a {
|
||||||
@@ -2891,9 +2864,7 @@ i.fvtt-cthulhu-eternal {
|
|||||||
font-family: var(--font-primary);
|
font-family: var(--font-primary);
|
||||||
font-size: calc(var(--font-size-standard) * 1.05);
|
font-size: calc(var(--font-size-standard) * 1.05);
|
||||||
color: var(--color-dark-1);
|
color: var(--color-dark-1);
|
||||||
background-image: var(--background-image-base);
|
background: var(--color-light-1);
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-size: 100% 100%;
|
|
||||||
--input-height: 1.4rem;
|
--input-height: 1.4rem;
|
||||||
}
|
}
|
||||||
.fvtt-cthulhu-eternal .tome-content .sheet-tabs a {
|
.fvtt-cthulhu-eternal .tome-content .sheet-tabs a {
|
||||||
|
@@ -46,7 +46,7 @@ export const ERA_CSS = {
|
|||||||
modern: { primaryFont: "Georama", secondaryFont: "Georama", titleFont: "Georama", baseFontSize: "1.0rem", titleFontSize: "1.2rem",imgFilter: "brightness(0) saturate(100%) invert(92%) sepia(11%) saturate(1214%) hue-rotate(51deg) brightness(93%) contrast(86%)" },
|
modern: { primaryFont: "Georama", secondaryFont: "Georama", titleFont: "Georama", baseFontSize: "1.0rem", titleFontSize: "1.2rem",imgFilter: "brightness(0) saturate(100%) invert(92%) sepia(11%) saturate(1214%) hue-rotate(51deg) brightness(93%) contrast(86%)" },
|
||||||
future: { primaryFont: "Georama", secondaryFont: "Georama", titleFont: "Seabreed", baseFontSize: "1.0rem", titleFontSize: "2.0rem",imgFilter: "invert(90%) sepia(6%) saturate(1818%) hue-rotate(152deg) brightness(91%) contrast(91%)" },
|
future: { primaryFont: "Georama", secondaryFont: "Georama", titleFont: "Seabreed", baseFontSize: "1.0rem", titleFontSize: "2.0rem",imgFilter: "invert(90%) sepia(6%) saturate(1818%) hue-rotate(152deg) brightness(91%) contrast(91%)" },
|
||||||
victorian: { primaryFont: "Volkhov", secondaryFont: "Volkhov", titleFont: "Excelsior", baseFontSize: "1.0rem", titleFontSize: "1.2rem",imgFilter: "brightness(0) saturate(100%) invert(100%) sepia(59%) saturate(1894%) hue-rotate(337deg) brightness(88%) contrast(98%)" },
|
victorian: { primaryFont: "Volkhov", secondaryFont: "Volkhov", titleFont: "Excelsior", baseFontSize: "1.0rem", titleFontSize: "1.2rem",imgFilter: "brightness(0) saturate(100%) invert(100%) sepia(59%) saturate(1894%) hue-rotate(337deg) brightness(88%) contrast(98%)" },
|
||||||
coldwar: { primaryFont: "Georama", secondaryFont: "Georama", titleFont: "TopSecret", baseFontSize: "1.0rem", titleFontSize: "1.2rem",imgFilter: "brightness(0) saturate(100%) invert(81%) sepia(14%) saturate(2508%) hue-rotate(202deg) brightness(99%) contrast(105%)"},
|
coldwar: { primaryFont: "Georama", secondaryFont: "Georama", titleFont: "TopSecret", baseFontSize: "0.9rem", titleFontSize: "1.2rem",imgFilter: "brightness(0) saturate(100%) invert(81%) sepia(14%) saturate(2508%) hue-rotate(202deg) brightness(99%) contrast(105%)"},
|
||||||
revolution: { primaryFont: "IMFell", secondaryFont: "IMFell", titleFont: "Dominican", baseFontSize: "1.0rem",titleFontSize: "1.3rem",imgFilter: "brightness(0) saturate(100%) invert(81%) sepia(25%) saturate(386%) hue-rotate(7deg) brightness(101%) contrast(84%)" },
|
revolution: { primaryFont: "IMFell", secondaryFont: "IMFell", titleFont: "Dominican", baseFontSize: "1.0rem",titleFontSize: "1.3rem",imgFilter: "brightness(0) saturate(100%) invert(81%) sepia(25%) saturate(386%) hue-rotate(7deg) brightness(101%) contrast(84%)" },
|
||||||
medieval: { primaryFont: "Skranji", secondaryFont: "UncialAntiqua", titleFont: "Luminari", baseFontSize: "0.9rem",titleFontSize: "1.2rem",imgFilter: "brightness(0) saturate(100%) invert(93%) sepia(46%) saturate(354%) hue-rotate(321deg) brightness(93%) contrast(87%)"},
|
medieval: { primaryFont: "Skranji", secondaryFont: "UncialAntiqua", titleFont: "Luminari", baseFontSize: "0.9rem",titleFontSize: "1.2rem",imgFilter: "brightness(0) saturate(100%) invert(93%) sepia(46%) saturate(354%) hue-rotate(321deg) brightness(93%) contrast(87%)"},
|
||||||
ww2: { primaryFont: "SairaStencilOne", secondaryFont: "SairaStencilOne", titleFont: "Armalite", baseFontSize: "0.9rem",titleFontSize: "1.2rem",imgFilter: "filter: invert(44%) sepia(8%) saturate(2657%) hue-rotate(40deg) brightness(96%) contrast(75%)"},
|
ww2: { primaryFont: "SairaStencilOne", secondaryFont: "SairaStencilOne", titleFont: "Armalite", baseFontSize: "0.9rem",titleFontSize: "1.2rem",imgFilter: "filter: invert(44%) sepia(8%) saturate(2657%) hue-rotate(40deg) brightness(96%) contrast(75%)"},
|
||||||
|
@@ -177,7 +177,7 @@ export default class CthulhuEternalRoll extends Roll {
|
|||||||
// If the weapon is not lethal, we can proceed with the regular damage roll
|
// If the weapon is not lethal, we can proceed with the regular damage roll
|
||||||
let formula = weapon.system.damage
|
let formula = weapon.system.damage
|
||||||
if (weapon.system.weaponType === "melee" || weapon.system.weaponType === "unarmed") {
|
if (weapon.system.weaponType === "melee" || weapon.system.weaponType === "unarmed") {
|
||||||
formula += ` + ${weapon.damageBonus}`
|
formula += ` + ${actor.system?.damageBonus}`
|
||||||
}
|
}
|
||||||
if (options?.previousResultType === "successCritical") {
|
if (options?.previousResultType === "successCritical") {
|
||||||
formula = `( ${formula} ) * 2`
|
formula = `( ${formula} ) * 2`
|
||||||
@@ -188,6 +188,7 @@ export default class CthulhuEternalRoll extends Roll {
|
|||||||
"system.ammo.value": Math.max(0, weapon.system.ammo.value - ammoUsed)
|
"system.ammo.value": Math.max(0, weapon.system.ammo.value - ammoUsed)
|
||||||
}])
|
}])
|
||||||
}
|
}
|
||||||
|
console.log("Weapon damage formula", formula, weapon, ammoUsed)
|
||||||
let damageRoll = new Roll(formula)
|
let damageRoll = new Roll(formula)
|
||||||
await damageRoll.evaluate()
|
await damageRoll.evaluate()
|
||||||
let msgData = {
|
let msgData = {
|
||||||
|
@@ -1 +1 @@
|
|||||||
MANIFEST-000167
|
MANIFEST-000171
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
2025/06/29-22:25:29.091880 7fda6d9f96c0 Recovering log #165
|
2025/07/09-17:04:59.082095 7f2a0effd6c0 Recovering log #169
|
||||||
2025/06/29-22:25:29.103184 7fda6d9f96c0 Delete type=3 #163
|
2025/07/09-17:04:59.092675 7f2a0effd6c0 Delete type=3 #167
|
||||||
2025/06/29-22:25:29.103305 7fda6d9f96c0 Delete type=0 #165
|
2025/07/09-17:04:59.092780 7f2a0effd6c0 Delete type=0 #169
|
||||||
2025/06/29-22:26:56.370766 7fda5bbff6c0 Level-0 table #170: started
|
2025/07/09-17:18:46.206680 7f276ffff6c0 Level-0 table #174: started
|
||||||
2025/06/29-22:26:56.370832 7fda5bbff6c0 Level-0 table #170: 0 bytes OK
|
2025/07/09-17:18:46.206717 7f276ffff6c0 Level-0 table #174: 0 bytes OK
|
||||||
2025/06/29-22:26:56.379673 7fda5bbff6c0 Delete type=0 #168
|
2025/07/09-17:18:46.235941 7f276ffff6c0 Delete type=0 #172
|
||||||
2025/06/29-22:26:56.380010 7fda5bbff6c0 Manual compaction at level-0 from '!items!4oyPRBWPBWAChrJP' @ 72057594037927935 : 1 .. '!items!zVFfp3o0G0Zg3Ia4' @ 0 : 0; will stop at (end)
|
2025/07/09-17:18:46.287862 7f276ffff6c0 Manual compaction at level-0 from '!items!4oyPRBWPBWAChrJP' @ 72057594037927935 : 1 .. '!items!zVFfp3o0G0Zg3Ia4' @ 0 : 0; will stop at (end)
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
2025/06/29-22:24:52.674663 7fda6c9f76c0 Recovering log #161
|
2025/06/29-22:25:29.091880 7fda6d9f96c0 Recovering log #165
|
||||||
2025/06/29-22:24:52.733389 7fda6c9f76c0 Delete type=3 #159
|
2025/06/29-22:25:29.103184 7fda6d9f96c0 Delete type=3 #163
|
||||||
2025/06/29-22:24:52.733531 7fda6c9f76c0 Delete type=0 #161
|
2025/06/29-22:25:29.103305 7fda6d9f96c0 Delete type=0 #165
|
||||||
2025/06/29-22:25:23.612345 7fda5bbff6c0 Level-0 table #166: started
|
2025/06/29-22:26:56.370766 7fda5bbff6c0 Level-0 table #170: started
|
||||||
2025/06/29-22:25:23.612406 7fda5bbff6c0 Level-0 table #166: 0 bytes OK
|
2025/06/29-22:26:56.370832 7fda5bbff6c0 Level-0 table #170: 0 bytes OK
|
||||||
2025/06/29-22:25:23.683484 7fda5bbff6c0 Delete type=0 #164
|
2025/06/29-22:26:56.379673 7fda5bbff6c0 Delete type=0 #168
|
||||||
2025/06/29-22:25:23.834365 7fda5bbff6c0 Manual compaction at level-0 from '!items!4oyPRBWPBWAChrJP' @ 72057594037927935 : 1 .. '!items!zVFfp3o0G0Zg3Ia4' @ 0 : 0; will stop at (end)
|
2025/06/29-22:26:56.380010 7fda5bbff6c0 Manual compaction at level-0 from '!items!4oyPRBWPBWAChrJP' @ 72057594037927935 : 1 .. '!items!zVFfp3o0G0Zg3Ia4' @ 0 : 0; will stop at (end)
|
||||||
|
Binary file not shown.
@@ -1 +1 @@
|
|||||||
MANIFEST-000336
|
MANIFEST-000340
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
2025/06/29-22:25:29.069935 7fda6d1f86c0 Recovering log #334
|
2025/07/09-17:04:59.062504 7f2a0dffb6c0 Recovering log #338
|
||||||
2025/06/29-22:25:29.081064 7fda6d1f86c0 Delete type=3 #332
|
2025/07/09-17:04:59.072990 7f2a0dffb6c0 Delete type=3 #336
|
||||||
2025/06/29-22:25:29.081192 7fda6d1f86c0 Delete type=0 #334
|
2025/07/09-17:04:59.073130 7f2a0dffb6c0 Delete type=0 #338
|
||||||
2025/06/29-22:26:56.360514 7fda5bbff6c0 Level-0 table #339: started
|
2025/07/09-17:18:46.236069 7f276ffff6c0 Level-0 table #343: started
|
||||||
2025/06/29-22:26:56.360577 7fda5bbff6c0 Level-0 table #339: 0 bytes OK
|
2025/07/09-17:18:46.236095 7f276ffff6c0 Level-0 table #343: 0 bytes OK
|
||||||
2025/06/29-22:26:56.370559 7fda5bbff6c0 Delete type=0 #337
|
2025/07/09-17:18:46.287671 7f276ffff6c0 Delete type=0 #341
|
||||||
2025/06/29-22:26:56.379992 7fda5bbff6c0 Manual compaction at level-0 from '!folders!5PrT9QmN1cFPzDFP' @ 72057594037927935 : 1 .. '!items!zvoUByzWSWZ87fxA' @ 0 : 0; will stop at (end)
|
2025/07/09-17:18:46.287875 7f276ffff6c0 Manual compaction at level-0 from '!folders!5PrT9QmN1cFPzDFP' @ 72057594037927935 : 1 .. '!items!zvoUByzWSWZ87fxA' @ 0 : 0; will stop at (end)
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
2025/06/29-22:24:52.606734 7fda6d9f96c0 Recovering log #330
|
2025/06/29-22:25:29.069935 7fda6d1f86c0 Recovering log #334
|
||||||
2025/06/29-22:24:52.662677 7fda6d9f96c0 Delete type=3 #328
|
2025/06/29-22:25:29.081064 7fda6d1f86c0 Delete type=3 #332
|
||||||
2025/06/29-22:24:52.662873 7fda6d9f96c0 Delete type=0 #330
|
2025/06/29-22:25:29.081192 7fda6d1f86c0 Delete type=0 #334
|
||||||
2025/06/29-22:25:23.549590 7fda5bbff6c0 Level-0 table #335: started
|
2025/06/29-22:26:56.360514 7fda5bbff6c0 Level-0 table #339: started
|
||||||
2025/06/29-22:25:23.549651 7fda5bbff6c0 Level-0 table #335: 0 bytes OK
|
2025/06/29-22:26:56.360577 7fda5bbff6c0 Level-0 table #339: 0 bytes OK
|
||||||
2025/06/29-22:25:23.612061 7fda5bbff6c0 Delete type=0 #333
|
2025/06/29-22:26:56.370559 7fda5bbff6c0 Delete type=0 #337
|
||||||
2025/06/29-22:25:23.834320 7fda5bbff6c0 Manual compaction at level-0 from '!folders!5PrT9QmN1cFPzDFP' @ 72057594037927935 : 1 .. '!items!zvoUByzWSWZ87fxA' @ 0 : 0; will stop at (end)
|
2025/06/29-22:26:56.379992 7fda5bbff6c0 Manual compaction at level-0 from '!folders!5PrT9QmN1cFPzDFP' @ 72057594037927935 : 1 .. '!items!zvoUByzWSWZ87fxA' @ 0 : 0; will stop at (end)
|
||||||
|
Binary file not shown.
@@ -8,6 +8,28 @@
|
|||||||
background-color: var(--color-light-1);
|
background-color: var(--color-light-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.creature-hp {
|
||||||
|
gap: 2px;
|
||||||
|
align-items: center;
|
||||||
|
.form-fields {
|
||||||
|
input {
|
||||||
|
flex: none;
|
||||||
|
min-width: 4rem;
|
||||||
|
max-width: 4rem;
|
||||||
|
margin-left: 4px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.damage-bonus {
|
||||||
|
font-size: calc(var(--font-size-standard) * 0.8);
|
||||||
|
}
|
||||||
|
.hp-separator {
|
||||||
|
font-size: calc(var(--font-size-standard) * 1.2);
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.creature-main {
|
.creature-main {
|
||||||
background-color: var(--color-light-1);
|
background-color: var(--color-light-1);
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -34,25 +56,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.creature-hp {
|
|
||||||
gap: 2px;
|
|
||||||
align-items: center;
|
|
||||||
input {
|
|
||||||
flex: none;
|
|
||||||
width: 2rem;
|
|
||||||
margin-left: 4px;
|
|
||||||
}
|
|
||||||
.damage-bonus {
|
|
||||||
font-size: calc(var(--font-size-standard) * 0.8);
|
|
||||||
}
|
|
||||||
.hp-separator {
|
|
||||||
font-size: calc(var(--font-size-standard) * 1.2);
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.creature-dv,
|
.creature-dv,
|
||||||
.creature-dmax {
|
.creature-dmax {
|
||||||
.form-fields {
|
.form-fields {
|
||||||
|
@@ -2,9 +2,7 @@
|
|||||||
font-family: var(--font-primary);
|
font-family: var(--font-primary);
|
||||||
font-size: calc(var(--font-size-standard) * 1.05);
|
font-size: calc(var(--font-size-standard) * 1.05);
|
||||||
color: var(--color-dark-1);
|
color: var(--color-dark-1);
|
||||||
background-image: var(--background-image-base);
|
background: var(--color-light-1);
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-size: 100% 100%;
|
|
||||||
--input-height: 1.4rem;
|
--input-height: 1.4rem;
|
||||||
|
|
||||||
.sheet-tabs {
|
.sheet-tabs {
|
||||||
|
@@ -39,7 +39,7 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
input {
|
input {
|
||||||
flex: none;
|
flex: none;
|
||||||
width: 2rem;
|
width: 4rem;
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
}
|
}
|
||||||
.hp-separator {
|
.hp-separator {
|
||||||
|
Reference in New Issue
Block a user