Files
wfrp-4e-de/scripts/4OlwxU60UqKg81yb.js
T
2025-05-02 12:24:44 +02:00

6 lines
180 B
JavaScript

const target = args.actor;
if (target.has("Ethereal") || target.has("Corruption")) {
args.totalWoundLoss += 6;
args.modifiers.other.push({label: this.effect.name, value: 6})
}