Enhance credits and releas
This commit is contained in:
parent
80d58403ab
commit
7407e0b75d
32
README.md
32
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
|
||||
|
@ -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: `<div id="welcome-message-pegasus"><span class="rdd-roll-part">
|
||||
<strong>Bienvenue dans Barbarians of Lemuria (Ludospherik version)</strong>
|
||||
<p>Les livres nécessaires pour jouer sont disponibles sur le site de l'éditeur : http://www.ludospherik.fr/content/14-barbarians-of-lemuria</p>
|
||||
<p>Bon jeu en Lemurie !</p>
|
||||
` });
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
Hooks.once('ready', async function () {
|
||||
registerUsageCount('bol')
|
||||
|
||||
welcomeMessage()
|
||||
});
|
||||
|
||||
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user