Files
foundryvtt-wh4-lang-fr-fr/scripts/kiolpXGbkmxfPiuI.js

5 lines
212 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>: Blocked Critical Hit`)
}