Cleanup et preparation Foundry v12
This commit is contained in:
80
system.json
80
system.json
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"title": "Yggdrasill",
|
||||
"description": "Système non-officiel Yggdrasill (7ième Cercle) pour FoundryVTT",
|
||||
"version": "11.0.0",
|
||||
"version": "12.0.0",
|
||||
"esmodules": [
|
||||
"modules/yggdrasill-main.js"
|
||||
],
|
||||
@@ -9,6 +9,59 @@
|
||||
"styles/simple.css"
|
||||
],
|
||||
"background": "systems/fvtt-yggdrasill/images/ui/yggdrasill_map.webp",
|
||||
"packFolders": [
|
||||
{
|
||||
"name": "Yggdrasill",
|
||||
"sorting": "m",
|
||||
"color": "#00435c",
|
||||
"folders": [
|
||||
{
|
||||
"name": "Création de Personnage",
|
||||
"sorting": "a",
|
||||
"color": "#00435c",
|
||||
"packs": [
|
||||
"competences-generales",
|
||||
"competences-martiales",
|
||||
"competences-magiques",
|
||||
"prouesses-martiales",
|
||||
"dons",
|
||||
"faiblesses",
|
||||
"blessures"
|
||||
],
|
||||
"folders": []
|
||||
},
|
||||
{
|
||||
"name": "Equipement",
|
||||
"sorting": "a",
|
||||
"color": "#00435c",
|
||||
"packs": [
|
||||
"armes",
|
||||
"armures",
|
||||
"equipement",
|
||||
"poisons"
|
||||
],
|
||||
"folders": []
|
||||
},
|
||||
{
|
||||
"name": "Sorts&Runes",
|
||||
"sorting": "a",
|
||||
"color": "#00435c",
|
||||
"packs": [
|
||||
"runes",
|
||||
"sejdr-transmission-des-forces",
|
||||
"sejdr-maledictions",
|
||||
"sejdr-maitrise-des-elements",
|
||||
"sejdr-guerison",
|
||||
"sejdr-divination",
|
||||
"galdr-maledictions",
|
||||
"galdr-illusions",
|
||||
"galdr-charme"
|
||||
],
|
||||
"folders": []
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"packs": [
|
||||
{
|
||||
"label": "Compétences Générales",
|
||||
@@ -191,12 +244,14 @@
|
||||
"flags": {}
|
||||
}
|
||||
],
|
||||
"gridDistance": 5,
|
||||
"gridUnits": "m",
|
||||
"grid" :{
|
||||
"distance": 5,
|
||||
"units": "m"
|
||||
},
|
||||
"socket": true,
|
||||
"url": "https://www.uberwald.me/gitea/public/fvtt-yggdrasill/",
|
||||
"manifest": "https://www.uberwald.me/gitea/public/fvtt-yggdrasill/raw/branch/v10/system.json",
|
||||
"download": "https://www.uberwald.me/gitea/public/fvtt-yggdrasill/archive/fvtt-yggdrasill-11.0.0.zip",
|
||||
"download": "https://www.uberwald.me/gitea/public/fvtt-yggdrasill/archive/fvtt-yggdrasill-12.0.0.zip",
|
||||
"license": "LICENSE.txt",
|
||||
"id": "fvtt-yggdrasill",
|
||||
"authors": [
|
||||
@@ -206,22 +261,9 @@
|
||||
}
|
||||
],
|
||||
"relationships": {
|
||||
"requires": [
|
||||
{
|
||||
"id": "compendium-folders",
|
||||
"type": "module",
|
||||
"compatibility": {}
|
||||
},
|
||||
{
|
||||
"id": "lib-wrapper",
|
||||
"type": "module",
|
||||
"compatibility": {}
|
||||
}
|
||||
]
|
||||
},
|
||||
"compatibility": {
|
||||
"minimum": "10",
|
||||
"verified": "11",
|
||||
"maximum": "11"
|
||||
"minimum": "11",
|
||||
"verified": "12"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user