diff --git a/languages/en.json b/languages/en.json new file mode 100644 index 0000000..a53fe5f --- /dev/null +++ b/languages/en.json @@ -0,0 +1,4 @@ +{ + "DW_BEGUILER": { + } +} diff --git a/module.json b/module.json index ab86520..3898f15 100644 --- a/module.json +++ b/module.json @@ -9,7 +9,35 @@ ], "version": "0.0.1", "compatibility": { - "minimum": "10", - "verified": "10" - } + "minimum": "10", + "verified": "10" + }, + "relationships": { + "systems": [{ + "id": "dungeonworld", + "type": "system", + "compatibility": { + "verified": "1.7.0" + } + }] + }, + "packs": [ + { + "label": "DW Beguiler Classe", + "type": "Item", + "name": "dwgl-classe", + "path": "packs/hbw-classe.db", + "system": "dungeonworld", + "package": "world", + "entity": "Item", + "private": false + } + ], + "languages": [ + { + "lang": "en", + "name": "English", + "path": "languages/en.json" + } + ] } diff --git a/module.json.bck b/module.json.bck new file mode 100644 index 0000000..0d6677c --- /dev/null +++ b/module.json.bck @@ -0,0 +1,53 @@ +{ + "id": "the_beguiler_module", + "title": "The Beguiler module", + "description": "A module that add the Beguiler class to Dungeon World", + "authors": [ + { + "name": "Jean-Marie 'Histausse' Mineau" + } + ], + "version": "0.0.1", + "compatibility": { + "minimum": "10", + "verified": "10" + }, + "relationships": { + "systems": [{ + "id": "dungeonworld", + "type": "system", + "compatibility": { + "verified": "1.7.0" + } + }] + }, + "packs": [ + { + "label": "DW Beguiler Classe", + "type": "Item", + "name": "dwgl-classe", + "path": "packs/hbw-classe.db", + "system": "dungeonworld", + "package": "world", + "entity": "Item", + "private": false + }, + { + "label": "DW Beguiler Basic Moves", + "type": "Item", + "name": "dwgl-beguiler-moves", + "path": "packs/dwgl-beguiler-moves.db", + "system": "dungeonworld", + "package": "world", + "entity": "Item", + "private": false + } + ], + "languages": [ + { + "lang": "en", + "name": "English", + "path": "languages/en.json" + } + ] +} diff --git a/packs/dwgl-beguiler-moves.db b/packs/dwgl-beguiler-moves.db new file mode 100644 index 0000000..e69de29 diff --git a/packs/hbw-classe.db b/packs/hbw-classe.db new file mode 100644 index 0000000..d45d693 --- /dev/null +++ b/packs/hbw-classe.db @@ -0,0 +1,91 @@ +{ + "_id": "vtwvUr31f4qcVSWx", + "name": "The Beguiler", + "type": "class", + "img": "icons/magic/control/mouth-smile-deception-purple.webp", + "data": { + "name": "", + "description": "

There is no known description of beguilers.

That's how good they are.

", + "races": { + "0": { + "label": "Elf", + "description": "Your elven eyes need only starlight to see perfectly in darkness." + }, + "1": { + "label": "Human", + "description": "When people are charmed by or trust you, they will overlook minor discrepancies in your behavior." + }, + "2": { + "label": "Changeling", + "description": "The changes you make with Beguilers Cloak are physical and real, you take +1 to Beguilers Cloak rolls." + }, + "3": { + "label": "Other", + "description": "Secret between the player and the GM :-)" + } + }, + "alignments": { + "0": { + "label": "Neutral", + "description": "Solve a problem by forcing your will on another." + }, + "1": { + "label": "Evil", + "description": "Take advantage of someone weaker than yourself for your personal gain or amusement." + } + }, + "equipment": { + "0": { + "label": "Start with these", + "mode": "checkbox", + "items": [ + "6JcOoZ8CNqYxLgyQ" + ] + }, + "1": { + "label": "Choose one, all are weight 0 for you", + "mode": "radio", + "items": [ + "t0FCRrKNif8IVLdZ", + "Pg5OKCxvZLZIlUqZ", + "bIDVbZVEJSWPcBi1", + "IsyhcXjdMpUzK3r5", + "aXVYHRjX2eoRTtCQ", + "lG9aDTZcWfYBHCjj", + ] + }, + "2": { + "label": "Choose your clothing", + "mode": "radio", + "items": [ + "oGiXIqNQbukIjf06", + "wQPaK1s3OX41qxTz" + ] + }, + "3": { + "label": "Choose your armament", + "mode": "checkbox", + "items": [ + "5dSrhoG0LBXY6RyD", + "jSFKrGehEa3y26cO", + "WrnuJ6j8JerAozDO", + "Bj8EezgO0DZ9OhVQ" + ] + }, + "4": { + "label": "Choose one", + "mode": "radio", + "items": [ + "YwHV7WYzTPSAOorl", + "Z7tBUvJQZEk6YHXv", + "Faznfc01XOrNYIOn" + ] + } + }, + "hp": 6, + "load": 9, + "damage": "d6" + }, + "effects": [], + "flags": {} +}