Manage talents implying char. augmentation
This commit is contained in:
parent
6bd3e0a969
commit
6307658d7b
@ -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') {
|
||||
|
||||
|
5
fr.json
5
fr.json
@ -877,6 +877,9 @@
|
||||
|
||||
"NAME.Stealth" : "Discrétion",
|
||||
"AP" : "PA",
|
||||
"Scatter" : "Dispersion"
|
||||
"Scatter" : "Dispersion",
|
||||
"yard" : "mètre",
|
||||
"yards" : "mètres",
|
||||
"Ammo" : "Munition"
|
||||
|
||||
}
|
||||
|
@ -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"],
|
||||
|
Loading…
Reference in New Issue
Block a user