Neuanfang mit französischem Modul

This commit is contained in:
2025-05-05 23:25:00 +02:00
parent cf24ef97df
commit 3f74b8dfdd
3135 changed files with 38383 additions and 93206 deletions
-13
View File
@@ -1,13 +0,0 @@
if (args.test.preData.skillName?.includes(game.i18n.localize("NAME.Language")) || args.test instanceof CastTest)
{
if (parseInt(args.test.result.SL) > 0 || args.test.succeeded)
{
if (parseInt(args.test.result.SL) > 0)
{
args.test.result.SL = "-0";
args.test.result.description = game.i18n.localize("ROLL.MarginalFailure");
}
args.test.result.outcome = "failure"
args.test.result.other.push(`<strong>${this.effect.name}</strong>: Maximum -0 SL`)
}
}