Manage talents implying char. augmentation

This commit is contained in:
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') {