So many scenes require 33 lust or you can't do them and this gets annoying, especially for one time scenes. There's perks and statuses that'll put a minimum lust on the pc but that can get annoying for lust based enemies.
So I had the idea that high libido levels could lower this required lust level. It could be a simple linear interpolation from about 10-90 libido to 33-0 lust required or something. However, I suspect it might be challenging to implement as I think each scene checks your lust as a requirement individually since some don't do it or have various requirements.
Here's the math off the top of my head: lustreq = 33 - (libido - 10) / 80.0 * 33, then clamp it to 0-33
Yeah, so good idea, I think, but I won't be holding my breath for when it gets implemented.
EDIT: Math error lawl
So I had the idea that high libido levels could lower this required lust level. It could be a simple linear interpolation from about 10-90 libido to 33-0 lust required or something. However, I suspect it might be challenging to implement as I think each scene checks your lust as a requirement individually since some don't do it or have various requirements.
Here's the math off the top of my head: lustreq = 33 - (libido - 10) / 80.0 * 33, then clamp it to 0-33
Yeah, so good idea, I think, but I won't be holding my breath for when it gets implemented.
EDIT: Math error lawl