Update packs
This commit is contained in:
parent
b4c989c3f1
commit
f4728b0284
@ -30,9 +30,6 @@
|
||||
},
|
||||
"deprecated": {
|
||||
"initialization-parent": "Night of Blood"
|
||||
},
|
||||
"core": {
|
||||
"sourceId": "Folder.NYEfYRdiDtFaKkZT"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
94
module.json
94
module.json
@ -4,71 +4,77 @@
|
||||
"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"
|
||||
],
|
||||
"systems": ["wfrp4e"],
|
||||
{
|
||||
"name": "lib-wrapper"
|
||||
},
|
||||
{
|
||||
"name": "betterroofs"
|
||||
},
|
||||
{
|
||||
"name": "wall-height"
|
||||
},
|
||||
{
|
||||
"name": "levels"
|
||||
},
|
||||
{
|
||||
"name": "token-attacher"
|
||||
},
|
||||
{
|
||||
"name": "ambientdoors"
|
||||
},
|
||||
{
|
||||
"name": "tokenmagic"
|
||||
}
|
||||
],
|
||||
"esmodules": [],
|
||||
"scripts": [
|
||||
"init.js"
|
||||
],
|
||||
"systems": [
|
||||
"wfrp4e"
|
||||
],
|
||||
"styles": [
|
||||
"./styles.css"
|
||||
],
|
||||
"packs": [
|
||||
{
|
||||
"label": "Night of Blood Actors",
|
||||
"type": "Actor",
|
||||
"label": "Night of Blood Actors",
|
||||
"type": "Actor",
|
||||
"name": "NightOfBloodActors",
|
||||
"path": "packs/night-of-blood-actors.db",
|
||||
"package": "wfrp4e-night-of-blood" },
|
||||
"package": "wfrp4e-night-of-blood"
|
||||
},
|
||||
{
|
||||
"label": "Night of Blood Scenes",
|
||||
"type": "Scene",
|
||||
"type": "Scene",
|
||||
"name": "NightOfBloodScenes",
|
||||
"path": "packs/night-of-blood-scenes.db",
|
||||
"package": "wfrp4e-night-of-blood" },
|
||||
{
|
||||
"label": "Night of Blood Journal Entries",
|
||||
"package": "wfrp4e-night-of-blood"
|
||||
},
|
||||
{
|
||||
"label": "Night of Blood Journal Entries",
|
||||
"name": "NightOfBloodJournal",
|
||||
"path": "packs/night-of-blood-journal.db",
|
||||
"type": "JournalEntry",
|
||||
"package": "wfrp4e-night-of-blood" },
|
||||
{
|
||||
"package": "wfrp4e-night-of-blood"
|
||||
},
|
||||
{
|
||||
"name": "NightOfBloodSFX",
|
||||
"label": "Night of Blood SFX",
|
||||
"path": "packs/night-of-blood-sfx.db",
|
||||
"type": "Playlist",
|
||||
"package": "wfrp4e-night-of-blood" }
|
||||
"package": "wfrp4e-night-of-blood"
|
||||
}
|
||||
],
|
||||
"flags": {
|
||||
"initializationPacks": []
|
||||
},
|
||||
"languages": [
|
||||
"en"
|
||||
],
|
||||
"flags" : {
|
||||
"initializationPacks" : [ ]
|
||||
},
|
||||
"languages": ["en"],
|
||||
"minimumCoreVersion": "0.9",
|
||||
"manifest": "https://raw.githubusercontent.com/CStuartEKerrigan/WFRP-Night-of-Blood-4e-FVTT/master/module.json",
|
||||
"download": "https://github.com/CStuartEKerrigan/WFRP-Night-of-Blood-4e-FVTT/archive/master.zip",
|
||||
"url": "https://github.com/CStuartEKerrigan/WFRP-Night-of-Blood-4e-FVTT/"
|
||||
}
|
||||
}
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user