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

69 lines
1.8 KiB
JSON
Raw Normal View History

2020-05-28 22:28:33 +02:00
{
"name": "wfrp4e-night-of-blood",
"title": "Night of Blood (WFRP 4e)",
"description": "The classic Warhammer Fantasy Roleplay adventure, perfect for introducing new players",
2021-07-27 18:32:52 +02:00
"version": "1.3",
2020-05-28 22:28:33 +02:00
"author": "Stu",
2021-07-27 18:32:25 +02:00
"dependencies": [
{
"name": "wfrp4e",
"type": "system"
},
{
"name": "babele",
"type": "module"
}
],
2020-05-28 22:28:33 +02:00
"styles": [
"./styles.css"
],
2020-11-08 01:03:50 +01:00
"scripts": [
2020-11-08 01:28:56 +01:00
"init.js"
2020-11-08 01:03:50 +01:00
],
2021-07-27 18:32:25 +02:00
"languages": [
{
"lang": "fr",
"name": "Français",
"path": "fr.json"
}
],
2020-05-28 22:28:33 +02:00
"packs": [
{
"name": "NightOfBloodActors",
"label": "Night of Blood Actors",
"path": "packs/night-of-blood-actors.db",
"entity": "Actor",
"module": "wfrp4e-night-of-blood",
"system": "wfrp4e"
},
{
"name": "NightOfBloodScenes",
"label": "Night of Blood Scenes",
"path": "packs/night-of-blood-scenes.db",
"entity": "Scene",
"module": "wfrp4e-night-of-blood",
"system": "wfrp4e"
},
{
"name": "NightOfBloodJournal",
"label": "Night of Blood Journal Entries",
"path": "packs/night-of-blood-journal.db",
2020-05-28 23:10:15 +02:00
"entity": "JournalEntry",
2020-05-28 22:28:33 +02:00
"module": "wfrp4e-night-of-blood",
"system": "wfrp4e"
},
{
"name": "NightOfBloodSFX",
"label": "Night of Blood SFX",
"path": "packs/night-of-blood-sfx.db",
"entity": "Playlist",
"module": "wfrp4e-night-of-blood",
"system": "wfrp4e"
}
],
2021-07-27 18:32:25 +02:00
"minimumCoreVersion": "0.8.0",
2021-07-27 18:32:52 +02:00
"manifest": "https://raw.githubusercontent.com/sladecraven/WFRP-Night-of-Blood-4e-FVTT/master/module.json",
"download": "https://github.com/sladecraven/WFRP-Night-of-Blood-4e-FVTT/archive/master.zip",
2020-05-28 22:41:04 +02:00
"url": "https://github.com/CStuartEKerrigan/WFRP-Night-of-Blood-4e-FVTT/"
2021-07-27 18:32:25 +02:00
}