2024-05-16 17:57:51 +02:00
|
|
|
if (args.test.options.wallcrawler)
|
|
|
|
{
|
|
|
|
if (parseInt(args.test.result.SL) < 0 || args.test.failed)
|
|
|
|
{
|
|
|
|
if (parseInt(args.test.result.SL) < 0)
|
|
|
|
{
|
|
|
|
args.test.result.SL = "+0";
|
|
|
|
args.test.result.description = game.i18n.localize("ROLL.MarginalSuccess");
|
|
|
|
}
|
|
|
|
args.test.result.outcome = "success"
|
2024-05-17 12:46:44 +02:00
|
|
|
args.test.result.other.push(`<strong>${this.effect.name}</strong>: Minimum +0 DR`)
|
2024-05-16 17:57:51 +02:00
|
|
|
}
|
|
|
|
}
|