diff --git a/README.md b/README.md index 0dbc958..02b09fc 100644 --- a/README.md +++ b/README.md @@ -1 +1,31 @@ -# Système Foundry pour Barbarians of Lemuria (VF) +# Système Foundry pour Barbarians of Lemuria (French version) + +Unofficial system for Barbarians of Lemuria (French version from Ludospherik). + +This system has been authorized by Ludospherik ( http://www.ludospherik.fr/ ) + +Books are manadtory to play and are available at : http://www.ludospherik.fr/content/14-barbarians-of-lemuria +# Credits + +## US Version + +Barbarians of Lemuria, Mythic edition, est un jeu de Simon Washbourne + +Auteur : Simon Washbourne. +## Crédits de la version française + +Barbarians of Lemuria, le jeu de rôle de Sword & Sorcery, est une publication des éditions Ludospherik, tous droits réservés. + +Équipe éditoriale : Vincent Basset, Arnaud Prié, Emmanuel Roudier, Andrea Salvatores. + +Traduction : Vincent Basset. + +La présente traduction du vocabulaire des règles du jeu s’est basée pour l’ essentiel sur celle +de la première édition française de Barbarians of Lemuria, publiée aux Livres de l’Ours, +et ce avec l’aimable autorisation de Kobayashi. Qu’il en soit ici vivement remercié. + +Maps : Emmanuel Roudier. + +# Developmement + +Zigmund, LeRatierBretonnien diff --git a/module/bol.js b/module/bol.js index 65ca29d..8d5a91e 100644 --- a/module/bol.js +++ b/module/bol.js @@ -60,22 +60,8 @@ Hooks.once('init', async function () { registerHandlebarsHelpers(); // Register hooks - registerHooks(); + registerHooks() - // // If you need to add Handlebars helpers, here are a few useful examples: - // Handlebars.registerHelper('concat', function() { - // var outStr = ''; - // for (var arg in arguments) { - // if (typeof arguments[arg] != 'object') { - // outStr += arguments[arg]; - // } - // } - // return outStr; - // }); - // - // Handlebars.registerHelper('toLowerCase', function(str) { - // return str.toLowerCase(); - // }); }); /* -------------------------------------------- */ @@ -100,9 +86,23 @@ function registerUsageCount( registerKey ) { } } +/* -------------------------------------------- */ +function welcomeMessage() { + ChatMessage.create({ + user: game.user.id, + whisper: [game.user.id], + content: `
+ Bienvenue dans Barbarians of Lemuria (Ludospherik version) +

Les livres nécessaires pour jouer sont disponibles sur le site de l'éditeur : http://www.ludospherik.fr/content/14-barbarians-of-lemuria

+

Bon jeu en Lemurie !

+ ` }); +} + /* -------------------------------------------- */ Hooks.once('ready', async function () { registerUsageCount('bol') + + welcomeMessage() }); diff --git a/system.json b/system.json index ca50f45..768020c 100644 --- a/system.json +++ b/system.json @@ -2,12 +2,12 @@ "name": "bol", "title": "Barbarians of Lemuria", "description": "The Barbarians of Lemuria system for FoundryVTT!", - "author": "Zigmund", - "authors": [], + "author": "Zigmund,LeRatierBretonnien", + "authors": ["Zigmund", "LeRatierBretonnien"], "url": "https://github.com/ZigmundKreud/bol", "license": "LICENSE.txt", "flags": {}, - "version": "0.9.1.5", + "version": "1.0.0", "templateVersion": 18, "minimumCoreVersion": "0.8.6", "compatibleCoreVersion": "9",