First official release
This commit is contained in:
@@ -346,6 +346,13 @@ export class Hero6Utility {
|
||||
// ability/save/size => 0
|
||||
let diceFormula = "3d6"
|
||||
let target = 10
|
||||
|
||||
if(rollData.weapon) {
|
||||
target = rollData.weaponRoll
|
||||
}
|
||||
if(rollData.maneuver) {
|
||||
target = rollData.maneuverRoll
|
||||
}
|
||||
if (rollData.charac) {
|
||||
target = rollData.charac.roll
|
||||
}
|
||||
|
Reference in New Issue
Block a user