8 lines
317 B
JavaScript
8 lines
317 B
JavaScript
let test = await this.actor.setupCharacteristic("t", {skipTargets: true, appendTitle : ` - ${this.effet.name}`, fields : {difficulty : "vhard"}});
|
|
await Test.roll();
|
|
CorruptionMessageModel.createCorruptionMessage("minor", this.script.getChatData())
|
|
|
|
if (Test.Échoué)
|
|
{
|
|
this.actor.addCondition("unconscious");
|
|
} |