; ------------------------------------------------------------------
;To load your changes in game, in console, type "bat mf_settings"
; ------------------------------------------------------------------
;
;				PLAYER PROSTITUTION SETTINGS 
;
;the number of clients at which the Home Delivery quest becomes available
;The ranks also influences the amount of gold per sex act
setpqv mf_Prostitute_Handler ProstituteRank1 10

;the number of clients at which the next planed quest becomes available
setpqv mf_Prostitute_Handler ProstituteRank2 25

;the number of clients at which the next planed quest becomes available
setpqv mf_Prostitute_Handler ProstituteRank3 60


;the base amount, before modifiers, that one gets from simple sex act (a value of 50 should give around 70g for a novice for a blowjob, with all skills maxed it should give around 300g
setpqv mf_Prostitute_Handler BaseGoldPerClient 40.0

;sex duration to qualify for full reward
setpqv mf_Prostitute_Handler TimeForFullReward 75.0

;gender based bonuses
setpqv mf_Prostitute_Handler  FemaleGoldBonus 20.0
setpqv mf_Prostitute_Handler  MaleGoldBonus 0.0 

;the gold bonus (before modifier) that one receives per rank in the prostitution faction. Represent fame
setpqv mf_Prostitute_Handler GoldBonusPerRank 5.0

;the gold bonus (before modifier) that one receives per point of speechcraft
setpqv mf_Prostitute_Handler GoldBonusPerSpeechcraft 1.0 

;the gold bonus per rank in the sexlab sex skill (Oral, Vaginal, Anal). Skill have rank from 1 to 7
setpqv mf_Prostitute_Handler GoldBonusPerSexRank 20.0

;The modifier for Oral sex, it multiplies the reward after all the skill modifier have been added to the base cost 
setpqv mf_Prostitute_Handler OralModifier 1.0

;the modifier for Vaginal sex
setpqv mf_Prostitute_Handler VaginalModifier 2.5

;the modifier for anal sex
setpqv mf_Prostitute_Handler AnalModifier 1.5

;the modifier for the delivery quest, it involve between 1 and 3 sex partner with rough and threesome sex
setpqv mf_Prostitute_Handler HomeDeliveryQuestModifier 4.0

;
;				NPC PROSTITUTION SETTINGS
;
;Whores only work from 17h to 3am. If you want them to work around the clock, change this value to 1
setpqv mf_SoliciteProstitute BypassWhoreSchedule 0

;the base cost for the player to hire a prostitute to perform oral, vaginal or anal sex. They add their speechcraft and multiply by the modifier to get the final cost
setpqv mf_SoliciteProstitute BaseGoldCost 50
setpqv mf_SoliciteProstitute OralModifier 1.0
setpqv mf_SoliciteProstitute AnalModifier 1.5
setpqv mf_SoliciteProstitute VaginalModifier 2.5
