-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
728922a
commit 7fce732
Showing
5 changed files
with
105 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,72 +1,97 @@ | ||
{ | ||
"name": "dsa5-introduction", | ||
"title": "The Dark Eye 5th Ed. - Introduction Adventure", | ||
"description": "A short introduction adventure for the dark eye 5th edition. Includes characters maps and adventure descriptions.", | ||
"author": "Plushtoast", | ||
"version": "3.0.1", | ||
"system": ["dsa5"], | ||
"minimumCoreVersion": "9.236", | ||
"compatibleCoreVersion": "9", | ||
"url": "https://github.com/Plushtoast/dsa5_introduction", | ||
"manifest": "https://raw.githubusercontent.com/Plushtoast/dsa5_introduction/master/module.json", | ||
"download": "https://github.com/Plushtoast/dsa5_introduction/releases/download/3.0.1/dsa5_introduction-3.0.1.zip", | ||
"languages": [{ | ||
"lang": "de", | ||
"name": "Deutsch", | ||
"path": "lang/de.json" | ||
}, { | ||
"lang": "en", | ||
"name": "English", | ||
"path": "lang/en.json" | ||
}], | ||
"dependencies": [{ | ||
"name": "dsa5", | ||
"type": "system" | ||
}], | ||
"esmodules": [ | ||
"modules/init.js" | ||
], | ||
"packs": [{ | ||
"name": "introductionbiests", | ||
"label": "Akteure und Kreaturen", | ||
"system": "dsa5", | ||
"path": "./packs/introductionbiests.db", | ||
"type": "Actor" | ||
}, | ||
{ | ||
"name": "introductionmaps", | ||
"label": "Karten", | ||
"system": "dsa5", | ||
"path": "./packs/introductionmaps.db", | ||
"type": "Scene" | ||
}, | ||
{ | ||
"name": "introductionjournal", | ||
"label": "Einführung", | ||
"system": "dsa5", | ||
"path": "./packs/introductionjournal.db", | ||
"type": "JournalEntry" | ||
}, | ||
{ | ||
"name": "introductionenbiests", | ||
"label": "Actors and creatures", | ||
"system": "dsa5", | ||
"path": "./packs/introductionenbiests.db", | ||
"type": "Actor" | ||
}, | ||
{ | ||
"name": "introductionenmaps", | ||
"label": "Maps", | ||
"system": "dsa5", | ||
"path": "./packs/introductionenmaps.db", | ||
"type": "Scene" | ||
}, | ||
{ | ||
"name": "introductionenjournal", | ||
"label": "Introduction", | ||
"system": "dsa5", | ||
"path": "./packs/introductionenjournal.db", | ||
"type": "JournalEntry" | ||
} | ||
] | ||
{ | ||
"title": "The Dark Eye 5th Ed. - Introduction Adventure", | ||
"description": "A short introduction adventure for the dark eye 5th edition. Includes characters maps and adventure descriptions.", | ||
"version": "4.0.0", | ||
"url": "https://github.com/Plushtoast/dsa5_introduction", | ||
"manifest": "https://raw.githubusercontent.com/Plushtoast/dsa5_introduction/master/module.json", | ||
"download": "https://github.com/Plushtoast/dsa5_introduction/releases/download/4.0.0/dsa5_introduction-4.0.0.zip", | ||
"languages": [{ | ||
"lang": "de", | ||
"name": "Deutsch", | ||
"path": "lang/de.json" | ||
}, | ||
{ | ||
"lang": "en", | ||
"name": "English", | ||
"path": "lang/en.json" | ||
} | ||
], | ||
"esmodules": [ | ||
"modules/init.js" | ||
], | ||
"packs": [{ | ||
"name": "introductionbiests", | ||
"label": "Akteure und Kreaturen", | ||
"system": "dsa5", | ||
"path": "packs/introductionbiests.db", | ||
"type": "Actor", | ||
"private": true, | ||
"flags": {"dsalang": "de"} | ||
}, | ||
{ | ||
"name": "introductionmaps", | ||
"label": "Karten", | ||
"system": "dsa5", | ||
"path": "packs/introductionmaps.db", | ||
"type": "Scene", | ||
"private": true, | ||
"flags": {"dsalang": "de"} | ||
}, | ||
{ | ||
"name": "introductionjournal", | ||
"label": "Einführung", | ||
"system": "dsa5", | ||
"path": "packs/introductionjournal.db", | ||
"type": "JournalEntry", | ||
"private": true, | ||
"flags": {"dsalang": "de"} | ||
}, | ||
{ | ||
"name": "introductionenbiests", | ||
"label": "Actors and creatures", | ||
"system": "dsa5", | ||
"path": "packs/introductionenbiests.db", | ||
"type": "Actor", | ||
"private": true, | ||
"flags": {"dsalang": "en"} | ||
}, | ||
{ | ||
"name": "introductionenmaps", | ||
"label": "Maps", | ||
"system": "dsa5", | ||
"path": "packs/introductionenmaps.db", | ||
"type": "Scene", | ||
"private": true, | ||
"flags": {"dsalang": "en"} | ||
}, | ||
{ | ||
"name": "introductionenjournal", | ||
"label": "Introduction", | ||
"system": "dsa5", | ||
"path": "packs/introductionenjournal.db", | ||
"type": "JournalEntry", | ||
"private": true, | ||
"flags": {"dsalang": "en"} | ||
} | ||
], | ||
"id": "dsa5-introduction", | ||
"authors": [{ | ||
"name": "Plushtoast" | ||
}], | ||
"relationships": { | ||
"systems": [{ | ||
"id": "dsa5", | ||
"type": "system", | ||
"compatibility": { | ||
"minimum": "4.0.0" | ||
} | ||
}] | ||
}, | ||
"compatibility": { | ||
"minimum": "10", | ||
"verified": "10", | ||
"maximum": "10" | ||
}, | ||
"name": "dsa5-introduction", | ||
"minimumCoreVersion": "10" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.