From 235dd0928d5e1bda05703e179b627a09742a24cd Mon Sep 17 00:00:00 2001 From: macniel Date: Fri, 28 Nov 2025 15:05:45 +0100 Subject: [PATCH] adds clausel that Kosten Einsparen reduces the costs by at least 1 AsP. --- src/module/data/spellData/spellData.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/module/data/spellData/spellData.mjs b/src/module/data/spellData/spellData.mjs index c6959ece..1079245a 100644 --- a/src/module/data/spellData/spellData.mjs +++ b/src/module/data/spellData/spellData.mjs @@ -64,7 +64,7 @@ export const spoModData = { description: "Reduziert die Kosten des Zaubers um 10% für jede zusätzlich aufgewendete Aktion", modFn: "mod -3", castTimeModFn: "castTime +1", - costModFn: "cost * 0.1", + costModFn: "cost - Math.max(cost * 0.1, 1)", // at least a reduction of 1 AsP }, // more to come "Vergrößerung von Reichweite oder Wirkungsradius": {