forked from public/foundryvtt-wh4-lang-fr-fr
Add all systems effects scripts + translations
This commit is contained in:
@ -5,10 +5,10 @@ if (args.actor.characteristics.fel.value <= 0)
|
||||
fel_gain += (await new Roll("2d10").roll()).total
|
||||
}
|
||||
|
||||
let msg = `<b>${this.actor.prototypeToken.name}</b> gains ${i_gain} Intelligence`
|
||||
let msg = `<b>${this.actor.prototypeToken.name}</b> gagne ${i_gain} en Intelligence`
|
||||
|
||||
if (fel_gain)
|
||||
msg += ` and ${fel_gain} Fellowship`
|
||||
msg += ` et ${fel_gain} en Sociabilité`
|
||||
|
||||
|
||||
let newInt = i_gain + args.actor.characteristics.int.modifier
|
||||
|
Reference in New Issue
Block a user