restores lep calculation

pull/64/head 0.4.0-rc3
macniel 2025-11-01 11:51:07 +01:00
parent b66e4e77ac
commit 7788035c8c
1 changed files with 3 additions and 3 deletions

View File

@ -49,9 +49,9 @@ export class Character extends Actor {
const ko = systemData.attribute.ko.aktuell
const kk = systemData.attribute.kk.aktuell
systemData.lep.max = Math.round((ko + ko + kk) / 2)
systemData.aup.max = Math.round((mu + ko + ge) / 2)
systemData.asp.max = Math.round((mu + _in + ch) / 2)
systemData.lep.max = Math.round((ko + ko + kk) / 2) + systemData.lep.mod
systemData.aup.max = Math.round((mu + ko + ge) / 2) + systemData.aup.mod
systemData.asp.max = Math.round((mu + _in + ch) / 2) + systemData.asp.mod
systemData.regeneration = systemData.regeneration ?? {
lep: "1d6",