2024-05-17 12:46:44 +02:00
|
|
|
|
if (args.attacker.has("Mort-vivant") && !args.attacker.has("Ethéré"))
|
2024-05-16 17:57:51 +02:00
|
|
|
|
{
|
|
|
|
|
args.totalWoundLoss = Math.floor(args.totalWoundLoss / 2)
|
2024-05-17 12:46:44 +02:00
|
|
|
|
args.modifiers.other.push({label : this.effect.name, details : "Divisé par deux", value : "× 0.5"})
|
2024-05-16 17:57:51 +02:00
|
|
|
|
}
|