mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 07:59:03 +01:00
Actor Roll bonuses
This commit is contained in:
parent
0fd62c610d
commit
7757d64ef9
20 changed files with 212 additions and 102 deletions
|
|
@ -372,7 +372,7 @@ export default class DhpActor extends Actor {
|
|||
getRollData() {
|
||||
const rollData = super.getRollData();
|
||||
rollData.prof = this.system.proficiency ?? 1;
|
||||
rollData.cast = this.system.spellcast ?? 1;
|
||||
rollData.cast = this.system.spellcastModifier ?? 1;
|
||||
return rollData;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue