Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
61b8da8ccf | |||
dbc64121fa | |||
7118452bdf | |||
b968f99f61 |
@@ -35,7 +35,7 @@ jobs:
|
||||
apt update -y
|
||||
apt install -y zip
|
||||
|
||||
- run: zip -r ./fvtt-cthulhu-eternal.zip system.json README.md LICENSE assets/ css/ fonts/ lang/ module/ packs-system/ templates/ cthulhu-eternal.mjs
|
||||
- run: zip -r ./fvtt-cthulhu-eternal.zip system.json README.md LICENSE assets/ css/ fonts/ lang/ module/ packs-system/ compendiums/ templates/ cthulhu-eternal.mjs
|
||||
|
||||
- name: setup go
|
||||
uses: https://github.com/actions/setup-go@v4
|
||||
|
@@ -275,9 +275,7 @@ i.fvtt-cthulhu-eternal {
|
||||
font-family: var(--font-primary);
|
||||
font-size: calc(var(--font-size-standard) * 1.05);
|
||||
color: var(--color-dark-1);
|
||||
background-image: var(--background-image-base);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background: var(--color-light-1);
|
||||
--input-height: 1.4rem;
|
||||
overflow: scroll;
|
||||
}
|
||||
@@ -400,7 +398,7 @@ i.fvtt-cthulhu-eternal {
|
||||
}
|
||||
.fvtt-cthulhu-eternal .protagonist-main .protagonist-pc .protagonist-left .protagonist-hp input {
|
||||
flex: none;
|
||||
width: 2rem;
|
||||
width: 4rem;
|
||||
margin-left: 4px;
|
||||
}
|
||||
.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-size: calc(var(--font-size-standard) * 1.05);
|
||||
color: var(--color-dark-1);
|
||||
background-image: var(--background-image-base);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background: var(--color-light-1);
|
||||
--input-height: 1.4rem;
|
||||
overflow: scroll;
|
||||
}
|
||||
@@ -1235,9 +1231,7 @@ i.fvtt-cthulhu-eternal {
|
||||
font-family: var(--font-primary);
|
||||
font-size: calc(var(--font-size-standard) * 1.05);
|
||||
color: var(--color-dark-1);
|
||||
background-image: var(--background-image-base);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background: var(--color-light-1);
|
||||
--input-height: 1.4rem;
|
||||
overflow: scroll;
|
||||
}
|
||||
@@ -1297,6 +1291,25 @@ i.fvtt-cthulhu-eternal {
|
||||
.fvtt-cthulhu-eternal .sheet-tabs {
|
||||
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 {
|
||||
background-color: var(--color-light-1);
|
||||
display: flex;
|
||||
@@ -1322,24 +1335,6 @@ i.fvtt-cthulhu-eternal {
|
||||
width: auto;
|
||||
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-dmax .form-fields {
|
||||
flex: none;
|
||||
@@ -1894,9 +1889,7 @@ i.fvtt-cthulhu-eternal {
|
||||
font-family: var(--font-primary);
|
||||
font-size: calc(var(--font-size-standard) * 1.05);
|
||||
color: var(--color-dark-1);
|
||||
background-image: var(--background-image-base);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background: var(--color-light-1);
|
||||
--input-height: 1.4rem;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .skill-content .sheet-tabs a {
|
||||
@@ -1989,9 +1982,7 @@ i.fvtt-cthulhu-eternal {
|
||||
font-family: var(--font-primary);
|
||||
font-size: calc(var(--font-size-standard) * 1.05);
|
||||
color: var(--color-dark-1);
|
||||
background-image: var(--background-image-base);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background: var(--color-light-1);
|
||||
--input-height: 1.4rem;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .injury-content .sheet-tabs a {
|
||||
@@ -2084,9 +2075,7 @@ i.fvtt-cthulhu-eternal {
|
||||
font-family: var(--font-primary);
|
||||
font-size: calc(var(--font-size-standard) * 1.05);
|
||||
color: var(--color-dark-1);
|
||||
background-image: var(--background-image-base);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background: var(--color-light-1);
|
||||
--input-height: 1.4rem;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .weapon-content .sheet-tabs a {
|
||||
@@ -2171,9 +2160,7 @@ i.fvtt-cthulhu-eternal {
|
||||
font-family: var(--font-primary);
|
||||
font-size: calc(var(--font-size-standard) * 1.05);
|
||||
color: var(--color-dark-1);
|
||||
background-image: var(--background-image-base);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background: var(--color-light-1);
|
||||
--input-height: 1.4rem;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .armor-content .sheet-tabs a {
|
||||
@@ -2258,9 +2245,7 @@ i.fvtt-cthulhu-eternal {
|
||||
font-family: var(--font-primary);
|
||||
font-size: calc(var(--font-size-standard) * 1.05);
|
||||
color: var(--color-dark-1);
|
||||
background-image: var(--background-image-base);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background: var(--color-light-1);
|
||||
--input-height: 1.4rem;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .motivation-content .sheet-tabs a {
|
||||
@@ -2345,9 +2330,7 @@ i.fvtt-cthulhu-eternal {
|
||||
font-family: var(--font-primary);
|
||||
font-size: calc(var(--font-size-standard) * 1.05);
|
||||
color: var(--color-dark-1);
|
||||
background-image: var(--background-image-base);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background: var(--color-light-1);
|
||||
--input-height: 1.4rem;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .mentaldisorder-content .sheet-tabs a {
|
||||
@@ -2432,9 +2415,7 @@ i.fvtt-cthulhu-eternal {
|
||||
font-family: var(--font-primary);
|
||||
font-size: calc(var(--font-size-standard) * 1.05);
|
||||
color: var(--color-dark-1);
|
||||
background-image: var(--background-image-base);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background: var(--color-light-1);
|
||||
--input-height: 1.4rem;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .bond-content .sheet-tabs a {
|
||||
@@ -2535,9 +2516,7 @@ i.fvtt-cthulhu-eternal {
|
||||
font-family: var(--font-primary);
|
||||
font-size: calc(var(--font-size-standard) * 1.05);
|
||||
color: var(--color-dark-1);
|
||||
background-image: var(--background-image-base);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background: var(--color-light-1);
|
||||
--input-height: 1.4rem;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .gear-content .sheet-tabs a {
|
||||
@@ -2622,9 +2601,7 @@ i.fvtt-cthulhu-eternal {
|
||||
font-family: var(--font-primary);
|
||||
font-size: calc(var(--font-size-standard) * 1.05);
|
||||
color: var(--color-dark-1);
|
||||
background-image: var(--background-image-base);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background: var(--color-light-1);
|
||||
--input-height: 1.4rem;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .arcane-content .sheet-tabs a {
|
||||
@@ -2709,9 +2686,7 @@ i.fvtt-cthulhu-eternal {
|
||||
font-family: var(--font-primary);
|
||||
font-size: calc(var(--font-size-standard) * 1.05);
|
||||
color: var(--color-dark-1);
|
||||
background-image: var(--background-image-base);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background: var(--color-light-1);
|
||||
--input-height: 1.4rem;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .archetype-content .sheet-tabs a {
|
||||
@@ -2796,9 +2771,7 @@ i.fvtt-cthulhu-eternal {
|
||||
font-family: var(--font-primary);
|
||||
font-size: calc(var(--font-size-standard) * 1.05);
|
||||
color: var(--color-dark-1);
|
||||
background-image: var(--background-image-base);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background: var(--color-light-1);
|
||||
--input-height: 1.4rem;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .ritual-content .sheet-tabs a {
|
||||
@@ -2891,9 +2864,7 @@ i.fvtt-cthulhu-eternal {
|
||||
font-family: var(--font-primary);
|
||||
font-size: calc(var(--font-size-standard) * 1.05);
|
||||
color: var(--color-dark-1);
|
||||
background-image: var(--background-image-base);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background: var(--color-light-1);
|
||||
--input-height: 1.4rem;
|
||||
}
|
||||
.fvtt-cthulhu-eternal .tome-content .sheet-tabs a {
|
||||
|
14
lang/fr.json
14
lang/fr.json
@@ -43,7 +43,7 @@
|
||||
"damageBonus": {
|
||||
"label": "Bonus D."
|
||||
},
|
||||
"hp": {
|
||||
"hp": {
|
||||
"label": "HP",
|
||||
"stunned": {
|
||||
"label": "Etourdi"
|
||||
@@ -126,6 +126,18 @@
|
||||
"damageBonus": {
|
||||
"label": "Bonus D."
|
||||
},
|
||||
"hp": {
|
||||
"label": "HP",
|
||||
"value": {
|
||||
"label": "Actuel"
|
||||
},
|
||||
"max": {
|
||||
"label": "Max"
|
||||
},
|
||||
"stunned": {
|
||||
"label": "Etourdi"
|
||||
}
|
||||
},
|
||||
"resources": {
|
||||
"permanentRating": {
|
||||
"label": "Valeur permanente"
|
||||
|
@@ -61,8 +61,8 @@ export default class CthulhuEternalCreatureSheet extends CthulhuEternalActorShee
|
||||
const context = await super._prepareContext()
|
||||
context.tabs = this.#getTabs()
|
||||
|
||||
context.enrichedDescription = await TextEditor.enrichHTML(this.document.system.description, { async: true })
|
||||
context.enrichedNotes = await TextEditor.enrichHTML(this.document.system.notes, { async: true })
|
||||
context.enrichedDescription = await foundry.applications.ux.TextEditor.implementation.enrichHTML(this.document.system.description, { async: true })
|
||||
context.enrichedNotes = await foundry.applications.ux.TextEditor.implementation.enrichHTML(this.document.system.notes, { async: true })
|
||||
|
||||
context.tooltipsCharacteristic = {
|
||||
str: game.i18n.localize("CTHULHUETERNAL.Characteristic.Str"),
|
||||
|
@@ -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%)" },
|
||||
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%)" },
|
||||
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%)" },
|
||||
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%)"},
|
||||
|
@@ -177,7 +177,7 @@ export default class CthulhuEternalRoll extends Roll {
|
||||
// If the weapon is not lethal, we can proceed with the regular damage roll
|
||||
let formula = weapon.system.damage
|
||||
if (weapon.system.weaponType === "melee" || weapon.system.weaponType === "unarmed") {
|
||||
formula += ` + ${weapon.damageBonus}`
|
||||
formula += ` + ${actor.system?.damageBonus}`
|
||||
}
|
||||
if (options?.previousResultType === "successCritical") {
|
||||
formula = `( ${formula} ) * 2`
|
||||
@@ -188,6 +188,7 @@ export default class CthulhuEternalRoll extends Roll {
|
||||
"system.ammo.value": Math.max(0, weapon.system.ammo.value - ammoUsed)
|
||||
}])
|
||||
}
|
||||
console.log("Weapon damage formula", formula, weapon, ammoUsed)
|
||||
let damageRoll = new Roll(formula)
|
||||
await damageRoll.evaluate()
|
||||
let msgData = {
|
||||
|
0
packs-system/rituals/000173.log
Normal file
0
packs-system/rituals/000173.log
Normal file
@@ -1 +1 @@
|
||||
MANIFEST-000159
|
||||
MANIFEST-000171
|
||||
|
@@ -1,7 +1,7 @@
|
||||
2025/06/26-23:46:34.515678 7f9f367fc6c0 Recovering log #157
|
||||
2025/06/26-23:46:34.534041 7f9f367fc6c0 Delete type=3 #155
|
||||
2025/06/26-23:46:34.534179 7f9f367fc6c0 Delete type=0 #157
|
||||
2025/06/26-23:49:17.164364 7f9c97bff6c0 Level-0 table #162: started
|
||||
2025/06/26-23:49:17.164425 7f9c97bff6c0 Level-0 table #162: 0 bytes OK
|
||||
2025/06/26-23:49:17.171116 7f9c97bff6c0 Delete type=0 #160
|
||||
2025/06/26-23:49:17.171392 7f9c97bff6c0 Manual compaction at level-0 from '!items!4oyPRBWPBWAChrJP' @ 72057594037927935 : 1 .. '!items!zVFfp3o0G0Zg3Ia4' @ 0 : 0; will stop at (end)
|
||||
2025/07/09-17:04:59.082095 7f2a0effd6c0 Recovering log #169
|
||||
2025/07/09-17:04:59.092675 7f2a0effd6c0 Delete type=3 #167
|
||||
2025/07/09-17:04:59.092780 7f2a0effd6c0 Delete type=0 #169
|
||||
2025/07/09-17:18:46.206680 7f276ffff6c0 Level-0 table #174: started
|
||||
2025/07/09-17:18:46.206717 7f276ffff6c0 Level-0 table #174: 0 bytes OK
|
||||
2025/07/09-17:18:46.235941 7f276ffff6c0 Delete type=0 #172
|
||||
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/26-23:36:47.634558 7f9f367fc6c0 Recovering log #153
|
||||
2025/06/26-23:36:47.653567 7f9f367fc6c0 Delete type=3 #151
|
||||
2025/06/26-23:36:47.653707 7f9f367fc6c0 Delete type=0 #153
|
||||
2025/06/26-23:43:03.865022 7f9c97bff6c0 Level-0 table #158: started
|
||||
2025/06/26-23:43:03.865112 7f9c97bff6c0 Level-0 table #158: 0 bytes OK
|
||||
2025/06/26-23:43:03.875155 7f9c97bff6c0 Delete type=0 #156
|
||||
2025/06/26-23:43:03.911824 7f9c97bff6c0 Manual compaction at level-0 from '!items!4oyPRBWPBWAChrJP' @ 72057594037927935 : 1 .. '!items!zVFfp3o0G0Zg3Ia4' @ 0 : 0; will stop at (end)
|
||||
2025/06/29-22:25:29.091880 7fda6d9f96c0 Recovering log #165
|
||||
2025/06/29-22:25:29.103184 7fda6d9f96c0 Delete type=3 #163
|
||||
2025/06/29-22:25:29.103305 7fda6d9f96c0 Delete type=0 #165
|
||||
2025/06/29-22:26:56.370766 7fda5bbff6c0 Level-0 table #170: started
|
||||
2025/06/29-22:26:56.370832 7fda5bbff6c0 Level-0 table #170: 0 bytes OK
|
||||
2025/06/29-22:26:56.379673 7fda5bbff6c0 Delete type=0 #168
|
||||
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)
|
||||
|
BIN
packs-system/rituals/MANIFEST-000171
Normal file
BIN
packs-system/rituals/MANIFEST-000171
Normal file
Binary file not shown.
0
packs-system/skills/000342.log
Normal file
0
packs-system/skills/000342.log
Normal file
@@ -1 +1 @@
|
||||
MANIFEST-000328
|
||||
MANIFEST-000340
|
||||
|
@@ -1,7 +1,7 @@
|
||||
2025/06/26-23:46:34.489168 7f9f357fa6c0 Recovering log #326
|
||||
2025/06/26-23:46:34.505514 7f9f357fa6c0 Delete type=3 #324
|
||||
2025/06/26-23:46:34.505645 7f9f357fa6c0 Delete type=0 #326
|
||||
2025/06/26-23:49:17.142993 7f9c97bff6c0 Level-0 table #331: started
|
||||
2025/06/26-23:49:17.143080 7f9c97bff6c0 Level-0 table #331: 0 bytes OK
|
||||
2025/06/26-23:49:17.150443 7f9c97bff6c0 Delete type=0 #329
|
||||
2025/06/26-23:49:17.171328 7f9c97bff6c0 Manual compaction at level-0 from '!folders!5PrT9QmN1cFPzDFP' @ 72057594037927935 : 1 .. '!items!zvoUByzWSWZ87fxA' @ 0 : 0; will stop at (end)
|
||||
2025/07/09-17:04:59.062504 7f2a0dffb6c0 Recovering log #338
|
||||
2025/07/09-17:04:59.072990 7f2a0dffb6c0 Delete type=3 #336
|
||||
2025/07/09-17:04:59.073130 7f2a0dffb6c0 Delete type=0 #338
|
||||
2025/07/09-17:18:46.236069 7f276ffff6c0 Level-0 table #343: started
|
||||
2025/07/09-17:18:46.236095 7f276ffff6c0 Level-0 table #343: 0 bytes OK
|
||||
2025/07/09-17:18:46.287671 7f276ffff6c0 Delete type=0 #341
|
||||
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/26-23:36:47.604835 7f9f36ffd6c0 Recovering log #322
|
||||
2025/06/26-23:36:47.622645 7f9f36ffd6c0 Delete type=3 #320
|
||||
2025/06/26-23:36:47.622799 7f9f36ffd6c0 Delete type=0 #322
|
||||
2025/06/26-23:43:03.901610 7f9c97bff6c0 Level-0 table #327: started
|
||||
2025/06/26-23:43:03.901678 7f9c97bff6c0 Level-0 table #327: 0 bytes OK
|
||||
2025/06/26-23:43:03.911538 7f9c97bff6c0 Delete type=0 #325
|
||||
2025/06/26-23:43:03.911919 7f9c97bff6c0 Manual compaction at level-0 from '!folders!5PrT9QmN1cFPzDFP' @ 72057594037927935 : 1 .. '!items!zvoUByzWSWZ87fxA' @ 0 : 0; will stop at (end)
|
||||
2025/06/29-22:25:29.069935 7fda6d1f86c0 Recovering log #334
|
||||
2025/06/29-22:25:29.081064 7fda6d1f86c0 Delete type=3 #332
|
||||
2025/06/29-22:25:29.081192 7fda6d1f86c0 Delete type=0 #334
|
||||
2025/06/29-22:26:56.360514 7fda5bbff6c0 Level-0 table #339: started
|
||||
2025/06/29-22:26:56.360577 7fda5bbff6c0 Level-0 table #339: 0 bytes OK
|
||||
2025/06/29-22:26:56.370559 7fda5bbff6c0 Delete type=0 #337
|
||||
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)
|
||||
|
BIN
packs-system/skills/MANIFEST-000340
Normal file
BIN
packs-system/skills/MANIFEST-000340
Normal file
Binary file not shown.
@@ -8,6 +8,28 @@
|
||||
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 {
|
||||
background-color: var(--color-light-1);
|
||||
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-dmax {
|
||||
.form-fields {
|
||||
|
@@ -2,9 +2,7 @@
|
||||
font-family: var(--font-primary);
|
||||
font-size: calc(var(--font-size-standard) * 1.05);
|
||||
color: var(--color-dark-1);
|
||||
background-image: var(--background-image-base);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background: var(--color-light-1);
|
||||
--input-height: 1.4rem;
|
||||
|
||||
.sheet-tabs {
|
||||
|
@@ -39,7 +39,7 @@
|
||||
align-items: center;
|
||||
input {
|
||||
flex: none;
|
||||
width: 2rem;
|
||||
width: 4rem;
|
||||
margin-left: 4px;
|
||||
}
|
||||
.hp-separator {
|
||||
|
@@ -11,7 +11,7 @@
|
||||
data-name="checks" {{#if check}} checked {{/if}} {{#if (gte @index @root.system.resources.nbValidChecks)}} disabled {{/if}}>
|
||||
{{/each}}
|
||||
</div>
|
||||
<button class="resource-roll rollable" data-roll-type="resource"><img src="systems/fvtt-cthulhu-eternal/assets/ui/d100.svg" class="d100" />Resource roll</button>
|
||||
<button class="resource-roll rollable" data-roll-type="resource"><img src="systems/fvtt-cthulhu-eternal/assets/ui/d100.svg" class="d100" />{{localize "CTHULHUETERNAL.Label.titleResource"}}</button>
|
||||
{{formField systemFields.resources.fields.hand value=system.resources.hand name="system.resources.hand" localize=true disabled=true}}
|
||||
{{formField systemFields.resources.fields.stowed value=system.resources.stowed name="system.resources.stowed" localize=true disabled=true}}
|
||||
{{formField systemFields.resources.fields.storage value=system.resources.storage name="system.resources.storage" localize=true disabled=true}}
|
||||
|
Reference in New Issue
Block a user