Compare commits

...

2 Commits

Author SHA1 Message Date
34db8695d7 Fix tirage de cartes 2025-09-29 19:51:39 +02:00
a109fd6acb Fix tirage de cartes 2025-09-29 19:49:02 +02:00
37 changed files with 99 additions and 75 deletions

View File

@@ -140,7 +140,7 @@ export class MaleficesCommands {
selectedCard.system.isgm = false
selectedCard.value = (selectedCard.system.ispositif)? selectedCard.system.numericvalueup : selectedCard.system.numericvaluedown
MaleficesUtility.createChatMessage(game.user.name, "", {
content: await foundry.applications.handlebars.renderTemplates(`systems/fvtt-malefices/templates/chat/display-tarot-card.hbs`, selectedCard)
content: await foundry.applications.handlebars.renderTemplate(`systems/fvtt-malefices/templates/chat/display-tarot-card.hbs`, selectedCard)
})
}

View File

View File

@@ -1 +1 @@
MANIFEST-000034
MANIFEST-000042

View File

@@ -1,3 +1,7 @@
2025/05/01-00:13:13.266834 7efc4dffb6c0 Recovering log #31
2025/05/01-00:13:13.321299 7efc4dffb6c0 Delete type=3 #29
2025/05/01-00:13:13.321436 7efc4dffb6c0 Delete type=0 #31
2025/09/29-07:31:55.732840 7f68515fa6c0 Recovering log #39
2025/09/29-07:31:55.762660 7f68515fa6c0 Delete type=3 #36
2025/09/29-07:31:55.762738 7f68515fa6c0 Delete type=0 #39
2025/09/29-07:33:20.941480 7f684affd6c0 Level-0 table #45: started
2025/09/29-07:33:20.941516 7f684affd6c0 Level-0 table #45: 0 bytes OK
2025/09/29-07:33:20.968021 7f684affd6c0 Delete type=0 #43
2025/09/29-07:33:20.991797 7f684affd6c0 Manual compaction at level-0 from '!items!2HWSdXDSFei9KC6y' @ 72057594037927935 : 1 .. '!items!xtYE2kVIfNtrXSoU' @ 0 : 0; will stop at (end)

View File

@@ -1,14 +1,16 @@
2024/11/29-17:51:13.272607 7f11d37fe6c0 Recovering log #28
2024/11/29-17:51:13.282971 7f11d37fe6c0 Delete type=0 #28
2024/11/29-17:51:13.283067 7f11d37fe6c0 Delete type=3 #27
2024/11/29-17:51:44.217520 7f11d27fc6c0 Level-0 table #32: started
2024/11/29-17:51:44.221106 7f11d27fc6c0 Level-0 table #32: 50651 bytes OK
2024/11/29-17:51:44.227128 7f11d27fc6c0 Delete type=0 #30
2024/11/29-17:51:44.256008 7f11d27fc6c0 Manual compaction at level-0 from '!items!2HWSdXDSFei9KC6y' @ 72057594037927935 : 1 .. '!items!xtYE2kVIfNtrXSoU' @ 0 : 0; will stop at '!items!xtYE2kVIfNtrXSoU' @ 46 : 1
2024/11/29-17:51:44.256025 7f11d27fc6c0 Compacting 2@0 + 0@1 files
2024/11/29-17:51:44.260729 7f11d27fc6c0 Generated table #33@0: 23 keys, 50651 bytes
2024/11/29-17:51:44.260747 7f11d27fc6c0 Compacted 2@0 + 0@1 files => 50651 bytes
2024/11/29-17:51:44.266718 7f11d27fc6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2024/11/29-17:51:44.266853 7f11d27fc6c0 Delete type=2 #22
2024/11/29-17:51:44.267043 7f11d27fc6c0 Delete type=2 #32
2024/11/29-17:51:44.297135 7f11d27fc6c0 Manual compaction at level-0 from '!items!xtYE2kVIfNtrXSoU' @ 46 : 1 .. '!items!xtYE2kVIfNtrXSoU' @ 0 : 0; will stop at (end)
2025/06/12-20:31:25.313277 7f13a0ff96c0 Recovering log #35
2025/06/12-20:31:25.315223 7f13a0ff96c0 Level-0 table #37: started
2025/06/12-20:31:25.319146 7f13a0ff96c0 Level-0 table #37: 50829 bytes OK
2025/06/12-20:31:25.329210 7f13a0ff96c0 Delete type=0 #35
2025/06/12-20:31:25.329273 7f13a0ff96c0 Delete type=3 #34
2025/06/12-20:37:12.699768 7f139fbff6c0 Level-0 table #40: started
2025/06/12-20:37:12.699837 7f139fbff6c0 Level-0 table #40: 0 bytes OK
2025/06/12-20:37:12.706246 7f139fbff6c0 Delete type=0 #38
2025/06/12-20:37:12.737419 7f139fbff6c0 Manual compaction at level-0 from '!items!2HWSdXDSFei9KC6y' @ 72057594037927935 : 1 .. '!items!xtYE2kVIfNtrXSoU' @ 0 : 0; will stop at '!items!xtYE2kVIfNtrXSoU' @ 92 : 1
2025/06/12-20:37:12.737429 7f139fbff6c0 Compacting 1@0 + 1@1 files
2025/06/12-20:37:12.742004 7f139fbff6c0 Generated table #41@0: 23 keys, 50829 bytes
2025/06/12-20:37:12.742024 7f139fbff6c0 Compacted 1@0 + 1@1 files => 50829 bytes
2025/06/12-20:37:12.748178 7f139fbff6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2025/06/12-20:37:12.748270 7f139fbff6c0 Delete type=2 #33
2025/06/12-20:37:12.748375 7f139fbff6c0 Delete type=2 #37
2025/06/12-20:37:12.748448 7f139fbff6c0 Manual compaction at level-0 from '!items!xtYE2kVIfNtrXSoU' @ 92 : 1 .. '!items!xtYE2kVIfNtrXSoU' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

