Sync v9
This commit is contained in:
@ -617,6 +617,9 @@ export class PegasusActor extends Actor {
|
||||
if ( nrgValue!= this.data.data.nrg.max) {
|
||||
this.update( {'data.nrg.max': nrgValue, 'data.nrg.value': nrgValue} )
|
||||
}
|
||||
if ( nrgValue!= this.data.data.combat.stunthreshold) {
|
||||
this.update( {'data.combat.stunthreshold': nrgValue } )
|
||||
}
|
||||
|
||||
let mrLevel = (this.data.data.statistics.agi.value + this.data.data.statistics.str.value) - this.data.data.statistics.phy.value
|
||||
mrLevel = (mrLevel < 1) ? 1 : mrLevel;
|
||||
|
Reference in New Issue
Block a user