Skip to content

Commit

Permalink
Updated packs to LevelDB
Browse files Browse the repository at this point in the history
  • Loading branch information
tmrodrig committed Nov 16, 2024
1 parent aed66e3 commit 50fe93b
Show file tree
Hide file tree
Showing 7 changed files with 15,003 additions and 12 deletions.
32 changes: 20 additions & 12 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"id": "hm-adv-bb",
"name": "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.1.3",
"version": "1.2.0",
"bugs": "https://github.com/toastygm/hm-adv-bb/issues",
"license": "LICENSE",
"readme": "README.md",
Expand All @@ -14,10 +13,9 @@
"flags": {}
}
],
"minimumCoreVersion": "10",
"compatibility": {
"minimum": "10",
"verified": "10"
"minimum": "11",
"verified": "12.331"
},
"scripts": [
"scripts/init.js"
Expand All @@ -27,35 +25,45 @@
{
"id": "hm-loc-charmic",
"type": "module",
"manifest": "https://raw.githubusercontent.com/toastygm/hm-loc-charmic/master/module.json"
"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"
"manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/scene-packer/master/module.json",
"compatibility": {}
}
]
},
"packs": [
{
"label": "Bastard Bailiff Actors",
"name": "actors",
"path": "packs/actors.db",
"path": "packs/actors",
"system": "hm3",
"type": "Actor",
"flags": {}
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"label": "Bastard Bailiff Journals",
"name": "journals",
"path": "packs/journals.db",
"path": "packs/journals",
"type": "JournalEntry",
"flags": {}
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
}
],
"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/download/v1.1.3/module.zip",
"download": "https://github.com/toastygm/hm-adv-bb/releases/download/v1.2.0/module.zip",
"flags": {
"allowBugReporter": true
}
Expand Down
Loading

0 comments on commit 50fe93b

Please sign in to comment.