Add all systems effects scripts + translations

This commit is contained in:
2024-05-17 12:46:44 +02:00
parent 039df5c10a
commit a308181834
1421 changed files with 9940 additions and 547 deletions

View File

@ -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