diff --git a/lang/en.json b/lang/en.json index e48c379d..73610330 100644 --- a/lang/en.json +++ b/lang/en.json @@ -557,6 +557,7 @@ "DND4EBETA.Melee": "Melee", "DND4EBETA.Miss": "Miss", "DND4EBETA.MissDetailsText": "Miss Details", +"DND4EBETA.MissFormulaPlaceholder": "Half damage can easily be applied form the damage menu, no need for a separate formula", "DND4EBETA.Modifier": "Modifier", "DND4EBETA.ModifierAttack": "Attack Modifier", "DND4EBETA.ModifierDamage": "Damage Modifier", diff --git a/template.json b/template.json index 3b8aee3c..057825c7 100644 --- a/template.json +++ b/template.json @@ -745,8 +745,8 @@ "healFormula": "" }, "miss": { - "detail": "Half Damage.", - "formula": "@damageFormula/2" + "detail": "", + "formula": "" }, "effect": { "detail": "" diff --git a/templates/items/parts/item-power-template.html b/templates/items/parts/item-power-template.html index 7a138927..9341ba57 100644 --- a/templates/items/parts/item-power-template.html +++ b/templates/items/parts/item-power-template.html @@ -324,7 +324,7 @@