I have not found a single guide or peace of info on what the rebirth options do, and cant even find sensitivity listed anywhere as a state or anything.
Experimentation in game as to what command the console could read, turns out the commands:
$game_player.actor. sensitivity_vag=/+=/-=x
$game_player.actor. sensitivity_anal=/+=/-=x
$game_player.actor. sensitivity_mouth=/+=/-=x
$game_player.actor. sensitivity_breast=/+=/-=x
all work, despite not being listed anywhere as valid commands.
Still the only in game reference to sensitivity seems to be during rebirth, and its effects are not stated anywhere, with no reference to it on the wiki or anywhere.
if you search in the game scripts, sensitivity is mentioned only when calculating arousal during all scenes and actions. for example in
Data\Batch\Action_CHSH_Masturbation.rb.
and arousal only to determine when the heroine should reach the limit of her body (and it improves with the improvement of will). and also if it exceeds the maximum, but does not reset, then the hero begins to lose stats
Data\Scripts\Editables\100_Game_Player_handle_on_move.rb
Hey thanks!
Do we know what base Elona's sensitivity is at? Like I don't know what constitutes as "High" or "Low."
Based on what I understand (struggle somewhat), it seems odd that we even have variable levels of sensitivity and that it's something we can alter during Rebirth. Does it increase the difficulty in a way?
4, 2, 2, 2 respectively. (96_Game_Actor_Attribute.rb)
updated at each sleep (97_Game_Actor_Stats&State&Nap.rb) with functional growth log2(x) by the number of contacts. therefore it grows simply during the game
and the attack (25_Game_Actor.rb) is calculated based on the constitution, record, perks.