foundryvtt-swade-fr/modules/swade-fr-init.js

24 lines
560 B
JavaScript

/************************************************************************************/
Hooks.once('init', () => {
if(typeof Babele !== 'undefined') {
console.log("BABELE LOADED !!!");
Babele.get().register({
module: 'swade-fr',
lang: 'fr',
dir: 'compendiums'
});
}
});
/************************************************************************************/
Hooks.once('ready', () => {
CONFIG.SWADE.vehicles.opSkills = {
maxHandlingPenalty: -4,
opSkills: ['', 'Navigation', 'Conduite', 'Pilotage', 'Équitation'],
}
})