diff --git a/module.json b/module.json index 4bde762..abd1630 100644 --- a/module.json +++ b/module.json @@ -34,6 +34,16 @@ "package": "world", "entity": "Item", "private": false + }, + { + "label": "DW Beguiler Equipment", + "type": "Item", + "name": "dwgl-equipment", + "path": "packs/dwgl-equipment.db", + "system": "dungeonworld", + "package": "world", + "entity": "Item", + "private": false } ], "languages": [ diff --git a/module.json.bck b/module.json.bck deleted file mode 100644 index 0d6677c..0000000 --- a/module.json.bck +++ /dev/null @@ -1,53 +0,0 @@ -{ - "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.json b/packs/dwgl-beguiler-moves.json deleted file mode 100644 index e69de29..0000000 diff --git a/packs/dwgl-classe.json b/packs/dwgl-classe.json index bd048bd..dc93144 100644 --- a/packs/dwgl-classe.json +++ b/packs/dwgl-classe.json @@ -43,42 +43,20 @@ ] }, "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" + "nMag6sXXRqc6SC4Q" ] }, - "4": { - "label": "Choose one", - "mode": "radio", + "2": { + "label": "Choose two", + "mode": "checkbox", "items": [ + "gLFA3L03JkkBQXjZ", "YwHV7WYzTPSAOorl", - "Z7tBUvJQZEk6YHXv", - "Faznfc01XOrNYIOn" + "lUy2SI7YYpyzVjHQ", + "aK9CIEZ7AddPTIX5" ] } }, diff --git a/packs/dwgl-equipment.json b/packs/dwgl-equipment.json new file mode 100644 index 0000000..383ca0a --- /dev/null +++ b/packs/dwgl-equipment.json @@ -0,0 +1,72 @@ +{ + "_id": "gLFA3L03JkkBQXjZ", + "name": "Black Leather Armor", + "permission": { + "default": 0 + }, + "type": "equipment", + "data": { + "name": "", + "description": "

Black leather armor.

", + "class": "", + "quantity": 1, + "weight": 1, + "uses": 0, + "tags": "[{\"value\":\"worn\"},{\"value\":\"1 armor\"}]", + "tagsString": "worn, 1 armor", + "magic": false, + "itemType": "armor", + "attributes": {} + }, + "flags": {}, + "img": "icons/equipment/chest/breastplate-layered-grey.webp", + "effects": [] +} +{ + "_id": "lUy2SI7YYpyzVjHQ", + "name": "Silk robes and a snake staff", + "permission": { + "default": 0 + }, + "type": "equipment", + "data": { + "name": "", + "description": "

Impressive silk robes and a snake staff with jeweled eyes.

", + "class": "", + "quantity": 1, + "weight": 1, + "uses": 0, + "tags": "[{\"value\":\"close\"},{\"value\":\"reach\"}]", + "tagsString": "close, reach", + "magic": false, + "itemType": "weapon", + "attributes": {} + }, + "flags": {}, + "img": "icons/weapons/staves/staff-ornate-hook.webp", + "effects": [] +} +{ + "_id": "aK9CIEZ7AddPTIX5", + "name": "Psychic Paper", + "permission": { + "default": 0 + }, + "type": "equipment", + "data": { + "name": "", + "description": "

An unassuming blank sheet of paper that says exactly what you want it to say, when you want it to say it.

", + "class": "", + "quantity": 1, + "weight": 0, + "uses": 0, + "tags": "", + "tagsString": "", + "magic": false, + "itemType": "", + "attributes": {} + }, + "flags": {}, + "img": "icons/sundries/scrolls/scroll-plain-tan.webp", + "effects": [] +}