Race/Roles

This commit is contained in:
2021-12-09 18:40:50 +01:00
parent ed70c5848f
commit 71d61f1387
9 changed files with 199 additions and 29 deletions

View File

@ -30,7 +30,17 @@
"path": "./packs/specialisations.db",
"system": "fvtt-pegasus-rpg",
"tags": [
"skill"
"specialisation"
]
},
{
"entity": "Item",
"label": "Racial Abilities",
"name": "racial-abilities",
"path": "./packs/racial-abilities.db",
"system": "fvtt-pegasus-rpg",
"tags": [
"ability"
]
}
],
@ -40,9 +50,9 @@
"styles": [
"styles/simple.css"
],
"templateVersion": 13,
"templateVersion": 17,
"title": "Pegasus RPG",
"url": "https://www.uberwald.me/data/files/fvtt-pegasus-rpg",
"version": "0.0.13",
"version": "0.0.17",
"background" : "./images/ui/pegasus_welcome_page.webp"
}