Made the active PartySize available as a parameter for formulas

This commit is contained in:
WBHarry 2026-04-14 17:25:09 +02:00
parent 8d8dea81fe
commit ca097c21a3
9 changed files with 154 additions and 69 deletions

View file

@ -600,6 +600,7 @@ export default class DhpActor extends Actor {
rollData.system = this.system.getRollData();
rollData.prof = this.system.proficiency ?? 1;
rollData.cast = this.system.spellcastModifier ?? 1;
return rollData;
}