4 lines
120 B
JavaScript

if (args.effect.conditionId == "ablaze")
{
args.data.formula += ` - ${this.actor.system.characteristics.t.bonus}`
}