Capacités

This commit is contained in:
2021-11-15 23:06:31 +01:00
parent ee8caae479
commit 2d82e9b1a6
2 changed files with 103 additions and 96 deletions

View File

@ -2,72 +2,56 @@
"name": "swade-fr",
"title": "SWADE Core Rules 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>",
"version": "0.18.4.1",
"minimumCoreVersion" : "0.7.9",
"compatibleCoreVersion" : "1.0.0",
"author": "Team Swade, La Fonderie",
"authors": [
{
"name": "BoboursToutCool",
"discord": "BoboursToutCool#9787"
"name": "BoboursToutCool",
"discord": "BoboursToutCool#9787"
},
{
"name": "Cyril - Gronyon- Ronseaux",
"discord": "Gronyon#0843"
"name": "Cyril - Gronyon- Ronseaux",
"discord": "Gronyon#0843"
},
{
"name": "Kyane von Schnitzel",
"discord": "Kyane von Schnitzel#8654"
"name": "Kyane von Schnitzel",
"discord": "Kyane von Schnitzel#8654"
},
{
"name": "Lazarius",
"discord": "Lazarius#0965"
},
{
"name": "LeRatierBretonnien",
"discord": "LeRatierBretonnien#2065"
"name": "LeRatierBretonnien",
"discord": "LeRatierBretonnien#2065"
},
{
"name": "Sasmira",
"discord": "Sasmira#4566"
"name": "Sasmira",
"discord": "Sasmira#4566"
},
{
"name": "Sharilaa",
"discord": "sharilaa#8389"
},
{
"name": "U~man",
"discord": "U~man#2374"
"name": "U~man",
"discord": "U~man#2374"
},
{
"name" : "X.O. de Vorcen"
"name": "X.O. de Vorcen"
}
],
"dependencies": [
{
"name": "babele",
"type": "module",
"manifest": "https://gitlab.com/riccisi/foundryvtt-babele/raw/master/module/module.json"
},
{
"name": "swade",
"type": "system"
},
{
"name": "dice-so-nice",
"type": "module",
"manifest": "https://gitlab.com/riccisi/foundryvtt-dice-so-nice/-/raw/master/module/module.json"
}
],
],
"url": "https://gitlab.com/sasmira/swade-fr",
"flags": {},
"version": "0.18.4.1",
"minimumCoreVersion": "0.7.9",
"compatibleCoreVersion": "1.0.0",
"scripts": [],
"styles": ["swade-fr.css"],
"packs": [],
"esmodules": [
"modules/swade-fr-init.js"
],
"styles": [
"swade-fr.css"
],
"languages": [
{
"lang": "fr",
@ -75,8 +59,28 @@
"path": "fr.json"
}
],
"url": "https://gitlab.com/sasmira/swade-fr",
"packs": [],
"system": [],
"dependencies": [
{
"name": "babele",
"type": "module",
"manifest": "https://gitlab.com/riccisi/foundryvtt-babele/raw/master/module/module.json"
},
{
"name": "swade",
"type": "system"
},
{
"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/-/raw/master/module/module.json",
"download": "https://gitlab.com/sasmira/swade-fr/-/jobs/artifacts/v0.18.4.1/raw/swade-fr.zip?job=build"
}
"download": "https://gitlab.com/sasmira/swade-fr/-/jobs/artifacts/v0.18.4.1/raw/swade-fr.zip?job=build",
"protected": false,
"coreTranslation": false,
"library": false
}