Files
foundryvtt-wh4-lang-fr-fr/scripts/KVpDUEjHhd3nLa0f.js
2026-01-29 11:43:28 +01:00

6 lines
238 B
JavaScript

let test = await this.actor.setupCharacteristic("wp", {skipTargets: true, appendTitle : ` - ${this.effect.name}`})
await Test.roll();
if (Test.Échoué)
{
this.script.message(await game.wfrp4e.tables.formatChatRoll("enrage-beast"))
}