Generic roll and update items

This commit is contained in:
2022-01-13 20:12:51 +01:00
parent f6cdb3e7fd
commit d4df32a2f0
7 changed files with 70 additions and 21 deletions

View File

@ -102,6 +102,36 @@
"tags": [
"effect"
]
},
{
"entity": "Item",
"label": "Armour",
"name": "armour",
"path": "./packs/armour.db",
"system": "fvtt-pegasus-rpg",
"tags": [
"armour"
]
},
{
"entity": "Item",
"label": "Equipment",
"name": "equipment",
"path": "./packs/equipment.db",
"system": "fvtt-pegasus-rpg",
"tags": [
"equipment"
]
},
{
"entity": "Item",
"label": "Shields",
"name": "shields",
"path": "./packs/shields.db",
"system": "fvtt-pegasus-rpg",
"tags": [
"shield"
]
}
],
"primaryTokenAttribute": "endurance.endurance",
@ -110,9 +140,9 @@
"styles": [
"styles/simple.css"
],
"templateVersion": 56,
"templateVersion": 57,
"title": "Pegasus RPG",
"url": "https://www.uberwald.me/data/files/fvtt-pegasus-rpg",
"version": "0.0.56",
"version": "0.0.57",
"background" : "./images/ui/pegasus_welcome_page.webp"
}
}