Sync to latest WFRP release
This commit is contained in:
5
scripts/U4A8FDNmwBGTuQZO.js
Normal file
5
scripts/U4A8FDNmwBGTuQZO.js
Normal file
@@ -0,0 +1,5 @@
|
||||
if (args.attacker.has(game.i18n.localize("NAME.Undead")) && !args.attacker.has(game.i18n.localize("NAME.Ethereal")))
|
||||
{
|
||||
args.totalWoundLoss = Math.floor(args.totalWoundLoss / 2)
|
||||
args.modifiers.other.push({label : this.effect.name, details : game.i18n.localize("Halved"), value : "× 0.5"})
|
||||
}
|
||||
Reference in New Issue
Block a user