Wfrp4e default values (#276)
This commit is contained in:
@@ -23,6 +23,8 @@ export function getDefaultSpeedAttribute() {
|
|||||||
return "actor.system.combatValues.movement.total";
|
return "actor.system.combatValues.movement.total";
|
||||||
case "splittermond":
|
case "splittermond":
|
||||||
return "actor.derivedValues.speed.value";
|
return "actor.derivedValues.speed.value";
|
||||||
|
case "wfrp4e":
|
||||||
|
return "actor.system.details.move.walk";
|
||||||
}
|
}
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
@@ -45,6 +47,8 @@ export function getDefaultDashMultiplier() {
|
|||||||
return 5;
|
return 5;
|
||||||
case "splittermond":
|
case "splittermond":
|
||||||
return 3;
|
return 3;
|
||||||
|
case "wfrp4e":
|
||||||
|
return 2;
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user