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,4 +1,4 @@
let test = await this.actor.setupSkill("Résistance", {fields : {difficulty : "difficult", appendTitle : ` - ${this.effect.name}`}});
let test = await this.actor.setupSkill("Endurance", {fields : {difficulty : "difficult", appendTitle : ` - ${this.effect.name}`}});
await test.roll();
if (test.failed)
{
@@ -15,7 +15,7 @@ for(let item of armour)
let damage = Math.floor(AP / 2);
await item.system.damageItem(damage, [key]);
}
msg += `<p><strong>${item.name}</strong> PA divisé par 2</p>`
msg += `<p><strong>${item.name}</strong> AP reduced by half</p>`
}
if (msg)
{