forked from public/foundryvtt-wh4-lang-fr-fr
Manage talents implying char. augmentation
This commit is contained in:
@@ -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') {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user