2024-05-16 17:57:51 +02:00
|
|
|
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);
|
2024-05-17 09:19:48 +02:00
|
|
|
this.script.scriptMessage("Subit 1 Dégat")
|
2024-05-16 17:57:51 +02:00
|
|
|
}
|
|
|
|
})
|