Browse Source

[fixes] Requirements changed to suit the new exhibitionism trait or swapped to pav_slut when more suitable

KevinSmarts 6 years ago
parent
commit
8853aba6e7
1 changed files with 26 additions and 30 deletions
  1. 26 30
      locations/zaprFWash.qsrc

+ 26 - 30
locations/zaprFWash.qsrc

@@ -59,22 +59,14 @@ if $ARGS[0] = 'wash':
 					gt 'zaprFWash', 'titsQ'
 				end
 			else
-				! can flash now at the gas station without leading to sex still need to meet inhibition or horny requirements to unlock actions
-				if pcs_inhib >= 10 or pcs_horny >= 10: act 'Flash your tits at passing cars':gt 'zaprFWash', 'titsFlash', 'Free', 'Flash'
-				if pcs_inhib >= 15 or pcs_horny >= 15: act 'Flash your ass at passing cars':gt 'zaprFWash', 'assFlash', 'Free', 'Flash'
-				if pcs_inhib >= 20 or pcs_horny >= 20: act 'Flash your pussy at passing cars':gt 'zaprFWash', 'pussyFlash', 'Free', 'Flash'
-				act 'Continue':gt 'zaprF', 'start'
+				gs 'zaprF', 'flash_passing'
 			end
 		else
 			! slightly more money for wearing bimbo or prostitute clothing but not looking too great
 			'You washed the windows of several cars and earned 80 <b>₽</b>.'
 			money += 80
 			
-			! can flash now at the gas station without leading to sex still need to meet inhibition or horny requirements to unlock actions
-			if pcs_inhib >= 10 or pcs_horny >= 10: act 'Flash your tits at passing cars':gt 'zaprFWash', 'titsFlash', 'Free', 'Flash'
-			if pcs_inhib >= 15 or pcs_horny >= 15: act 'Flash your ass at passing cars':gt 'zaprFWash', 'assFlash', 'Free', 'Flash'
-			if pcs_inhib >= 20 or pcs_horny >= 20: act 'Flash your pussy at passing cars':gt 'zaprFWash', 'pussyFlash', 'Free', 'Flash'
-			act 'Continue':gt 'zaprF', 'start'
+			gs 'zaprF', 'flash_passing'
 		end
 	else
 		minut += 60
@@ -88,23 +80,27 @@ if $ARGS[0] = 'wash':
 		! normal money just for the car washing
 		'You washed the windows of several cars and earned 60 <b>₽</b>.'
 		
-		! can flash now if not wearing bimbo or prostitute clothing; just need to meet inhibition or horny requirements to unlock actions
-		if pcs_inhib >= 10 or pcs_horny >= 10: act 'Flash your tits at passing cars':gt 'zaprFWash', 'titsFlash', 'Free', 'Flash'
-		if pcs_inhib >= 15 or pcs_horny >= 15: act 'Flash your ass at passing cars':gt 'zaprFWash', 'assFlash', 'Free', 'Flash'
-		if pcs_inhib >= 20 or pcs_horny >= 20: act 'Flash your pussy at passing cars':gt 'zaprFWash', 'pussyFlash', 'Free', 'Flash'
-		act 'Continue':gt 'zaprF', 'start'
+		gs 'zaprF', 'flash_passing'
 	end
 end
 
+if $ARGS[0] = 'flash_passing':
+	! can flash now if not wearing bimbo or prostitute clothing; just need to meet inhibition or exhibitionism requirements to unlock actions
+	if pcs_inhib >= 35: act 'Flash your tits at passing cars':gt 'zaprFWash', 'titsFlash', 'Free', 'Flash'
+	if exhibitionist_lvl > 0: act 'Flash your ass at passing cars':gt 'zaprFWash', 'assFlash', 'Free', 'Flash'
+	if exhibitionist_lvl > 1: act 'Flash your pussy at passing cars':gt 'zaprFWash', 'pussyFlash', 'Free', 'Flash'
+	act 'Continue':gt 'zaprF', 'start'
+end
+
 if $ARGS[0] = 'titsQ':
 	i = rand(1, 4)
 	'<center><img <<$set_imgh>> src="images/locations/shared/carwash/bimboclean<<i>>.jpg"></center>'
 	
 	'Want to earn some more cash, girl? Show me your tits. I''ll give you 100 <b>₽</b>. It''s easy money.'
 	
-	! inhibition or horny requirements needed to accept the offer or just have fun with him
-	if pcs_inhib >= 10 or pcs_horny >= 10: act 'Agree and show him your tits':gt 'zaprFWash', 'titsFlash', 'Paid', 'Question'
-	if pcs_inhib >= 15 or pcs_horny >= 15: act 'Show him your tits for free instead':gt 'zaprFWash', 'titsFlash', 'Free', 'Question'
+	! inhibition or exhibitionism requirements needed to accept the offer or just have fun with him
+	if pcs_inhib >= 30 or pcs_horny >= 40: act 'Agree and show him your tits':gt 'zaprFWash', 'titsFlash', 'Paid', 'Question'
+	if pcs_inhib >= 35 or pcs_horny >= 50: act 'Show him your tits for free instead':gt 'zaprFWash', 'titsFlash', 'Free', 'Question'
 	act 'Refuse':gt 'zaprFWash', 'refuse'
 end
 
