Compare commits

..

5 Commits

Author SHA1 Message Date
67bf71e6c0 Fix competences 2024-03-01 13:39:32 +01:00
63d15e82bb Enhance stats 2024-02-08 12:56:25 +01:00
62c3787cea Affichage des specialisations 2023-12-19 22:13:26 +01:00
df61abac19 Gestion des heritages 2023-12-19 21:35:20 +01:00
a7d1a14c52 Fix css for compendiums 2023-05-29 17:00:57 +02:00
70 changed files with 239 additions and 107 deletions

View File

@@ -1,30 +1,23 @@
{ {
"ACTOR": { "TYPES": {
"TypePersonnage": "Personnage", "Actor": {
"TypePNJ": "PNJ" "personnage": "Personnage",
}, "PNJ": "PNJ"
"ITEM": {
"TypeArtefact": "Artefact",
"TypeArme": "Arme",
"TypeTalent": "Talent",
"TypeHistorique": "Historique",
"TypeProfil": "Profil",
"TypeCompetence": "Compétence",
"TypeProtection": "Protection",
"TypeMonnaie": "Monnaie",
"TypeEquipement": "Equipement",
"TypeRessource": "Ressource",
"TypeContact": "Contact"
},
"HAWKMOON": {
"ui": {
"editContact": "Modifier le contact",
"deleteContact": "Supprimer le contact",
"editTrait": "Modifier le trait",
"deleteTrait": "Supprimer le trait"
} }
},
"Item": {
"accessoire": "Accessoire",
"arme": "Arme",
"atoutfeerique": "Atout féerique",
"avantage": "Avantage",
"capacitenaturelle": "Capacité naturelle",
"competence": "Compétence",
"contact": "Contact",
"desavantage": "Désavantage",
"equipement": "Equipement",
"fee": "Fée",
"pouvoir": "Pouvoir",
"profil": "Profil",
"protection": "Protection"
} }
} }

View File

@@ -78,31 +78,6 @@ function welcomeMessage() {
` }); ` });
} }
/* -------------------------------------------- */
// Register world usage statistics
function registerUsageCount(registerKey) {
if (game.user.isGM) {
game.settings.register(registerKey, "world-key", {
name: "Unique world key",
scope: "world",
config: false,
default: "",
type: String
});
let worldKey = game.settings.get(registerKey, "world-key")
if (worldKey == undefined || worldKey == "") {
worldKey = randomID(32)
game.settings.set(registerKey, "world-key", worldKey)
}
// Simple API counter
let regURL = `https://www.uberwald.me/fvtt_appcount/count.php?name="${registerKey}"&worldKey="${worldKey}"&version="${game.release.generation}.${game.release.build}"&system="${game.system.id}"&systemversion="${game.system.version}"`
//$.ajaxSetup({
//headers: { 'Access-Control-Allow-Origin': '*' }
//})
$.ajax(regURL)
}
}
/* -------------------------------------------- */ /* -------------------------------------------- */
/* Foundry VTT Initialization */ /* Foundry VTT Initialization */
@@ -119,15 +94,15 @@ Hooks.once("ready", function () {
user: game.user._id user: game.user._id
}); });
} }
registerUsageCount(game.system.id) import("https://www.uberwald.me/fvtt_appcount/count-class-ready.js").then(moduleCounter=>{
console.log("ClassCounter loaded", moduleCounter)
moduleCounter.ClassCounter.registerUsageCount()
}).catch(err=>
console.log("No stats available, giving up.")
)
welcomeMessage() welcomeMessage()
// CSS patch for v9
if (game.version) {
let sidebar = document.getElementById("sidebar");
sidebar.style.width = "min-content";
}
}); });
/* -------------------------------------------- */ /* -------------------------------------------- */

Binary file not shown.

View File

View File

@@ -0,0 +1 @@
MANIFEST-000018

View File

View File

