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