Add dragonbane support (#333)

This commit is contained in:
Jonas Karlsson
2024-08-03 21:19:05 +02:00
committed by GitHub
parent 21533a0075
commit a21085ca5b
+3
View File
@@ -27,6 +27,8 @@ export function getDefaultSpeedAttribute() {
return "actor.system.details.move.walk";
case "crucible":
return "actor.system.movement.stride";
case "dragonbane":
return "actor.system.movement.value";
}
return "";
}
@@ -44,6 +46,7 @@ export function getDefaultDashMultiplier() {
case "sfrpg":
case "shadowrun5e":
case "ds4":
case "dragonbane":
return 2;
case "CoC7":
return 5;