@@ -0,0 +1,8 @@
2024/03/01-13:35:49.770355 7f3e98c006c0 Recovering log #16
2024/03/01-13:35:49.820661 7f3e98c006c0 Delete type=3 #14
2024/03/01-13:35:49.820788 7f3e98c006c0 Delete type=0 #16
2024/03/01-13:36:10.446191 7f3e938006c0 Level-0 table #21: started
2024/03/01-13:36:10.446215 7f3e938006c0 Level-0 table #21: 0 bytes OK
2024/03/01-13:36:10.452205 7f3e938006c0 Delete type=0 #19
2024/03/01-13:36:10.452327 7f3e938006c0 Manual compaction at level-0 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end)
2024/03/01-13:36:10.452360 7f3e938006c0 Manual compaction at level-1 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end)

View File

@@ -0,0 +1,8 @@
2024/03/01-13:34:57.193927 7f3e98c006c0 Recovering log #12
2024/03/01-13:34:57.261110 7f3e98c006c0 Delete type=3 #10
2024/03/01-13:34:57.261235 7f3e98c006c0 Delete type=0 #12
2024/03/01-13:35:13.036646 7f3e938006c0 Level-0 table #17: started
2024/03/01-13:35:13.036686 7f3e938006c0 Level-0 table #17: 0 bytes OK
2024/03/01-13:35:13.069486 7f3e938006c0 Delete type=0 #15
2024/03/01-13:35:13.171699 7f3e938006c0 Manual compaction at level-0 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end)
2024/03/01-13:35:13.171745 7f3e938006c0 Manual compaction at level-1 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

View File

@@ -0,0 +1 @@
MANIFEST-000018

View File

View File

@@ -0,0 +1,8 @@
2024/03/01-13:35:49.877624 7f3e98c006c0 Recovering log #16
2024/03/01-13:35:49.947094 7f3e98c006c0 Delete type=3 #14
2024/03/01-13:35:49.947235 7f3e98c006c0 Delete type=0 #16
2024/03/01-13:36:10.465743 7f3e938006c0 Level-0 table #21: started
2024/03/01-13:36:10.465774 7f3e938006c0 Level-0 table #21: 0 bytes OK
2024/03/01-13:36:10.471945 7f3e938006c0 Delete type=0 #19
2024/03/01-13:36:10.479764 7f3e938006c0 Manual compaction at level-0 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end)
2024/03/01-13:36:10.479792 7f3e938006c0 Manual compaction at level-1 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end)

View File

@@ -0,0 +1,8 @@
2024/03/01-13:34:57.323675 7f3e98c006c0 Recovering log #12
2024/03/01-13:34:57.383254 7f3e98c006c0 Delete type=3 #10
2024/03/01-13:34:57.383381 7f3e98c006c0 Delete type=0 #12
2024/03/01-13:35:13.131102 7f3e938006c0 Level-0 table #17: started
2024/03/01-13:35:13.131128 7f3e938006c0 Level-0 table #17: 0 bytes OK
2024/03/01-13:35:13.171492 7f3e938006c0 Delete type=0 #15
2024/03/01-13:35:13.171737 7f3e938006c0 Manual compaction at level-0 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end)
2024/03/01-13:35:13.171766 7f3e938006c0 Manual compaction at level-1 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

View File

@@ -0,0 +1 @@
MANIFEST-000018

View File

View File

@@ -0,0 +1,8 @@
2024/03/01-13:35:49.709701 7f3e9aa006c0 Recovering log #16
2024/03/01-13:35:49.766760 7f3e9aa006c0 Delete type=3 #14
2024/03/01-13:35:49.767209 7f3e9aa006c0 Delete type=0 #16
2024/03/01-13:36:10.439256 7f3e938006c0 Level-0 table #21: started
2024/03/01-13:36:10.439284 7f3e938006c0 Level-0 table #21: 0 bytes OK
2024/03/01-13:36:10.446107 7f3e938006c0 Delete type=0 #19
2024/03/01-13:36:10.452317 7f3e938006c0 Manual compaction at level-0 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end)
2024/03/01-13:36:10.452388 7f3e938006c0 Manual compaction at level-1 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end)

View File

