Update packs

This commit is contained in:
stukerrigan 2022-05-12 18:30:47 +01:00
parent b4c989c3f1
commit f4728b0284
5 changed files with 142 additions and 72 deletions

View File

@ -30,9 +30,6 @@
}, },
"deprecated": { "deprecated": {
"initialization-parent": "Night of Blood" "initialization-parent": "Night of Blood"
},
"core": {
"sourceId": "Folder.NYEfYRdiDtFaKkZT"
} }
} }
}, },

View File

@ -4,7 +4,6 @@
"description": "The classic Warhammer Fantasy Roleplay adventure, perfect for introducing new players. Now updated to include multi-level scenes", "description": "The classic Warhammer Fantasy Roleplay adventure, perfect for introducing new players. Now updated to include multi-level scenes",
"version": "2.0", "version": "2.0",
"author": "Stuart Kerrigan", "author": "Stuart Kerrigan",
"dependencies": [ "dependencies": [
{ {
"name": "lib-wrapper" "name": "lib-wrapper"
@ -28,12 +27,13 @@
"name": "tokenmagic" "name": "tokenmagic"
} }
], ],
"esmodules": [ "esmodules": [],
],
"scripts": [ "scripts": [
"initialization.js" "init.js"
],
"systems": [
"wfrp4e"
], ],
"systems": ["wfrp4e"],
"styles": [ "styles": [
"./styles.css" "./styles.css"
], ],
@ -43,30 +43,36 @@
"type": "Actor", "type": "Actor",
"name": "NightOfBloodActors", "name": "NightOfBloodActors",
"path": "packs/night-of-blood-actors.db", "path": "packs/night-of-blood-actors.db",
"package": "wfrp4e-night-of-blood" }, "package": "wfrp4e-night-of-blood"
},
{ {
"label": "Night of Blood Scenes", "label": "Night of Blood Scenes",
"type": "Scene", "type": "Scene",
"name": "NightOfBloodScenes", "name": "NightOfBloodScenes",
"path": "packs/night-of-blood-scenes.db", "path": "packs/night-of-blood-scenes.db",
"package": "wfrp4e-night-of-blood" }, "package": "wfrp4e-night-of-blood"
},
{ {
"label": "Night of Blood Journal Entries", "label": "Night of Blood Journal Entries",
"name": "NightOfBloodJournal", "name": "NightOfBloodJournal",
"path": "packs/night-of-blood-journal.db", "path": "packs/night-of-blood-journal.db",
"type": "JournalEntry", "type": "JournalEntry",
"package": "wfrp4e-night-of-blood" }, "package": "wfrp4e-night-of-blood"
},
{ {
"name": "NightOfBloodSFX", "name": "NightOfBloodSFX",
"label": "Night of Blood SFX", "label": "Night of Blood SFX",
"path": "packs/night-of-blood-sfx.db", "path": "packs/night-of-blood-sfx.db",
"type": "Playlist", "type": "Playlist",
"package": "wfrp4e-night-of-blood" } "package": "wfrp4e-night-of-blood"
}
], ],
"flags": { "flags": {
"initializationPacks": [] "initializationPacks": []
}, },
"languages": ["en"], "languages": [
"en"
],
"minimumCoreVersion": "0.9", "minimumCoreVersion": "0.9",
"manifest": "https://raw.githubusercontent.com/CStuartEKerrigan/WFRP-Night-of-Blood-4e-FVTT/master/module.json", "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", "download": "https://github.com/CStuartEKerrigan/WFRP-Night-of-Blood-4e-FVTT/archive/master.zip",

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