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

5 lines
229 B
JavaScript
Raw Normal View History

if (args.attacker.has("Undead") && !args.attacker.has("Ethereal"))
{
args.totalWoundLoss = Math.floor(args.totalWoundLoss / 2)
args.modifiers.other.push({label : this.effect.name, details : "Halved", value : "× 0.5"})
}