Add default settings for shadowrun 5e

This commit is contained in:
Manuel Vögele
2021-05-03 19:39:11 +02:00
parent 4a96348659
commit 7bed5abd0a
2 changed files with 8 additions and 0 deletions
+3
View File
@@ -9,6 +9,8 @@ export function getDefaultSpeedAttribute() {
return "actor.data.data.mech.speed"
case "pf1":
return "actor.data.data.attributes.speed.land.total"
case "shadowrun5e":
return "actor.data.data.movement.walk.value";
case "swade":
return "actor.data.data.stats.speed.value"
}
@@ -23,6 +25,7 @@ export function getDefaultDashMultiplier() {
case "dnd5e":
case "lancer":
case "pf1":
case "shadowrun5e":
return 2
}
return 0