diff --git a/modules/actors/tedeum-actor-sheet.js b/modules/actors/tedeum-actor-sheet.js index fa1b9a7..809eb69 100644 --- a/modules/actors/tedeum-actor-sheet.js +++ b/modules/actors/tedeum-actor-sheet.js @@ -57,6 +57,7 @@ export class TeDeumActorPJSheet extends ActorSheet { educations: this.actor.getEducations(), description: await TextEditor.enrichHTML(this.object.system.description, { async: true }), notes: await TextEditor.enrichHTML(this.object.system.notes, { async: true }), + histoire: await TextEditor.enrichHTML(this.object.system.histoire, { async: true }), options: this.options, owner: this.document.isOwner, editScore: this.options.editScore, diff --git a/modules/app/tedeum-character-creator.js b/modules/app/tedeum-character-creator.js index 49ec261..4038652 100644 --- a/modules/app/tedeum-character-creator.js +++ b/modules/app/tedeum-character-creator.js @@ -11,6 +11,7 @@ export class TeDeumCharacterCreator { this.religion = undefined this.caracBonus = {} this.competenceBonus = {} + this.suiviReponses = [] this.competences = TeDeumUtility.getCompetencesForDropDown() for (let k in game.system.tedeum.config.caracteristiques) { @@ -168,6 +169,8 @@ export class TeDeumCharacterCreator { let selectedResponse = question.reponses[context.responseKey] let compName = context.competences[context.responseKey] || selectedResponse.compName this.increaseCompetence(compName) + + this.suiviReponses.push({ etape: stage.name, question: question.question, reponse: selectedResponse.reponse, compName: compName }) } } @@ -573,6 +576,12 @@ export class TeDeumCharacterCreator { newArgent /= this.ageViril.system.cagnotteDivider await actor.update({ [`system.fortune.${this.origineSociale.cagnotteUnit}`]: newArgent}) + let histoire = "" + for (let reponse of this.suiviReponses) { + histoire += `

${reponse.question}
${reponse.reponse} (${reponse.compName})

` + } + await actor.update({ "system.histoire": histoire}) + actor.render(true) const content = await renderTemplate("systems/fvtt-te-deum/templates/dialogs/character-creator-finished.hbs", context) diff --git a/modules/data/tedeum-schema-pj.js b/modules/data/tedeum-schema-pj.js index e712db1..8d0a706 100644 --- a/modules/data/tedeum-schema-pj.js +++ b/modules/data/tedeum-schema-pj.js @@ -41,6 +41,7 @@ export class TeDeumPJSchema extends foundry.abstract.TypeDataModel { schema.description = new fields.HTMLField({required: true, blank: true}); schema.connaissances = new fields.HTMLField({required: true, blank: true}); + schema.histoire = new fields.HTMLField({required: true, blank: true}); schema.vetements = new fields.HTMLField({required: true, blank: true}); schema.equipmentfree = new fields.HTMLField({required: true, blank: true}); diff --git a/packs/aides/000021.log b/packs/aides/000025.log similarity index 100% rename from packs/aides/000021.log rename to packs/aides/000025.log diff --git a/packs/aides/CURRENT b/packs/aides/CURRENT index 43c22f0..7fbb623 100644 --- a/packs/aides/CURRENT +++ b/packs/aides/CURRENT @@ -1 +1 @@ -MANIFEST-000019 +MANIFEST-000023 diff --git a/packs/aides/LOG b/packs/aides/LOG index 1f39cc3..b79f7c1 100644 --- a/packs/aides/LOG +++ b/packs/aides/LOG @@ -1,8 +1,8 @@ -2025/02/21-17:44:00.297169 7f5931ffb6c0 Recovering log #16 -2025/02/21-17:44:00.350341 7f5931ffb6c0 Delete type=3 #14 -2025/02/21-17:44:00.350497 7f5931ffb6c0 Delete type=0 #16 -2025/02/21-17:47:55.710312 7f5693fff6c0 Level-0 table #22: started -2025/02/21-17:47:55.710349 7f5693fff6c0 Level-0 table #22: 0 bytes OK -2025/02/21-17:47:55.716766 7f5693fff6c0 Delete type=0 #20 -2025/02/21-17:47:55.743124 7f5693fff6c0 Manual compaction at level-0 from '!journal!uNwJgi4kXBCiZmAH' @ 72057594037927935 : 1 .. '!journal.pages!uNwJgi4kXBCiZmAH.onhNU0mXhOpdNZJF' @ 0 : 0; will stop at (end) -2025/02/21-17:47:55.743202 7f5693fff6c0 Manual compaction at level-1 from '!journal!uNwJgi4kXBCiZmAH' @ 72057594037927935 : 1 .. '!journal.pages!uNwJgi4kXBCiZmAH.onhNU0mXhOpdNZJF' @ 0 : 0; will stop at (end) +2025/02/22-22:33:49.671443 7f59317fa6c0 Recovering log #21 +2025/02/22-22:33:49.682157 7f59317fa6c0 Delete type=3 #19 +2025/02/22-22:33:49.682211 7f59317fa6c0 Delete type=0 #21 +2025/02/22-22:43:19.821691 7f5693fff6c0 Level-0 table #26: started +2025/02/22-22:43:19.821739 7f5693fff6c0 Level-0 table #26: 0 bytes OK +2025/02/22-22:43:19.827819 7f5693fff6c0 Delete type=0 #24 +2025/02/22-22:43:19.828050 7f5693fff6c0 Manual compaction at level-0 from '!journal!uNwJgi4kXBCiZmAH' @ 72057594037927935 : 1 .. '!journal.pages!uNwJgi4kXBCiZmAH.onhNU0mXhOpdNZJF' @ 0 : 0; will stop at (end) +2025/02/22-22:43:19.841442 7f5693fff6c0 Manual compaction at level-1 from '!journal!uNwJgi4kXBCiZmAH' @ 72057594037927935 : 1 .. '!journal.pages!uNwJgi4kXBCiZmAH.onhNU0mXhOpdNZJF' @ 0 : 0; will stop at (end) diff --git a/packs/aides/LOG.old b/packs/aides/LOG.old index 08334e7..1f39cc3 100644 --- a/packs/aides/LOG.old +++ b/packs/aides/LOG.old @@ -1,15 +1,8 @@ -2025/02/21-17:37:17.636121 7f5931ffb6c0 Recovering log #12 -2025/02/21-17:37:17.694242 7f5931ffb6c0 Delete type=3 #10 -2025/02/21-17:37:17.694432 7f5931ffb6c0 Delete type=0 #12 -2025/02/21-17:40:09.864856 7f5693fff6c0 Level-0 table #17: started -2025/02/21-17:40:09.868441 7f5693fff6c0 Level-0 table #17: 6588 bytes OK -2025/02/21-17:40:09.875550 7f5693fff6c0 Delete type=0 #15 -2025/02/21-17:40:09.886661 7f5693fff6c0 Manual compaction at level-0 from '!journal!uNwJgi4kXBCiZmAH' @ 72057594037927935 : 1 .. '!journal.pages!uNwJgi4kXBCiZmAH.onhNU0mXhOpdNZJF' @ 0 : 0; will stop at (end) -2025/02/21-17:40:09.893774 7f5693fff6c0 Manual compaction at level-1 from '!journal!uNwJgi4kXBCiZmAH' @ 72057594037927935 : 1 .. '!journal.pages!uNwJgi4kXBCiZmAH.onhNU0mXhOpdNZJF' @ 0 : 0; will stop at '!journal.pages!uNwJgi4kXBCiZmAH.onhNU0mXhOpdNZJF' @ 15 : 1 -2025/02/21-17:40:09.893799 7f5693fff6c0 Compacting 1@1 + 1@2 files -2025/02/21-17:40:09.898306 7f5693fff6c0 Generated table #18@1: 5 keys, 3660 bytes -2025/02/21-17:40:09.898361 7f5693fff6c0 Compacted 1@1 + 1@2 files => 3660 bytes -2025/02/21-17:40:09.904952 7f5693fff6c0 compacted to: files[ 0 0 1 0 0 0 0 ] -2025/02/21-17:40:09.905193 7f5693fff6c0 Delete type=2 #5 -2025/02/21-17:40:09.905447 7f5693fff6c0 Delete type=2 #17 -2025/02/21-17:40:09.923689 7f5693fff6c0 Manual compaction at level-1 from '!journal.pages!uNwJgi4kXBCiZmAH.onhNU0mXhOpdNZJF' @ 15 : 1 .. '!journal.pages!uNwJgi4kXBCiZmAH.onhNU0mXhOpdNZJF' @ 0 : 0; will stop at (end) +2025/02/21-17:44:00.297169 7f5931ffb6c0 Recovering log #16 +2025/02/21-17:44:00.350341 7f5931ffb6c0 Delete type=3 #14 +2025/02/21-17:44:00.350497 7f5931ffb6c0 Delete type=0 #16 +2025/02/21-17:47:55.710312 7f5693fff6c0 Level-0 table #22: started +2025/02/21-17:47:55.710349 7f5693fff6c0 Level-0 table #22: 0 bytes OK +2025/02/21-17:47:55.716766 7f5693fff6c0 Delete type=0 #20 +2025/02/21-17:47:55.743124 7f5693fff6c0 Manual compaction at level-0 from '!journal!uNwJgi4kXBCiZmAH' @ 72057594037927935 : 1 .. '!journal.pages!uNwJgi4kXBCiZmAH.onhNU0mXhOpdNZJF' @ 0 : 0; will stop at (end) +2025/02/21-17:47:55.743202 7f5693fff6c0 Manual compaction at level-1 from '!journal!uNwJgi4kXBCiZmAH' @ 72057594037927935 : 1 .. '!journal.pages!uNwJgi4kXBCiZmAH.onhNU0mXhOpdNZJF' @ 0 : 0; will stop at (end) diff --git a/packs/aides/MANIFEST-000019 b/packs/aides/MANIFEST-000023 similarity index 58% rename from packs/aides/MANIFEST-000019 rename to packs/aides/MANIFEST-000023 index 472c202..84b0a97 100644 Binary files a/packs/aides/MANIFEST-000019 and b/packs/aides/MANIFEST-000023 differ diff --git a/packs/armes/000123.log b/packs/armes/000127.log similarity index 100% rename from packs/armes/000123.log rename to packs/armes/000127.log diff --git a/packs/armes/CURRENT b/packs/armes/CURRENT index 2b465ed..70936fe 100644 --- a/packs/armes/CURRENT +++ b/packs/armes/CURRENT @@ -1 +1 @@ -MANIFEST-000121 +MANIFEST-000125 diff --git a/packs/armes/LOG b/packs/armes/LOG index d7bb137..f49a87b 100644 --- a/packs/armes/LOG +++ b/packs/armes/LOG @@ -1,7 +1,7 @@ -2025/02/21-17:43:59.860699 7f59317fa6c0 Recovering log #119 -2025/02/21-17:43:59.916350 7f59317fa6c0 Delete type=3 #117 -2025/02/21-17:43:59.916493 7f59317fa6c0 Delete type=0 #119 -2025/02/21-17:47:55.663886 7f5693fff6c0 Level-0 table #124: started -2025/02/21-17:47:55.663923 7f5693fff6c0 Level-0 table #124: 0 bytes OK -2025/02/21-17:47:55.670649 7f5693fff6c0 Delete type=0 #122 -2025/02/21-17:47:55.677247 7f5693fff6c0 Manual compaction at level-0 from '!folders!InCQeTRdT5jXMX82' @ 72057594037927935 : 1 .. '!items!wxIHkrq98eQ3cOvp' @ 0 : 0; will stop at (end) +2025/02/22-22:33:49.571959 7f5930ff96c0 Recovering log #123 +2025/02/22-22:33:49.581451 7f5930ff96c0 Delete type=3 #121 +2025/02/22-22:33:49.581507 7f5930ff96c0 Delete type=0 #123 +2025/02/22-22:43:19.756476 7f5693fff6c0 Level-0 table #128: started +2025/02/22-22:43:19.756512 7f5693fff6c0 Level-0 table #128: 0 bytes OK +2025/02/22-22:43:19.763078 7f5693fff6c0 Delete type=0 #126 +2025/02/22-22:43:19.770534 7f5693fff6c0 Manual compaction at level-0 from '!folders!InCQeTRdT5jXMX82' @ 72057594037927935 : 1 .. '!items!wxIHkrq98eQ3cOvp' @ 0 : 0; will stop at (end) diff --git a/packs/armes/LOG.old b/packs/armes/LOG.old index c404ce7..d7bb137 100644 --- a/packs/armes/LOG.old +++ b/packs/armes/LOG.old @@ -1,7 +1,7 @@ -2025/02/21-17:37:17.195165 7f5930ff96c0 Recovering log #115 -2025/02/21-17:37:17.251788 7f5930ff96c0 Delete type=3 #113 -2025/02/21-17:37:17.251907 7f5930ff96c0 Delete type=0 #115 -2025/02/21-17:40:09.792578 7f5693fff6c0 Level-0 table #120: started -2025/02/21-17:40:09.792658 7f5693fff6c0 Level-0 table #120: 0 bytes OK -2025/02/21-17:40:09.799539 7f5693fff6c0 Delete type=0 #118 -2025/02/21-17:40:09.813519 7f5693fff6c0 Manual compaction at level-0 from '!folders!InCQeTRdT5jXMX82' @ 72057594037927935 : 1 .. '!items!wxIHkrq98eQ3cOvp' @ 0 : 0; will stop at (end) +2025/02/21-17:43:59.860699 7f59317fa6c0 Recovering log #119 +2025/02/21-17:43:59.916350 7f59317fa6c0 Delete type=3 #117 +2025/02/21-17:43:59.916493 7f59317fa6c0 Delete type=0 #119 +2025/02/21-17:47:55.663886 7f5693fff6c0 Level-0 table #124: started +2025/02/21-17:47:55.663923 7f5693fff6c0 Level-0 table #124: 0 bytes OK +2025/02/21-17:47:55.670649 7f5693fff6c0 Delete type=0 #122 +2025/02/21-17:47:55.677247 7f5693fff6c0 Manual compaction at level-0 from '!folders!InCQeTRdT5jXMX82' @ 72057594037927935 : 1 .. '!items!wxIHkrq98eQ3cOvp' @ 0 : 0; will stop at (end) diff --git a/packs/armes/MANIFEST-000121 b/packs/armes/MANIFEST-000125 similarity index 73% rename from packs/armes/MANIFEST-000121 rename to packs/armes/MANIFEST-000125 index 1327e69..bcf15be 100644 Binary files a/packs/armes/MANIFEST-000121 and b/packs/armes/MANIFEST-000125 differ diff --git a/packs/armures/000123.log b/packs/armures/000127.log similarity index 100% rename from packs/armures/000123.log rename to packs/armures/000127.log diff --git a/packs/armures/CURRENT b/packs/armures/CURRENT index 2b465ed..70936fe 100644 --- a/packs/armures/CURRENT +++ b/packs/armures/CURRENT @@ -1 +1 @@ -MANIFEST-000121 +MANIFEST-000125 diff --git a/packs/armures/LOG b/packs/armures/LOG index a9a9b07..bdcb609 100644 --- a/packs/armures/LOG +++ b/packs/armures/LOG @@ -1,7 +1,7 @@ -2025/02/21-17:43:59.921453 7f5931ffb6c0 Recovering log #119 -2025/02/21-17:43:59.978668 7f5931ffb6c0 Delete type=3 #117 -2025/02/21-17:43:59.978782 7f5931ffb6c0 Delete type=0 #119 -2025/02/21-17:47:55.657052 7f5693fff6c0 Level-0 table #124: started -2025/02/21-17:47:55.657095 7f5693fff6c0 Level-0 table #124: 0 bytes OK -2025/02/21-17:47:55.663742 7f5693fff6c0 Delete type=0 #122 -2025/02/21-17:47:55.677232 7f5693fff6c0 Manual compaction at level-0 from '!folders!2wTJBj3dicRKzNOE' @ 72057594037927935 : 1 .. '!items!ufvhWG5V8pX0qrtR' @ 0 : 0; will stop at (end) +2025/02/22-22:33:49.584858 7f59317fa6c0 Recovering log #123 +2025/02/22-22:33:49.595075 7f59317fa6c0 Delete type=3 #121 +2025/02/22-22:33:49.595272 7f59317fa6c0 Delete type=0 #123 +2025/02/22-22:43:19.749434 7f5693fff6c0 Level-0 table #128: started +2025/02/22-22:43:19.749479 7f5693fff6c0 Level-0 table #128: 0 bytes OK +2025/02/22-22:43:19.756348 7f5693fff6c0 Delete type=0 #126 +2025/02/22-22:43:19.770523 7f5693fff6c0 Manual compaction at level-0 from '!folders!2wTJBj3dicRKzNOE' @ 72057594037927935 : 1 .. '!items!ufvhWG5V8pX0qrtR' @ 0 : 0; will stop at (end) diff --git a/packs/armures/LOG.old b/packs/armures/LOG.old index a0683ec..a9a9b07 100644 --- a/packs/armures/LOG.old +++ b/packs/armures/LOG.old @@ -1,7 +1,7 @@ -2025/02/21-17:37:17.256489 7f5931ffb6c0 Recovering log #115 -2025/02/21-17:37:17.318730 7f5931ffb6c0 Delete type=3 #113 -2025/02/21-17:37:17.318861 7f5931ffb6c0 Delete type=0 #115 -2025/02/21-17:40:09.806879 7f5693fff6c0 Level-0 table #120: started -2025/02/21-17:40:09.806939 7f5693fff6c0 Level-0 table #120: 0 bytes OK -2025/02/21-17:40:09.813255 7f5693fff6c0 Delete type=0 #118 -2025/02/21-17:40:09.813572 7f5693fff6c0 Manual compaction at level-0 from '!folders!2wTJBj3dicRKzNOE' @ 72057594037927935 : 1 .. '!items!ufvhWG5V8pX0qrtR' @ 0 : 0; will stop at (end) +2025/02/21-17:43:59.921453 7f5931ffb6c0 Recovering log #119 +2025/02/21-17:43:59.978668 7f5931ffb6c0 Delete type=3 #117 +2025/02/21-17:43:59.978782 7f5931ffb6c0 Delete type=0 #119 +2025/02/21-17:47:55.657052 7f5693fff6c0 Level-0 table #124: started +2025/02/21-17:47:55.657095 7f5693fff6c0 Level-0 table #124: 0 bytes OK +2025/02/21-17:47:55.663742 7f5693fff6c0 Delete type=0 #122 +2025/02/21-17:47:55.677232 7f5693fff6c0 Manual compaction at level-0 from '!folders!2wTJBj3dicRKzNOE' @ 72057594037927935 : 1 .. '!items!ufvhWG5V8pX0qrtR' @ 0 : 0; will stop at (end) diff --git a/packs/armures/MANIFEST-000121 b/packs/armures/MANIFEST-000125 similarity index 78% rename from packs/armures/MANIFEST-000121 rename to packs/armures/MANIFEST-000125 index d23ab26..192a27f 100644 Binary files a/packs/armures/MANIFEST-000121 and b/packs/armures/MANIFEST-000125 differ diff --git a/packs/competences/000120.log b/packs/competences/000124.log similarity index 100% rename from packs/competences/000120.log rename to packs/competences/000124.log diff --git a/packs/competences/CURRENT b/packs/competences/CURRENT index 7530019..d9766b1 100644 --- a/packs/competences/CURRENT +++ b/packs/competences/CURRENT @@ -1 +1 @@ -MANIFEST-000118 +MANIFEST-000122 diff --git a/packs/competences/LOG b/packs/competences/LOG index b77a662..3372234 100644 --- a/packs/competences/LOG +++ b/packs/competences/LOG @@ -1,7 +1,7 @@ -2025/02/21-17:43:59.798767 7f5930ff96c0 Recovering log #116 -2025/02/21-17:43:59.855271 7f5930ff96c0 Delete type=3 #114 -2025/02/21-17:43:59.855472 7f5930ff96c0 Delete type=0 #116 -2025/02/21-17:47:55.650583 7f5693fff6c0 Level-0 table #121: started -2025/02/21-17:47:55.650666 7f5693fff6c0 Level-0 table #121: 0 bytes OK -2025/02/21-17:47:55.656867 7f5693fff6c0 Delete type=0 #119 -2025/02/21-17:47:55.677212 7f5693fff6c0 Manual compaction at level-0 from '!folders!4OPhigzcPv46qbWW' @ 72057594037927935 : 1 .. '!items!yx4k7lQHGcom99mk' @ 0 : 0; will stop at (end) +2025/02/22-22:33:49.555798 7f59327fc6c0 Recovering log #120 +2025/02/22-22:33:49.566915 7f59327fc6c0 Delete type=3 #118 +2025/02/22-22:33:49.567025 7f59327fc6c0 Delete type=0 #120 +2025/02/22-22:43:19.763211 7f5693fff6c0 Level-0 table #125: started +2025/02/22-22:43:19.763237 7f5693fff6c0 Level-0 table #125: 0 bytes OK +2025/02/22-22:43:19.770353 7f5693fff6c0 Delete type=0 #123 +2025/02/22-22:43:19.770546 7f5693fff6c0 Manual compaction at level-0 from '!folders!4OPhigzcPv46qbWW' @ 72057594037927935 : 1 .. '!items!yx4k7lQHGcom99mk' @ 0 : 0; will stop at (end) diff --git a/packs/competences/LOG.old b/packs/competences/LOG.old index 45240e5..b77a662 100644 --- a/packs/competences/LOG.old +++ b/packs/competences/LOG.old @@ -1,7 +1,7 @@ -2025/02/21-17:37:17.133219 7f59327fc6c0 Recovering log #112 -2025/02/21-17:37:17.190379 7f59327fc6c0 Delete type=3 #110 -2025/02/21-17:37:17.190537 7f59327fc6c0 Delete type=0 #112 -2025/02/21-17:40:09.785663 7f5693fff6c0 Level-0 table #117: started -2025/02/21-17:40:09.785737 7f5693fff6c0 Level-0 table #117: 0 bytes OK -2025/02/21-17:40:09.792355 7f5693fff6c0 Delete type=0 #115 -2025/02/21-17:40:09.813482 7f5693fff6c0 Manual compaction at level-0 from '!folders!4OPhigzcPv46qbWW' @ 72057594037927935 : 1 .. '!items!yx4k7lQHGcom99mk' @ 0 : 0; will stop at (end) +2025/02/21-17:43:59.798767 7f5930ff96c0 Recovering log #116 +2025/02/21-17:43:59.855271 7f5930ff96c0 Delete type=3 #114 +2025/02/21-17:43:59.855472 7f5930ff96c0 Delete type=0 #116 +2025/02/21-17:47:55.650583 7f5693fff6c0 Level-0 table #121: started +2025/02/21-17:47:55.650666 7f5693fff6c0 Level-0 table #121: 0 bytes OK +2025/02/21-17:47:55.656867 7f5693fff6c0 Delete type=0 #119 +2025/02/21-17:47:55.677212 7f5693fff6c0 Manual compaction at level-0 from '!folders!4OPhigzcPv46qbWW' @ 72057594037927935 : 1 .. '!items!yx4k7lQHGcom99mk' @ 0 : 0; will stop at (end) diff --git a/packs/competences/MANIFEST-000118 b/packs/competences/MANIFEST-000122 similarity index 73% rename from packs/competences/MANIFEST-000118 rename to packs/competences/MANIFEST-000122 index 5101ddc..9141100 100644 Binary files a/packs/competences/MANIFEST-000118 and b/packs/competences/MANIFEST-000122 differ diff --git a/packs/education/000128.log b/packs/education/000132.log similarity index 100% rename from packs/education/000128.log rename to packs/education/000132.log diff --git a/packs/education/CURRENT b/packs/education/CURRENT index 5b36b43..00d8c47 100644 --- a/packs/education/CURRENT +++ b/packs/education/CURRENT @@ -1 +1 @@ -MANIFEST-000126 +MANIFEST-000130 diff --git a/packs/education/LOG b/packs/education/LOG index 2707eb0..a3b789c 100644 --- a/packs/education/LOG +++ b/packs/education/LOG @@ -1,7 +1,7 @@ -2025/02/21-17:43:59.982694 7f59327fc6c0 Recovering log #124 -2025/02/21-17:44:00.043945 7f59327fc6c0 Delete type=3 #122 -2025/02/21-17:44:00.044048 7f59327fc6c0 Delete type=0 #124 -2025/02/21-17:47:55.670798 7f5693fff6c0 Level-0 table #129: started -2025/02/21-17:47:55.670851 7f5693fff6c0 Level-0 table #129: 0 bytes OK -2025/02/21-17:47:55.677050 7f5693fff6c0 Delete type=0 #127 -2025/02/21-17:47:55.677262 7f5693fff6c0 Manual compaction at level-0 from '!folders!9PQi3Lv54rpcxavo' @ 72057594037927935 : 1 .. '!items!zGlRtP7zSnkjuuue' @ 0 : 0; will stop at (end) +2025/02/22-22:33:49.598250 7f5931ffb6c0 Recovering log #128 +2025/02/22-22:33:49.609114 7f5931ffb6c0 Delete type=3 #126 +2025/02/22-22:33:49.609187 7f5931ffb6c0 Delete type=0 #128 +2025/02/22-22:43:19.742523 7f5693fff6c0 Level-0 table #133: started +2025/02/22-22:43:19.742609 7f5693fff6c0 Level-0 table #133: 0 bytes OK +2025/02/22-22:43:19.749216 7f5693fff6c0 Delete type=0 #131 +2025/02/22-22:43:19.770500 7f5693fff6c0 Manual compaction at level-0 from '!folders!9PQi3Lv54rpcxavo' @ 72057594037927935 : 1 .. '!items!zGlRtP7zSnkjuuue' @ 0 : 0; will stop at (end) diff --git a/packs/education/LOG.old b/packs/education/LOG.old index 92ce964..2707eb0 100644 --- a/packs/education/LOG.old +++ b/packs/education/LOG.old @@ -1,7 +1,7 @@ -2025/02/21-17:37:17.322674 7f59317fa6c0 Recovering log #120 -2025/02/21-17:37:17.380428 7f59317fa6c0 Delete type=3 #118 -2025/02/21-17:37:17.380608 7f59317fa6c0 Delete type=0 #120 -2025/02/21-17:40:09.799751 7f5693fff6c0 Level-0 table #125: started -2025/02/21-17:40:09.799807 7f5693fff6c0 Level-0 table #125: 0 bytes OK -2025/02/21-17:40:09.806651 7f5693fff6c0 Delete type=0 #123 -2025/02/21-17:40:09.813547 7f5693fff6c0 Manual compaction at level-0 from '!folders!9PQi3Lv54rpcxavo' @ 72057594037927935 : 1 .. '!items!zGlRtP7zSnkjuuue' @ 0 : 0; will stop at (end) +2025/02/21-17:43:59.982694 7f59327fc6c0 Recovering log #124 +2025/02/21-17:44:00.043945 7f59327fc6c0 Delete type=3 #122 +2025/02/21-17:44:00.044048 7f59327fc6c0 Delete type=0 #124 +2025/02/21-17:47:55.670798 7f5693fff6c0 Level-0 table #129: started +2025/02/21-17:47:55.670851 7f5693fff6c0 Level-0 table #129: 0 bytes OK +2025/02/21-17:47:55.677050 7f5693fff6c0 Delete type=0 #127 +2025/02/21-17:47:55.677262 7f5693fff6c0 Manual compaction at level-0 from '!folders!9PQi3Lv54rpcxavo' @ 72057594037927935 : 1 .. '!items!zGlRtP7zSnkjuuue' @ 0 : 0; will stop at (end) diff --git a/packs/education/MANIFEST-000126 b/packs/education/MANIFEST-000130 similarity index 72% rename from packs/education/MANIFEST-000126 rename to packs/education/MANIFEST-000130 index 43b788d..fed89fb 100644 Binary files a/packs/education/MANIFEST-000126 and b/packs/education/MANIFEST-000130 differ diff --git a/packs/graces/000122.log b/packs/graces/000126.log similarity index 100% rename from packs/graces/000122.log rename to packs/graces/000126.log diff --git a/packs/graces/CURRENT b/packs/graces/CURRENT index 30eb131..f8370cf 100644 --- a/packs/graces/CURRENT +++ b/packs/graces/CURRENT @@ -1 +1 @@ -MANIFEST-000120 +MANIFEST-000124 diff --git a/packs/graces/LOG b/packs/graces/LOG index 59f5141..cee99a2 100644 --- a/packs/graces/LOG +++ b/packs/graces/LOG @@ -1,7 +1,7 @@ -2025/02/21-17:44:00.049637 7f5930ff96c0 Recovering log #118 -2025/02/21-17:44:00.112380 7f5930ff96c0 Delete type=3 #116 -2025/02/21-17:44:00.112480 7f5930ff96c0 Delete type=0 #118 -2025/02/21-17:47:55.677403 7f5693fff6c0 Level-0 table #123: started -2025/02/21-17:47:55.677440 7f5693fff6c0 Level-0 table #123: 0 bytes OK -2025/02/21-17:47:55.687654 7f5693fff6c0 Delete type=0 #121 -2025/02/21-17:47:55.710065 7f5693fff6c0 Manual compaction at level-0 from '!items!17mjvwS8R3B6LloG' @ 72057594037927935 : 1 .. '!items!zUYIVOuFpRur9aAR' @ 0 : 0; will stop at (end) +2025/02/22-22:33:49.615053 7f59327fc6c0 Recovering log #122 +2025/02/22-22:33:49.625185 7f59327fc6c0 Delete type=3 #120 +2025/02/22-22:33:49.625256 7f59327fc6c0 Delete type=0 #122 +2025/02/22-22:43:19.770657 7f5693fff6c0 Level-0 table #127: started +2025/02/22-22:43:19.770730 7f5693fff6c0 Level-0 table #127: 0 bytes OK +2025/02/22-22:43:19.776949 7f5693fff6c0 Delete type=0 #125 +2025/02/22-22:43:19.797410 7f5693fff6c0 Manual compaction at level-0 from '!items!17mjvwS8R3B6LloG' @ 72057594037927935 : 1 .. '!items!zUYIVOuFpRur9aAR' @ 0 : 0; will stop at (end) diff --git a/packs/graces/LOG.old b/packs/graces/LOG.old index 0cc7e16..59f5141 100644 --- a/packs/graces/LOG.old +++ b/packs/graces/LOG.old @@ -1,7 +1,7 @@ -2025/02/21-17:37:17.386428 7f59327fc6c0 Recovering log #114 -2025/02/21-17:37:17.439969 7f59327fc6c0 Delete type=3 #112 -2025/02/21-17:37:17.440130 7f59327fc6c0 Delete type=0 #114 -2025/02/21-17:40:09.813728 7f5693fff6c0 Level-0 table #119: started -2025/02/21-17:40:09.813806 7f5693fff6c0 Level-0 table #119: 0 bytes OK -2025/02/21-17:40:09.820069 7f5693fff6c0 Delete type=0 #117 -2025/02/21-17:40:09.840912 7f5693fff6c0 Manual compaction at level-0 from '!items!17mjvwS8R3B6LloG' @ 72057594037927935 : 1 .. '!items!zUYIVOuFpRur9aAR' @ 0 : 0; will stop at (end) +2025/02/21-17:44:00.049637 7f5930ff96c0 Recovering log #118 +2025/02/21-17:44:00.112380 7f5930ff96c0 Delete type=3 #116 +2025/02/21-17:44:00.112480 7f5930ff96c0 Delete type=0 #118 +2025/02/21-17:47:55.677403 7f5693fff6c0 Level-0 table #123: started +2025/02/21-17:47:55.677440 7f5693fff6c0 Level-0 table #123: 0 bytes OK +2025/02/21-17:47:55.687654 7f5693fff6c0 Delete type=0 #121 +2025/02/21-17:47:55.710065 7f5693fff6c0 Manual compaction at level-0 from '!items!17mjvwS8R3B6LloG' @ 72057594037927935 : 1 .. '!items!zUYIVOuFpRur9aAR' @ 0 : 0; will stop at (end) diff --git a/packs/graces/MANIFEST-000120 b/packs/graces/MANIFEST-000124 similarity index 75% rename from packs/graces/MANIFEST-000120 rename to packs/graces/MANIFEST-000124 index 242fd9a..3fffbe2 100644 Binary files a/packs/graces/MANIFEST-000120 and b/packs/graces/MANIFEST-000124 differ diff --git a/packs/maladies/000122.log b/packs/maladies/000126.log similarity index 100% rename from packs/maladies/000122.log rename to packs/maladies/000126.log diff --git a/packs/maladies/CURRENT b/packs/maladies/CURRENT index 30eb131..f8370cf 100644 --- a/packs/maladies/CURRENT +++ b/packs/maladies/CURRENT @@ -1 +1 @@ -MANIFEST-000120 +MANIFEST-000124 diff --git a/packs/maladies/LOG b/packs/maladies/LOG index 285af23..b048d98 100644 --- a/packs/maladies/LOG +++ b/packs/maladies/LOG @@ -1,7 +1,7 @@ -2025/02/21-17:44:00.115577 7f59317fa6c0 Recovering log #118 -2025/02/21-17:44:00.167423 7f59317fa6c0 Delete type=3 #116 -2025/02/21-17:44:00.167553 7f59317fa6c0 Delete type=0 #118 -2025/02/21-17:47:55.695434 7f5693fff6c0 Level-0 table #123: started -2025/02/21-17:47:55.695473 7f5693fff6c0 Level-0 table #123: 0 bytes OK -2025/02/21-17:47:55.701961 7f5693fff6c0 Delete type=0 #121 -2025/02/21-17:47:55.710108 7f5693fff6c0 Manual compaction at level-0 from '!items!1icaxIywAwDXQcMz' @ 72057594037927935 : 1 .. '!items!ysGehYm1VkMWrI22' @ 0 : 0; will stop at (end) +2025/02/22-22:33:49.629130 7f5930ff96c0 Recovering log #122 +2025/02/22-22:33:49.639881 7f5930ff96c0 Delete type=3 #120 +2025/02/22-22:33:49.639935 7f5930ff96c0 Delete type=0 #122 +2025/02/22-22:43:19.777079 7f5693fff6c0 Level-0 table #127: started +2025/02/22-22:43:19.777104 7f5693fff6c0 Level-0 table #127: 0 bytes OK +2025/02/22-22:43:19.783503 7f5693fff6c0 Delete type=0 #125 +2025/02/22-22:43:19.797421 7f5693fff6c0 Manual compaction at level-0 from '!items!1icaxIywAwDXQcMz' @ 72057594037927935 : 1 .. '!items!ysGehYm1VkMWrI22' @ 0 : 0; will stop at (end) diff --git a/packs/maladies/LOG.old b/packs/maladies/LOG.old index 2950acb..285af23 100644 --- a/packs/maladies/LOG.old +++ b/packs/maladies/LOG.old @@ -1,7 +1,7 @@ -2025/02/21-17:37:17.445029 7f5930ff96c0 Recovering log #114 -2025/02/21-17:37:17.501603 7f5930ff96c0 Delete type=3 #112 -2025/02/21-17:37:17.501757 7f5930ff96c0 Delete type=0 #114 -2025/02/21-17:40:09.820238 7f5693fff6c0 Level-0 table #119: started -2025/02/21-17:40:09.820287 7f5693fff6c0 Level-0 table #119: 0 bytes OK -2025/02/21-17:40:09.826744 7f5693fff6c0 Delete type=0 #117 -2025/02/21-17:40:09.840932 7f5693fff6c0 Manual compaction at level-0 from '!items!1icaxIywAwDXQcMz' @ 72057594037927935 : 1 .. '!items!ysGehYm1VkMWrI22' @ 0 : 0; will stop at (end) +2025/02/21-17:44:00.115577 7f59317fa6c0 Recovering log #118 +2025/02/21-17:44:00.167423 7f59317fa6c0 Delete type=3 #116 +2025/02/21-17:44:00.167553 7f59317fa6c0 Delete type=0 #118 +2025/02/21-17:47:55.695434 7f5693fff6c0 Level-0 table #123: started +2025/02/21-17:47:55.695473 7f5693fff6c0 Level-0 table #123: 0 bytes OK +2025/02/21-17:47:55.701961 7f5693fff6c0 Delete type=0 #121 +2025/02/21-17:47:55.710108 7f5693fff6c0 Manual compaction at level-0 from '!items!1icaxIywAwDXQcMz' @ 72057594037927935 : 1 .. '!items!ysGehYm1VkMWrI22' @ 0 : 0; will stop at (end) diff --git a/packs/maladies/MANIFEST-000120 b/packs/maladies/MANIFEST-000124 similarity index 75% rename from packs/maladies/MANIFEST-000120 rename to packs/maladies/MANIFEST-000124 index 57d6800..73cb991 100644 Binary files a/packs/maladies/MANIFEST-000120 and b/packs/maladies/MANIFEST-000124 differ diff --git a/packs/scenes/000060.log b/packs/scenes/000064.log similarity index 100% rename from packs/scenes/000060.log rename to packs/scenes/000064.log diff --git a/packs/scenes/CURRENT b/packs/scenes/CURRENT index 717cf9a..5ca571d 100644 --- a/packs/scenes/CURRENT +++ b/packs/scenes/CURRENT @@ -1 +1 @@ -MANIFEST-000058 +MANIFEST-000062 diff --git a/packs/scenes/LOG b/packs/scenes/LOG index 14ce44c..c8c6c01 100644 --- a/packs/scenes/LOG +++ b/packs/scenes/LOG @@ -1,7 +1,7 @@ -2025/02/21-17:44:00.233536 7f59327fc6c0 Recovering log #56 -2025/02/21-17:44:00.291027 7f59327fc6c0 Delete type=3 #54 -2025/02/21-17:44:00.291155 7f59327fc6c0 Delete type=0 #56 -2025/02/21-17:47:55.702164 7f5693fff6c0 Level-0 table #61: started -2025/02/21-17:47:55.702213 7f5693fff6c0 Level-0 table #61: 0 bytes OK -2025/02/21-17:47:55.709876 7f5693fff6c0 Delete type=0 #59 -2025/02/21-17:47:55.710126 7f5693fff6c0 Manual compaction at level-0 from '!scenes!FJXugdbkBpEJEdR6' @ 72057594037927935 : 1 .. '!scenes!FJXugdbkBpEJEdR6' @ 0 : 0; will stop at (end) +2025/02/22-22:33:49.656683 7f5931ffb6c0 Recovering log #60 +2025/02/22-22:33:49.666865 7f5931ffb6c0 Delete type=3 #58 +2025/02/22-22:33:49.666921 7f5931ffb6c0 Delete type=0 #60 +2025/02/22-22:43:19.791156 7f5693fff6c0 Level-0 table #65: started +2025/02/22-22:43:19.791229 7f5693fff6c0 Level-0 table #65: 0 bytes OK +2025/02/22-22:43:19.797285 7f5693fff6c0 Delete type=0 #63 +2025/02/22-22:43:19.797477 7f5693fff6c0 Manual compaction at level-0 from '!scenes!FJXugdbkBpEJEdR6' @ 72057594037927935 : 1 .. '!scenes!FJXugdbkBpEJEdR6' @ 0 : 0; will stop at (end) diff --git a/packs/scenes/LOG.old b/packs/scenes/LOG.old index 0464d0d..14ce44c 100644 --- a/packs/scenes/LOG.old +++ b/packs/scenes/LOG.old @@ -1,7 +1,7 @@ -2025/02/21-17:37:17.569000 7f59317fa6c0 Recovering log #52 -2025/02/21-17:37:17.629782 7f59317fa6c0 Delete type=3 #50 -2025/02/21-17:37:17.629902 7f59317fa6c0 Delete type=0 #52 -2025/02/21-17:40:09.834331 7f5693fff6c0 Level-0 table #57: started -2025/02/21-17:40:09.834375 7f5693fff6c0 Level-0 table #57: 0 bytes OK -2025/02/21-17:40:09.840764 7f5693fff6c0 Delete type=0 #55 -2025/02/21-17:40:09.840960 7f5693fff6c0 Manual compaction at level-0 from '!scenes!FJXugdbkBpEJEdR6' @ 72057594037927935 : 1 .. '!scenes!FJXugdbkBpEJEdR6' @ 0 : 0; will stop at (end) +2025/02/21-17:44:00.233536 7f59327fc6c0 Recovering log #56 +2025/02/21-17:44:00.291027 7f59327fc6c0 Delete type=3 #54 +2025/02/21-17:44:00.291155 7f59327fc6c0 Delete type=0 #56 +2025/02/21-17:47:55.702164 7f5693fff6c0 Level-0 table #61: started +2025/02/21-17:47:55.702213 7f5693fff6c0 Level-0 table #61: 0 bytes OK +2025/02/21-17:47:55.709876 7f5693fff6c0 Delete type=0 #59 +2025/02/21-17:47:55.710126 7f5693fff6c0 Manual compaction at level-0 from '!scenes!FJXugdbkBpEJEdR6' @ 72057594037927935 : 1 .. '!scenes!FJXugdbkBpEJEdR6' @ 0 : 0; will stop at (end) diff --git a/packs/scenes/MANIFEST-000058 b/packs/scenes/MANIFEST-000062 similarity index 84% rename from packs/scenes/MANIFEST-000058 rename to packs/scenes/MANIFEST-000062 index dda71fc..110ff2d 100644 Binary files a/packs/scenes/MANIFEST-000058 and b/packs/scenes/MANIFEST-000062 differ diff --git a/packs/simples/000122.log b/packs/simples/000126.log similarity index 100% rename from packs/simples/000122.log rename to packs/simples/000126.log diff --git a/packs/simples/CURRENT b/packs/simples/CURRENT index 30eb131..f8370cf 100644 --- a/packs/simples/CURRENT +++ b/packs/simples/CURRENT @@ -1 +1 @@ -MANIFEST-000120 +MANIFEST-000124 diff --git a/packs/simples/LOG b/packs/simples/LOG index 66a6822..70c29ff 100644 --- a/packs/simples/LOG +++ b/packs/simples/LOG @@ -1,7 +1,7 @@ -2025/02/21-17:44:00.171470 7f5931ffb6c0 Recovering log #118 -2025/02/21-17:44:00.229098 7f5931ffb6c0 Delete type=3 #116 -2025/02/21-17:44:00.229246 7f5931ffb6c0 Delete type=0 #118 -2025/02/21-17:47:55.687944 7f5693fff6c0 Level-0 table #123: started -2025/02/21-17:47:55.688004 7f5693fff6c0 Level-0 table #123: 0 bytes OK -2025/02/21-17:47:55.695229 7f5693fff6c0 Delete type=0 #121 -2025/02/21-17:47:55.710089 7f5693fff6c0 Manual compaction at level-0 from '!items!1bAL2MQVpVBd0c5Z' @ 72057594037927935 : 1 .. '!items!zs67k4sxCid6oTK3' @ 0 : 0; will stop at (end) +2025/02/22-22:33:49.642688 7f59317fa6c0 Recovering log #122 +2025/02/22-22:33:49.653372 7f59317fa6c0 Delete type=3 #120 +2025/02/22-22:33:49.653442 7f59317fa6c0 Delete type=0 #122 +2025/02/22-22:43:19.783617 7f5693fff6c0 Level-0 table #127: started +2025/02/22-22:43:19.783640 7f5693fff6c0 Level-0 table #127: 0 bytes OK +2025/02/22-22:43:19.791036 7f5693fff6c0 Delete type=0 #125 +2025/02/22-22:43:19.797431 7f5693fff6c0 Manual compaction at level-0 from '!items!1bAL2MQVpVBd0c5Z' @ 72057594037927935 : 1 .. '!items!zs67k4sxCid6oTK3' @ 0 : 0; will stop at (end) diff --git a/packs/simples/LOG.old b/packs/simples/LOG.old index 2dd0498..66a6822 100644 --- a/packs/simples/LOG.old +++ b/packs/simples/LOG.old @@ -1,7 +1,7 @@ -2025/02/21-17:37:17.505625 7f5931ffb6c0 Recovering log #114 -2025/02/21-17:37:17.563325 7f5931ffb6c0 Delete type=3 #112 -2025/02/21-17:37:17.563437 7f5931ffb6c0 Delete type=0 #114 -2025/02/21-17:40:09.826880 7f5693fff6c0 Level-0 table #119: started -2025/02/21-17:40:09.826917 7f5693fff6c0 Level-0 table #119: 0 bytes OK -2025/02/21-17:40:09.834168 7f5693fff6c0 Delete type=0 #117 -2025/02/21-17:40:09.840947 7f5693fff6c0 Manual compaction at level-0 from '!items!1bAL2MQVpVBd0c5Z' @ 72057594037927935 : 1 .. '!items!zs67k4sxCid6oTK3' @ 0 : 0; will stop at (end) +2025/02/21-17:44:00.171470 7f5931ffb6c0 Recovering log #118 +2025/02/21-17:44:00.229098 7f5931ffb6c0 Delete type=3 #116 +2025/02/21-17:44:00.229246 7f5931ffb6c0 Delete type=0 #118 +2025/02/21-17:47:55.687944 7f5693fff6c0 Level-0 table #123: started +2025/02/21-17:47:55.688004 7f5693fff6c0 Level-0 table #123: 0 bytes OK +2025/02/21-17:47:55.695229 7f5693fff6c0 Delete type=0 #121 +2025/02/21-17:47:55.710089 7f5693fff6c0 Manual compaction at level-0 from '!items!1bAL2MQVpVBd0c5Z' @ 72057594037927935 : 1 .. '!items!zs67k4sxCid6oTK3' @ 0 : 0; will stop at (end) diff --git a/packs/simples/MANIFEST-000120 b/packs/simples/MANIFEST-000124 similarity index 75% rename from packs/simples/MANIFEST-000120 rename to packs/simples/MANIFEST-000124 index f6a402c..6863457 100644 Binary files a/packs/simples/MANIFEST-000120 and b/packs/simples/MANIFEST-000124 differ diff --git a/template.json b/template.json index cf3d26e..290dadf 100644 --- a/template.json +++ b/template.json @@ -1,7 +1,7 @@ { "Actor": { "types": ["pj", "pnj"], - "htmlFields": ["description", "equipmentfree"], + "htmlFields": ["description", "equipmentfree", "histoire"], "pj": {}, "pnj": {} }, diff --git a/templates/actors/actor-sheet.hbs b/templates/actors/actor-sheet.hbs index e49df24..98f0a54 100644 --- a/templates/actors/actor-sheet.hbs +++ b/templates/actors/actor-sheet.hbs @@ -449,7 +449,7 @@

- {{editor description target="system.biodata.description" button=true owner=owner + {{editor description target="system.description" button=true owner=owner editable=editable}}

@@ -457,7 +457,14 @@

- {{editor notes target="system.biodata.notes" button=true owner=owner editable=editable}} + {{editor notes target="system.notes" button=true owner=owner editable=editable}} +
+
+ +

+
+
+ {{editor histoire target="system.histoire" button=true owner=owner editable=editable}}