From 28866859597603943e9e3b6be87bdae8bf623156 Mon Sep 17 00:00:00 2001 From: Russell Date: Sat, 7 Dec 2024 20:49:19 -0600 Subject: [PATCH] use default effect document types --- modules/system/config-wfrp4e.js | 2 +- system.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/system/config-wfrp4e.js b/modules/system/config-wfrp4e.js index 257d5446..a7a3662c 100644 --- a/modules/system/config-wfrp4e.js +++ b/modules/system/config-wfrp4e.js @@ -2588,7 +2588,7 @@ WFRP4E.effectTextStyle.fontFamily="CaslonAntique" WFRP4E.rollModes = CONFIG.Dice.rollModes; - +WFRP4E.transferDocumentTypes = defaultWarhammerConfig.transferDocumentTypes; // To migrate // "invoke => manual" // "oneTime" => "immediate" diff --git a/system.json b/system.json index 23002f28..797f7592 100644 --- a/system.json +++ b/system.json @@ -2,7 +2,7 @@ "id": "wfrp4e", "title": "Warhammer Fantasy Roleplay 4th Edition", "description": "A comprehensive system for running grim and perilous games of Warhammer Fantasy Roleplay in the Foundry VTT environment.", - "version": "8.3.2", + "version": "8.3.3", "authors" : [ { "name": "Moo Man", @@ -63,15 +63,15 @@ "requires": [{ "id": "warhammer-lib", "type": "module", - "manifest": "https://raw.githubusercontent.com/moo-man/WarhammerLibrary-FVTT/1.3.0/module.json", + "manifest": "https://raw.githubusercontent.com/moo-man/WarhammerLibrary-FVTT/1.3.1/module.json", "compatibility": { - "minimum" : "1.3.0", - "verified": "1.3.0" + "minimum" : "1.3.1", + "verified": "1.3.1" } }] }, "socket": true, "manifest" : "https://github.com/moo-man/WFRP4e-FoundryVTT/releases/latest/download/system.json", - "download" : "https://github.com/moo-man/WFRP4e-FoundryVTT/releases/download/8.3.2/wfrp4e.zip", + "download" : "https://github.com/moo-man/WFRP4e-FoundryVTT/releases/download/8.3.3/wfrp4e.zip", "url" : "https://github.com/moo-man/WFRP4e-FoundryVTT" }