Add all systems effects scripts + translations

This commit is contained in:
2024-05-17 09:19:48 +02:00
parent 7b97578bd7
commit 039df5c10a
119 changed files with 255 additions and 232 deletions

View File

@ -1,6 +1,6 @@
let blunt = await Dialog.confirm({label : "test", content :`<p>Apply blunt damage reduction? (-3)</p>`})
let blunt = await Dialog.confirm({label : "test", content :`<p>Appliquer la réduction des Dégats contondants? (-3)</p>`})
if (blunt)
{
args.modifiers.other.push({label : this.effect.name, details : "Blunt Damage Reduction", value : -3})
args.modifiers.other.push({label : this.effect.name, details : "Réduction des dégats contondants", value : -3})
}