Skip to content

Commit

Permalink
Update for v10
Browse files Browse the repository at this point in the history
  • Loading branch information
tmrodrig committed Jul 31, 2022
1 parent ce85761 commit 75b07d9
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 48 deletions.
60 changes: 34 additions & 26 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,53 +1,61 @@
{
"name": "hm-adv-bb",
"id": "hm-adv-bb",
"title": "Bastard Bailiff",
"description": "The bastard half brother of the Earl of Neph has been declared outlaw. Why, and who will find him, and claim the substantial reward?",
"version": "1.0.2",
"minimumCoreVersion": "0.8.6",
"compatibleCoreVersion": "0.8.9",
"version": "1.1.0",
"bugs": "https://github.com/toastygm/hm-adv-bb/issues",
"license": "LICENSE",
"readme": "README.md",
"authors": [
{
"name": "Toasty",
"discord": "toasty#8538"
"discord": "toasty#8538",
"flags": {}
}
],
"compatibility": {
"minimum": "10",
"verified": "10"
},
"scripts": [
"./scripts/init.js"
"scripts/init.js"
],
"relationships": {
"requires": [
{
"id": "hm-loc-charmic",
"type": "module",
"manifest": "https://raw.githubusercontent.com/toastygm/hm-loc-charmic/master/module.json",
"compatibility": {}
},
{
"id": "scene-packer",
"type": "module",
"manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/scene-packer/master/module.json",
"compatibility": {}
}
]
},
"packs": [
{
"entity": "Actor",
"label": "Bastard Bailiff - Actors",
"label": "Bastard Bailiff Actors",
"name": "actors",
"path": "packs/actors.db",
"system": "hm3"
"system": "hm3",
"type": "Actor",
"flags": {}
},
{
"entity": "JournalEntry",
"label": "Bastard Bailiff - Journals",
"label": "Bastard Bailiff Journals",
"name": "journals",
"path": "packs/journals.db"
}
],
"dependencies": [
{
"name": "hm-loc-charmic",
"manifest": "https://raw.githubusercontent.com/toastygm/hm-loc-charmic/master/module.json",
"type": "module"
},
{
"name": "scene-packer",
"manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/scene-packer/master/module.json",
"type": "module"
"path": "packs/journals.db",
"type": "JournalEntry",
"flags": {}
}
],
"url": "https://github.com/toastygm/hm-adv-bb/",
"manifest": "https://github.com/toastygm/hm-adv-bb/releases/latest/download/module.json",
"download": "https://github.com/toastygm/hm-adv-bb/releases/latest/download/module.zip",

"download": "https://github.com/toastygm/hm-adv-bb/releases/v1.1.0/download/module.zip",
"flags": {
"allowBugReporter": true
}
Expand Down
10 changes: 5 additions & 5 deletions packs/actors.db

Large diffs are not rendered by default.

Loading

0 comments on commit 75b07d9

Please sign in to comment.