Correction sur les compétences de base
All checks were successful
Release Creation / build (release) Successful in 1m0s

This commit is contained in:
LeRatierBretonnien 2025-06-04 15:29:32 +02:00
parent 16ccd2f3e1
commit 3693d68c24
59 changed files with 165 additions and 219 deletions

View File

@ -595,6 +595,7 @@ export class TeDeumActor extends Actor {
let rollData = this.getCommonCompetence(compId) let rollData = this.getCommonCompetence(compId)
rollData.mode = "competence" rollData.mode = "competence"
rollData.title = rollData.competence.name rollData.title = rollData.competence.name
rollData.compScore = rollData.competence.system.isBase ? this.system.caracteristiques[rollData.competence.system.caracteristique].value : rollData.competence.system.score
this.startRoll(rollData).catch("Error on startRoll") this.startRoll(rollData).catch("Error on startRoll")
} }

View File

@ -478,7 +478,7 @@ export class TeDeumUtility {
} }
let diceBase = this.modifyDice(rollData.carac.dice, localModifier + Number(rollData.bonusMalus) + rollData.santeModifier) let diceBase = this.modifyDice(rollData.carac.dice, localModifier + Number(rollData.bonusMalus) + rollData.santeModifier)
if (!diceBase) return; if (!diceBase) return;
diceFormula = diceBase + "x + " + rollData.competence.system.score diceFormula = diceBase + "x + " + rollData.compScore
} }
if (rollData.enableProvidence) { if (rollData.enableProvidence) {
diceFormula += " + " + rollData.providence.dice diceFormula += " + " + rollData.providence.dice
@ -536,6 +536,14 @@ export class TeDeumUtility {
rollData.difficulty = "pardefaut" rollData.difficulty = "pardefaut"
} }
rollData.difficulty = game.system.tedeum.config.difficulte[rollData.difficulty].value rollData.difficulty = game.system.tedeum.config.difficulte[rollData.difficulty].value
// Compute the real competence score
if ( rollData.competence ) {
if ( rollData.competence.system.isBase) {
rollData.compScore = actor.system.caracteristiques[rollData.competence.system.caracteristique].value
} else {
rollData.compScore = rollData.competence.system.score
}
}
let diceFormula = this.computeRollFormula(rollData, actor) let diceFormula = this.computeRollFormula(rollData, actor)
if (!diceFormula) return; if (!diceFormula) return;
console.log("RollData", rollData, diceFormula) console.log("RollData", rollData, diceFormula)

View File

@ -1 +1 @@
MANIFEST-000099 MANIFEST-000108

View File

@ -1,14 +1,7 @@
2025/05/09-10:15:41.735148 7fbe907f86c0 Recovering log #97 2025/06/04-15:05:47.545416 7ff25bfff6c0 Recovering log #106
2025/05/09-10:15:41.791781 7fbe907f86c0 Delete type=3 #95 2025/06/04-15:05:47.556041 7ff25bfff6c0 Delete type=3 #104
2025/05/09-10:15:41.791840 7fbe907f86c0 Delete type=0 #97 2025/06/04-15:05:47.556120 7ff25bfff6c0 Delete type=0 #106
2025/05/09-10:26:09.013435 7fbe8fbff6c0 Level-0 table #102: started 2025/06/04-15:26:45.555523 7ff25a3ff6c0 Level-0 table #111: started
2025/05/09-10:26:09.031920 7fbe8fbff6c0 Level-0 table #102: 3728 bytes OK 2025/06/04-15:26:45.555566 7ff25a3ff6c0 Level-0 table #111: 0 bytes OK
2025/05/09-10:26:09.069119 7fbe8fbff6c0 Delete type=0 #100 2025/06/04-15:26:45.562169 7ff25a3ff6c0 Delete type=0 #109
2025/05/09-10:26:09.069442 7fbe8fbff6c0 Manual compaction at level-0 from '!journal!uNwJgi4kXBCiZmAH' @ 72057594037927935 : 1 .. '!journal.pages!uNwJgi4kXBCiZmAH.onhNU0mXhOpdNZJF' @ 0 : 0; will stop at '!journal.pages!uNwJgi4kXBCiZmAH.onhNU0mXhOpdNZJF' @ 25 : 1 2025/06/04-15:26:45.562425 7ff25a3ff6c0 Manual compaction at level-0 from '!journal!uNwJgi4kXBCiZmAH' @ 72057594037927935 : 1 .. '!journal.pages!uNwJgi4kXBCiZmAH.onhNU0mXhOpdNZJF' @ 0 : 0; will stop at (end)
2025/05/09-10:26:09.069450 7fbe8fbff6c0 Compacting 1@0 + 1@1 files
2025/05/09-10:26:09.093063 7fbe8fbff6c0 Generated table #103@0: 5 keys, 3728 bytes
2025/05/09-10:26:09.093094 7fbe8fbff6c0 Compacted 1@0 + 1@1 files => 3728 bytes
2025/05/09-10:26:09.137637 7fbe8fbff6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2025/05/09-10:26:09.137778 7fbe8fbff6c0 Delete type=2 #72
2025/05/09-10:26:09.137982 7fbe8fbff6c0 Delete type=2 #102
2025/05/09-10:26:09.254090 7fbe8fbff6c0 Manual compaction at level-0 from '!journal.pages!uNwJgi4kXBCiZmAH.onhNU0mXhOpdNZJF' @ 25 : 1 .. '!journal.pages!uNwJgi4kXBCiZmAH.onhNU0mXhOpdNZJF' @ 0 : 0; will stop at (end)

View File

@ -1,7 +1,7 @@
2025/04/20-09:24:48.041836 7fa413fff6c0 Recovering log #93 2025/05/18-22:00:33.531561 7f8905ffb6c0 Recovering log #101
2025/04/20-09:24:48.069770 7fa413fff6c0 Delete type=3 #91 2025/05/18-22:00:33.592770 7f8905ffb6c0 Delete type=3 #99
2025/04/20-09:24:48.069934 7fa413fff6c0 Delete type=0 #93 2025/05/18-22:00:33.592842 7f8905ffb6c0 Delete type=0 #101
2025/04/20-09:25:06.962777 7fa4127fc6c0 Level-0 table #98: started 2025/05/18-22:05:29.127669 7f8667fff6c0 Level-0 table #107: started
2025/04/20-09:25:06.962842 7fa4127fc6c0 Level-0 table #98: 0 bytes OK 2025/05/18-22:05:29.127710 7f8667fff6c0 Level-0 table #107: 0 bytes OK
2025/04/20-09:25:06.970328 7fa4127fc6c0 Delete type=0 #96 2025/05/18-22:05:29.134205 7f8667fff6c0 Delete type=0 #105
2025/04/20-09:25:06.988174 7fa4127fc6c0 Manual compaction at level-0 from '!journal!uNwJgi4kXBCiZmAH' @ 72057594037927935 : 1 .. '!journal.pages!uNwJgi4kXBCiZmAH.onhNU0mXhOpdNZJF' @ 0 : 0; will stop at (end) 2025/05/18-22:05:29.134321 7f8667fff6c0 Manual compaction at level-0 from '!journal!uNwJgi4kXBCiZmAH' @ 72057594037927935 : 1 .. '!journal.pages!uNwJgi4kXBCiZmAH.onhNU0mXhOpdNZJF' @ 0 : 0; will stop at (end)

Binary file not shown.

BIN
packs/aides/MANIFEST-000108 Normal file

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000202 MANIFEST-000211

View File

@ -1,14 +1,7 @@
2025/05/09-10:15:41.297396 7fbe90ff96c0 Recovering log #200 2025/06/04-15:05:47.429143 7ff25affd6c0 Recovering log #209
2025/05/09-10:15:41.362108 7fbe90ff96c0 Delete type=3 #198 2025/06/04-15:05:47.441082 7ff25affd6c0 Delete type=3 #207
2025/05/09-10:15:41.362318 7fbe90ff96c0 Delete type=0 #200 2025/06/04-15:05:47.441344 7ff25affd6c0 Delete type=0 #209
2025/05/09-10:26:08.357066 7fbe8fbff6c0 Level-0 table #205: started 2025/06/04-15:26:45.478679 7ff25a3ff6c0 Level-0 table #214: started
2025/05/09-10:26:08.362656 7fbe8fbff6c0 Level-0 table #205: 30743 bytes OK 2025/06/04-15:26:45.478793 7ff25a3ff6c0 Level-0 table #214: 0 bytes OK
2025/05/09-10:26:08.375920 7fbe8fbff6c0 Delete type=0 #203 2025/06/04-15:26:45.485108 7ff25a3ff6c0 Delete type=0 #212
2025/05/09-10:26:08.439160 7fbe8fbff6c0 Manual compaction at level-0 from '!folders!InCQeTRdT5jXMX82' @ 72057594037927935 : 1 .. '!items!wxIHkrq98eQ3cOvp' @ 0 : 0; will stop at '!items!wxIHkrq98eQ3cOvp' @ 73 : 1 2025/06/04-15:26:45.505317 7ff25a3ff6c0 Manual compaction at level-0 from '!folders!InCQeTRdT5jXMX82' @ 72057594037927935 : 1 .. '!items!wxIHkrq98eQ3cOvp' @ 0 : 0; will stop at (end)
2025/05/09-10:26:08.439169 7fbe8fbff6c0 Compacting 1@0 + 1@1 files
2025/05/09-10:26:08.445806 7fbe8fbff6c0 Generated table #206@0: 38 keys, 31247 bytes
2025/05/09-10:26:08.445836 7fbe8fbff6c0 Compacted 1@0 + 1@1 files => 31247 bytes
2025/05/09-10:26:08.458685 7fbe8fbff6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2025/05/09-10:26:08.458808 7fbe8fbff6c0 Delete type=2 #197
2025/05/09-10:26:08.458974 7fbe8fbff6c0 Delete type=2 #205
2025/05/09-10:26:08.486140 7fbe8fbff6c0 Manual compaction at level-0 from '!items!wxIHkrq98eQ3cOvp' @ 73 : 1 .. '!items!wxIHkrq98eQ3cOvp' @ 0 : 0; will stop at (end)

View File

@ -1,7 +1,7 @@
2025/04/20-09:24:47.881295 7fa412ffd6c0 Recovering log #195 2025/05/18-22:00:33.073973 7f8904ff96c0 Recovering log #204
2025/04/20-09:24:47.897306 7fa412ffd6c0 Delete type=3 #193 2025/05/18-22:00:33.125273 7f8904ff96c0 Delete type=3 #202
2025/04/20-09:24:47.897426 7fa412ffd6c0 Delete type=0 #195 2025/05/18-22:00:33.125334 7f8904ff96c0 Delete type=0 #204
2025/04/20-09:25:06.915266 7fa4127fc6c0 Level-0 table #201: started 2025/05/18-22:05:29.052408 7f8667fff6c0 Level-0 table #210: started
2025/04/20-09:25:06.915317 7fa4127fc6c0 Level-0 table #201: 0 bytes OK 2025/05/18-22:05:29.052435 7f8667fff6c0 Level-0 table #210: 0 bytes OK
2025/04/20-09:25:06.922256 7fa4127fc6c0 Delete type=0 #199 2025/05/18-22:05:29.058826 7f8667fff6c0 Delete type=0 #208
2025/04/20-09:25:06.929081 7fa4127fc6c0 Manual compaction at level-0 from '!folders!InCQeTRdT5jXMX82' @ 72057594037927935 : 1 .. '!items!wxIHkrq98eQ3cOvp' @ 0 : 0; will stop at (end) 2025/05/18-22:05:29.071831 7f8667fff6c0 Manual compaction at level-0 from '!folders!InCQeTRdT5jXMX82' @ 72057594037927935 : 1 .. '!items!wxIHkrq98eQ3cOvp' @ 0 : 0; will stop at (end)

Binary file not shown.

BIN
packs/armes/MANIFEST-000211 Normal file

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000201 MANIFEST-000210

View File

@ -1,14 +1,7 @@
2025/05/09-10:15:41.365049 7fbe917fa6c0 Recovering log #199 2025/06/04-15:05:47.446612 7ff2609fa6c0 Recovering log #208
2025/05/09-10:15:41.456977 7fbe917fa6c0 Delete type=3 #197 2025/06/04-15:05:47.457941 7ff2609fa6c0 Delete type=3 #206
2025/05/09-10:15:41.457096 7fbe917fa6c0 Delete type=0 #199 2025/06/04-15:05:47.458200 7ff2609fa6c0 Delete type=0 #208
2025/05/09-10:26:08.314346 7fbe8fbff6c0 Level-0 table #204: started 2025/06/04-15:26:45.491864 7ff25a3ff6c0 Level-0 table #213: started
2025/05/09-10:26:08.321855 7fbe8fbff6c0 Level-0 table #204: 11921 bytes OK 2025/06/04-15:26:45.491924 7ff25a3ff6c0 Level-0 table #213: 0 bytes OK
2025/05/09-10:26:08.334418 7fbe8fbff6c0 Delete type=0 #202 2025/06/04-15:26:45.498683 7ff25a3ff6c0 Delete type=0 #211
2025/05/09-10:26:08.402084 7fbe8fbff6c0 Manual compaction at level-0 from '!folders!2wTJBj3dicRKzNOE' @ 72057594037927935 : 1 .. '!items!ufvhWG5V8pX0qrtR' @ 0 : 0; will stop at '!items!ufvhWG5V8pX0qrtR' @ 54 : 1 2025/06/04-15:26:45.505345 7ff25a3ff6c0 Manual compaction at level-0 from '!folders!2wTJBj3dicRKzNOE' @ 72057594037927935 : 1 .. '!items!ufvhWG5V8pX0qrtR' @ 0 : 0; will stop at (end)
2025/05/09-10:26:08.402106 7fbe8fbff6c0 Compacting 1@0 + 1@1 files
2025/05/09-10:26:08.407755 7fbe8fbff6c0 Generated table #205@0: 29 keys, 12111 bytes
2025/05/09-10:26:08.407809 7fbe8fbff6c0 Compacted 1@0 + 1@1 files => 12111 bytes
2025/05/09-10:26:08.419957 7fbe8fbff6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2025/05/09-10:26:08.420095 7fbe8fbff6c0 Delete type=2 #174
2025/05/09-10:26:08.420237 7fbe8fbff6c0 Delete type=2 #204
2025/05/09-10:26:08.486117 7fbe8fbff6c0 Manual compaction at level-0 from '!items!ufvhWG5V8pX0qrtR' @ 54 : 1 .. '!items!ufvhWG5V8pX0qrtR' @ 0 : 0; will stop at (end)

View File

@ -1,7 +1,7 @@
2025/04/20-09:24:47.903860 7fa413fff6c0 Recovering log #195 2025/05/18-22:00:33.135764 7f89067fc6c0 Recovering log #203
2025/04/20-09:24:47.919442 7fa413fff6c0 Delete type=3 #193 2025/05/18-22:00:33.191351 7f89067fc6c0 Delete type=3 #201
2025/04/20-09:24:47.919592 7fa413fff6c0 Delete type=0 #195 2025/05/18-22:00:33.191454 7f89067fc6c0 Delete type=0 #203
2025/04/20-09:25:06.908159 7fa4127fc6c0 Level-0 table #200: started 2025/05/18-22:05:29.065248 7f8667fff6c0 Level-0 table #209: started
2025/04/20-09:25:06.908228 7fa4127fc6c0 Level-0 table #200: 0 bytes OK 2025/05/18-22:05:29.065277 7f8667fff6c0 Level-0 table #209: 0 bytes OK
2025/04/20-09:25:06.915011 7fa4127fc6c0 Delete type=0 #198 2025/05/18-22:05:29.071683 7f8667fff6c0 Delete type=0 #207
2025/04/20-09:25:06.929064 7fa4127fc6c0 Manual compaction at level-0 from '!folders!2wTJBj3dicRKzNOE' @ 72057594037927935 : 1 .. '!items!ufvhWG5V8pX0qrtR' @ 0 : 0; will stop at (end) 2025/05/18-22:05:29.071852 7f8667fff6c0 Manual compaction at level-0 from '!folders!2wTJBj3dicRKzNOE' @ 72057594037927935 : 1 .. '!items!ufvhWG5V8pX0qrtR' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000198 MANIFEST-000207

View File

@ -1,14 +1,7 @@
2025/05/09-10:15:41.212131 7fbe907f86c0 Recovering log #196 2025/06/04-15:05:47.413144 7ff25bfff6c0 Recovering log #205
2025/05/09-10:15:41.294357 7fbe907f86c0 Delete type=3 #194 2025/06/04-15:05:47.423163 7ff25bfff6c0 Delete type=3 #203
2025/05/09-10:15:41.294415 7fbe907f86c0 Delete type=0 #196 2025/06/04-15:05:47.423245 7ff25bfff6c0 Delete type=0 #205
2025/05/09-10:26:08.334569 7fbe8fbff6c0 Level-0 table #201: started 2025/06/04-15:26:45.485291 7ff25a3ff6c0 Level-0 table #210: started
2025/05/09-10:26:08.342225 7fbe8fbff6c0 Level-0 table #201: 38203 bytes OK 2025/06/04-15:26:45.485326 7ff25a3ff6c0 Level-0 table #210: 0 bytes OK
2025/05/09-10:26:08.356875 7fbe8fbff6c0 Delete type=0 #199 2025/06/04-15:26:45.491655 7ff25a3ff6c0 Delete type=0 #208
2025/05/09-10:26:08.420303 7fbe8fbff6c0 Manual compaction at level-0 from '!folders!4OPhigzcPv46qbWW' @ 72057594037927935 : 1 .. '!items!yx4k7lQHGcom99mk' @ 0 : 0; will stop at '!items!yx4k7lQHGcom99mk' @ 237 : 1 2025/06/04-15:26:45.505333 7ff25a3ff6c0 Manual compaction at level-0 from '!folders!4OPhigzcPv46qbWW' @ 72057594037927935 : 1 .. '!items!yx4k7lQHGcom99mk' @ 0 : 0; will stop at (end)
2025/05/09-10:26:08.420310 7fbe8fbff6c0 Compacting 1@0 + 1@1 files
2025/05/09-10:26:08.426825 7fbe8fbff6c0 Generated table #202@0: 116 keys, 38485 bytes
2025/05/09-10:26:08.426858 7fbe8fbff6c0 Compacted 1@0 + 1@1 files => 38485 bytes
2025/05/09-10:26:08.438808 7fbe8fbff6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2025/05/09-10:26:08.438945 7fbe8fbff6c0 Delete type=2 #171
2025/05/09-10:26:08.439090 7fbe8fbff6c0 Delete type=2 #201
2025/05/09-10:26:08.486130 7fbe8fbff6c0 Manual compaction at level-0 from '!items!yx4k7lQHGcom99mk' @ 237 : 1 .. '!items!yx4k7lQHGcom99mk' @ 0 : 0; will stop at (end)

View File

@ -1,7 +1,7 @@
2025/04/20-09:24:47.857871 7fa4137fe6c0 Recovering log #192 2025/05/18-22:00:32.966617 7f8905ffb6c0 Recovering log #200
2025/04/20-09:24:47.873833 7fa4137fe6c0 Delete type=3 #190 2025/05/18-22:00:33.058932 7f8905ffb6c0 Delete type=3 #198
2025/04/20-09:24:47.873948 7fa4137fe6c0 Delete type=0 #192 2025/05/18-22:00:33.058991 7f8905ffb6c0 Delete type=0 #200
2025/04/20-09:25:06.901277 7fa4127fc6c0 Level-0 table #197: started 2025/05/18-22:05:29.044847 7f8667fff6c0 Level-0 table #206: started
2025/04/20-09:25:06.901384 7fa4127fc6c0 Level-0 table #197: 0 bytes OK 2025/05/18-22:05:29.044904 7f8667fff6c0 Level-0 table #206: 0 bytes OK
2025/04/20-09:25:06.907939 7fa4127fc6c0 Delete type=0 #195 2025/05/18-22:05:29.052189 7f8667fff6c0 Delete type=0 #204
2025/04/20-09:25:06.929038 7fa4127fc6c0 Manual compaction at level-0 from '!folders!4OPhigzcPv46qbWW' @ 72057594037927935 : 1 .. '!items!yx4k7lQHGcom99mk' @ 0 : 0; will stop at (end) 2025/05/18-22:05:29.071818 7f8667fff6c0 Manual compaction at level-0 from '!folders!4OPhigzcPv46qbWW' @ 72057594037927935 : 1 .. '!items!yx4k7lQHGcom99mk' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000210 MANIFEST-000219

View File

@ -1,14 +1,7 @@
2025/05/09-10:15:41.459323 7fbe907f86c0 Recovering log #208 2025/06/04-15:05:47.464179 7ff25b7fe6c0 Recovering log #217
2025/05/09-10:15:41.503379 7fbe907f86c0 Delete type=3 #206 2025/06/04-15:05:47.474973 7ff25b7fe6c0 Delete type=3 #215
2025/05/09-10:15:41.503446 7fbe907f86c0 Delete type=0 #208 2025/06/04-15:05:47.475215 7ff25b7fe6c0 Delete type=0 #217
2025/05/09-10:26:08.376101 7fbe8fbff6c0 Level-0 table #213: started 2025/06/04-15:26:45.511713 7ff25a3ff6c0 Level-0 table #222: started
2025/05/09-10:26:08.388425 7fbe8fbff6c0 Level-0 table #213: 263867 bytes OK 2025/06/04-15:26:45.511749 7ff25a3ff6c0 Level-0 table #222: 0 bytes OK
2025/05/09-10:26:08.401652 7fbe8fbff6c0 Delete type=0 #211 2025/06/04-15:26:45.518781 7ff25a3ff6c0 Delete type=0 #220
2025/05/09-10:26:08.459044 7fbe8fbff6c0 Manual compaction at level-0 from '!folders!9PQi3Lv54rpcxavo' @ 72057594037927935 : 1 .. '!items!zGlRtP7zSnkjuuue' @ 0 : 0; will stop at '!items!zGlRtP7zSnkjuuue' @ 510 : 1 2025/06/04-15:26:45.531871 7ff25a3ff6c0 Manual compaction at level-0 from '!folders!9PQi3Lv54rpcxavo' @ 72057594037927935 : 1 .. '!items!zGlRtP7zSnkjuuue' @ 0 : 0; will stop at (end)
2025/05/09-10:26:08.459053 7fbe8fbff6c0 Compacting 1@0 + 1@1 files
2025/05/09-10:26:08.472966 7fbe8fbff6c0 Generated table #214@0: 71 keys, 264215 bytes
2025/05/09-10:26:08.472996 7fbe8fbff6c0 Compacted 1@0 + 1@1 files => 264215 bytes
2025/05/09-10:26:08.485587 7fbe8fbff6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2025/05/09-10:26:08.485765 7fbe8fbff6c0 Delete type=2 #205
2025/05/09-10:26:08.485988 7fbe8fbff6c0 Delete type=2 #213
2025/05/09-10:26:08.486148 7fbe8fbff6c0 Manual compaction at level-0 from '!items!zGlRtP7zSnkjuuue' @ 510 : 1 .. '!items!zGlRtP7zSnkjuuue' @ 0 : 0; will stop at (end)

View File

@ -1,7 +1,7 @@
2025/04/20-09:24:47.923568 7fa418ffa6c0 Recovering log #203 2025/05/18-22:00:33.199430 7f89057fa6c0 Recovering log #212
2025/04/20-09:24:47.940475 7fa418ffa6c0 Delete type=3 #201 2025/05/18-22:00:33.264639 7f89057fa6c0 Delete type=3 #210
2025/04/20-09:24:47.940632 7fa418ffa6c0 Delete type=0 #203 2025/05/18-22:00:33.264698 7f89057fa6c0 Delete type=0 #212
2025/04/20-09:25:06.922414 7fa4127fc6c0 Level-0 table #209: started 2025/05/18-22:05:29.078828 7f8667fff6c0 Level-0 table #218: started
2025/04/20-09:25:06.922447 7fa4127fc6c0 Level-0 table #209: 0 bytes OK 2025/05/18-22:05:29.078861 7f8667fff6c0 Level-0 table #218: 0 bytes OK
2025/04/20-09:25:06.928838 7fa4127fc6c0 Delete type=0 #207 2025/05/18-22:05:29.085105 7f8667fff6c0 Delete type=0 #216
2025/04/20-09:25:06.929095 7fa4127fc6c0 Manual compaction at level-0 from '!folders!9PQi3Lv54rpcxavo' @ 72057594037927935 : 1 .. '!items!zGlRtP7zSnkjuuue' @ 0 : 0; will stop at (end) 2025/05/18-22:05:29.098638 7f8667fff6c0 Manual compaction at level-0 from '!folders!9PQi3Lv54rpcxavo' @ 72057594037927935 : 1 .. '!items!zGlRtP7zSnkjuuue' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000201 MANIFEST-000210

View File

@ -1,14 +1,7 @@
2025/05/09-10:15:41.507118 7fbe91ffb6c0 Recovering log #199 2025/06/04-15:05:47.481354 7ff25affd6c0 Recovering log #208
2025/05/09-10:15:41.563016 7fbe91ffb6c0 Delete type=3 #197 2025/06/04-15:05:47.492415 7ff25affd6c0 Delete type=3 #206
2025/05/09-10:15:41.563136 7fbe91ffb6c0 Delete type=0 #199 2025/06/04-15:05:47.492508 7ff25affd6c0 Delete type=0 #208
2025/05/09-10:26:08.486247 7fbe8fbff6c0 Level-0 table #204: started 2025/06/04-15:26:45.499004 7ff25a3ff6c0 Level-0 table #213: started
2025/05/09-10:26:08.492712 7fbe8fbff6c0 Level-0 table #204: 20052 bytes OK 2025/06/04-15:26:45.499054 7ff25a3ff6c0 Level-0 table #213: 0 bytes OK
2025/05/09-10:26:08.521869 7fbe8fbff6c0 Delete type=0 #202 2025/06/04-15:26:45.505185 7ff25a3ff6c0 Delete type=0 #211
2025/05/09-10:26:08.657886 7fbe8fbff6c0 Manual compaction at level-0 from '!items!17mjvwS8R3B6LloG' @ 72057594037927935 : 1 .. '!items!zUYIVOuFpRur9aAR' @ 0 : 0; will stop at '!items!zUYIVOuFpRur9aAR' @ 109 : 1 2025/06/04-15:26:45.505355 7ff25a3ff6c0 Manual compaction at level-0 from '!items!17mjvwS8R3B6LloG' @ 72057594037927935 : 1 .. '!items!zUYIVOuFpRur9aAR' @ 0 : 0; will stop at (end)
2025/05/09-10:26:08.657901 7fbe8fbff6c0 Compacting 1@0 + 1@1 files
2025/05/09-10:26:08.675906 7fbe8fbff6c0 Generated table #205@0: 49 keys, 20052 bytes
2025/05/09-10:26:08.675933 7fbe8fbff6c0 Compacted 1@0 + 1@1 files => 20052 bytes
2025/05/09-10:26:08.712163 7fbe8fbff6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2025/05/09-10:26:08.712328 7fbe8fbff6c0 Delete type=2 #196
2025/05/09-10:26:08.712603 7fbe8fbff6c0 Delete type=2 #204
2025/05/09-10:26:08.869429 7fbe8fbff6c0 Manual compaction at level-0 from '!items!zUYIVOuFpRur9aAR' @ 109 : 1 .. '!items!zUYIVOuFpRur9aAR' @ 0 : 0; will stop at (end)

View File

@ -1,7 +1,7 @@
2025/04/20-09:24:47.948681 7fa4137fe6c0 Recovering log #194 2025/05/18-22:00:33.273056 7f8904ff96c0 Recovering log #203
2025/04/20-09:24:47.965382 7fa4137fe6c0 Delete type=3 #192 2025/05/18-22:00:33.327855 7f8904ff96c0 Delete type=3 #201
2025/04/20-09:24:47.965487 7fa4137fe6c0 Delete type=0 #194 2025/05/18-22:00:33.327981 7f8904ff96c0 Delete type=0 #203
2025/04/20-09:25:06.935620 7fa4127fc6c0 Level-0 table #200: started 2025/05/18-22:05:29.058954 7f8667fff6c0 Level-0 table #209: started
2025/04/20-09:25:06.935652 7fa4127fc6c0 Level-0 table #200: 0 bytes OK 2025/05/18-22:05:29.058982 7f8667fff6c0 Level-0 table #209: 0 bytes OK
2025/04/20-09:25:06.942921 7fa4127fc6c0 Delete type=0 #198 2025/05/18-22:05:29.065089 7f8667fff6c0 Delete type=0 #207
2025/04/20-09:25:06.956261 7fa4127fc6c0 Manual compaction at level-0 from '!items!17mjvwS8R3B6LloG' @ 72057594037927935 : 1 .. '!items!zUYIVOuFpRur9aAR' @ 0 : 0; will stop at (end) 2025/05/18-22:05:29.071842 7f8667fff6c0 Manual compaction at level-0 from '!items!17mjvwS8R3B6LloG' @ 72057594037927935 : 1 .. '!items!zUYIVOuFpRur9aAR' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000201 MANIFEST-000210

View File

@ -1,14 +1,7 @@
2025/05/09-10:15:41.566104 7fbe917fa6c0 Recovering log #199 2025/06/04-15:05:47.497176 7ff25bfff6c0 Recovering log #208
2025/05/09-10:15:41.607068 7fbe917fa6c0 Delete type=3 #197 2025/06/04-15:05:47.507676 7ff25bfff6c0 Delete type=3 #206
2025/05/09-10:15:41.607127 7fbe917fa6c0 Delete type=0 #199 2025/06/04-15:05:47.507762 7ff25bfff6c0 Delete type=0 #208
2025/05/09-10:26:08.522102 7fbe8fbff6c0 Level-0 table #204: started 2025/06/04-15:26:45.518949 7ff25a3ff6c0 Level-0 table #213: started
2025/05/09-10:26:08.533326 7fbe8fbff6c0 Level-0 table #204: 11517 bytes OK 2025/06/04-15:26:45.518983 7ff25a3ff6c0 Level-0 table #213: 0 bytes OK
2025/05/09-10:26:08.560180 7fbe8fbff6c0 Delete type=0 #202 2025/06/04-15:26:45.525386 7ff25a3ff6c0 Delete type=0 #211
2025/05/09-10:26:08.712861 7fbe8fbff6c0 Manual compaction at level-0 from '!items!1icaxIywAwDXQcMz' @ 72057594037927935 : 1 .. '!items!ysGehYm1VkMWrI22' @ 0 : 0; will stop at '!items!ysGehYm1VkMWrI22' @ 71 : 1 2025/06/04-15:26:45.531893 7ff25a3ff6c0 Manual compaction at level-0 from '!items!1icaxIywAwDXQcMz' @ 72057594037927935 : 1 .. '!items!ysGehYm1VkMWrI22' @ 0 : 0; will stop at (end)
2025/05/09-10:26:08.712889 7fbe8fbff6c0 Compacting 1@0 + 1@1 files
2025/05/09-10:26:08.728740 7fbe8fbff6c0 Generated table #205@0: 17 keys, 11517 bytes
2025/05/09-10:26:08.728771 7fbe8fbff6c0 Compacted 1@0 + 1@1 files => 11517 bytes
2025/05/09-10:26:08.762648 7fbe8fbff6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2025/05/09-10:26:08.762817 7fbe8fbff6c0 Delete type=2 #196
2025/05/09-10:26:08.762965 7fbe8fbff6c0 Delete type=2 #204
2025/05/09-10:26:08.869440 7fbe8fbff6c0 Manual compaction at level-0 from '!items!ysGehYm1VkMWrI22' @ 71 : 1 .. '!items!ysGehYm1VkMWrI22' @ 0 : 0; will stop at (end)

View File

@ -1,7 +1,7 @@
2025/04/20-09:24:47.972234 7fa412ffd6c0 Recovering log #194 2025/05/18-22:00:33.333998 7f89067fc6c0 Recovering log #203
2025/04/20-09:24:47.989602 7fa412ffd6c0 Delete type=3 #192 2025/05/18-22:00:33.393841 7f89067fc6c0 Delete type=3 #201
2025/04/20-09:24:47.989720 7fa412ffd6c0 Delete type=0 #194 2025/05/18-22:00:33.393896 7f89067fc6c0 Delete type=0 #203
2025/04/20-09:25:06.929262 7fa4127fc6c0 Level-0 table #200: started 2025/05/18-22:05:29.085237 7f8667fff6c0 Level-0 table #209: started
2025/04/20-09:25:06.929306 7fa4127fc6c0 Level-0 table #200: 0 bytes OK 2025/05/18-22:05:29.085265 7f8667fff6c0 Level-0 table #209: 0 bytes OK
2025/04/20-09:25:06.935454 7fa4127fc6c0 Delete type=0 #198 2025/05/18-22:05:29.091461 7f8667fff6c0 Delete type=0 #207
2025/04/20-09:25:06.956241 7fa4127fc6c0 Manual compaction at level-0 from '!items!1icaxIywAwDXQcMz' @ 72057594037927935 : 1 .. '!items!ysGehYm1VkMWrI22' @ 0 : 0; will stop at (end) 2025/05/18-22:05:29.098648 7f8667fff6c0 Manual compaction at level-0 from '!items!1icaxIywAwDXQcMz' @ 72057594037927935 : 1 .. '!items!ysGehYm1VkMWrI22' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000138 MANIFEST-000147

View File

@ -1,14 +1,7 @@
2025/05/09-10:15:41.675033 7fbe91ffb6c0 Recovering log #136 2025/06/04-15:05:47.528778 7ff25b7fe6c0 Recovering log #145
2025/05/09-10:15:41.730910 7fbe91ffb6c0 Delete type=3 #134 2025/06/04-15:05:47.538793 7ff25b7fe6c0 Delete type=3 #143
2025/05/09-10:15:41.730997 7fbe91ffb6c0 Delete type=0 #136 2025/06/04-15:05:47.538886 7ff25b7fe6c0 Delete type=0 #145
2025/05/09-10:26:08.601281 7fbe8fbff6c0 Level-0 table #141: started 2025/06/04-15:26:45.525488 7ff25a3ff6c0 Level-0 table #150: started
2025/05/09-10:26:08.620048 7fbe8fbff6c0 Level-0 table #141: 1344 bytes OK 2025/06/04-15:26:45.525518 7ff25a3ff6c0 Level-0 table #150: 0 bytes OK
2025/05/09-10:26:08.657679 7fbe8fbff6c0 Delete type=0 #139 2025/06/04-15:26:45.531590 7ff25a3ff6c0 Delete type=0 #148
2025/05/09-10:26:08.818209 7fbe8fbff6c0 Manual compaction at level-0 from '!scenes!FJXugdbkBpEJEdR6' @ 72057594037927935 : 1 .. '!scenes!FJXugdbkBpEJEdR6' @ 0 : 0; will stop at '!scenes!FJXugdbkBpEJEdR6' @ 5 : 1 2025/06/04-15:26:45.531909 7ff25a3ff6c0 Manual compaction at level-0 from '!scenes!FJXugdbkBpEJEdR6' @ 72057594037927935 : 1 .. '!scenes!FJXugdbkBpEJEdR6' @ 0 : 0; will stop at (end)
2025/05/09-10:26:08.818224 7fbe8fbff6c0 Compacting 1@0 + 1@1 files
2025/05/09-10:26:08.836037 7fbe8fbff6c0 Generated table #142@0: 1 keys, 1344 bytes
2025/05/09-10:26:08.836067 7fbe8fbff6c0 Compacted 1@0 + 1@1 files => 1344 bytes
2025/05/09-10:26:08.869141 7fbe8fbff6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2025/05/09-10:26:08.869252 7fbe8fbff6c0 Delete type=2 #111
2025/05/09-10:26:08.869366 7fbe8fbff6c0 Delete type=2 #141
2025/05/09-10:26:08.869479 7fbe8fbff6c0 Manual compaction at level-0 from '!scenes!FJXugdbkBpEJEdR6' @ 5 : 1 .. '!scenes!FJXugdbkBpEJEdR6' @ 0 : 0; will stop at (end)

View File

@ -1,7 +1,7 @@
2025/04/20-09:24:48.018535 7fa418ffa6c0 Recovering log #132 2025/05/18-22:00:33.470618 7f89057fa6c0 Recovering log #140
2025/04/20-09:24:48.034352 7fa418ffa6c0 Delete type=3 #130 2025/05/18-22:00:33.527042 7f89057fa6c0 Delete type=3 #138
2025/04/20-09:24:48.034446 7fa418ffa6c0 Delete type=0 #132 2025/05/18-22:00:33.527136 7f89057fa6c0 Delete type=0 #140
2025/04/20-09:25:06.943076 7fa4127fc6c0 Level-0 table #137: started 2025/05/18-22:05:29.091684 7f8667fff6c0 Level-0 table #146: started
2025/04/20-09:25:06.943110 7fa4127fc6c0 Level-0 table #137: 0 bytes OK 2025/05/18-22:05:29.091715 7f8667fff6c0 Level-0 table #146: 0 bytes OK
2025/04/20-09:25:06.949678 7fa4127fc6c0 Delete type=0 #135 2025/05/18-22:05:29.098504 7f8667fff6c0 Delete type=0 #144
2025/04/20-09:25:06.956277 7fa4127fc6c0 Manual compaction at level-0 from '!scenes!FJXugdbkBpEJEdR6' @ 72057594037927935 : 1 .. '!scenes!FJXugdbkBpEJEdR6' @ 0 : 0; will stop at (end) 2025/05/18-22:05:29.098657 7f8667fff6c0 Manual compaction at level-0 from '!scenes!FJXugdbkBpEJEdR6' @ 72057594037927935 : 1 .. '!scenes!FJXugdbkBpEJEdR6' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000201 MANIFEST-000210

View File

@ -1,14 +1,7 @@
2025/05/09-10:15:41.609264 7fbe90ff96c0 Recovering log #199 2025/06/04-15:05:47.512282 7ff2609fa6c0 Recovering log #208
2025/05/09-10:15:41.672478 7fbe90ff96c0 Delete type=3 #197 2025/06/04-15:05:47.522888 7ff2609fa6c0 Delete type=3 #206
2025/05/09-10:15:41.672535 7fbe90ff96c0 Delete type=0 #199 2025/06/04-15:05:47.522989 7ff2609fa6c0 Delete type=0 #208
2025/05/09-10:26:08.560441 7fbe8fbff6c0 Level-0 table #204: started 2025/06/04-15:26:45.505492 7ff25a3ff6c0 Level-0 table #213: started
2025/05/09-10:26:08.570942 7fbe8fbff6c0 Level-0 table #204: 21176 bytes OK 2025/06/04-15:26:45.505521 7ff25a3ff6c0 Level-0 table #213: 0 bytes OK
2025/05/09-10:26:08.601073 7fbe8fbff6c0 Delete type=0 #202 2025/06/04-15:26:45.511578 7ff25a3ff6c0 Delete type=0 #211
2025/05/09-10:26:08.763048 7fbe8fbff6c0 Manual compaction at level-0 from '!items!1bAL2MQVpVBd0c5Z' @ 72057594037927935 : 1 .. '!items!zs67k4sxCid6oTK3' @ 0 : 0; will stop at '!items!zs67k4sxCid6oTK3' @ 80 : 1 2025/06/04-15:26:45.531835 7ff25a3ff6c0 Manual compaction at level-0 from '!items!1bAL2MQVpVBd0c5Z' @ 72057594037927935 : 1 .. '!items!zs67k4sxCid6oTK3' @ 0 : 0; will stop at (end)
2025/05/09-10:26:08.763056 7fbe8fbff6c0 Compacting 1@0 + 1@1 files
2025/05/09-10:26:08.781378 7fbe8fbff6c0 Generated table #205@0: 36 keys, 21176 bytes
2025/05/09-10:26:08.781419 7fbe8fbff6c0 Compacted 1@0 + 1@1 files => 21176 bytes
2025/05/09-10:26:08.817648 7fbe8fbff6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2025/05/09-10:26:08.817810 7fbe8fbff6c0 Delete type=2 #196
2025/05/09-10:26:08.818060 7fbe8fbff6c0 Delete type=2 #204
2025/05/09-10:26:08.869448 7fbe8fbff6c0 Manual compaction at level-0 from '!items!zs67k4sxCid6oTK3' @ 80 : 1 .. '!items!zs67k4sxCid6oTK3' @ 0 : 0; will stop at (end)

View File

@ -1,7 +1,7 @@
2025/04/20-09:24:47.993946 7fa413fff6c0 Recovering log #194 2025/05/18-22:00:33.404356 7f8905ffb6c0 Recovering log #203
2025/04/20-09:24:48.011487 7fa413fff6c0 Delete type=3 #192 2025/05/18-22:00:33.459805 7f8905ffb6c0 Delete type=3 #201
2025/04/20-09:24:48.011668 7fa413fff6c0 Delete type=0 #194 2025/05/18-22:00:33.459865 7f8905ffb6c0 Delete type=0 #203
2025/04/20-09:25:06.949829 7fa4127fc6c0 Level-0 table #200: started 2025/05/18-22:05:29.071945 7f8667fff6c0 Level-0 table #209: started
2025/04/20-09:25:06.949863 7fa4127fc6c0 Level-0 table #200: 0 bytes OK 2025/05/18-22:05:29.071972 7f8667fff6c0 Level-0 table #209: 0 bytes OK
2025/04/20-09:25:06.956072 7fa4127fc6c0 Delete type=0 #198 2025/05/18-22:05:29.078657 7f8667fff6c0 Delete type=0 #207
2025/04/20-09:25:06.956290 7fa4127fc6c0 Manual compaction at level-0 from '!items!1bAL2MQVpVBd0c5Z' @ 72057594037927935 : 1 .. '!items!zs67k4sxCid6oTK3' @ 0 : 0; will stop at (end) 2025/05/18-22:05:29.098624 7f8667fff6c0 Manual compaction at level-0 from '!items!1bAL2MQVpVBd0c5Z' @ 72057594037927935 : 1 .. '!items!zs67k4sxCid6oTK3' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -142,14 +142,14 @@
"secondaryTokenAttribute": "secondary.delirium", "secondaryTokenAttribute": "secondary.delirium",
"socket": true, "socket": true,
"styles": [ "styles": [
"styles/tedeum.css" {
"src": "styles/tedeum.css"
}
], ],
"relationships": {
},
"title": "Te Deum pour Un Massacre, le Jeu de Rôles (Officiel)", "title": "Te Deum pour Un Massacre, le Jeu de Rôles (Officiel)",
"url": "https://www.uberwald.me/gitea/public/fvtt-te-deum", "url": "https://www.uberwald.me/gitea/public/fvtt-te-deum",
"version": "13.0.0", "version": "13.0.1",
"download": "https://www.uberwald.me/gitea/public/fvtt-te-deum/archive/fvtt-te-deum-v13.0.0.zip", "download": "https://www.uberwald.me/gitea/public/fvtt-te-deum/releases/download/13.0.0/fvtt-te-deum-13.0.1.zip",
"background": "systems/fvtt-te-deum/images/ui/tdeum_welcome_page_01.webp", "background": "systems/fvtt-te-deum/images/ui/tdeum_welcome_page_01.webp",
"flags": { "flags": {
"hotReload": { "hotReload": {
@ -166,4 +166,4 @@
] ]
} }
} }
} }

