Migrate to v10

This commit is contained in:
2022-10-09 21:54:52 +02:00
parent ac439ded13
commit 7781b1bfbb
13 changed files with 380 additions and 71 deletions

View File

@ -1,55 +1,59 @@
{
"name": "swade-fr-content",
"title": "SWADE Content en Français - *NON-OFFICIEL*",
"description": "Traduction française du système SWADE <p>*** Join the official Discord server: <a href=\"https://discord.gg/foundryvtt\"> Official Discord</a></p><p>*** Rejoignez la communauté Francophone: <a href=\"https://discord.gg/pPSDNJk\">Francophone Discord</a></p>",
"author": "Team Swade, La Fonderie",
"authors": [
{
"name": "BoboursToutCool",
"discord": "BoboursToutCool#9787"
"discord": "BoboursToutCool#9787",
"flags": {}
},
{
"name": "Cyril - Gronyon- Ronseaux",
"discord": "Gronyon#0843"
"discord": "Gronyon#0843",
"flags": {}
},
{
"name": "Kyane von Schnitzel",
"discord": "Kyane von Schnitzel#8654"
"discord": "Kyane von Schnitzel#8654",
"flags": {}
},
{
"name": "Lazarius",
"discord": "Lazarius#0965"
"discord": "Lazarius#0965",
"flags": {}
},
{
"name": "LeRatierBretonnien",
"discord": "LeRatierBretonnien#2065"
"discord": "LeRatierBretonnien#2065",
"flags": {}
},
{
"name": "Sasmira",
"discord": "Sasmira#4566"
"discord": "Sasmira#4566",
"flags": {}
},
{
"name": "Sharilaa",
"discord": "sharilaa#8389"
"discord": "sharilaa#8389",
"flags": {}
},
{
"name": "U~man",
"discord": "U~man#2374"
"discord": "U~man#2374",
"flags": {}
},
{
"name":"Space Calamar",
"discord": "space Calamar#7444"
"name": "Space Calamar",
"discord": "space Calamar#7444",
"flags": {}
},
{
"name": "X.O. de Vorcen"
"name": "X.O. de Vorcen",
"flags": {}
}
],
"url": "https://gitlab.com/sasmira/swade-fr",
"flags": {},
"version": "0.23.2.0",
"minimumCoreVersion": "0.7.9",
"compatibleCoreVersion": "9",
"scripts": [],
"version": "2.0.0",
"esmodules": [
"modules/swade-fr-init.js"
],
@ -60,35 +64,43 @@
{
"lang": "fr",
"name": "French (FRANCE)",
"path": "fr.json"
"path": "fr.json",
"flags": {}
}
],
"packs": [],
"system": [],
"dependencies": [
{
"name": "babele",
"type": "module",
"manifest": "https://gitlab.com/riccisi/foundryvtt-babele/raw/master/module/module.json"
},
{
"name": "swade",
"type": "system"
},
{
"name": "swade-fr",
"type": "module"
},
{
"name": "dice-so-nice",
"type": "module",
"manifest": "https://gitlab.com/riccisi/foundryvtt-dice-so-nice/-/raw/master/module/module.json"
}
],
"socket": false,
"manifest": "https://gitlab.com/sasmira/swade-fr-content/-/raw/master/module/module.json",
"download": "https://gitlab.com/sasmira/swade-fr-content/-/jobs/artifacts/v0.23.2.0/raw/swade-fr-content.zip?job=build",
"protected": false,
"coreTranslation": false,
"library": false
}
"id": "swade-fr-content",
"relationships": {
"requires": [
{
"id": "babele",
"type": "module",
"manifest": "https://gitlab.com/riccisi/foundryvtt-babele/raw/master/module/module.json",
"compatibility": {}
},
{
"id": "swade-fr",
"type": "module",
"compatibility": {}
},
{
"id": "dice-so-nice",
"type": "module",
"manifest": "https://gitlab.com/riccisi/foundryvtt-dice-so-nice/-/raw/master/module/module.json",
"compatibility": {}
}
],
"systems": [
{
"id": "swade",
"type": "system",
"compatibility": {}
}
]
},
"compatibility": {
"minimum": "9",
"verified": "10.287"
}
}