Hm, looking through the code, it seems that MODs you can buy from Elise don't do what they say they do. Rectum mod for example just says "Decrease negative effect on HP and STA", but the only things in the code are added arousal for anal actions and some orgasm flags. So instead of having a positive effect on your HP and STA as advertised, they just make you orgasm more, which is in itself a negative thing. I don't see any reason to get a MOD currently (except for Sterilization to not get pregnant and Gland Removal to not orgasm), as they all seem to be only negative effects. Can someone verify?
"Decrease negative effect on HP and STA" is described in lonaStat, the one of two things I've optimized in my files so that's the thing that
might be broken by my optimization and is really hard to check.
For what they do check \Data\Effects\States\AsVulvaMod.json (link to it is found in States line "eff_cfg=AsVulvaMod.json")
They are applied to LonaStats in \Scripts\Frames\25_Game_actor.rb def refresh_state_effects
EDIT2: it negates up to 3 maximum hp damage and 3 max sta damage from statuses that reduce maximum hp/sta. Looks fairly useless.
EDIT3: thanks to looking through what it does, found a bug in my optimization.
As far as i know it can be fixed just passing the day. So it happen as a "bad egg" for modd the files? well, luckily it not that bad
Problem is, I haven't seen that error myself ever so idk what's causing it.
P.S. Don't like double posting in the end so edit:
I updated optimization in post where I posted it initially.
EDIT2: fixed bug when max_stat restoring status was applied before max_stat reducing (visa versa for min_stat) restoring status didn't negate reducing. New archive name to OptimizationV2.7z to show that it included this fix.