Add defaults for dcc system

This commit is contained in:
Manuel Vögele
2021-04-20 17:02:37 +02:00
parent 4be6730fd5
commit d732f7ca17
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -1,6 +1,8 @@
export function getDefaultSpeedAttribute() {
switch (game.system.id) {
case "dcc":
return "actor.data.data.attributes.speed.value";
case "dnd5e":
return "actor.data.data.attributes.movement.walk"
case "lancer":
@@ -17,6 +19,7 @@ export function getDefaultDashMultiplier() {
switch (game.system.id) {
case "swade":
return 0
case "dcc":
case "dnd5e":
case "lancer":
case "pf1":