foundryvtt-wh4-lang-fr-fr/reference_scripts/xMhhVol8Is3DJ3gb.js

5 lines
168 B
JavaScript

if (this.effect.sourceTest.succeeded)
{
let blinded = 1 + this.effect.sourceTest.result.overcast.usage.other.count
this.actor.addCondition("blinded", blinded)
}