Hooks.on("init", () => { game.settings.register("wfrp4e-night-of-blood", "initialized", { name: "Initialization", scope: "world", config: false, default: false, type: Boolean }); game.settings.registerMenu("wfrp4e-night-of-blood", "init-dialog", { name: "WFRP4e Night of Blood Initialization", label : "Initialize", hint : "This will import content for the WFRP4e adventure Night of Blood Module", type : WFRP4eNightOfBloodInitialization, restricted: true }) }) Hooks.on("ready", () => { if (!game.settings.get("wfrp4e-night-of-blood", "initialized") && game.user.isGM) { new WFRP4eNightOfBloodInitialization().render(true) } }) class WFRP4eNightOfBloodInitialization extends FormApplication { render() { let html = `
The PDF of Night of Blood is free from Cubicle 7 on DriveThruRPG and is needed to use this Foundry module.
Pressing Initialize will install Journals, Actors and Scenes into your world and place map pins on the maps.
Original Written by Jim Bambra
Original 4E Conversion by Lindsay Law
Special thanks to: Russell Thurman (Moo Man)
Foundry Edition by Stuart Kerrigan
You can email us at perilousrealmpodcast@gmail.com3
Want to support us?
This module is freeware, and always will be, and other free WFRP modules are planned. As the WFRP content now requires payment to Cubicle 7 there are some running costs so if you want to donate then the link below is provided.
You can also listen to the Perilous Realm Podcast
Lastly do share with us at perilousrealmpodcast@gmail.com any streams or audio you have of your adventures in the Hooded Man Inn - if anyone is left to tell the tale.