From 2a4402f0f20e76ca31aebfb2b9da5fb837338b1b Mon Sep 17 00:00:00 2001 From: Draconas Date: Fri, 4 Feb 2022 20:15:05 +0000 Subject: [PATCH] Removed the default miss formula Also miss effect description, since it meant that by default all powers had half damage miss effect that you had to remember to remove. Added a placeholder to the miss formula to let the user know it's not needed for half-damage (the most common) --- lang/en.json | 1 + template.json | 4 ++-- templates/items/parts/item-power-template.html | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) 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 @@

- +