Add all systems effects scripts + translations
This commit is contained in:
10
reference_scripts/4rb7LfMq9CTnlrpn.js
Normal file
10
reference_scripts/4rb7LfMq9CTnlrpn.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.totalWoundLoss += 5;
|
||||
args.modifiers.other.push({label : this.effect.name, value : 5})
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user