Manage talents implying char. augmentation

This commit is contained in:
LeRatierBretonnien 2020-04-12 14:40:54 +02:00
parent 6bd3e0a969
commit 6307658d7b
3 changed files with 18 additions and 2 deletions

View File

@ -151,6 +151,19 @@ Hooks.once('init', () => {
// Replace to manage specific bonuses/char. computations
CONFIG.Actor.entityClass = ActorWfrp4e_fr;
WFRP4E.talentBonuses = {
"perspicace": "int",
"affable": "fel",
"tireur de précision": "bs",
"très fort": "s",
"vivacité": "i",
"reflexes foudroyants": "ag",
"imperturbable": "wp",
"très résistant": "t",
"doigts de fée": "dex",
"guerrier né": "ws"
}
if(typeof Babele !== 'undefined') {

View File

@ -877,6 +877,9 @@
"NAME.Stealth" : "Discrétion",
"AP" : "PA",
"Scatter" : "Dispersion"
"Scatter" : "Dispersion",
"yard" : "mètre",
"yards" : "mètres",
"Ammo" : "Munition"
}

View File

@ -2,7 +2,7 @@
"name": "WH4-fr-translation",
"title": "Traduction du module WH4 en Français.",
"description": "La traduction du module WH4.",
"version": "0.45",
"version": "0.46",
"minimumCoreVersion" : "0.5.1",
"author": "LeRatierBretonnien",
"esmodules": ["babele-register.js"],