Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
cf69d1b70b | |||
b96a3e5b70 | |||
f6202e1ffc | |||
3f7717d333 | |||
458ae81f3f | |||
302cd4eea7 | |||
cff770a624 | |||
47fec369ae |
File diff suppressed because one or more lines are too long
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "swade-fr",
|
"name": "swade-fr",
|
||||||
"title": "SWADE en Français - version *PREMIUM*",
|
"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>",
|
"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.17.2.3",
|
"version": "0.18.4.1",
|
||||||
"minimumCoreVersion" : "0.7.9",
|
"minimumCoreVersion" : "0.7.9",
|
||||||
"compatibleCoreVersion" : "1.0.0",
|
"compatibleCoreVersion" : "1.0.0",
|
||||||
"author": "BoboursToutCool, Gronyon, Kyane, LeRatierBretonnien, Sasmira, U~man,X.O. de Vorcen",
|
"author": "Team Swade, La Fonderie",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "BoboursToutCool",
|
"name": "BoboursToutCool",
|
||||||
@ -19,6 +19,10 @@
|
|||||||
"name": "Kyane von Schnitzel",
|
"name": "Kyane von Schnitzel",
|
||||||
"discord": "Kyane von Schnitzel#8654"
|
"discord": "Kyane von Schnitzel#8654"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Lazarius",
|
||||||
|
"discord": "Lazarius#0965"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "LeRatierBretonnien",
|
"name": "LeRatierBretonnien",
|
||||||
"discord": "LeRatierBretonnien#2065"
|
"discord": "LeRatierBretonnien#2065"
|
||||||
@ -27,6 +31,10 @@
|
|||||||
"name": "Sasmira",
|
"name": "Sasmira",
|
||||||
"discord": "Sasmira#4566"
|
"discord": "Sasmira#4566"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Sharilaa",
|
||||||
|
"discord": "sharilaa#8389"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "U~man",
|
"name": "U~man",
|
||||||
"discord": "U~man#2374"
|
"discord": "U~man#2374"
|
||||||
@ -70,5 +78,5 @@
|
|||||||
|
|
||||||
"url": "https://gitlab.com/sasmira/swade-fr",
|
"url": "https://gitlab.com/sasmira/swade-fr",
|
||||||
"manifest": "https://gitlab.com/sasmira/swade-fr/-/raw/master/module/module.json",
|
"manifest": "https://gitlab.com/sasmira/swade-fr/-/raw/master/module/module.json",
|
||||||
"download": "https://gitlab.com/sasmira/swade-fr/-/jobs/artifacts/v0.17.2.3/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"
|
||||||
}
|
}
|
||||||
|
@ -98,8 +98,8 @@ const __fix_folder_names = async ( ) => {
|
|||||||
|
|
||||||
/************************************************************************************/
|
/************************************************************************************/
|
||||||
Hooks.once('ready', () => {
|
Hooks.once('ready', () => {
|
||||||
if (game.user.isGM) {
|
//if (game.user.isGM) {
|
||||||
setTimeout( __fix_folder_names, 4000, true, false);
|
//setTimeout( __fix_folder_names, 4000, true, false);
|
||||||
}
|
//}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user