@@ -0,0 +1,8 @@
2024/03/01-13:34:57.130341 7f3e9a0006c0 Recovering log #12
2024/03/01-13:34:57.191001 7f3e9a0006c0 Delete type=3 #10
2024/03/01-13:34:57.191128 7f3e9a0006c0 Delete type=0 #12
2024/03/01-13:35:13.096186 7f3e938006c0 Level-0 table #17: started
2024/03/01-13:35:13.096214 7f3e938006c0 Level-0 table #17: 0 bytes OK
2024/03/01-13:35:13.130956 7f3e938006c0 Delete type=0 #15
2024/03/01-13:35:13.171727 7f3e938006c0 Manual compaction at level-0 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end)
2024/03/01-13:35:13.171759 7f3e938006c0 Manual compaction at level-1 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end)

Binary file not shown.

BIN
packs/avantages/000005.ldb Normal file

Binary file not shown.

View File

1
packs/avantages/CURRENT Normal file
View File

@@ -0,0 +1 @@
MANIFEST-000018

0
packs/avantages/LOCK Normal file
View File

8
packs/avantages/LOG Normal file
View File

@@ -0,0 +1,8 @@
2024/03/01-13:35:49.547114 7f3e98c006c0 Recovering log #16
2024/03/01-13:35:49.595803 7f3e98c006c0 Delete type=3 #14
2024/03/01-13:35:49.595860 7f3e98c006c0 Delete type=0 #16
2024/03/01-13:36:10.411885 7f3e938006c0 Level-0 table #21: started
2024/03/01-13:36:10.411957 7f3e938006c0 Level-0 table #21: 0 bytes OK
2024/03/01-13:36:10.418341 7f3e938006c0 Delete type=0 #19
2024/03/01-13:36:10.425822 7f3e938006c0 Manual compaction at level-0 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end)
2024/03/01-13:36:10.425882 7f3e938006c0 Manual compaction at level-1 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end)

8
packs/avantages/LOG.old Normal file
View File

@@ -0,0 +1,8 @@
2024/03/01-13:34:56.954248 7f3e98c006c0 Recovering log #12
2024/03/01-13:34:57.011080 7f3e98c006c0 Delete type=3 #10
2024/03/01-13:34:57.011144 7f3e98c006c0 Delete type=0 #12
2024/03/01-13:35:12.939659 7f3e938006c0 Level-0 table #17: started
2024/03/01-13:35:12.939738 7f3e938006c0 Level-0 table #17: 0 bytes OK
2024/03/01-13:35:12.974003 7f3e938006c0 Delete type=0 #15
2024/03/01-13:35:13.035982 7f3e938006c0 Manual compaction at level-0 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end)
2024/03/01-13:35:13.036482 7f3e938006c0 Manual compaction at level-1 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end)

Binary file not shown.

BIN
packs/capacites/000005.ldb Normal file

Binary file not shown.

View File

1
packs/capacites/CURRENT Normal file
View File

@@ -0,0 +1 @@
MANIFEST-000018

0
packs/capacites/LOCK Normal file
View File

8
packs/capacites/LOG Normal file
View File

@@ -0,0 +1,8 @@
2024/03/01-13:35:49.658872 7f3e98c006c0 Recovering log #16
2024/03/01-13:35:49.707855 7f3e98c006c0 Delete type=3 #14
2024/03/01-13:35:49.707911 7f3e98c006c0 Delete type=0 #16
2024/03/01-13:36:10.432984 7f3e938006c0 Level-0 table #21: started
2024/03/01-13:36:10.433037 7f3e938006c0 Level-0 table #21: 0 bytes OK
2024/03/01-13:36:10.439150 7f3e938006c0 Delete type=0 #19
2024/03/01-13:36:10.452306 7f3e938006c0 Manual compaction at level-0 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end)
2024/03/01-13:36:10.452370 7f3e938006c0 Manual compaction at level-1 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end)

8
packs/capacites/LOG.old Normal file
View File

@@ -0,0 +1,8 @@
2024/03/01-13:34:57.069127 7f3e98c006c0 Recovering log #12
2024/03/01-13:34:57.128156 7f3e98c006c0 Delete type=3 #10
2024/03/01-13:34:57.128288 7f3e98c006c0 Delete type=0 #12
2024/03/01-13:35:13.001485 7f3e938006c0 Level-0 table #17: started
2024/03/01-13:35:13.001516 7f3e938006c0 Level-0 table #17: 0 bytes OK
2024/03/01-13:35:13.035725 7f3e938006c0 Delete type=0 #15
2024/03/01-13:35:13.036461 7f3e938006c0 Manual compaction at level-0 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end)
2024/03/01-13:35:13.036517 7f3e938006c0 Manual compaction at level-1 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

