Data model change

This commit is contained in:
2022-07-26 21:40:42 +02:00
parent eda4455be3
commit 80708e3f0a
10 changed files with 100 additions and 126 deletions

View File

@ -140,6 +140,26 @@
"tags": [
"skill"
]
},
{
"entity": "Item",
"label": "Feats",
"name": "feats",
"path": "./packs/feats.db",
"system": "fvtt-crucible-rpg",
"tags": [
"feat"
]
},
{
"entity": "Item",
"label": "Poisons",
"name": "poisons",
"path": "./packs/poisons.db",
"system": "fvtt-crucible-rpg",
"tags": [
"poison"
]
}
],
"primaryTokenAttribute": "secondary.health",
@ -151,8 +171,8 @@
"templateVersion": 8,
"title": "Crucible RPG",
"manifest": "https://www.uberwald.me/gitea/public/fvtt-crucible-rpg/raw/master/system.json",
"download": "https://www.uberwald.me/gitea/public/fvtt-crucible-rpg/archive/fvtt-crucible-rpg-v0.1.9.zip",
"download": "https://www.uberwald.me/gitea/public/fvtt-crucible-rpg/archive/fvtt-crucible-rpg-v0.1.10.zip",
"url": "https://www.uberwald.me/gitea/public/fvtt-crucible-rpg",
"version": "0.1.9",
"version": "0.1.10",
"background" : "./images/ui/crucible_welcome_page.webp"
}