Initial release for data inputs

This commit is contained in:
sladecraven 2022-05-31 15:13:36 +02:00
parent 1b60989571
commit 7726f5db67

View File

@ -2,7 +2,6 @@
"author": "Uberwald/LeRatierBretonnien", "author": "Uberwald/LeRatierBretonnien",
"compatibleCoreVersion": "9", "compatibleCoreVersion": "9",
"description": "Mournblade RPG for FoundryVTT", "description": "Mournblade RPG for FoundryVTT",
"download": "",
"esmodules": [ "esmodules": [
"modules/mournblade-main.js" "modules/mournblade-main.js"
], ],
@ -17,21 +16,52 @@
], ],
"library": false, "library": false,
"license": "LICENSE.txt", "license": "LICENSE.txt",
"manifest": "", "manifest": "https://www.uberwald.me/gitea/public/fvtt-mournblade/raw/branch/main/system.json",
"download": "https://www.uberwald.me/gitea/public/fvtt-mournblade/archive/fvtt-mournblade-0.0.4.zip",
"manifestPlusVersion": "1.0.0", "manifestPlusVersion": "1.0.0",
"media": [], "media": [],
"minimumCoreVersion": "0.8.0", "minimumCoreVersion": "0.8.0",
"name": "fvtt-mournblade", "name": "fvtt-mournblade",
"packs": [ "packs": [
{ {
"entity": "Item", "type": "Item",
"label": "Skills", "label": "Compétences",
"name": "skills", "name": "skills",
"path": "./packs/skills.db", "path": "./packs/skills.db",
"system": "fvtt-mournblade", "system": "fvtt-mournblade",
"tags": [ "tags": [
"skill", "competence" "skill", "competence"
] ]
},
{
"type": "Item",
"label": "Armes",
"name": "weapons",
"path": "./packs/weapons.db",
"system": "fvtt-mournblade",
"tags": [
"arme"
]
},
{
"type": "Item",
"label": "Protections",
"name": "protections",
"path": "./packs/protections.db",
"system": "fvtt-mournblade",
"tags": [
"armor", "shield"
]
},
{
"type": "Item",
"label": "Equipement",
"name": "equipment",
"path": "./packs/equipment.db",
"system": "fvtt-mournblade",
"tags": [
"equipement"
]
} }
], ],
"primaryTokenAttribute": "secondary.health", "primaryTokenAttribute": "secondary.health",
@ -43,6 +73,6 @@
"templateVersion": 3, "templateVersion": 3,
"title": "Mournblade", "title": "Mournblade",
"url": "", "url": "",
"version": "0.0.3", "version": "0.0.4",
"background": "./images/ui/mournblade_welcome.webp" "background": "./images/ui/mournblade_welcome.webp"
} }