View File

@@ -1 +1 @@
MANIFEST-000034
MANIFEST-000042

View File

@@ -1,3 +1,7 @@
2025/05/01-00:13:13.203817 7efc4effd6c0 Recovering log #31
2025/05/01-00:13:13.258580 7efc4effd6c0 Delete type=3 #29
2025/05/01-00:13:13.258656 7efc4effd6c0 Delete type=0 #31
2025/09/29-07:31:55.700298 7f6850df96c0 Recovering log #39
2025/09/29-07:31:55.730618 7f6850df96c0 Delete type=3 #36
2025/09/29-07:31:55.730700 7f6850df96c0 Delete type=0 #39
2025/09/29-07:33:20.890444 7f684affd6c0 Level-0 table #45: started
2025/09/29-07:33:20.890504 7f684affd6c0 Level-0 table #45: 0 bytes OK
2025/09/29-07:33:20.919482 7f684affd6c0 Delete type=0 #43
2025/09/29-07:33:20.991768 7f684affd6c0 Manual compaction at level-0 from '!items!5J6qIaWdnhEGMAXJ' @ 72057594037927935 : 1 .. '!items!nkRQU81L1gWOfaeo' @ 0 : 0; will stop at (end)

View File

@@ -1,14 +1,16 @@
2024/11/29-17:51:13.259713 7f11d2ffd6c0 Recovering log #28
2024/11/29-17:51:13.269307 7f11d2ffd6c0 Delete type=0 #28
2024/11/29-17:51:13.269361 7f11d2ffd6c0 Delete type=3 #27
2024/11/29-17:51:44.227241 7f11d27fc6c0 Level-0 table #32: started
2024/11/29-17:51:44.230288 7f11d27fc6c0 Level-0 table #32: 2091 bytes OK
2024/11/29-17:51:44.237280 7f11d27fc6c0 Delete type=0 #30
2024/11/29-17:51:44.267165 7f11d27fc6c0 Manual compaction at level-0 from '!items!5J6qIaWdnhEGMAXJ' @ 72057594037927935 : 1 .. '!items!nkRQU81L1gWOfaeo' @ 0 : 0; will stop at '!items!nkRQU81L1gWOfaeo' @ 18 : 1
2024/11/29-17:51:44.267179 7f11d27fc6c0 Compacting 2@0 + 0@1 files
2024/11/29-17:51:44.270390 7f11d27fc6c0 Generated table #33@0: 9 keys, 2091 bytes
2024/11/29-17:51:44.270401 7f11d27fc6c0 Compacted 2@0 + 0@1 files => 2091 bytes
2024/11/29-17:51:44.276181 7f11d27fc6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2024/11/29-17:51:44.276330 7f11d27fc6c0 Delete type=2 #22
2024/11/29-17:51:44.276569 7f11d27fc6c0 Delete type=2 #32
2024/11/29-17:51:44.297146 7f11d27fc6c0 Manual compaction at level-0 from '!items!nkRQU81L1gWOfaeo' @ 18 : 1 .. '!items!nkRQU81L1gWOfaeo' @ 0 : 0; will stop at (end)
2025/06/12-20:31:25.295914 7f13a1ffb6c0 Recovering log #35
2025/06/12-20:31:25.296128 7f13a1ffb6c0 Level-0 table #37: started
2025/06/12-20:31:25.299700 7f13a1ffb6c0 Level-0 table #37: 2083 bytes OK
2025/06/12-20:31:25.309703 7f13a1ffb6c0 Delete type=0 #35
2025/06/12-20:31:25.309800 7f13a1ffb6c0 Delete type=3 #34
2025/06/12-20:37:12.678958 7f139fbff6c0 Level-0 table #40: started
2025/06/12-20:37:12.679060 7f139fbff6c0 Level-0 table #40: 0 bytes OK
2025/06/12-20:37:12.686243 7f139fbff6c0 Delete type=0 #38
2025/06/12-20:37:12.706447 7f139fbff6c0 Manual compaction at level-0 from '!items!5J6qIaWdnhEGMAXJ' @ 72057594037927935 : 1 .. '!items!nkRQU81L1gWOfaeo' @ 0 : 0; will stop at '!items!nkRQU81L1gWOfaeo' @ 36 : 1
2025/06/12-20:37:12.706466 7f139fbff6c0 Compacting 1@0 + 1@1 files
2025/06/12-20:37:12.710210 7f139fbff6c0 Generated table #41@0: 9 keys, 2083 bytes
2025/06/12-20:37:12.710233 7f139fbff6c0 Compacted 1@0 + 1@1 files => 2083 bytes
2025/06/12-20:37:12.716905 7f139fbff6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2025/06/12-20:37:12.717210 7f139fbff6c0 Delete type=2 #33
2025/06/12-20:37:12.717533 7f139fbff6c0 Delete type=2 #37
2025/06/12-20:37:12.748427 7f139fbff6c0 Manual compaction at level-0 from '!items!nkRQU81L1gWOfaeo' @ 36 : 1 .. '!items!nkRQU81L1gWOfaeo' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

