foundryvtt-wh4-lang-fr-fr/scripts/Bexspr5viPhHiFmU.js

3 lines
130 B
JavaScript
Raw Normal View History

2024-05-16 17:57:51 +02:00
let fatigued = this.actor.hasCondition("fatigued");
let value = fatigued?.conditionValue || 0;
args.fields.modifier += value * 10;