Add all systems effects scripts + translations

This commit is contained in:
2024-05-17 01:07:37 +02:00
parent 0b286ac994
commit 7b97578bd7
191 changed files with 379 additions and 381 deletions

View File

@ -1,5 +1,5 @@
if (args.test.options.pilot && args.test.result.reversed)
{
args.test.data.result.SL = "+" + Math.min(1, Number(args.test.data.result.SL))
args.test.result.other.push(`<b>${this.effect.name}</b>: SL limited to 1`)
args.test.result.other.push(`<b>${this.effect.name}</b>: DR limité à 1`)
}