View File

@@ -1 +1 @@
MANIFEST-000034
MANIFEST-000042

View File

@@ -1,3 +1,7 @@
2025/05/01-00:13:13.328666 7efc4f7fe6c0 Recovering log #31
2025/05/01-00:13:13.380625 7efc4f7fe6c0 Delete type=3 #29
2025/05/01-00:13:13.380738 7efc4f7fe6c0 Delete type=0 #31
2025/09/29-07:31:55.765046 7f684bfff6c0 Recovering log #39
2025/09/29-07:31:55.805924 7f684bfff6c0 Delete type=3 #36
2025/09/29-07:31:55.806008 7f684bfff6c0 Delete type=0 #39
2025/09/29-07:33:20.968205 7f684affd6c0 Level-0 table #45: started
2025/09/29-07:33:20.968257 7f684affd6c0 Level-0 table #45: 0 bytes OK
2025/09/29-07:33:20.991626 7f684affd6c0 Delete type=0 #43
2025/09/29-07:33:20.991810 7f684affd6c0 Manual compaction at level-0 from '!macros!ESV4er8Hy6liMOC3' @ 72057594037927935 : 1 .. '!macros!zDPgmHiwNxBWhoYz' @ 0 : 0; will stop at (end)

View File

@@ -1,14 +1,16 @@
2024/11/29-17:51:13.287438 7f11d3fff6c0 Recovering log #28
2024/11/29-17:51:13.297962 7f11d3fff6c0 Delete type=0 #28
2024/11/29-17:51:13.298081 7f11d3fff6c0 Delete type=3 #27
2024/11/29-17:51:44.237485 7f11d27fc6c0 Level-0 table #32: started
2024/11/29-17:51:44.240689 7f11d27fc6c0 Level-0 table #32: 851 bytes OK
2024/11/29-17:51:44.246485 7f11d27fc6c0 Delete type=0 #30
2024/11/29-17:51:44.276713 7f11d27fc6c0 Manual compaction at level-0 from '!macros!ESV4er8Hy6liMOC3' @ 72057594037927935 : 1 .. '!macros!zDPgmHiwNxBWhoYz' @ 0 : 0; will stop at '!macros!zDPgmHiwNxBWhoYz' @ 6 : 1
2024/11/29-17:51:44.276731 7f11d27fc6c0 Compacting 2@0 + 0@1 files
2024/11/29-17:51:44.280157 7f11d27fc6c0 Generated table #33@0: 3 keys, 851 bytes
2024/11/29-17:51:44.280180 7f11d27fc6c0 Compacted 2@0 + 0@1 files => 851 bytes
2024/11/29-17:51:44.287399 7f11d27fc6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2024/11/29-17:51:44.287547 7f11d27fc6c0 Delete type=2 #22
2024/11/29-17:51:44.287718 7f11d27fc6c0 Delete type=2 #32
2024/11/29-17:51:44.297154 7f11d27fc6c0 Manual compaction at level-0 from '!macros!zDPgmHiwNxBWhoYz' @ 6 : 1 .. '!macros!zDPgmHiwNxBWhoYz' @ 0 : 0; will stop at (end)
2025/06/12-20:31:25.333075 7f13a17fa6c0 Recovering log #35
2025/06/12-20:31:25.333133 7f13a17fa6c0 Level-0 table #37: started
2025/06/12-20:31:25.336454 7f13a17fa6c0 Level-0 table #37: 843 bytes OK
2025/06/12-20:31:25.347582 7f13a17fa6c0 Delete type=0 #35
2025/06/12-20:31:25.347664 7f13a17fa6c0 Delete type=3 #34
2025/06/12-20:37:12.686350 7f139fbff6c0 Level-0 table #40: started
2025/06/12-20:37:12.686369 7f139fbff6c0 Level-0 table #40: 0 bytes OK
2025/06/12-20:37:12.693290 7f139fbff6c0 Delete type=0 #38
2025/06/12-20:37:12.717660 7f139fbff6c0 Manual compaction at level-0 from '!macros!ESV4er8Hy6liMOC3' @ 72057594037927935 : 1 .. '!macros!zDPgmHiwNxBWhoYz' @ 0 : 0; will stop at '!macros!zDPgmHiwNxBWhoYz' @ 12 : 1
2025/06/12-20:37:12.717670 7f139fbff6c0 Compacting 1@0 + 1@1 files
2025/06/12-20:37:12.720897 7f139fbff6c0 Generated table #41@0: 3 keys, 843 bytes
2025/06/12-20:37:12.720919 7f139fbff6c0 Compacted 1@0 + 1@1 files => 843 bytes
2025/06/12-20:37:12.727004 7f139fbff6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2025/06/12-20:37:12.727078 7f139fbff6c0 Delete type=2 #33
2025/06/12-20:37:12.727156 7f139fbff6c0 Delete type=2 #37
2025/06/12-20:37:12.748434 7f139fbff6c0 Manual compaction at level-0 from '!macros!zDPgmHiwNxBWhoYz' @ 12 : 1 .. '!macros!zDPgmHiwNxBWhoYz' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