View File

@@ -0,0 +1 @@
MANIFEST-000018

0
packs/competences/LOCK Normal file
View File

8
packs/competences/LOG Normal file
View File

@@ -0,0 +1,8 @@
2024/03/01-13:35:49.479811 7f3e9aa006c0 Recovering log #16
2024/03/01-13:35:49.544828 7f3e9aa006c0 Delete type=3 #14
2024/03/01-13:35:49.544928 7f3e9aa006c0 Delete type=0 #16
2024/03/01-13:36:10.418433 7f3e938006c0 Level-0 table #21: started
2024/03/01-13:36:10.418602 7f3e938006c0 Level-0 table #21: 0 bytes OK
2024/03/01-13:36:10.425565 7f3e938006c0 Delete type=0 #19
2024/03/01-13:36:10.425844 7f3e938006c0 Manual compaction at level-0 from '!items!0V86n4TU8NegrR2B' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end)
2024/03/01-13:36:10.425914 7f3e938006c0 Manual compaction at level-1 from '!items!0V86n4TU8NegrR2B' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end)

View File

@@ -0,0 +1,8 @@
2024/03/01-13:34:56.891960 7f3e9a0006c0 Recovering log #12
2024/03/01-13:34:56.952223 7f3e9a0006c0 Delete type=3 #10
2024/03/01-13:34:56.952276 7f3e9a0006c0 Delete type=0 #12
2024/03/01-13:35:12.891762 7f3e938006c0 Level-0 table #17: started
2024/03/01-13:35:12.891808 7f3e938006c0 Level-0 table #17: 0 bytes OK
2024/03/01-13:35:12.939325 7f3e938006c0 Delete type=0 #15
2024/03/01-13:35:13.001466 7f3e938006c0 Manual compaction at level-0 from '!items!0V86n4TU8NegrR2B' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end)
2024/03/01-13:35:13.036435 7f3e938006c0 Manual compaction at level-1 from '!items!0V86n4TU8NegrR2B' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

View File

@@ -0,0 +1 @@
MANIFEST-000018

0
packs/desavantages/LOCK Normal file
View File

8
packs/desavantages/LOG Normal file
View File

@@ -0,0 +1,8 @@
2024/03/01-13:35:49.597718 7f3e9aa006c0 Recovering log #16
2024/03/01-13:35:49.656819 7f3e9aa006c0 Delete type=3 #14
2024/03/01-13:35:49.656888 7f3e9aa006c0 Delete type=0 #16
2024/03/01-13:36:10.426091 7f3e938006c0 Level-0 table #21: started
2024/03/01-13:36:10.426150 7f3e938006c0 Level-0 table #21: 0 bytes OK
2024/03/01-13:36:10.432817 7f3e938006c0 Delete type=0 #19
2024/03/01-13:36:10.452293 7f3e938006c0 Manual compaction at level-0 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end)
2024/03/01-13:36:10.452380 7f3e938006c0 Manual compaction at level-1 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end)

View File

@@ -0,0 +1,8 @@
2024/03/01-13:34:57.013189 7f3e9a0006c0 Recovering log #12
2024/03/01-13:34:57.067039 7f3e9a0006c0 Delete type=3 #10
2024/03/01-13:34:57.067094 7f3e9a0006c0 Delete type=0 #12
2024/03/01-13:35:12.974222 7f3e938006c0 Level-0 table #17: started
2024/03/01-13:35:12.974263 7f3e938006c0 Level-0 table #17: 0 bytes OK
2024/03/01-13:35:13.001195 7f3e938006c0 Delete type=0 #15
2024/03/01-13:35:13.036410 7f3e938006c0 Manual compaction at level-0 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end)
2024/03/01-13:35:13.036499 7f3e938006c0 Manual compaction at level-1 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end)

Binary file not shown.

BIN
packs/pouvoirs/000005.ldb Normal file

Binary file not shown.

View File

