Scripts englisch statt französisch
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user