5 lines
291 B
JavaScript
5 lines
291 B
JavaScript
if (args.totalWoundLoss > 0)
|
|
{
|
|
args.modifiers.other.push({label : this.effect.name, value : args.totalWoundLoss + 4})
|
|
args.totalWoundLoss = (args.totalWoundLoss * 2) + 4
|
|
} |