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

112 lines
2.8 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-10-13 10:27:37 +02:00
"version": "8.0.0",
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": "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",
2024-10-13 10:27:37 +02:00
"path": "./packs/night-of-blood-actors",
"package": "wfrp4e-night-of-blood",
"ownership": {
"PLAYER": "NONE",
"ASSISTANT": "OWNER"
}
2022-05-12 19:30:47 +02:00
},
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",
2024-10-13 10:27:37 +02:00
"path": "./packs/night-of-blood-scenes",
"package": "wfrp4e-night-of-blood",
"ownership": {
"PLAYER": "NONE",
"ASSISTANT": "OWNER"
}
2022-05-12 19:30:47 +02:00
},
{
"label": "Night of Blood Journal Entries",
2020-05-28 22:28:33 +02:00
"name": "NightOfBloodJournal",
2024-10-13 10:27:37 +02:00
"path": "./packs/night-of-blood-journal",
2022-05-12 15:51:53 +02:00
"type": "JournalEntry",
2024-10-13 10:27:37 +02:00
"package": "wfrp4e-night-of-blood",
"ownership": {
"PLAYER": "NONE",
"ASSISTANT": "OWNER"
}
2022-05-12 19:30:47 +02:00
},
{
2020-05-28 22:28:33 +02:00
"name": "NightOfBloodSFX",
"label": "Night of Blood SFX",
2024-10-13 10:27:37 +02:00
"path": "./packs/night-of-blood-sfx",
2022-05-12 15:51:53 +02:00
"type": "Playlist",
2024-10-13 10:27:37 +02:00
"ownership": {
"PLAYER": "NONE",
"ASSISTANT": "OWNER"
},
2022-05-12 19:30:47 +02:00
"package": "wfrp4e-night-of-blood"
}
],
2024-10-13 10:27:37 +02:00
"packFolders": [
{
"name": "Night of Blood",
"sorting": "m",
"packs": [
"NightOfBloodActors",
"NightOfBloodScenes",
"NightOfBloodJournal",
"NightOfBloodSFX"
]
}
],
2022-05-12 19:30:47 +02:00
"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": {
2024-10-13 10:27:37 +02:00
"minimum": "12",
"verified": "12"
2024-02-21 20:40:39 +01:00
},
"manifest": "https://www.uberwald.me/gitea/public/WFRP-Night-of-Blood-4e-FVTT/raw/master/module.json",
2024-02-21 20:42:28 +01:00
"download": "https://www.uberwald.me/gitea/public/WFRP-Night-of-Blood-4e-FVTT/archive/wfrp4-night-of-blood-v7.0.0.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
}