4 Commits

Author SHA1 Message Date
a3c6509862 Update compendiums
All checks were successful
Release Creation / build (release) Successful in 52s
2025-05-06 10:53:25 +02:00
c2fe34e7a6 Update README 2025-05-03 16:04:29 +02:00
46176b2782 Update README 2025-05-03 09:46:43 +02:00
b7f13500a6 Update README.md 2025-05-03 08:26:22 +02:00
43 changed files with 138 additions and 73 deletions

View File

@ -1,6 +1,20 @@
<h2><em>Lethal Fantasy RPG</em> for Foundry Virtual TableTop</h2> ## Lethal Fantasy RPG for Foundry Virtual TableTop
<div align="center"> The Official game system for playing Lethal Fantasy TTRPG: The Role Playing Game on FoundryVTT. This fully functional system is the foundational framework to build your game.
</div> This product's format, programming code, and presentation is copyrighted by Lethal Fantasy Games LLC.
This system & product are used with permission granted as part of the partnership agreement between Foundry Gaming LLC and Lethal Fantasy Games LLC. It uses the following trademarks and/or copyrights:
© 2025 Lethal Fantasy Games. Content copyright Ted McClintock, Lethal Fantasy Games LLC. All Rights Reserved. Lethal Fantasy® is a Registered Trademark of Lethal Fantasy Games LLC. All Rights Reserved.
Lethal Fantasy Games is ©2025 Lethal Fantasy Games, LLC. All rights reserved. Lethal Fantasy, Lethal Fantasy Games, and their associated logos are trademarks of Lethal Fantasy Games, LLC. https://lethalfantasy.com/
For inquiries on developing content for this ruleset please contact Lethalted@lethalfantasy.com
## Community
Please join our Discord server Lethal Fantasy games https://discord.gg/UDvnnyvreV
It's the place to ask questions on how to use the system, make feature request and follow the development of the system.

View File

