Add threat level
This commit is contained in:
@ -682,7 +682,7 @@ export class PegasusActor extends Actor {
|
||||
updates['data.nrg.value'] = nrgValue
|
||||
}
|
||||
|
||||
nrgValue = PegasusUtility.getDiceValue(this.data.data.statistics.foc.value) + this.data.data.statistics.foc.mod;
|
||||
nrgValue = PegasusUtility.getDiceValue(this.data.data.statistics.mnd.value) + this.data.data.statistics.mnd.mod;
|
||||
if (nrgValue != this.data.data.combat.stunthreshold) {
|
||||
updates['data.combat.stunthreshold'] = nrgValue
|
||||
}
|
||||
|
Reference in New Issue
Block a user