Scripts englisch statt französisch

This commit is contained in:
alzer
2025-05-15 23:03:43 +02:00
parent 0bcbc29f0f
commit d80779f206
503 changed files with 10469 additions and 1616 deletions
+2 -2
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> gagne ${i_gain} en Intelligence`
let msg = `<b>${this.actor.prototypeToken.name}</b> gains ${i_gain} Intelligence`
if (fel_gain)
msg += ` et ${fel_gain} en Sociabilité`
msg += ` and ${fel_gain} Fellowship`
let newInt = i_gain + args.actor.characteristics.int.modifier