Add dragonbane support (#333)
This commit is contained in:
@@ -27,6 +27,8 @@ export function getDefaultSpeedAttribute() {
|
|||||||
return "actor.system.details.move.walk";
|
return "actor.system.details.move.walk";
|
||||||
case "crucible":
|
case "crucible":
|
||||||
return "actor.system.movement.stride";
|
return "actor.system.movement.stride";
|
||||||
|
case "dragonbane":
|
||||||
|
return "actor.system.movement.value";
|
||||||
}
|
}
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
@@ -44,6 +46,7 @@ export function getDefaultDashMultiplier() {
|
|||||||
case "sfrpg":
|
case "sfrpg":
|
||||||
case "shadowrun5e":
|
case "shadowrun5e":
|
||||||
case "ds4":
|
case "ds4":
|
||||||
|
case "dragonbane":
|
||||||
return 2;
|
return 2;
|
||||||
case "CoC7":
|
case "CoC7":
|
||||||
return 5;
|
return 5;
|
||||||
|
|||||||
Reference in New Issue
Block a user