diff --git a/modules/common/ecryme-config.js b/modules/common/ecryme-config.js index f8d780c..05966d5 100644 --- a/modules/common/ecryme-config.js +++ b/modules/common/ecryme-config.js @@ -11,12 +11,9 @@ export const ECRYME_CONFIG = { "ranged": "ECRY.ui.ranged" }, traitLevel: { - "-3":{value: "-3", text: "-3"}, - "-2":{value: "-2", text: "-2"}, - "-1":{value: "-1", text: "-1"}, - "+1":{value: "+1", text: "+1"}, - "+2":{value: "+2", text: "+2"}, - "+3":{value: "+3", text: "+3"} + "1":{value: "1", text: "1"}, + "2":{value: "2", text: "2"}, + "3":{value: "3", text: "3"} }, impactTypes: { physical: "ECRY.ui.physical", diff --git a/templates/dialogs/confront-dialog.hbs b/templates/dialogs/confront-dialog.hbs index ef26bf7..5d80c72 100644 --- a/templates/dialogs/confront-dialog.hbs +++ b/templates/dialogs/confront-dialog.hbs @@ -80,7 +80,7 @@ {{localize "ECRY.ui.traitbonus"}} : @@ -89,7 +89,7 @@ {{localize "ECRY.ui.traitmalus"}} : diff --git a/templates/dialogs/partial-common-roll-dialog.hbs b/templates/dialogs/partial-common-roll-dialog.hbs index d514bc3..4f6c08c 100644 --- a/templates/dialogs/partial-common-roll-dialog.hbs +++ b/templates/dialogs/partial-common-roll-dialog.hbs @@ -52,7 +52,7 @@ {{localize "ECRY.ui.traitbonus"}} : @@ -61,7 +61,7 @@ {{localize "ECRY.ui.traitmalus"}} :