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

8 lines
318 B
JavaScript

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