Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

I, too, would like to know how these Sensitivity options effect the game. I presume the higher number = easier to orgasm or something? Or more stamina damage? Should the ultimate prostitute have low sensitivity, or high? 

 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.