foundryvtt-wh4-lang-fr-fr/scripts/4OlwxU60UqKg81yb.js

6 lines
180 B
JavaScript
Raw Normal View History

2024-10-08 20:52:09 +02:00
const target = args.actor;
if (target.has("Ethereal") || target.has("Corruption")) {
args.totalWoundLoss += 6;
args.modifiers.other.push({label: this.effect.name, value: 6})
}