Sync with deliveries
This commit is contained in:
28
system.json
28
system.json
@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user