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,7 +1,7 @@
let halve;
if (args.opposedTest.attackerTest.item?.type != "spell")
{
halve = await Dialog.confirm({title : this.effect.name, content : "Diviser les Dégâts? (Divise les dégats de Feu)"})
halve = await Dialog.confirm({title : this.effect.name, content : "Halve Damage? (Halves Damage from all fire)"})
}
else
{
@@ -11,5 +11,5 @@ else
if (halve)
{
args.totalWoundLoss /= 2;
args.modifiers.other.push({label : this.effect.name, details : "Divisé", value : "× 0.5"})
args.modifiers.other.push({label : this.effect.name, details : "Halved", value : "× 0.5"})
}