Scripts englisch statt französisch

This commit is contained in:
alzer
2025-05-15 23:03:43 +02:00
parent 0bcbc29f0f
commit d80779f206
503 changed files with 10469 additions and 1616 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
let blunt = await Dialog.confirm({label : "test", content :`<p>Appliquer la réduction des Dégats contondants? (-3)</p>`})
let blunt = await Dialog.confirm({label : "test", content :`<p>Apply blunt damage reduction? (-3)</p>`})
if (blunt)
{
args.modifiers.other.push({label : this.effect.name, details : "Réduction des dégats contondants", value : -3})
args.modifiers.other.push({label : this.effect.name, details : "Blunt Damage Reduction", value : -3})
}