Files
foundryvtt-wh4-lang-fr-fr/scripts/A97EV1Yju3aT7Sng.js
T
uberwald 38d88c2f19
Validation JSON / validate (push) Successful in 13s
Mise àjour vers 9.6.0
2026-05-18 07:23:40 +02:00

9 lines
350 B
JavaScript

if (args.test.skill?.name == game.i18n.localize("NAME.Pray") || args.test.prayer)
{
if (parseInt(args.test.result.SL) > 0)
{
args.test.result.SL = "+0";
args.test.result.description = game.i18n.localize("ROLL.MarginalSuccess");
args.test.result.other.push(`<strong>${this.effect.name}</strong>: Maximum +0 SL`)
}
}