Ajout/upgrade des arts obscurs

This commit is contained in:
2025-08-11 22:53:23 +02:00
parent 51a457ebf6
commit adc912e6cd
84 changed files with 3291 additions and 1745 deletions

View File

@@ -1,7 +1,7 @@
{
"id": "fvtt-les-heritiers",
"description": "Les Héritiers pour FoundryVTT",
"version": "13.0.0",
"version": "13.0.1",
"authors": [
{
"name": "Uberwald/LeRatierBretonnien",
@@ -21,7 +21,7 @@
},
"license": "LICENSE.txt",
"manifest": "https://www.uberwald.me/gitea/public/fvtt-les-heritiers/raw/branch/master/system.json",
"download": "https://www.uberwald.me/gitea/public/fvtt-les-heritiers/archive/fvtt-les-heritiers-13.0.0.zip",
"download": "https://www.uberwald.me/gitea/public/fvtt-les-heritiers/archive/fvtt-les-heritiers-13.0.1.zip",
"languages": [
{
"lang": "fr",
@@ -49,7 +49,8 @@
"desavantages",
"pouvoirs",
"profils",
"archetypes-fees"
"archetypes-fees",
"magie-sorts"
],
"folders": []
},
@@ -63,8 +64,9 @@
"folders": []
}
],
"packs":
["scenes"]
"packs": [
"scenes"
]
}
],
"packs": [
@@ -128,6 +130,18 @@
"ASSISTANT": "OWNER"
}
},
{
"type": "Item",
"label": "Sorts",
"name": "magie-sorts",
"path": "packs/magie-sorts",
"system": "fvtt-les-heritiers",
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"type": "Item",
"label": "Fées",
@@ -201,5 +215,21 @@
"compatibility": {
"minimum": "13",
"verified": "13"
},
"flags": {
"hotReload": {
"extensions": [
"css",
"html",
"hbs",
"json"
],
"paths": [
"styles",
"./",
"templates",
"lang/fr.json"
]
}
}
}