forked from public/foundryvtt-wh4-lang-fr-fr
Add all systems effects scripts + translations
This commit is contained in:
10
reference_scripts/k8TC0yzp4xfOXD2n.js
Normal file
10
reference_scripts/k8TC0yzp4xfOXD2n.js
Normal file
@ -0,0 +1,10 @@
|
||||
if (args.totalWoundLoss > 0)
|
||||
{
|
||||
let test = await args.actor.setupSkill(game.i18n.localize("NAME.Endurance"), {skipTargets: true, appendTitle : ` - ${this.effect.name}`});
|
||||
await test.roll();
|
||||
if (test.failed)
|
||||
{
|
||||
args.actor.addCondition("stunned");
|
||||
}
|
||||
args.actor.hasCondition("bleeding")?.delete()
|
||||
}
|
Reference in New Issue
Block a user