foundryvtt-wh4-lang-fr-fr/scripts/JeThJbOf6Xmbtgo1.js

8 lines
324 B
JavaScript

this.script.scriptMessage(await this.actor.applyBasicDamage(8 + parseInt(this.effect.sourceTest.result.SL), {suppressMsg : true}))
let test = await this.actor.setupSkill("Athlétisme", {skipTargets: true, appendTitle : ` - ${this.effect.name}`})
await test.roll();
if (test.failed)
{
this.actor.addCondition("prone")
}