Ajout archetypes
BIN
images/icons/Artiste.webp
Normal file
After Width: | Height: | Size: 43 KiB |
BIN
images/icons/Aventurier.webp
Normal file
After Width: | Height: | Size: 47 KiB |
BIN
images/icons/Comedien.webp
Normal file
After Width: | Height: | Size: 46 KiB |
BIN
images/icons/Commercant.webp
Normal file
After Width: | Height: | Size: 46 KiB |
BIN
images/icons/Ecclesiastique.webp
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
images/icons/Ecrivain.webp
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
images/icons/Enseignant.webp
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
images/icons/Ingenieur.webp
Normal file
After Width: | Height: | Size: 46 KiB |
BIN
images/icons/Journaliste.webp
Normal file
After Width: | Height: | Size: 47 KiB |
BIN
images/icons/Juriste.webp
Normal file
After Width: | Height: | Size: 43 KiB |
BIN
images/icons/Medecin.webp
Normal file
After Width: | Height: | Size: 46 KiB |
BIN
images/icons/Medium.webp
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
images/icons/Militaire.webp
Normal file
After Width: | Height: | Size: 46 KiB |
BIN
images/icons/Proletaire.webp
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
images/icons/Rentier.webp
Normal file
After Width: | Height: | Size: 46 KiB |
BIN
images/ui/background_01_clear.webp
Normal file
After Width: | Height: | Size: 138 KiB |
@ -14,7 +14,7 @@ export class MaleficesItemSheet extends ItemSheet {
|
||||
template: "systems/fvtt-malefices/templates/item-sheet.hbs",
|
||||
dragDrop: [{ dragSelector: null, dropSelector: null }],
|
||||
width: 620,
|
||||
height: 'fit-content',
|
||||
height: 580,
|
||||
tabs: [{ navSelector: ".sheet-tabs", contentSelector: ".sheet-body", initial: "description" }]
|
||||
});
|
||||
}
|
||||
|
23
packs/malefices-archetypes.db
Normal file
@ -304,7 +304,7 @@ table {border: 1px solid #7a7971;}
|
||||
|
||||
.editor {
|
||||
border: 2;
|
||||
height: 300px;
|
||||
height: 100%;
|
||||
padding: 0 3px;
|
||||
}
|
||||
|
||||
@ -398,7 +398,7 @@ li.folder > .folder-header h3 {
|
||||
/* Sheet */
|
||||
.window-app.sheet .window-content .sheet-header{
|
||||
color: rgba(19, 18, 18, 0.95);
|
||||
background: url("../images/ui/background_01.webp");
|
||||
background: url("../images/ui/background_01_clear.webp");
|
||||
/*background: #494e6b;*/
|
||||
}
|
||||
|
||||
@ -420,7 +420,7 @@ select {
|
||||
|
||||
.window-app.sheet .window-content .sheet-header input[type="password"], .window-app.sheet .window-content .sheet-header input[type="date"], .window-app.sheet .window-content .sheet-header input[type="time"] {
|
||||
color: rgba(19, 18, 18, 0.95);
|
||||
background: url("../images/ui/background_01.webp");
|
||||
background: url("../images/ui/background_01_clear.webp");
|
||||
border: 1 none;
|
||||
margin-bottom: 0.25rem;
|
||||
margin-left: 2px;
|
||||
@ -428,7 +428,7 @@ select {
|
||||
|
||||
.window-app.sheet .window-content .sheet-body input[type="password"], .window-app.sheet .window-content .sheet-body input[type="date"], .window-app.sheet .window-content .sheet-body input[type="time"] {
|
||||
color: rgba(19, 18, 18, 0.95);
|
||||
background: url("../images/ui/background_01.webp");
|
||||
background: url("../images/ui/background_01_clear.webp");
|
||||
border: 1 none;
|
||||
margin-bottom: 0.25rem;
|
||||
margin-left: 2px;
|
||||
@ -445,7 +445,7 @@ select {
|
||||
.window-app .window-content, .window-app.sheet .window-content .sheet-body{
|
||||
font-size: 0.8rem;
|
||||
/*background: url("../images/ui/pc_sheet_bg.webp") repeat left top;*/
|
||||
background: url("../images/ui/background_01.webp");
|
||||
background: url("../images/ui/background_01_clear.webp");
|
||||
color: rgba(19, 18, 18, 0.95);
|
||||
}
|
||||
|
||||
@ -790,7 +790,7 @@ ul, li {
|
||||
background-color:#f5f5f5;
|
||||
background-position: 0px 35px;
|
||||
background-repeat: no-repeat;
|
||||
background-image: url("../images/ui/background_01.webp");
|
||||
background-image: url("../images/ui/background_01_clear.webp");
|
||||
color: rgba(19, 18, 18, 0.95);
|
||||
}
|
||||
|
||||
|
13
system.json
@ -37,6 +37,15 @@
|
||||
"system": "fvtt-malefices",
|
||||
"private": false,
|
||||
"flags": {}
|
||||
},
|
||||
{
|
||||
"type": "Item",
|
||||
"label": "Archetypes",
|
||||
"name": "malefices-archetypes",
|
||||
"path": "packs/malefices-archetypes.db",
|
||||
"system": "fvtt-malefices",
|
||||
"private": false,
|
||||
"flags": {}
|
||||
}
|
||||
],
|
||||
"license": "LICENSE.txt",
|
||||
@ -55,7 +64,7 @@
|
||||
],
|
||||
"title": "Maléfices, le Jeu de Rôle",
|
||||
"url": "https://www.uberwald.me/gitea/public/fvtt-malefices",
|
||||
"version": "10.0.9",
|
||||
"download": "https://www.uberwald.me/gitea/public/fvtt-malefices/archive/fvtt-malefices-v10.0.9.zip",
|
||||
"version": "10.0.11",
|
||||
"download": "https://www.uberwald.me/gitea/public/fvtt-malefices/archive/fvtt-malefices-v10.0.11.zip",
|
||||
"background": "systems/fvtt-malefices/images/ui/malefice_welcome_page.webp"
|
||||
}
|
@ -1,8 +1,3 @@
|
||||
<div class="tab description" data-group="primary" data-tab="description">
|
||||
<div>
|
||||
<label class="generic-label">Description</label>
|
||||
<div class="medium-editor item-text-long-line">
|
||||
{{editor description target="system.description" button=true owner=owner editable=editable}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -2,7 +2,4 @@
|
||||
<nav class="sheet-tabs tabs" data-group="primary">
|
||||
<a class="item" data-tab="description">Description</a>
|
||||
<a class="item" data-tab="details">Details</a>
|
||||
{{#if builder}}
|
||||
<a class="item" data-tab="builder">Builder (GM only)</a>
|
||||
{{/if}}
|
||||
</nav>
|
||||
|