View File

@ -6,7 +6,7 @@
</div> </div>
<hr> <hr>
{{#if img}} {{#if img}}
<div > <div >
<img class="chat-icon" src="{{img}}" alt="{{name}}" /> <img class="chat-icon" src="{{img}}" alt="{{name}}" />
@ -22,7 +22,7 @@
<li>{{carac.name}}: {{carac.qualite}} ({{carac.dice}}) </li> <li>{{carac.name}}: {{carac.qualite}} ({{carac.dice}}) </li>
{{/if}} {{/if}}
{{#if competence}} {{#if competence}}
<li>{{competence.name}}: {{competence.system.score}} </li> <li>{{competence.name}}: {{compScore}} </li>
{{/if}} {{/if}}
{{#if bonusMalus}} {{#if bonusMalus}}
<li>Bonus/Malus: {{bonusMalus}} </li> <li>Bonus/Malus: {{bonusMalus}} </li>
@ -45,7 +45,7 @@
<li>Portée: {{porteeLabel}} ( {{difficulty}} )</li> <li>Portée: {{porteeLabel}} ( {{difficulty}} )</li>
{{else}} {{else}}
<li>Difficulté: {{difficulty}} </li> <li>Difficulté: {{difficulty}} </li>
{{/if}} {{/if}}
</ul> </ul>
</div> </div>
@ -57,36 +57,36 @@
<li><strong class="chat-result-success">Succès !</strong> </li> <li><strong class="chat-result-success">Succès !</strong> </li>
{{#if isReussiteCritique}} {{#if isReussiteCritique}}
<li><strong class="chat-result-success">Réussite critique ! 1 XP gagné en {{carac.name}}.</strong> </li> <li><strong class="chat-result-success">Réussite critique ! 1 XP gagné en {{carac.name}}.</strong> </li>
{{/if}} {{/if}}
{{#if arme}} {{#if arme}}
<li><strong class="">Attaque réussie ! Faites une opposition avec la défense de la cible ou appliquez directement les dégats.</strong> </li> <li><strong class="">Attaque réussie ! Faites une opposition avec la défense de la cible ou appliquez directement les dégats.</strong> </li>
{{/if}} {{/if}}
{{else}} {{else}}
<li><strong class="chat-result-failure">Echec !</strong> </li> <li><strong class="chat-result-failure">Echec !</strong> </li>
{{#if isEchecCritique}} {{#if isEchecCritique}}
<li><strong class="chat-result-failure">Echec critique ! 1 XP gagné en {{carac.name}}.</strong> </li> <li><strong class="chat-result-failure">Echec critique ! 1 XP gagné en {{carac.name}}.</strong> </li>
{{/if}} {{/if}}
{{/if}} {{/if}}
{{#if loc}} {{#if loc}}
<li><strong>Attaque réussie !!</strong> </li> <li><strong>Attaque réussie !!</strong> </li>
<li>Localisation: {{loc.label}} </li> <li>Localisation: {{loc.label}} </li>
<li>Dégats: {{degats}} {{#if isReussiteCritique}}(Augmentez la gravité de la blessure d'un niveau){{/if}}</li> <li>Dégats: {{degats}} {{#if isReussiteCritique}}(Augmentez la gravité de la blessure d'un niveau){{/if}}</li>
{{/if}} {{/if}}
</ul> </ul>
<div> <div>
<a class="chat-command-opposition" > <a class="chat-command-opposition" >
<img class="chat-command-img" data-tooltip="Test en opposition" src="systems/fvtt-te-deum/images/icons/opposition.webp"> <img class="chat-command-img" data-tooltip="Test en opposition" src="systems/fvtt-te-deum/images/icons/opposition.webp">
</a> </a>
{{#if arme}} {{#if arme}}
{{#if isSuccess}} {{#if isSuccess}}
<a class="chat-command-appliquer-degats" > <a class="chat-command-appliquer-degats" >
<img class="chat-command-img" data-tooltip="Appliquer les dégats directement sans opposition" src="systems/fvtt-te-deum/images/icons/appliquer-degats.webp"> <img class="chat-command-img" data-tooltip="Appliquer les dégats directement sans opposition" src="systems/fvtt-te-deum/images/icons/appliquer-degats.webp">
</a> </a>
{{/if}} {{/if}}
{{/if}} {{/if}}

View File

@ -15,7 +15,7 @@
{{#if competence}} {{#if competence}}
<div class="flexrow"> <div class="flexrow">
<span class="roll-dialog-label">Compétence </span> <span class="roll-dialog-label">Compétence </span>
<span class="roll-dialog-label">{{competence.name}} ({{competence.system.score}})</span> <span class="roll-dialog-label">{{competence.name}} ({{compScore}})</span>
</div> </div>
{{/if}} {{/if}}