Sync with deliveries

This commit is contained in:
2022-07-31 08:51:47 +02:00
parent da2e2b3687
commit 2332d81e24
273 changed files with 117 additions and 33 deletions

View File

@ -163,7 +163,7 @@
},
{
"entity": "Item",
"label": "Class Powers",
"label": "Powers - Class",
"name": "classpowers",
"path": "./packs/classpowers.db",
"system": "fvtt-crucible-rpg",
@ -180,6 +180,26 @@
"tags": [
"tricks", "traps"
]
},
{
"entity": "Item",
"label": "Action Tokens",
"name": "action-tokens",
"path": "./packs/action-tokens.db",
"system": "fvtt-crucible-rpg",
"tags": [
"action"
]
},
{
"entity": "Item",
"label": "Powers - Monsters",
"name": "monster-powers",
"path": "./packs/monster-powers.db",
"system": "fvtt-crucible-rpg",
"tags": [
"power"
]
}
],
"primaryTokenAttribute": "secondary.health",
@ -188,11 +208,11 @@
"styles": [
"styles/simple.css"
],
"templateVersion": 8,
"templateVersion": 9,
"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.14.zip",
"download": "https://www.uberwald.me/gitea/public/fvtt-crucible-rpg/archive/fvtt-crucible-rpg-v0.1.15.zip",
"url": "https://www.uberwald.me/gitea/public/fvtt-crucible-rpg",
"version": "0.1.14",
"version": "0.1.15",
"background" : "./images/ui/crucible_welcome_page.webp"
}