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
@@ -2,10 +2,10 @@
(this.actor.isOpposing || args.test.context.defending) &&
args.test.result.roll % 11 == 0 &&
args.test.succeeded &&
["Langue (Magick)", "Esquive"].includes(args.test.item?.name))
["Language (Magick)", "Dodge"].includes(args.test.item?.name))
{
args.test.context.phantasmal = true; // Flag so items aren't readded if test is edited
let text = `<strong>${this.effect.name}</strong>: Ajout de Instable et Protection`
let text = `<strong>${this.effect.name}</strong>: Adding Unstable and Ward`
args.test.result.other.push(text)
this.script.scriptNotification(text);