Fix CSS for sheets
Some checks failed
Release Creation / build (release) Failing after 47s

This commit is contained in:
2025-05-14 23:53:49 +02:00
parent b5a0405403
commit 1fde7e4d2c
31 changed files with 371 additions and 272 deletions

View File

@@ -10,65 +10,153 @@
"authors": [
{
"name": "Uberwald",
"discord": "LeRatierBretonnien"
"discord": "LeRatierBretonnien",
"flags": {}
}
],
"flags": {
"hotReload": {
"extensions": ["css", "html", "hbs", "json"],
"paths": ["acks.css", "./", "templates", "css", "lang/en.json"]
"extensions": [
"css",
"html",
"hbs",
"json"
],
"paths": [
"acks.css",
"./",
"templates",
"css",
"lang/en.json"
]
}
},
"compatibility": {
"minimum": "13",
"minimum": "12",
"verified": "13"
},
"esmodules": ["cthulhu-eternal.mjs"],
"styles": ["css/fvtt-cthulhu-eternal.css"],
"esmodules": [
"cthulhu-eternal.mjs"
],
"styles": [
"css/fvtt-cthulhu-eternal.css"
],
"languages": [
{
"lang": "en",
"name": "Anglais",
"path": "lang/en.json"
"path": "lang/en.json",
"flags": {}
}
],
"documentTypes": {
"Actor": {
"protagonist": { "htmlFields": ["description", "notes"] },
"vehicle": { "htmlFields": ["description", "notes"] },
"creature": { "htmlFields": ["description", "notes"] }
"protagonist": {
"htmlFields": [
"description",
"notes"
]
},
"vehicle": {
"htmlFields": [
"description",
"notes"
]
},
"creature": {
"htmlFields": [
"description",
"notes"
]
}
},
"Item": {
"skill": { "htmlFields": ["description"] },
"injury": { "htmlFields": ["description"] },
"weapon": { "htmlFields": ["description"] },
"armor": { "htmlFields": ["description"] },
"bond": { "htmlFields": ["description"] },
"mentaldisorder": { "htmlFields": ["description"] },
"motivation": { "htmlFields": ["description"] },
"arcane": { "htmlFields": ["description"] },
"gear": { "htmlFields": ["description"] },
"archetype": { "htmlFields": ["description"] },
"ritual": { "htmlFields": ["description"] },
"tome": { "htmlFields": ["description"] }
"skill": {
"htmlFields": [
"description"
]
},
"injury": {
"htmlFields": [
"description"
]
},
"weapon": {
"htmlFields": [
"description"
]
},
"armor": {
"htmlFields": [
"description"
]
},
"bond": {
"htmlFields": [
"description"
]
},
"mentaldisorder": {
"htmlFields": [
"description"
]
},
"motivation": {
"htmlFields": [
"description"
]
},
"arcane": {
"htmlFields": [
"description"
]
},
"gear": {
"htmlFields": [
"description"
]
},
"archetype": {
"htmlFields": [
"description"
]
},
"ritual": {
"htmlFields": [
"description"
]
},
"tome": {
"htmlFields": [
"description"
]
}
}
},
"packs": [
{
"name": "skills",
"banner": "",
"label": "Skills",
"system": "fvtt-cthulhu-eternal",
"path": "packs-system/skills",
"type": "Item"
"type": "Item",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"flags": {}
},
{
"name": "rituals",
"banner": "",
"label": "Rituals",
"system": "fvtt-cthulhu-eternal",
"path": "packs-system/rituals",
"type": "Item"
"type": "Item",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"flags": {}
}
],
"grid": {
@@ -78,4 +166,4 @@
"primaryTokenAttribute": "hp",
"socket": true,
"background": "systems/fvtt-cthulhu-eternal/assets/ui/background_01.webp"
}
}