Initial commit
This commit is contained in:
50
module.json
Normal file
50
module.json
Normal file
@ -0,0 +1,50 @@
|
||||
{
|
||||
"name": "wfrp4e-night-of-blood",
|
||||
"title": "Night of Blood (WFRP 4e)",
|
||||
"description": "The classic Warhammer Fantasy Roleplay adventure, perfect for introducing new players",
|
||||
"version": "0.1",
|
||||
"author": "Stu",
|
||||
"systems": ["wfrp4e"],
|
||||
"styles": [
|
||||
"./styles.css"
|
||||
],
|
||||
"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",
|
||||
"entity": "Journal",
|
||||
"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"
|
||||
}
|
||||
],
|
||||
"languages": ["en"],
|
||||
"minimumCoreVersion": "0.6",
|
||||
"manifest": "https://raw.githubusercontent.com/CStuartEKerrigan/WFRP-NightOfBlood-4e-FVTT/master/module.json",
|
||||
"download": "https://github.com/CStuartEKerrigan/WFRP-NightOfBlood-4e-FVTT/archive/master.zip",
|
||||
"url": "https://github.com/CStuartEKerrigan/WFRP-NightOfBlood-4e-FVTT/"
|
||||
}
|
Reference in New Issue
Block a user