2024-05-17 12:46:44 +02:00
|
|
|
this.actor.has("Immunité Psychologique")?.delete();
|
2024-05-16 17:57:51 +02:00
|
|
|
|
|
|
|
let roll = await new Roll("1d10").roll();
|
|
|
|
|
|
|
|
roll.toMessage(this.script.getChatData());
|
|
|
|
|
2024-05-17 12:46:44 +02:00
|
|
|
this.script.scriptNotification(`Immunité Psychologique a été supprimé de l'acteur, ajout de ${roll.total} états Brisé`)
|
2024-05-16 17:57:51 +02:00
|
|
|
this.actor.addCondition("broken", roll.total, {"flags.wfrp4e.blasted-mind" : true})
|