74 lines
1.8 KiB
JSON
Raw Normal View History

2020-05-28 21:28:33 +01:00
{
"name": "wfrp4e-night-of-blood",
"title": "Night of Blood (WFRP 4e)",
2022-05-12 14:51:53 +01:00
"description": "The classic Warhammer Fantasy Roleplay adventure, perfect for introducing new players. Now updated to include multi-level scenes",
"version": "2.0",
"author": "Stuart Kerrigan",
"dependencies": [
{
"name": "lib-wrapper"
},
{
"name": "betterroofs"
},
{
"name": "wall-height"
},
{
"name": "levels"
},
{
"name": "token-attacher"
},
{
"name": "ambientdoors"
},
{
"name": "tokenmagic"
}
],
"esmodules": [
],
"scripts": [
"initialization.js"
],
2020-05-28 21:28:33 +01:00
"systems": ["wfrp4e"],
"styles": [
"./styles.css"
],
"packs": [
{
2022-05-12 14:51:53 +01:00
"label": "Night of Blood Actors",
"type": "Actor",
2020-05-28 21:28:33 +01:00
"name": "NightOfBloodActors",
"path": "packs/night-of-blood-actors.db",
2022-05-12 14:51:53 +01:00
"package": "wfrp4e-night-of-blood" },
2020-05-28 21:28:33 +01:00
{
"label": "Night of Blood Scenes",
2022-05-12 14:51:53 +01:00
"type": "Scene",
"name": "NightOfBloodScenes",
2020-05-28 21:28:33 +01:00
"path": "packs/night-of-blood-scenes.db",
2022-05-12 14:51:53 +01:00
"package": "wfrp4e-night-of-blood" },
2020-05-28 21:28:33 +01:00
{
2022-05-12 14:51:53 +01:00
"label": "Night of Blood Journal Entries",
2020-05-28 21:28:33 +01:00
"name": "NightOfBloodJournal",
"path": "packs/night-of-blood-journal.db",
2022-05-12 14:51:53 +01:00
"type": "JournalEntry",
"package": "wfrp4e-night-of-blood" },
2020-05-28 21:28:33 +01:00
{
"name": "NightOfBloodSFX",
"label": "Night of Blood SFX",
"path": "packs/night-of-blood-sfx.db",
2022-05-12 14:51:53 +01:00
"type": "Playlist",
"package": "wfrp4e-night-of-blood" }
2020-05-28 21:28:33 +01:00
],
2022-05-12 14:51:53 +01:00
"flags" : {
"initializationPacks" : [ ]
},
2020-05-28 21:28:33 +01:00
"languages": ["en"],
2022-05-12 14:51:53 +01:00
"minimumCoreVersion": "0.9",
2020-05-28 21:41:04 +01:00
"manifest": "https://raw.githubusercontent.com/CStuartEKerrigan/WFRP-Night-of-Blood-4e-FVTT/master/module.json",
2020-05-28 21:46:05 +01:00
"download": "https://github.com/CStuartEKerrigan/WFRP-Night-of-Blood-4e-FVTT/archive/master.zip",
2020-05-28 21:41:04 +01:00
"url": "https://github.com/CStuartEKerrigan/WFRP-Night-of-Blood-4e-FVTT/"
2020-05-28 21:28:33 +01:00
}