Skip to content

Commit

Permalink
use default effect document types
Browse files Browse the repository at this point in the history
  • Loading branch information
moo-man committed Dec 8, 2024
1 parent 266bb44 commit 2886685
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion modules/system/config-wfrp4e.js
Original file line number Diff line number Diff line change
Expand Up @@ -2588,7 +2588,7 @@ WFRP4E.effectTextStyle.fontFamily="CaslonAntique"

WFRP4E.rollModes = CONFIG.Dice.rollModes;


WFRP4E.transferDocumentTypes = defaultWarhammerConfig.transferDocumentTypes;
// To migrate
// "invoke => manual"
// "oneTime" => "immediate"
Expand Down
10 changes: 5 additions & 5 deletions system.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
}

0 comments on commit 2886685

Please sign in to comment.