Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Plushtoast committed Sep 26, 2022
1 parent 728922a commit 7fce732
Show file tree
Hide file tree
Showing 5 changed files with 105 additions and 89 deletions.
5 changes: 3 additions & 2 deletions initializationde.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
"actors": "dsa5-introduction.introductionbiests",
"scenes": "dsa5-introduction.introductionmaps",
"journal": "dsa5-introduction.introductionjournal",
"initialScene": "Spur im Wald",
"items": [{
"name": "Heiltrank (QS3)",
"type": "consumable",
"data": {
"system": {
"description": {
"value": "<p>Der beste Freund des Helden ist sicher der Heiltrank. Grundstoff der meisten Heiltränke sind Heilkräuter wie Einbeeren oder Wirselkraut. Der Heiltrank kann wie der BALSAM oder der Heilsegen jemanden von der Schwelle des Todes retten.</p>"
},
Expand Down Expand Up @@ -40,7 +41,7 @@
{
"name": "Magischer Waffenbalsam (QS3)",
"type": "consumable",
"data": {
"system": {
"description": {
"value": "<p>Manche Wesenheiten wie Dämonen oder Elementare sind mit magischen Waffen leichter zu verletzen als mit einfachem, blankem Stahl. Da verzauberte Waffen jedoch sehr selten und ausgesprochen teuer sind, erfreut sich Waffenbalsam bei vielen reisenden Helden großer Beliebtheit, denn damit bestrichene Waffen werden zumindest kurzfristig mit ein wenig magischen Energien erfüllt. Es dauert 5 Kampfrunden, um eine Waffe mit Waffenbalsam einzureiben.</p>"
},
Expand Down
5 changes: 3 additions & 2 deletions initializationen.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
"actors": "dsa5-introduction.introductionenbiests",
"scenes": "dsa5-introduction.introductionenmaps",
"journal": "dsa5-introduction.introductionenjournal",
"initialScene": "Track in the forest",
"items": [{
"name": "Healing Potion QL3",
"type": "consumable",
"data": {
"system": {
"description": {
"value": "<p>The healing potion is a hero’s best friend. The bases of most healing potions are curative herbs, like singleberry or wirsel leaf. A healing potion can bring a person back from the brink of death (see page 340), just like the spell Balsam or a Blessing of Healing.</p>"
},
Expand Down Expand Up @@ -37,7 +38,7 @@
{
"name": "Weapon Balm QL3",
"type": "consumable",
"data": {
"system": {
"description": {
"value": "<p>It is easier to hurt creatures like demons and elementals by using magical weapons instead of those of simple steel. Enchanted weapons are rare and very expensive, so weapon balm is popular among travelers. Applied to a weapon, weapon balm imbues it with magical energy for a short time. Applying weapon balm takes 5 CR.</p>"
},
Expand Down
167 changes: 96 additions & 71 deletions module.json
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"
}
11 changes: 0 additions & 11 deletions modules/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,6 @@ Hooks.once("init", function() {
default: false,
type: Boolean
})

game.dsa5.config.localizedCompendiums.de.push(
"dsa5-introduction.introductionbiests",
"dsa5-introduction.introductionmaps",
"dsa5-introduction.introductionjournal"
)
game.dsa5.config.localizedCompendiums.en.push(
"dsa5-introduction.introductionenbiests",
"dsa5-introduction.introductionenmaps",
"dsa5-introduction.introductionenjournal"
)
})

Hooks.once("ready", function() {
Expand Down
Loading

0 comments on commit 7fce732

Please sign in to comment.