1
packs/pouvoirs/CURRENT Normal file
View File

@@ -0,0 +1 @@
MANIFEST-000018

0
packs/pouvoirs/LOCK Normal file
View File

8
packs/pouvoirs/LOG Normal file
View File

@@ -0,0 +1,8 @@
2024/03/01-13:35:49.823296 7f3e9aa006c0 Recovering log #16
2024/03/01-13:35:49.873901 7f3e9aa006c0 Delete type=3 #14
2024/03/01-13:35:49.874024 7f3e9aa006c0 Delete type=0 #16
2024/03/01-13:36:10.459004 7f3e938006c0 Level-0 table #21: started
2024/03/01-13:36:10.459035 7f3e938006c0 Level-0 table #21: 0 bytes OK
2024/03/01-13:36:10.465640 7f3e938006c0 Delete type=0 #19
2024/03/01-13:36:10.479753 7f3e938006c0 Manual compaction at level-0 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end)
2024/03/01-13:36:10.479783 7f3e938006c0 Manual compaction at level-1 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end)

8
packs/pouvoirs/LOG.old Normal file
View File

@@ -0,0 +1,8 @@
2024/03/01-13:34:57.263866 7f3e9a0006c0 Recovering log #12
2024/03/01-13:34:57.319729 7f3e9a0006c0 Delete type=3 #10
2024/03/01-13:34:57.319881 7f3e9a0006c0 Delete type=0 #12
2024/03/01-13:35:13.069665 7f3e938006c0 Level-0 table #17: started
2024/03/01-13:35:13.069694 7f3e938006c0 Level-0 table #17: 0 bytes OK
2024/03/01-13:35:13.096051 7f3e938006c0 Delete type=0 #15
2024/03/01-13:35:13.171715 7f3e938006c0 Manual compaction at level-0 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end)
2024/03/01-13:35:13.171752 7f3e938006c0 Manual compaction at level-1 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end)

Binary file not shown.

0
packs/profils/000020.log Normal file
View File

1
packs/profils/CURRENT Normal file
View File

@@ -0,0 +1 @@
MANIFEST-000018

0
packs/profils/LOCK Normal file
View File

7
packs/profils/LOG Normal file
View File

@@ -0,0 +1,7 @@
2024/03/01-13:35:49.949648 7f3e9aa006c0 Recovering log #16
2024/03/01-13:35:50.076340 7f3e9aa006c0 Delete type=3 #14
2024/03/01-13:35:50.076419 7f3e9aa006c0 Delete type=0 #16
2024/03/01-13:36:10.472046 7f3e938006c0 Level-0 table #21: started
2024/03/01-13:36:10.472076 7f3e938006c0 Level-0 table #21: 0 bytes OK
2024/03/01-13:36:10.479597 7f3e938006c0 Delete type=0 #19
2024/03/01-13:36:10.479775 7f3e938006c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)

7
packs/profils/LOG.old Normal file
View File

@@ -0,0 +1,7 @@
2024/03/01-13:34:57.385730 7f3e9a0006c0 Recovering log #12
2024/03/01-13:34:57.443076 7f3e9a0006c0 Delete type=3 #10
2024/03/01-13:34:57.443339 7f3e9a0006c0 Delete type=0 #12
2024/03/01-13:35:13.171839 7f3e938006c0 Level-0 table #17: started
2024/03/01-13:35:13.171865 7f3e938006c0 Level-0 table #17: 0 bytes OK
2024/03/01-13:35:13.201190 7f3e938006c0 Delete type=0 #15
2024/03/01-13:35:13.233618 7f3e938006c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)

Binary file not shown.

View File

