Files
foundryvtt-wh4-lang-fr-fr/scripts/obIXhQXKFyyQoNNV.js
T
2026-02-26 21:53:55 +01:00

7 lines
289 B
JavaScript

this.actor.setupSkill(game.i18n.localize("NAME.Cool"), {appendTitle: ` - ${this.effect.name}`, fields: { difficulty: "average" } }).then(async test => {
await test.roll()
if (test.failed) {
this.actor.modifyWounds(-1);
this.script.message("Takes 1 Damage")
}
})