Combat tab
This commit is contained in:
@@ -66,6 +66,10 @@ export class Hero6Actor extends Actor {
|
||||
if (this.type == "character") {
|
||||
}
|
||||
}
|
||||
computeDicesValue() {
|
||||
this.system.biodata.presenceattack = Hero6Utility.getDerivatedDiceValue(this.system.characteristics.pre.value )
|
||||
this.system.characteristics.str.strdice = Hero6Utility.getDerivatedDiceValue(this.system.characteristics.str.value )
|
||||
}
|
||||
/* -------------------------------------------- */
|
||||
prepareDerivedData() {
|
||||
|
||||
@@ -73,6 +77,7 @@ export class Hero6Actor extends Actor {
|
||||
this.system.encCapacity = this.getEncumbranceCapacity()
|
||||
this.buildContainerTree()
|
||||
this.computeHitPoints()
|
||||
this.computeDicesValue()
|
||||
}
|
||||
|
||||
super.prepareDerivedData();
|
||||
|
||||
Reference in New Issue
Block a user