Workable system, firt step

This commit is contained in:
2026-01-02 20:30:29 +01:00
parent 70d1720176
commit 8a27cef9a4
69 changed files with 6081 additions and 1767 deletions
+9
View File
@@ -87,6 +87,15 @@ Hooks.once("init", function () {
default: "",
})
game.settings.register("fvtt-hamalron", "tarotDeckState", {
name: "Tarot Deck State",
hint: "Stores the current state of the tarot deck and discard pile",
scope: "world",
config: false,
type: Object,
default: { deck: [], discard: [] },
})
// Activate socket handler
game.socket.on(`system.${SYSTEM.id}`, handleSocketEvent)