adds clausel that Kosten Einsparen reduces the costs by at least 1 AsP.
parent
07ba1c889b
commit
235dd0928d
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue