Data model change
This commit is contained in:
24
system.json
24
system.json
@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user