View File

@@ -1 +1 @@
MANIFEST-000034
MANIFEST-000042

View File

@@ -1,3 +1,7 @@
2025/05/01-00:13:13.144691 7efc4e7fc6c0 Recovering log #31
2025/05/01-00:13:13.196169 7efc4e7fc6c0 Delete type=3 #29
2025/05/01-00:13:13.196332 7efc4e7fc6c0 Delete type=0 #31
2025/09/29-07:31:55.665720 7f684bfff6c0 Recovering log #39
2025/09/29-07:31:55.697269 7f684bfff6c0 Delete type=3 #36
2025/09/29-07:31:55.697384 7f684bfff6c0 Delete type=0 #39
2025/09/29-07:33:20.919606 7f684affd6c0 Level-0 table #45: started
2025/09/29-07:33:20.919643 7f684affd6c0 Level-0 table #45: 0 bytes OK
2025/09/29-07:33:20.941329 7f684affd6c0 Delete type=0 #43
2025/09/29-07:33:20.991782 7f684affd6c0 Manual compaction at level-0 from '!items!1DRKmbzGzbCRCswc' @ 72057594037927935 : 1 .. '!items!zbGGMEQFdwVdlKAf' @ 0 : 0; will stop at (end)

View File

@@ -1,14 +1,16 @@
2024/11/29-17:51:13.246162 7f11d8ffa6c0 Recovering log #28
2024/11/29-17:51:13.256519 7f11d8ffa6c0 Delete type=0 #28
2024/11/29-17:51:13.256622 7f11d8ffa6c0 Delete type=3 #27
2024/11/29-17:51:44.246559 7f11d27fc6c0 Level-0 table #32: started
2024/11/29-17:51:44.249606 7f11d27fc6c0 Level-0 table #32: 4001 bytes OK
2024/11/29-17:51:44.255805 7f11d27fc6c0 Delete type=0 #30
2024/11/29-17:51:44.287848 7f11d27fc6c0 Manual compaction at level-0 from '!items!1DRKmbzGzbCRCswc' @ 72057594037927935 : 1 .. '!items!zbGGMEQFdwVdlKAf' @ 0 : 0; will stop at '!items!zbGGMEQFdwVdlKAf' @ 44 : 1
2024/11/29-17:51:44.287866 7f11d27fc6c0 Compacting 2@0 + 0@1 files
2024/11/29-17:51:44.291002 7f11d27fc6c0 Generated table #33@0: 22 keys, 4001 bytes
2024/11/29-17:51:44.291025 7f11d27fc6c0 Compacted 2@0 + 0@1 files => 4001 bytes
2024/11/29-17:51:44.296891 7f11d27fc6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2024/11/29-17:51:44.296997 7f11d27fc6c0 Delete type=2 #22
2024/11/29-17:51:44.297082 7f11d27fc6c0 Delete type=2 #32
2024/11/29-17:51:44.297163 7f11d27fc6c0 Manual compaction at level-0 from '!items!zbGGMEQFdwVdlKAf' @ 44 : 1 .. '!items!zbGGMEQFdwVdlKAf' @ 0 : 0; will stop at (end)
2025/06/12-20:31:25.277690 7f13a17fa6c0 Recovering log #35
2025/06/12-20:31:25.278265 7f13a17fa6c0 Level-0 table #37: started
2025/06/12-20:31:25.282099 7f13a17fa6c0 Level-0 table #37: 4074 bytes OK
2025/06/12-20:31:25.291692 7f13a17fa6c0 Delete type=0 #35
2025/06/12-20:31:25.291746 7f13a17fa6c0 Delete type=3 #34
2025/06/12-20:37:12.693368 7f139fbff6c0 Level-0 table #40: started
2025/06/12-20:37:12.693391 7f139fbff6c0 Level-0 table #40: 0 bytes OK
2025/06/12-20:37:12.699567 7f139fbff6c0 Delete type=0 #38
2025/06/12-20:37:12.727201 7f139fbff6c0 Manual compaction at level-0 from '!items!1DRKmbzGzbCRCswc' @ 72057594037927935 : 1 .. '!items!zbGGMEQFdwVdlKAf' @ 0 : 0; will stop at '!items!zbGGMEQFdwVdlKAf' @ 88 : 1
2025/06/12-20:37:12.727206 7f139fbff6c0 Compacting 1@0 + 1@1 files
2025/06/12-20:37:12.730258 7f139fbff6c0 Generated table #41@0: 22 keys, 4074 bytes
2025/06/12-20:37:12.730268 7f139fbff6c0 Compacted 1@0 + 1@1 files => 4074 bytes
2025/06/12-20:37:12.737017 7f139fbff6c0 compacted to: files[ 0 1 0 0 0 0 0 ]
2025/06/12-20:37:12.737151 7f139fbff6c0 Delete type=2 #33
2025/06/12-20:37:12.737310 7f139fbff6c0 Delete type=2 #37
2025/06/12-20:37:12.748441 7f139fbff6c0 Manual compaction at level-0 from '!items!zbGGMEQFdwVdlKAf' @ 88 : 1 .. '!items!zbGGMEQFdwVdlKAf' @ 0 : 0; will stop at (end)

Binary file not shown.

View File

@@ -86,7 +86,7 @@
],
"title": "Maléfices, le Jeu de Rôle",
"url": "https://www.uberwald.me/gitea/public/fvtt-malefices",
"version": "13.0.0",
"download": "https://www.uberwald.me/gitea/public/fvtt-malefices/archive/fvtt-malefices-v13.0.0.zip",
"version": "13.0.1",
"download": "https://www.uberwald.me/gitea/public/fvtt-malefices/archive/fvtt-malefices-v13.0.1.zip",
"background": "systems/fvtt-malefices/images/ui/malefice_welcome_page.webp"
}