WFRP-Night-of-Blood-4e-FVTT/module.json

104 lines
2.6 KiB
JSON
Raw Normal View History

2020-05-28 22:28:33 +02:00
{
"title": "Night of Blood (WFRP 4e)",
2022-05-12 15:51:53 +02:00
"description": "The classic Warhammer Fantasy Roleplay adventure, perfect for introducing new players. Now updated to include multi-level scenes",
2024-02-21 20:40:39 +01:00
"version": "3.1",
2022-05-12 15:51:53 +02:00
"author": "Stuart Kerrigan",
2022-05-12 19:30:47 +02:00
"esmodules": [],
"scripts": [
"init.js"
],
2024-02-21 20:40:39 +01:00
"relationships": {
"systems": [
{
"id": "wfrp4e",
"type": "system",
"compatibility": {}
}
],
"requires": [
{
"id": "babele",
"type": "module",
"compatibility": {}
},
{
"id": "lib-wrapper",
"type": "module"
},
{
"id": "betterroofs",
"type": "module"
},
{
"id": "wall-height",
"type": "module"
},
{
"id": "levels",
"type": "module"
},
{
"id": "token-attacher",
"type": "module"
},
{
"id": "ambientdoors",
"type": "module"
},
{
"id": "tokenmagic",
"type": "module"
}
]
},
2020-05-28 22:28:33 +02:00
"styles": [
],
"packs": [
{
2022-05-12 19:30:47 +02:00
"label": "Night of Blood Actors",
"type": "Actor",
2020-05-28 22:28:33 +02:00
"name": "NightOfBloodActors",
2022-05-12 19:51:41 +02:00
"path": "./packs/night-of-blood-actors.db",
2022-05-12 19:30:47 +02:00
"package": "wfrp4e-night-of-blood"
},
2020-05-28 22:28:33 +02:00
{
"label": "Night of Blood Scenes",
2022-05-12 19:30:47 +02:00
"type": "Scene",
2022-05-12 15:51:53 +02:00
"name": "NightOfBloodScenes",
2022-05-12 19:51:41 +02:00
"path": "./packs/night-of-blood-scenes.db",
2022-05-12 19:30:47 +02:00
"package": "wfrp4e-night-of-blood"
},
{
"label": "Night of Blood Journal Entries",
2020-05-28 22:28:33 +02:00
"name": "NightOfBloodJournal",
2022-05-12 19:51:41 +02:00
"path": "./packs/night-of-blood-journal.db",
2022-05-12 15:51:53 +02:00
"type": "JournalEntry",
2022-05-12 19:30:47 +02:00
"package": "wfrp4e-night-of-blood"
},
{
2020-05-28 22:28:33 +02:00
"name": "NightOfBloodSFX",
"label": "Night of Blood SFX",
2022-05-12 19:51:41 +02:00
"path": "./packs/night-of-blood-sfx.db",
2022-05-12 15:51:53 +02:00
"type": "Playlist",
2022-05-12 19:30:47 +02:00
"package": "wfrp4e-night-of-blood"
}
],
"flags": {
2024-02-21 20:40:39 +01:00
"initializationPacks": ["wfrp4e-night-of-blood.NightOfBloodActors", "wfrp4e-night-of-blood.NightOfBloodScenes", "wfrp4e-night-of-blood.NightOfBloodJournal"],
"folder": {
"name": "Night of Blood",
"sorting": "m",
"color": "#751515"
}
2022-05-12 19:30:47 +02:00
},
"languages": [
2020-05-28 22:28:33 +02:00
],
2024-02-21 20:40:39 +01:00
"id": "wfrp4e-night-of-blood",
"compatibility": {
"minimum": "11",
"verified": "11"
},
"manifest": "https://www.uberwald.me/gitea/public/WFRP-Night-of-Blood-4e-FVTT/raw/master/module.json",
"download": "https://www.uberwald.me/gitea/public/WFRP-Night-of-Blood-4e-FVTT/archive/WFRP-Night-of-Blood-4e-FVTT-v3.1.zip",
2020-05-28 22:41:04 +02:00
"url": "https://github.com/CStuartEKerrigan/WFRP-Night-of-Blood-4e-FVTT/"
2022-05-12 19:30:47 +02:00
}