Fix competences
This commit is contained in:
parent
63d15e82bb
commit
67bf71e6c0
45
lang/fr.json
45
lang/fr.json
@ -1,30 +1,23 @@
|
||||
{
|
||||
"ACTOR": {
|
||||
"TypePersonnage": "Personnage",
|
||||
"TypePNJ": "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"
|
||||
"TYPES": {
|
||||
"Actor": {
|
||||
"personnage": "Personnage",
|
||||
"PNJ": "PNJ"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
@ -17,7 +17,6 @@ import { HeritiersUtility } from "./heritiers-utility.js";
|
||||
import { HeritiersCombat } from "./heritiers-combat.js";
|
||||
import { HeritiersItem } from "./heritiers-item.js";
|
||||
import { HERITIERS_CONFIG } from "./heritiers-config.js";
|
||||
import { ClassCounter} from "https://www.uberwald.me/fvtt_appcount/count-class-ready.js"
|
||||
|
||||
/* -------------------------------------------- */
|
||||
/* Foundry VTT Initialization */
|
||||
@ -96,7 +95,12 @@ Hooks.once("ready", function () {
|
||||
});
|
||||
}
|
||||
|
||||
ClassCounter.registerUsageCount()
|
||||
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()
|
||||
|
||||
});
|
||||
|
@ -1 +1 @@
|
||||
MANIFEST-000006
|
||||
MANIFEST-000018
|
||||
|
@ -1,8 +1,8 @@
|
||||
2023/12/19-22:06:11.050257 7f33237fe6c0 Recovering log #4
|
||||
2023/12/19-22:06:11.104534 7f33237fe6c0 Delete type=3 #2
|
||||
2023/12/19-22:06:11.104875 7f33237fe6c0 Delete type=0 #4
|
||||
2023/12/19-22:13:00.316854 7f33223ff6c0 Level-0 table #9: started
|
||||
2023/12/19-22:13:00.316923 7f33223ff6c0 Level-0 table #9: 0 bytes OK
|
||||
2023/12/19-22:13:00.490508 7f33223ff6c0 Delete type=0 #7
|
||||
2023/12/19-22:13:00.624324 7f33223ff6c0 Manual compaction at level-0 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end)
|
||||
2023/12/19-22:13:00.624395 7f33223ff6c0 Manual compaction at level-1 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end)
|
||||
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)
|
||||
|
@ -1,5 +1,8 @@
|
||||
2023/12/19-21:28:12.654905 7f3323fff6c0 Delete type=3 #1
|
||||
2023/12/19-21:34:54.787106 7f33223ff6c0 Level-0 table #5: started
|
||||
2023/12/19-21:34:54.792294 7f33223ff6c0 Level-0 table #5: 75294 bytes OK
|
||||
2023/12/19-21:34:54.798740 7f33223ff6c0 Delete type=0 #3
|
||||
2023/12/19-21:34:54.828243 7f33223ff6c0 Manual compaction at level-0 from '!items!1NhJH4IJpxsGmLB8' @ 72057594037927935 : 1 .. '!items!y1yOenfAJTsb3r6e' @ 0 : 0; will stop at (end)
|
||||
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.
BIN
packs/archetypes-fees/MANIFEST-000018
Normal file
BIN
packs/archetypes-fees/MANIFEST-000018
Normal file
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000006
|
||||
MANIFEST-000018
|
||||
|
@ -1,8 +1,8 @@
|
||||
2023/12/19-22:06:11.176247 7f3322ffd6c0 Recovering log #4
|
||||
2023/12/19-22:06:11.233115 7f3322ffd6c0 Delete type=3 #2
|
||||
2023/12/19-22:06:11.233244 7f3322ffd6c0 Delete type=0 #4
|
||||
2023/12/19-22:13:00.722674 7f33223ff6c0 Level-0 table #9: started
|
||||
2023/12/19-22:13:00.722715 7f33223ff6c0 Level-0 table #9: 0 bytes OK
|
||||
2023/12/19-22:13:00.805532 7f33223ff6c0 Delete type=0 #7
|
||||
2023/12/19-22:13:00.882637 7f33223ff6c0 Manual compaction at level-0 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end)
|
||||
2023/12/19-22:13:00.882686 7f33223ff6c0 Manual compaction at level-1 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end)
|
||||
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)
|
||||
|
@ -1,5 +1,8 @@
|
||||
2023/12/19-21:28:12.795275 7f3323fff6c0 Delete type=3 #1
|
||||
2023/12/19-21:34:54.816711 7f33223ff6c0 Level-0 table #5: started
|
||||
2023/12/19-21:34:54.820965 7f33223ff6c0 Level-0 table #5: 16828 bytes OK
|
||||
2023/12/19-21:34:54.828050 7f33223ff6c0 Delete type=0 #3
|
||||
2023/12/19-21:34:54.835440 7f33223ff6c0 Manual compaction at level-0 from '!items!1ETVaPBtjDtzelK1' @ 72057594037927935 : 1 .. '!items!zbsVCsWxRzkzzG1N' @ 0 : 0; will stop at (end)
|
||||
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.
BIN
packs/armes-et-protection/MANIFEST-000018
Normal file
BIN
packs/armes-et-protection/MANIFEST-000018
Normal file
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000006
|
||||
MANIFEST-000018
|
||||
|
@ -1,8 +1,8 @@
|
||||
2023/12/19-22:06:10.985018 7f35b8bfa6c0 Recovering log #4
|
||||
2023/12/19-22:06:11.046339 7f35b8bfa6c0 Delete type=3 #2
|
||||
2023/12/19-22:06:11.046469 7f35b8bfa6c0 Delete type=0 #4
|
||||
2023/12/19-22:13:00.177944 7f33223ff6c0 Level-0 table #9: started
|
||||
2023/12/19-22:13:00.177984 7f33223ff6c0 Level-0 table #9: 0 bytes OK
|
||||
2023/12/19-22:13:00.316506 7f33223ff6c0 Delete type=0 #7
|
||||
2023/12/19-22:13:00.624302 7f33223ff6c0 Manual compaction at level-0 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end)
|
||||
2023/12/19-22:13:00.624379 7f33223ff6c0 Manual compaction at level-1 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end)
|
||||
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)
|
||||
|
@ -1,5 +1,8 @@
|
||||
2023/12/19-21:28:12.601487 7f3322ffd6c0 Delete type=3 #1
|
||||
2023/12/19-21:34:54.774727 7f33223ff6c0 Level-0 table #5: started
|
||||
2023/12/19-21:34:54.779620 7f33223ff6c0 Level-0 table #5: 59886 bytes OK
|
||||
2023/12/19-21:34:54.786884 7f33223ff6c0 Delete type=0 #3
|
||||
2023/12/19-21:34:54.816678 7f33223ff6c0 Manual compaction at level-0 from '!items!0fPXtA5LkLgG8uDj' @ 72057594037927935 : 1 .. '!items!zvtBlG6KCIn0oCVk' @ 0 : 0; will stop at (end)
|
||||
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/atouts-feeriques/MANIFEST-000018
Normal file
BIN
packs/atouts-feeriques/MANIFEST-000018
Normal file
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000006
|
||||
MANIFEST-000018
|
||||
|
@ -1,8 +1,8 @@
|
||||
2023/12/19-22:06:10.801923 7f33237fe6c0 Recovering log #4
|
||||
2023/12/19-22:06:10.856851 7f33237fe6c0 Delete type=3 #2
|
||||
2023/12/19-22:06:10.857020 7f33237fe6c0 Delete type=0 #4
|
||||
2023/12/19-22:12:59.901335 7f33223ff6c0 Level-0 table #9: started
|
||||
2023/12/19-22:12:59.901390 7f33223ff6c0 Level-0 table #9: 0 bytes OK
|
||||
2023/12/19-22:12:59.991239 7f33223ff6c0 Delete type=0 #7
|
||||
2023/12/19-22:13:00.082181 7f33223ff6c0 Manual compaction at level-0 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end)
|
||||
2023/12/19-22:13:00.082266 7f33223ff6c0 Manual compaction at level-1 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end)
|
||||
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)
|
||||
|
@ -1,5 +1,8 @@
|
||||
2023/12/19-21:28:12.469210 7f3323fff6c0 Delete type=3 #1
|
||||
2023/12/19-21:34:54.739813 7f33223ff6c0 Level-0 table #5: started
|
||||
2023/12/19-21:34:54.744244 7f33223ff6c0 Level-0 table #5: 26203 bytes OK
|
||||
2023/12/19-21:34:54.751692 7f33223ff6c0 Delete type=0 #3
|
||||
2023/12/19-21:34:54.774674 7f33223ff6c0 Manual compaction at level-0 from '!items!0EAAt0qSzcD9VRBH' @ 72057594037927935 : 1 .. '!items!zfpjROW9LDAlXUkN' @ 0 : 0; will stop at (end)
|
||||
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/avantages/MANIFEST-000018
Normal file
BIN
packs/avantages/MANIFEST-000018
Normal file
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000006
|
||||
MANIFEST-000018
|
||||
|
@ -1,8 +1,8 @@
|
||||
2023/12/19-22:06:10.924713 7f3322ffd6c0 Recovering log #4
|
||||
2023/12/19-22:06:10.981248 7f3322ffd6c0 Delete type=3 #2
|
||||
2023/12/19-22:06:10.981375 7f3322ffd6c0 Delete type=0 #4
|
||||
2023/12/19-22:13:00.082384 7f33223ff6c0 Level-0 table #9: started
|
||||
2023/12/19-22:13:00.082423 7f33223ff6c0 Level-0 table #9: 0 bytes OK
|
||||
2023/12/19-22:13:00.177773 7f33223ff6c0 Delete type=0 #7
|
||||
2023/12/19-22:13:00.624275 7f33223ff6c0 Manual compaction at level-0 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end)
|
||||
2023/12/19-22:13:00.624363 7f33223ff6c0 Manual compaction at level-1 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end)
|
||||
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)
|
||||
|
@ -1,5 +1,8 @@
|
||||
2023/12/19-21:28:12.559042 7f3323fff6c0 Delete type=3 #1
|
||||
2023/12/19-21:34:54.762976 7f33223ff6c0 Level-0 table #5: started
|
||||
2023/12/19-21:34:54.766856 7f33223ff6c0 Level-0 table #5: 23734 bytes OK
|
||||
2023/12/19-21:34:54.774441 7f33223ff6c0 Delete type=0 #3
|
||||
2023/12/19-21:34:54.787085 7f33223ff6c0 Manual compaction at level-0 from '!items!0cNSRJVPk3GbvxfD' @ 72057594037927935 : 1 .. '!items!yWDg2KlXEz33TSmZ' @ 0 : 0; will stop at (end)
|
||||
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.
BIN
packs/capacites/MANIFEST-000018
Normal file
BIN
packs/capacites/MANIFEST-000018
Normal file
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000006
|
||||
MANIFEST-000018
|
||||
|
@ -1,8 +1,8 @@
|
||||
2023/12/19-22:06:10.732271 7f35b8bfa6c0 Recovering log #4
|
||||
2023/12/19-22:06:10.794092 7f35b8bfa6c0 Delete type=3 #2
|
||||
2023/12/19-22:06:10.794226 7f35b8bfa6c0 Delete type=0 #4
|
||||
2023/12/19-22:12:59.792407 7f33223ff6c0 Level-0 table #9: started
|
||||
2023/12/19-22:12:59.792457 7f33223ff6c0 Level-0 table #9: 0 bytes OK
|
||||
2023/12/19-22:12:59.901092 7f33223ff6c0 Delete type=0 #7
|
||||
2023/12/19-22:12:59.991554 7f33223ff6c0 Manual compaction at level-0 from '!items!0V86n4TU8NegrR2B' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end)
|
||||
2023/12/19-22:13:00.082216 7f33223ff6c0 Manual compaction at level-1 from '!items!0V86n4TU8NegrR2B' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end)
|
||||
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)
|
||||
|
@ -1,5 +1,8 @@
|
||||
2023/12/19-21:28:12.424090 7f3322ffd6c0 Delete type=3 #1
|
||||
2023/12/19-21:34:54.711352 7f33223ff6c0 Level-0 table #5: started
|
||||
2023/12/19-21:34:54.715753 7f33223ff6c0 Level-0 table #5: 26885 bytes OK
|
||||
2023/12/19-21:34:54.722148 7f33223ff6c0 Delete type=0 #3
|
||||
2023/12/19-21:34:54.729274 7f33223ff6c0 Manual compaction at level-0 from '!items!0V86n4TU8NegrR2B' @ 72057594037927935 : 1 .. '!items!zEl2NQsnCpELVWzh' @ 0 : 0; will stop at (end)
|
||||
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.
BIN
packs/competences/MANIFEST-000018
Normal file
BIN
packs/competences/MANIFEST-000018
Normal file
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000006
|
||||
MANIFEST-000018
|
||||
|
@ -1,8 +1,8 @@
|
||||
2023/12/19-22:06:10.861912 7f3323fff6c0 Recovering log #4
|
||||
2023/12/19-22:06:10.921564 7f3323fff6c0 Delete type=3 #2
|
||||
2023/12/19-22:06:10.921726 7f3323fff6c0 Delete type=0 #4
|
||||
2023/12/19-22:12:59.991583 7f33223ff6c0 Level-0 table #9: started
|
||||
2023/12/19-22:12:59.991648 7f33223ff6c0 Level-0 table #9: 0 bytes OK
|
||||
2023/12/19-22:13:00.082009 7f33223ff6c0 Delete type=0 #7
|
||||
2023/12/19-22:13:00.082231 7f33223ff6c0 Manual compaction at level-0 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end)
|
||||
2023/12/19-22:13:00.082278 7f33223ff6c0 Manual compaction at level-1 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end)
|
||||
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)
|
||||
|
@ -1,5 +1,8 @@
|
||||
2023/12/19-21:28:12.513826 7f3322ffd6c0 Delete type=3 #1
|
||||
2023/12/19-21:34:54.752015 7f33223ff6c0 Level-0 table #5: started
|
||||
2023/12/19-21:34:54.756291 7f33223ff6c0 Level-0 table #5: 31112 bytes OK
|
||||
2023/12/19-21:34:54.762759 7f33223ff6c0 Delete type=0 #3
|
||||
2023/12/19-21:34:54.774705 7f33223ff6c0 Manual compaction at level-0 from '!items!2QqvtClSVnh5ejXu' @ 72057594037927935 : 1 .. '!items!xzRJ6JP1HqoqxLdj' @ 0 : 0; will stop at (end)
|
||||
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/desavantages/MANIFEST-000018
Normal file
BIN
packs/desavantages/MANIFEST-000018
Normal file
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000006
|
||||
MANIFEST-000018
|
||||
|
@ -1,8 +1,8 @@
|
||||
2023/12/19-22:06:11.108663 7f3323fff6c0 Recovering log #4
|
||||
2023/12/19-22:06:11.171177 7f3323fff6c0 Delete type=3 #2
|
||||
2023/12/19-22:06:11.171278 7f3323fff6c0 Delete type=0 #4
|
||||
2023/12/19-22:13:00.490784 7f33223ff6c0 Level-0 table #9: started
|
||||
2023/12/19-22:13:00.490836 7f33223ff6c0 Level-0 table #9: 0 bytes OK
|
||||
2023/12/19-22:13:00.624081 7f33223ff6c0 Delete type=0 #7
|
||||
2023/12/19-22:13:00.624346 7f33223ff6c0 Manual compaction at level-0 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end)
|
||||
2023/12/19-22:13:00.624413 7f33223ff6c0 Manual compaction at level-1 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end)
|
||||
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)
|
||||
|
@ -1,5 +1,8 @@
|
||||
2023/12/19-21:28:12.700301 7f3322ffd6c0 Delete type=3 #1
|
||||
2023/12/19-21:34:54.798956 7f33223ff6c0 Level-0 table #5: started
|
||||
2023/12/19-21:34:54.809620 7f33223ff6c0 Level-0 table #5: 273133 bytes OK
|
||||
2023/12/19-21:34:54.816368 7f33223ff6c0 Delete type=0 #3
|
||||
2023/12/19-21:34:54.828262 7f33223ff6c0 Manual compaction at level-0 from '!items!19r9ijZUyvnlIqgm' @ 72057594037927935 : 1 .. '!items!zON0h5SjFyANjPnA' @ 0 : 0; will stop at (end)
|
||||
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.
BIN
packs/pouvoirs/MANIFEST-000018
Normal file
BIN
packs/pouvoirs/MANIFEST-000018
Normal file
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000006
|
||||
MANIFEST-000018
|
||||
|
@ -1,7 +1,7 @@
|
||||
2023/12/19-22:06:11.236708 7f35b8bfa6c0 Recovering log #4
|
||||
2023/12/19-22:06:11.292347 7f35b8bfa6c0 Delete type=3 #2
|
||||
2023/12/19-22:06:11.292463 7f35b8bfa6c0 Delete type=0 #4
|
||||
2023/12/19-22:13:00.624571 7f33223ff6c0 Level-0 table #9: started
|
||||
2023/12/19-22:13:00.624648 7f33223ff6c0 Level-0 table #9: 0 bytes OK
|
||||
2023/12/19-22:13:00.722512 7f33223ff6c0 Delete type=0 #7
|
||||
2023/12/19-22:13:00.882608 7f33223ff6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
|
||||
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)
|
||||
|
@ -1,5 +1,7 @@
|
||||
2023/12/19-21:28:12.843064 7f3322ffd6c0 Delete type=3 #1
|
||||
2023/12/19-21:34:54.828277 7f33223ff6c0 Level-0 table #5: started
|
||||
2023/12/19-21:34:54.828314 7f33223ff6c0 Level-0 table #5: 0 bytes OK
|
||||
2023/12/19-21:34:54.835165 7f33223ff6c0 Delete type=0 #3
|
||||
2023/12/19-21:34:54.842202 7f33223ff6c0 Manual compaction at level-0 from 'undefined' @ 72057594037927935 : 1 .. 'undefined' @ 0 : 0; will stop at (end)
|
||||
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.
BIN
packs/profils/MANIFEST-000018
Normal file
BIN
packs/profils/MANIFEST-000018
Normal file
Binary file not shown.
44
system.json
44
system.json
@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "fvtt-les-heritiers",
|
||||
"description": "Les Héritiers pour FoundryVTT",
|
||||
"version": "11.0.5",
|
||||
"version": "11.0.6",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Uberwald/LeRatierBretonnien",
|
||||
@ -19,7 +19,7 @@
|
||||
"gridUnits": "m",
|
||||
"license": "LICENSE.txt",
|
||||
"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.5.zip",
|
||||
"download": "https://www.uberwald.me/gitea/public/fvtt-les-heritiers/archive/fvtt-les-heritiers-11.0.6.zip",
|
||||
"languages": [
|
||||
{
|
||||
"lang": "fr",
|
||||
@ -28,6 +28,41 @@
|
||||
"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": [
|
||||
{
|
||||
"type": "Item",
|
||||
@ -121,8 +156,7 @@
|
||||
"url": "https://www.uberwald.me/gitea/public/fvtt-les-heritiers",
|
||||
"background": "systems/fvtt-les-heritiers/assets/ui/wallpaper_foundry2.webp",
|
||||
"compatibility": {
|
||||
"minimum": "10",
|
||||
"verified": "11",
|
||||
"maximum": "11"
|
||||
"minimum": "11",
|
||||
"verified": "11"
|
||||
}
|
||||
}
|
@ -254,19 +254,19 @@
|
||||
}
|
||||
},
|
||||
"types": [
|
||||
"fee",
|
||||
"avantage",
|
||||
"desavantage",
|
||||
"capacitenaturelle",
|
||||
"pouvoir",
|
||||
"atoutfeerique",
|
||||
"competence",
|
||||
"arme",
|
||||
"protection",
|
||||
"equipement",
|
||||
"accessoire",
|
||||
"arme",
|
||||
"atoutfeerique",
|
||||
"avantage",
|
||||
"capacitenaturelle",
|
||||
"competence",
|
||||
"contact",
|
||||
"profil"
|
||||
"desavantage",
|
||||
"equipement",
|
||||
"fee",
|
||||
"pouvoir",
|
||||
"profil",
|
||||
"protection"
|
||||
],
|
||||
"profil": {
|
||||
"profiltype": "majeur",
|
||||
|
@ -30,7 +30,7 @@
|
||||
name="system.profil" value="{{system.profil}}" data-dtype="string">
|
||||
{{#select system.profil}}
|
||||
{{#each config.competenceProfil as |profil pKey|}}
|
||||
<option value="{{pKey}}">{{profil}}</option>
|
||||
<option value="{{pKey}}">{{profil.name}}</option>
|
||||
{{/each}}
|
||||
{{/select}}
|
||||
</select>
|
||||
|
Loading…
Reference in New Issue
Block a user