@ -95,7 +95,7 @@ Hooks.once("init", function () {
}) })
/** /**
* Perform one-time configuration of system configuration objects. * Perform one-time configuration of system configuration objects.f
*/ */
function preLocalizeConfig() { function preLocalizeConfig() {
const localizeConfigObject = (obj, keys) => { const localizeConfigObject = (obj, keys) => {
@ -131,7 +131,12 @@ Hooks.once("ready", function () {
} }
}) })
Hooks.on("renderChatMessage", (message, html, data) => { // Test if version below 13
let hookName = "renderChatMessage"
if (foundry.utils.isNewerVersion(game.version, "12.0", )) {
hookName = "renderChatMessageHTML"
}
Hooks.on(hookName, (message, html, data) => {
const typeMessage = data.message.flags.lethalFantasy?.typeMessage const typeMessage = data.message.flags.lethalFantasy?.typeMessage
// Message de demande de jet de dés // Message de demande de jet de dés
if (typeMessage === "askRoll") { if (typeMessage === "askRoll") {

View File

@ -250,6 +250,7 @@ export default class LethalFantasyCharacterSheet extends LethalFantasyActorSheet
async _onRoll(event, target) { async _onRoll(event, target) {
if (this.isEditMode) return if (this.isEditMode) return
console.log("Roll event", event)
const rollType = event.target.dataset.rollType const rollType = event.target.dataset.rollType
let rollKey = event.target.dataset.rollKey; let rollKey = event.target.dataset.rollKey;
let rollDice = event.target.dataset?.rollDice; let rollDice = event.target.dataset?.rollDice;

View File

@ -292,7 +292,10 @@ export default class LethalFantasyRoll extends Roll {
hasModifier = false hasModifier = false
} }
console.log("Roll mode", CONFIG.Dice.rollModes)
const rollModes = Object.fromEntries(Object.entries(CONFIG.Dice.rollModes).map(([key, value]) => [key, game.i18n.localize(value)])) const rollModes = Object.fromEntries(Object.entries(CONFIG.Dice.rollModes).map(([key, value]) => [key, game.i18n.localize(value)]))
console.log("Roll mode", rollModes)
const fieldRollMode = new foundry.data.fields.StringField({ const fieldRollMode = new foundry.data.fields.StringField({
choices: rollModes, choices: rollModes,
blank: false, blank: false,

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000281 MANIFEST-000303

View File

@ -1,8 +1,8 @@
2025/05/02-18:08:30.093606 7fc4edbfa6c0 Recovering log #279 2025/05/06-10:52:19.288970 7fc4e7fff6c0 Recovering log #300
2025/05/02-18:08:30.104455 7fc4edbfa6c0 Delete type=3 #277 2025/05/06-10:52:19.300271 7fc4e7fff6c0 Delete type=3 #298
2025/05/02-18:08:30.104565 7fc4edbfa6c0 Delete type=0 #279 2025/05/06-10:52:19.300323 7fc4e7fff6c0 Delete type=0 #300
2025/05/02-18:21:55.109498 7fc4e73ff6c0 Level-0 table #284: started 2025/05/06-10:53:10.017977 7fc4e73ff6c0 Level-0 table #306: started
2025/05/02-18:21:55.109535 7fc4e73ff6c0 Level-0 table #284: 0 bytes OK 2025/05/06-10:53:10.018020 7fc4e73ff6c0 Level-0 table #306: 0 bytes OK
2025/05/02-18:21:55.116187 7fc4e73ff6c0 Delete type=0 #282 2025/05/06-10:53:10.024080 7fc4e73ff6c0 Delete type=0 #304
2025/05/02-18:21:55.129360 7fc4e73ff6c0 Manual compaction at level-0 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!znm6T1ef4qQI8BX7' @ 0 : 0; will stop at (end) 2025/05/06-10:53:10.044191 7fc4e73ff6c0 Manual compaction at level-0 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!zw9RQocTdz3HRjZK' @ 0 : 0; will stop at (end)
2025/05/02-18:21:55.129430 7fc4e73ff6c0 Manual compaction at level-1 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!znm6T1ef4qQI8BX7' @ 0 : 0; will stop at (end) 2025/05/06-10:53:10.044277 7fc4e73ff6c0 Manual compaction at level-1 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!zw9RQocTdz3HRjZK' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,15 @@
2025/04/28-21:05:33.969865 7fa7f49f96c0 Recovering log #275 2025/05/06-10:45:53.342160 7fc4ecbf86c0 Recovering log #296
2025/04/28-21:05:33.982957 7fa7f49f96c0 Delete type=3 #273 2025/05/06-10:45:53.353010 7fc4ecbf86c0 Delete type=3 #294
2025/04/28-21:05:33.983066 7fa7f49f96c0 Delete type=0 #275 2025/05/06-10:45:53.353081 7fc4ecbf86c0 Delete type=0 #296
2025/04/29-00:08:44.421059 7fa7eebff6c0 Level-0 table #280: started 2025/05/06-10:51:12.708848 7fc4e73ff6c0 Level-0 table #301: started
2025/04/29-00:08:44.421086 7fa7eebff6c0 Level-0 table #280: 0 bytes OK 2025/05/06-10:51:12.714248 7fc4e73ff6c0 Level-0 table #301: 213746 bytes OK
2025/04/29-00:08:44.492658 7fa7eebff6c0 Delete type=0 #278 2025/05/06-10:51:12.720525 7fc4e73ff6c0 Delete type=0 #299
2025/04/29-00:08:44.570180 7fa7eebff6c0 Manual compaction at level-0 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!znm6T1ef4qQI8BX7' @ 0 : 0; will stop at (end) 2025/05/06-10:51:12.748598 7fc4e73ff6c0 Manual compaction at level-0 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!zw9RQocTdz3HRjZK' @ 0 : 0; will stop at (end)
2025/04/29-00:08:44.570235 7fa7eebff6c0 Manual compaction at level-1 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!znm6T1ef4qQI8BX7' @ 0 : 0; will stop at (end) 2025/05/06-10:51:12.748667 7fc4e73ff6c0 Manual compaction at level-1 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!zw9RQocTdz3HRjZK' @ 0 : 0; will stop at '!items!zw9RQocTdz3HRjZK' @ 564 : 1
2025/05/06-10:51:12.748677 7fc4e73ff6c0 Compacting 1@1 + 1@2 files
2025/05/06-10:51:12.755813 7fc4e73ff6c0 Generated table #302@1: 485 keys, 214492 bytes
2025/05/06-10:51:12.755833 7fc4e73ff6c0 Compacted 1@1 + 1@2 files => 214492 bytes
2025/05/06-10:51:12.761728 7fc4e73ff6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2025/05/06-10:51:12.761886 7fc4e73ff6c0 Delete type=2 #289
2025/05/06-10:51:12.762144 7fc4e73ff6c0 Delete type=2 #301
2025/05/06-10:51:12.795034 7fc4e73ff6c0 Manual compaction at level-1 from '!items!zw9RQocTdz3HRjZK' @ 564 : 1 .. '!items!zw9RQocTdz3HRjZK' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000280 MANIFEST-000302

View File

@ -1,8 +1,8 @@
2025/05/02-18:08:30.109165 7fc4ecbf86c0 Recovering log #278 2025/05/06-10:52:19.304583 7fc4ed3f96c0 Recovering log #299
2025/05/02-18:08:30.121216 7fc4ecbf86c0 Delete type=3 #276 2025/05/06-10:52:19.314806 7fc4ed3f96c0 Delete type=3 #297
2025/05/02-18:08:30.121310 7fc4ecbf86c0 Delete type=0 #278 2025/05/06-10:52:19.314910 7fc4ed3f96c0 Delete type=0 #299
2025/05/02-18:21:55.122892 7fc4e73ff6c0 Level-0 table #283: started 2025/05/06-10:53:10.030599 7fc4e73ff6c0 Level-0 table #305: started
2025/05/02-18:21:55.122930 7fc4e73ff6c0 Level-0 table #283: 0 bytes OK 2025/05/06-10:53:10.030635 7fc4e73ff6c0 Level-0 table #305: 0 bytes OK
2025/05/02-18:21:55.129027 7fc4e73ff6c0 Delete type=0 #281 2025/05/06-10:53:10.036964 7fc4e73ff6c0 Delete type=0 #303
2025/05/02-18:21:55.129407 7fc4e73ff6c0 Manual compaction at level-0 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!zjvGljrLk5SshC9D' @ 0 : 0; will stop at (end) 2025/05/06-10:53:10.044214 7fc4e73ff6c0 Manual compaction at level-0 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!zjvGljrLk5SshC9D' @ 0 : 0; will stop at (end)
2025/05/02-18:21:55.129496 7fc4e73ff6c0 Manual compaction at level-1 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!zjvGljrLk5SshC9D' @ 0 : 0; will stop at (end) 2025/05/06-10:53:10.044269 7fc4e73ff6c0 Manual compaction at level-1 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!zjvGljrLk5SshC9D' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,15 @@
2025/04/28-21:05:33.988908 7fa7ef7fe6c0 Recovering log #274 2025/05/06-10:45:53.355849 7fc4edbfa6c0 Recovering log #295
2025/04/28-21:05:34.005200 7fa7ef7fe6c0 Delete type=3 #272 2025/05/06-10:45:53.366571 7fc4edbfa6c0 Delete type=3 #293
2025/04/28-21:05:34.005349 7fa7ef7fe6c0 Delete type=0 #274 2025/05/06-10:45:53.366637 7fc4edbfa6c0 Delete type=0 #295
2025/04/29-00:08:44.365001 7fa7eebff6c0 Level-0 table #279: started 2025/05/06-10:51:12.732133 7fc4e73ff6c0 Level-0 table #300: started
2025/04/29-00:08:44.365047 7fa7eebff6c0 Level-0 table #279: 0 bytes OK 2025/05/06-10:51:12.736129 7fc4e73ff6c0 Level-0 table #300: 15304 bytes OK
2025/04/29-00:08:44.420965 7fa7eebff6c0 Delete type=0 #277 2025/05/06-10:51:12.742079 7fc4e73ff6c0 Delete type=0 #298
2025/04/29-00:08:44.570160 7fa7eebff6c0 Manual compaction at level-0 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!zjvGljrLk5SshC9D' @ 0 : 0; will stop at (end) 2025/05/06-10:51:12.748632 7fc4e73ff6c0 Manual compaction at level-0 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!zjvGljrLk5SshC9D' @ 0 : 0; will stop at (end)
2025/04/29-00:08:44.570222 7fa7eebff6c0 Manual compaction at level-1 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!zjvGljrLk5SshC9D' @ 0 : 0; will stop at (end) 2025/05/06-10:51:12.771871 7fc4e73ff6c0 Manual compaction at level-1 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!zjvGljrLk5SshC9D' @ 0 : 0; will stop at '!items!zjvGljrLk5SshC9D' @ 65 : 1
2025/05/06-10:51:12.771882 7fc4e73ff6c0 Compacting 1@1 + 1@2 files
2025/05/06-10:51:12.776442 7fc4e73ff6c0 Generated table #301@1: 31 keys, 15417 bytes
2025/05/06-10:51:12.776461 7fc4e73ff6c0 Compacted 1@1 + 1@2 files => 15417 bytes
2025/05/06-10:51:12.782727 7fc4e73ff6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2025/05/06-10:51:12.782835 7fc4e73ff6c0 Delete type=2 #288
2025/05/06-10:51:12.782952 7fc4e73ff6c0 Delete type=2 #300
2025/05/06-10:51:12.795077 7fc4e73ff6c0 Manual compaction at level-1 from '!items!zjvGljrLk5SshC9D' @ 65 : 1 .. '!items!zjvGljrLk5SshC9D' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000280 MANIFEST-000302

View File

@ -1,8 +1,8 @@
2025/05/02-18:08:30.076028 7fc4edbfa6c0 Recovering log #278 2025/05/06-10:52:19.275594 7fc4ecbf86c0 Recovering log #299
2025/05/02-18:08:30.087953 7fc4edbfa6c0 Delete type=3 #276 2025/05/06-10:52:19.285984 7fc4ecbf86c0 Delete type=3 #297
2025/05/02-18:08:30.088039 7fc4edbfa6c0 Delete type=0 #278 2025/05/06-10:52:19.286069 7fc4ecbf86c0 Delete type=0 #299
2025/05/02-18:21:55.116367 7fc4e73ff6c0 Level-0 table #283: started 2025/05/06-10:53:10.024277 7fc4e73ff6c0 Level-0 table #305: started
2025/05/02-18:21:55.116408 7fc4e73ff6c0 Level-0 table #283: 0 bytes OK 2025/05/06-10:53:10.024336 7fc4e73ff6c0 Level-0 table #305: 0 bytes OK
2025/05/02-18:21:55.122719 7fc4e73ff6c0 Delete type=0 #281 2025/05/06-10:53:10.030435 7fc4e73ff6c0 Delete type=0 #303
2025/05/02-18:21:55.129386 7fc4e73ff6c0 Manual compaction at level-0 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end) 2025/05/06-10:53:10.044204 7fc4e73ff6c0 Manual compaction at level-0 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end)
2025/05/02-18:21:55.129477 7fc4e73ff6c0 Manual compaction at level-1 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end) 2025/05/06-10:53:10.044252 7fc4e73ff6c0 Manual compaction at level-1 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,15 @@
2025/04/28-21:05:33.953840 7fa7effff6c0 Recovering log #274 2025/05/06-10:45:53.317135 7fc4e7fff6c0 Recovering log #295
2025/04/28-21:05:33.964089 7fa7effff6c0 Delete type=3 #272 2025/05/06-10:45:53.339293 7fc4e7fff6c0 Delete type=3 #293
2025/04/28-21:05:33.964167 7fa7effff6c0 Delete type=0 #274 2025/05/06-10:45:53.339350 7fc4e7fff6c0 Delete type=0 #295
2025/04/29-00:08:44.318603 7fa7eebff6c0 Level-0 table #279: started 2025/05/06-10:51:12.783010 7fc4e73ff6c0 Level-0 table #300: started
2025/04/29-00:08:44.318649 7fa7eebff6c0 Level-0 table #279: 0 bytes OK 2025/05/06-10:51:12.787977 7fc4e73ff6c0 Level-0 table #300: 154604 bytes OK
2025/04/29-00:08:44.364829 7fa7eebff6c0 Delete type=0 #277 2025/05/06-10:51:12.794741 7fc4e73ff6c0 Delete type=0 #298
2025/04/29-00:08:44.570130 7fa7eebff6c0 Manual compaction at level-0 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end) 2025/05/06-10:51:12.795090 7fc4e73ff6c0 Manual compaction at level-0 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end)
2025/04/29-00:08:44.570209 7fa7eebff6c0 Manual compaction at level-1 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end) 2025/05/06-10:51:12.795140 7fc4e73ff6c0 Manual compaction at level-1 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at '!items!zt8s7564ep1La4XQ' @ 281 : 1
2025/05/06-10:51:12.795156 7fc4e73ff6c0 Compacting 1@1 + 1@2 files
2025/05/06-10:51:12.800410 7fc4e73ff6c0 Generated table #301@1: 95 keys, 121769 bytes
2025/05/06-10:51:12.800436 7fc4e73ff6c0 Compacted 1@1 + 1@2 files => 121769 bytes
2025/05/06-10:51:12.806480 7fc4e73ff6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2025/05/06-10:51:12.806620 7fc4e73ff6c0 Delete type=2 #288
2025/05/06-10:51:12.806871 7fc4e73ff6c0 Delete type=2 #300
2025/05/06-10:51:12.827417 7fc4e73ff6c0 Manual compaction at level-1 from '!items!zt8s7564ep1La4XQ' @ 281 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1 @@
MANIFEST-000002

View File

View File

@ -0,0 +1,5 @@
2025/05/06-10:52:19.344307 7fc4e7fff6c0 Delete type=3 #1
2025/05/06-10:53:10.044408 7fc4e73ff6c0 Level-0 table #5: started
2025/05/06-10:53:10.051976 7fc4e73ff6c0 Level-0 table #5: 433603 bytes OK
2025/05/06-10:53:10.058524 7fc4e73ff6c0 Delete type=0 #3
2025/05/06-10:53:10.078387 7fc4e73ff6c0 Manual compaction at level-0 from '!folders!37mu4dxsSuftlnmP' @ 72057594037927935 : 1 .. '!items!zKOpU34oLziGJW6y' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000280 MANIFEST-000302

View File

@ -1,8 +1,8 @@
2025/05/02-18:08:30.126416 7fc4e7fff6c0 Recovering log #278 2025/05/06-10:52:19.317853 7fc4edbfa6c0 Recovering log #299
2025/05/02-18:08:30.137455 7fc4e7fff6c0 Delete type=3 #276 2025/05/06-10:52:19.327788 7fc4edbfa6c0 Delete type=3 #297
2025/05/02-18:08:30.137553 7fc4e7fff6c0 Delete type=0 #278 2025/05/06-10:52:19.327923 7fc4edbfa6c0 Delete type=0 #299
2025/05/02-18:21:55.102804 7fc4e73ff6c0 Level-0 table #283: started 2025/05/06-10:53:10.037095 7fc4e73ff6c0 Level-0 table #305: started
2025/05/02-18:21:55.102870 7fc4e73ff6c0 Level-0 table #283: 0 bytes OK 2025/05/06-10:53:10.037121 7fc4e73ff6c0 Level-0 table #305: 0 bytes OK
2025/05/02-18:21:55.109338 7fc4e73ff6c0 Delete type=0 #281 2025/05/06-10:53:10.044101 7fc4e73ff6c0 Delete type=0 #303
2025/05/02-18:21:55.129316 7fc4e73ff6c0 Manual compaction at level-0 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end) 2025/05/06-10:53:10.044224 7fc4e73ff6c0 Manual compaction at level-0 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end)
2025/05/02-18:21:55.129455 7fc4e73ff6c0 Manual compaction at level-1 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end) 2025/05/06-10:53:10.044260 7fc4e73ff6c0 Manual compaction at level-1 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,15 @@
2025/04/28-21:05:34.008354 7fa7f51fa6c0 Recovering log #274 2025/05/06-10:45:53.369722 7fc4ed3f96c0 Recovering log #295
2025/04/28-21:05:34.023701 7fa7f51fa6c0 Delete type=3 #272 2025/05/06-10:45:53.379868 7fc4ed3f96c0 Delete type=3 #293
2025/04/28-21:05:34.023772 7fa7f51fa6c0 Delete type=0 #274 2025/05/06-10:45:53.379989 7fc4ed3f96c0 Delete type=0 #295
2025/04/29-00:08:44.492763 7fa7eebff6c0 Level-0 table #279: started 2025/05/06-10:51:12.720972 7fc4e73ff6c0 Level-0 table #300: started
2025/04/29-00:08:44.492793 7fa7eebff6c0 Level-0 table #279: 0 bytes OK 2025/05/06-10:51:12.724909 7fc4e73ff6c0 Level-0 table #300: 20719 bytes OK
2025/04/29-00:08:44.569850 7fa7eebff6c0 Delete type=0 #277 2025/05/06-10:51:12.731912 7fc4e73ff6c0 Delete type=0 #298
2025/04/29-00:08:44.570197 7fa7eebff6c0 Manual compaction at level-0 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end) 2025/05/06-10:51:12.748619 7fc4e73ff6c0 Manual compaction at level-0 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end)
2025/04/29-00:08:44.570247 7fa7eebff6c0 Manual compaction at level-1 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end) 2025/05/06-10:51:12.762241 7fc4e73ff6c0 Manual compaction at level-1 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at '!items!zkK6ixtCsCw3RH9X' @ 62 : 1
2025/05/06-10:51:12.762247 7fc4e73ff6c0 Compacting 1@1 + 1@2 files
2025/05/06-10:51:12.765506 7fc4e73ff6c0 Generated table #301@1: 27 keys, 20869 bytes
2025/05/06-10:51:12.765523 7fc4e73ff6c0 Compacted 1@1 + 1@2 files => 20869 bytes
2025/05/06-10:51:12.771435 7fc4e73ff6c0 compacted to: files[ 0 0 1 0 0 0 0 ]
2025/05/06-10:51:12.771569 7fc4e73ff6c0 Delete type=2 #288
2025/05/06-10:51:12.771746 7fc4e73ff6c0 Delete type=2 #300
2025/05/06-10:51:12.795060 7fc4e73ff6c0 Manual compaction at level-1 from '!items!zkK6ixtCsCw3RH9X' @ 62 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end)

Binary file not shown.

View File

@ -82,6 +82,14 @@
"system": "fvtt-lethal-fantasy", "system": "fvtt-lethal-fantasy",
"path": "packs-system/lf-vulnerabilities", "path": "packs-system/lf-vulnerabilities",
"type": "Item" "type": "Item"
},
{
"name": "lf-spells-miracles",
"banner": "",
"label": "Spells & Miracles",
"system": "fvtt-lethal-fantasy",
"path": "packs-system/lf-spells-miracles",
"type": "Item"
} }
], ],
"flags": { "flags": {