add equipment

This commit is contained in:
Histausse 2023-06-10 21:44:18 +02:00
parent e788f4fbc5
commit 9284110c7e
5 changed files with 89 additions and 82 deletions

View file

@ -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": [

View file

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

View file

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

72
packs/dwgl-equipment.json Normal file
View file

@ -0,0 +1,72 @@
{
"_id": "gLFA3L03JkkBQXjZ",
"name": "Black Leather Armor",
"permission": {
"default": 0
},
"type": "equipment",
"data": {
"name": "",
"description": "<p>Black leather armor.</p>",
"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": "<p>Impressive silk robes and a snake staff with jeweled eyes.</p>",
"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": "<p>An unassuming blank sheet of paper that says exactly what you want it to say, when you want it to say it.</p>",
"class": "",
"quantity": 1,
"weight": 0,
"uses": 0,
"tags": "",
"tagsString": "",
"magic": false,
"itemType": "",
"attributes": {}
},
"flags": {},
"img": "icons/sundries/scrolls/scroll-plain-tan.webp",
"effects": []
}