@@ -114,9 +110,9 @@ if $ARGS[0] = 'assQ':
 	
 	'What a nice ass you have there. Let me see it. Will 100 <b>₽</b> convince you to show it to me?'
 	
-	! inhibition or horny requirements needed to accept the offer or just have fun with him
-	if pcs_inhib >= 15 or pcs_horny >= 15: act 'Agree and show him your ass':gt 'zaprFWash', 'assFlash', 'Paid', 'Question'
-	if pcs_inhib >= 20 or pcs_horny >= 20: act 'Show him your ass for free instead':gt 'zaprFWash', 'assFlash', 'Free', 'Question'
+	! inhibition or exhibitionism requirements needed to accept the offer or just have fun with him
+	if exhibitionist_lvl > 0 or pcs_horny >= 60: act 'Agree and show him your ass':gt 'zaprFWash', 'assFlash', 'Paid', 'Question'
+	if exhibitionist_lvl > 0 or pcs_horny >= 70: act 'Show him your ass for free instead':gt 'zaprFWash', 'assFlash', 'Free', 'Question'
 	act 'Refuse':gt 'zaprFWash', 'refuse'
 end
 
@@ -126,9 +122,9 @@ if $ARGS[0] = 'pussyQ':
 	
 	'You look like a cool girl. Let me see your pussy. I''ll only look for 100 <b>₽</b>.'
 		
-	! inhibition or horny requirements needed to accept the offer or just have fun with him
-	if pcs_inhib >= 20 or pcs_horny >= 20: act 'Agree and show him your pussy':gt 'zaprFWash', 'pussyFlash', 'Paid', 'Question'
-	if pcs_inhib >= 25 or pcs_horny >= 25: act 'Show him your pussy for free instead':gt 'zaprFWash', 'pussyFlash', 'Free', 'Question'
+	! inhibition or exhibitionism requirements needed to accept the offer or just have fun with him
+	if exhibitionist_lvl > 1 or pcs_horny >= 80: act 'Agree and show him your pussy':gt 'zaprFWash', 'pussyFlash', 'Paid', 'Question'
+	if exhibitionist_lvl > 1 or pcs_horny >= 90: act 'Show him your pussy for free instead':gt 'zaprFWash', 'pussyFlash', 'Free', 'Question'
 	act 'Refuse':gt 'zaprFWash', 'refuse'
 end
 
@@ -138,9 +134,9 @@ if $ARGS[0] = 'handQ':
 	
 	'Could you help me out girl? It''s getting tight down here in my pants just looking at you. How about you touch it a bit? I''ll pay you 200 <b>₽</b>.'
 	
-	! inhibition or horny requirements needed to accept the offer or just have fun with him
-	if pcs_inhib >= 25 or pcs_horny >= 25: act 'Agree and give him a handjob':gt 'zaprFWash', 'handjob', 'Paid'
-	if pcs_inhib >= 30 or pcs_horny >= 30: act 'Give him a handjob for free instead':gt 'zaprFWash', 'handjob', 'Free'
+	! slut or horny requirements needed to accept the offer or just have fun with him
+	if pav_slut >= 25 or pcs_horny >= 25: act 'Agree and give him a handjob':gt 'zaprFWash', 'handjob', 'Paid'
+	if pav_slut >= 30 or pcs_horny >= 30: act 'Give him a handjob for free instead':gt 'zaprFWash', 'handjob', 'Free'
 	act 'Refuse':gt 'zaprFWash', 'refuse'
 end
 
@@ -150,9 +146,9 @@ if $ARGS[0] = 'blowQ':
 	
 	'Looking hot today girl! How about you put your mouth to good use? I''ll pay you 200 <b>₽</b>.'
 	
-	! inhibition or horny requirements needed to accept the offer or just have fun with him
-	if pcs_inhib >= 30 or pcs_horny >= 30: act 'Agree and give him a blowjob':gt 'zaprFWash', 'blowjob', 'Paid', 'Question'
-	if pcs_inhib >= 35 or pcs_horny >= 35: act 'Give him a blowjob for free instead':gt 'zaprFWash', 'blowjob', 'Free', 'Question'
+	! slut or horny requirements needed to accept the offer or just have fun with him
+	if pav_slut >= 30 or pcs_horny >= 30: act 'Agree and give him a blowjob':gt 'zaprFWash', 'blowjob', 'Paid', 'Question'
+	if pav_slut >= 35 or pcs_horny >= 35: act 'Give him a blowjob for free instead':gt 'zaprFWash', 'blowjob', 'Free', 'Question'
 	act 'Refuse':gt 'zaprFWash', 'refuse'
 end