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": {