I think so, too. I'll say more: the higher the arousal when a girl reaches orgasm, then accordingly she should have a higher probability of falling into a trance. That's true for Vren's original game, though. In that version it was very difficult to put a girl into a trance, especially a very deep trance. In LR2 Reformulate game mechanics related to this is greatly simplified.I think more than 100 is reasonable, the real world is the same, 100 is just to reach orgasm, and the above is the intensity of the girl's orgasm. I once suggested that girls over 100 should increase the language and behavior changes of sex call according to the level of data. The end is a girl in a coma.
For example, when it reaches 110, the orgasm screams "fuck me", and the action is fierce to cater to the MC. At 120, screaming wildly, pandering even more intensely. When she was 130, her eyes blurred and she groaned and screamed. At 140, the eyes are blurred, the mind is frozen, the body is weak and completely limp. At 150, he screamed and fell into a coma.
Sir_EatsALot:
As far as I know, there is no serum among the built-in serums that gives a permanent bonus to arousal.Are they on any serum? If I remember correctly, there is a serum that pushes the arousal past 100.
There are serums that change the arousal threshold so that the girl reaches orgasm at a value either less than 100 or greater than 100.
You don't have permission to view the spoiler content.
Log in or register now.
In my modification I use the_person._arousal variable, which stores the true arousal value, and the program gets the
@ property
def arousal(self):
____modifier = 0
____for serum in self.serum_effects:
________for key in serum.effects_dict.keys():
____________if 'arousmod' in key:
________________modifier += serum.effects_dict[key]
____return self._arousal + modifier
Thus, if you give a girl a serum that constantly adds a certain value to arousal, she will reach orgasm faster every time, and if this value is 100, any sexual interaction with her will lead to orgasm.
The difference from the already existing possibility is that in my modification the girl is constantly sexually aroused and ready for anything.