Does the 1 lvl = 3 stat point mod not work anymore?
do you have multiple mods that affect stat point on level up such as roleplay mod?
roleplay mod has a higher priority then normal stat boosting mods
if you are using Roleplay-S
LonaRPG\lonarpg_B09808\LonaRPG\ModScripts\_Mods\RolePlayS\Scripts\25_Skills
find and edit these numbers
def level_up # Для Безликой
Level += 1
# Доп. ед. навыка в зависимости от лвл
if self.stat["Faceless"] == 1
case
Level
when 1..33 then @trait_point +=
4 <<<
when 34..66 then @trait_point +=
3 <<<
when 67..99 then @trait_point +=
2 <<<
end
elsif self.stat["Faceless"] == 0
@trait_point +=
3 <<<
end