This commit is contained in:
Histausse 2023-06-10 18:50:00 +02:00
parent 4abb10539b
commit a696e7f775
5 changed files with 179 additions and 3 deletions

4
languages/en.json Normal file
View file

@ -0,0 +1,4 @@
{
"DW_BEGUILER": {
}
}

View file

@ -11,5 +11,33 @@
"compatibility": { "compatibility": {
"minimum": "10", "minimum": "10",
"verified": "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"
}
]
} }

53
module.json.bck Normal file
View file

@ -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"
}
]
}

View file

91
packs/hbw-classe.db Normal file
View file

@ -0,0 +1,91 @@
{
"_id": "vtwvUr31f4qcVSWx",
"name": "The Beguiler",
"type": "class",
"img": "icons/magic/control/mouth-smile-deception-purple.webp",
"data": {
"name": "",
"description": "<p>There is no known description of beguilers.</p><p>That's how good they are.</p>",
"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": {}
}