foundryvtt-wh4-lang-fr-fr/scripts/62Ky6bC1EnTllSJA.js

4 lines
259 B
JavaScript

if (this.effect.sourceActor.uuid != args.actor.uuid)
{
this.script.scriptMessage(await this.actor.applyBasicDamage(this.effect.sourceTest.result.overcast.usage.other.current, {damageType : game.wfrp4e.config.DAMAGE_TYPE.IGNORE_ALL, suppressMsg: true}));
}