@@ -573,6 +573,7 @@ ul, li {
.specialisation-label { .specialisation-label {
font-size: 0.8rem; font-size: 0.8rem;
font-style: italic;
} }
.carac-label, .carac-label,
@@ -1023,8 +1024,6 @@ ul, li {
} }
#sidebar #sidebar-tabs i{ #sidebar #sidebar-tabs i{
width: 25px;
height: 25px;
display: inline-block; display: inline-block;
background-position:center; background-position:center;
background-size:cover; background-size:cover;
@@ -1032,23 +1031,6 @@ ul, li {
} }
/*#sidebar #sidebar-tabs i.fa-comments:before, #sidebar #sidebar-tabs i.fa-fist-raised:before, #sidebar #sidebar-tabs i.fa-users:before, #sidebar #sidebar-tabs i.fa-map:before, #sidebar #sidebar-tabs i.fa-suitcase:before, #sidebar #sidebar-tabs i.fa-book-open:before, #sidebar #sidebar-tabs i.fa-th-list:before, #sidebar #sidebar-tabs i.fa-music:before, #sidebar #sidebar-tabs i.fa-atlas:before, #sidebar #sidebar-tabs i.fa-cogs:before {content: "";}
#sidebar #sidebar-tabs i.fa-comments {background: url("img/ui/icon_sidebar_chat.svg") no-repeat;}
#sidebar #sidebar-tabs i.fa-fist-raised {background: url("img/ui/icon_sidebar_fight.svg") no-repeat;}
#sidebar #sidebar-tabs i.fa-users {background: url("img/ui/icon_sidebar_actor.svg") no-repeat;}
#sidebar #sidebar-tabs i.fa-map {background: url("img/ui/icon_sidebar_scene.svg") no-repeat;}
#sidebar #sidebar-tabs i.fa-suitcase {background: url("img/ui/icon_sidebar_item.svg") no-repeat;}
#sidebar #sidebar-tabs i.fa-book-open {background: url("img/ui/icon_sidebar_journal.svg") no-repeat;}
#sidebar #sidebar-tabs i.fa-th-list {background: url("img/ui/icon_sidebar_rolltable.svg") no-repeat;}
#sidebar #sidebar-tabs i.fa-music {background: url("img/ui/icon_sidebar_music.svg") no-repeat;}
#sidebar #sidebar-tabs i.fa-atlas {background: url("img/ui/icon_sidebar_compendium.svg") no-repeat;}
#sidebar #sidebar-tabs i.fa-cogs {background: url("img/ui/icon_sidebar_settings.svg") no-repeat;}
#combat #combat-controls {
box-shadow: inset 0 0 2rem rgba(0,0,0,0.5);
}
*/
/*--------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------*/
/* Control, Tool, hotbar & navigation */ /* Control, Tool, hotbar & navigation */
@@ -1218,17 +1200,16 @@ ul, li {
} }
h4.entry-name.document-name { h4.entry-name.document-name {
color: black; color: #f3eeee;
}
.compendium h4.entry-name.document-name {
color: black;
} }
li.folder > .folder-header h3, .fxmaster {
.fxmaster .directory-header, background: #443e37E0;
.fxmaster .action-toggle, background-color: #443e37E0;
.fxmaster .controls,
.fxmaster .description {
color: black;
} }
.button-sheet-roll { .button-sheet-roll {
box-shadow: inset 0px 1px 0px 0px #a6827e; box-shadow: inset 0px 1px 0px 0px #a6827e;
background: linear-gradient(to bottom, #41545a 5%, #2e5561 100%); background: linear-gradient(to bottom, #41545a 5%, #2e5561 100%);

View File

@@ -1,7 +1,7 @@
{ {
"id": "fvtt-les-heritiers", "id": "fvtt-les-heritiers",
"description": "Les Héritiers pour FoundryVTT", "description": "Les Héritiers pour FoundryVTT",
"version": "11.0.2", "version": "11.0.6",
"authors": [ "authors": [
{ {
"name": "Uberwald/LeRatierBretonnien", "name": "Uberwald/LeRatierBretonnien",
@@ -19,7 +19,7 @@
"gridUnits": "m", "gridUnits": "m",
"license": "LICENSE.txt", "license": "LICENSE.txt",
"manifest": "https://www.uberwald.me/gitea/public/fvtt-les-heritiers/raw/branch/master/system.json", "manifest": "https://www.uberwald.me/gitea/public/fvtt-les-heritiers/raw/branch/master/system.json",
"download": "https://www.uberwald.me/gitea/public/fvtt-les-heritiers/archive/fvtt-les-heritiers-11.0.2.zip", "download": "https://www.uberwald.me/gitea/public/fvtt-les-heritiers/archive/fvtt-les-heritiers-11.0.6.zip",
"languages": [ "languages": [
{ {
"lang": "fr", "lang": "fr",
@@ -28,6 +28,41 @@
"flags": {} "flags": {}
} }
], ],
"packFolders": [
{
"name": "Les Héritiers",
"sorting": "m",
"color": "#00435c",
"folders": [
{
"name": "Création de Personnage",
"sorting": "a",
"color": "#00435c",
"packs": [
"competences",
"atouts-feeriques",
"avantages",
"capacites",
"competences",
"desavantages",
"pouvoirs",
"profils",
"archetypes-fees"
],
"folders": []
},
{
"name": "Equipement",
"sorting": "a",
"color": "#00435c",
"packs": [
"armes-et-protection"
],
"folders": []
}
]
}
],
"packs": [ "packs": [
{ {
"type": "Item", "type": "Item",
@@ -121,8 +156,7 @@
"url": "https://www.uberwald.me/gitea/public/fvtt-les-heritiers", "url": "https://www.uberwald.me/gitea/public/fvtt-les-heritiers",
"background": "systems/fvtt-les-heritiers/assets/ui/wallpaper_foundry2.webp", "background": "systems/fvtt-les-heritiers/assets/ui/wallpaper_foundry2.webp",
"compatibility": { "compatibility": {
"minimum": "10", "minimum": "11",
"verified": "11", "verified": "11"
"maximum": "11"
} }
} }

View File

@@ -254,19 +254,19 @@
} }
}, },
"types": [ "types": [
"fee",
"avantage",
"desavantage",
"capacitenaturelle",
"pouvoir",
"atoutfeerique",
"competence",
"arme",
"protection",
"equipement",
"accessoire", "accessoire",
"arme",
"atoutfeerique",
"avantage",
"capacitenaturelle",
"competence",
"contact", "contact",
"profil" "desavantage",
"equipement",
"fee",
"pouvoir",
"profil",
"protection"
], ],
"profil": { "profil": {
"profiltype": "majeur", "profiltype": "majeur",

View File

@@ -122,7 +122,7 @@
<select class="item-field-label-short edit-item-data" type="text" <select class="item-field-label-short edit-item-data" type="text"
data-item-field="niveau" value="{{skill.system.niveau}}" data-dtype="Number"> data-item-field="niveau" value="{{skill.system.niveau}}" data-dtype="Number">
{{#select skill.system.niveau}} {{#select skill.system.niveau}}
{{> systems/fvtt-les-heritiers/templates/partial-list-niveau.html}} {{> systems/fvtt-les-heritiers/templates/partial-list-niveau.html}}
{{/select}} {{/select}}
</select> </select>
@@ -618,7 +618,7 @@
</li> </li>
<li class="flexrow item"> <li class="flexrow item">
<label class="generic-label">Points d'héritage</label> <label class="generic-label">Points d'héritage</label>
<input type="text" class="" value="{{heritage}}" disabled data-dtype="String" /> <input type="text" class="" name="system.rang.heritage.value" value="{{system.rang.heritage.value}}" data-dtype="String" />
</li> </li>
</ul> </ul>

View File

@@ -30,7 +30,7 @@
name="system.profil" value="{{system.profil}}" data-dtype="string"> name="system.profil" value="{{system.profil}}" data-dtype="string">
{{#select system.profil}} {{#select system.profil}}
{{#each config.competenceProfil as |profil pKey|}} {{#each config.competenceProfil as |profil pKey|}}
<option value="{{pKey}}">{{profil}}</option> <option value="{{pKey}}">{{profil.name}}</option>
{{/each}} {{/each}}
{{/select}} {{/select}}
</select> </select>

View File

@@ -40,9 +40,7 @@
</div> </div>
</li> </li>
{{#if (count skill.specList)}} {{#if (count skill.specList)}}
<li class="item flexrow" data-item-id="{{skill._id}}" data-item-type="competence"> <span class="specialisarion-margin specialisation-label item-field-label-long2">{{skill.specList}}</span>
<span class="specialisarion-margin item-field-label-long2">{{skill.specList}}</span>
</li>
{{/if}} {{/if}}
{{/each}} {{/each}}