Files
2025-05-10 00:11:46 +02:00

3 lines
130 B
JavaScript

let fatigued = this.actor.hasCondition("fatigued");
let value = fatigued?.conditionValue || 0;
args.fields.modifier += value * 10;