Files
foundryvtt-wh4-lang-fr-fr/scripts/idiZBzbALb5fXIbz.js
T
2026-05-18 07:23:40 +02:00

5 lines
214 B
JavaScript

let test = this.actor.attacker?.test
if (test && this.item.system.protects[test.result.hitloc.result] && test.result.critical)
{
this.script.message(`<strong>${this.item.name}</strong> : Coup critique bloqué`)
}