1
0
Просмотр исходного кода

Vicky Questline RP requirements lowered temporarily, added RP gain when meeting Vanya and her in the park.

Derryth_Love 1 год назад
Родитель
Сommit
ed5c084ce9
1 измененных файлов с 22 добавлено и 3 удалено
  1. 22 3
      locations/mey_vika_events.qsrc

+ 22 - 3
locations/mey_vika_events.qsrc

@@ -505,12 +505,15 @@ if $ARGS[0] = 'park_meet':
 		end
 		end
 
 
 		if mey_vika['mey_vika_qw'] >= 7:
 		if mey_vika['mey_vika_qw'] >= 7:
+			gs 'npc_relationship', 'modify', 'A15', 'like'
+			gs 'npc_relationship', 'modify', 'A165', 'like'
+			gs 'stat'
 			'As you''re leaving, you notice Vicky whispering something to Vanya. You notice Vanya''s hand stroking and squeezing Vicky''s butt, as they stare at you with lust in their eyes...'
 			'As you''re leaving, you notice Vicky whispering something to Vanya. You notice Vanya''s hand stroking and squeezing Vicky''s butt, as they stare at you with lust in their eyes...'
 
 
-			if npc_rel['A15'] < 80:
+			if npc_rel['A15'] < 60:
 				act 'Finish your walk': gt 'pav_park', 'start'
 				act 'Finish your walk': gt 'pav_park', 'start'
 				exit
 				exit
-			elseif npc_rel['A15'] >= 80 and mey_vika['mey_vika_qw'] >= 18:
+			elseif npc_rel['A15'] >= 60 and mey_vika['mey_vika_qw'] >= 18:
 				cla
 				cla
 				if (month >= 5 and month <= 10) and (hour <= 20 and hour >= 8):
 				if (month >= 5 and month <= 10) and (hour <= 20 and hour >= 8):
 					'Walking through the park, you meet Vicky and Vanya. They are going to the beach and ask you to join them.'
 					'Walking through the park, you meet Vicky and Vanya. They are going to the beach and ask you to join them.'
@@ -561,7 +564,7 @@ if $ARGS[0] = 'park_meet':
 				else
 				else
 					gt 'pav_park', 'start'
 					gt 'pav_park', 'start'
 				end
 				end
-			elseif npc_rel['A15'] >= 80 and mey_vika['mey_vika_qw'] = 10:
+			elseif npc_rel['A15'] >= 60 and mey_vika['mey_vika_qw'] = 10:
 				cla
 				cla
 				'Vicky invites you to the new trendy cafe "Del Parco".'
 				'Vicky invites you to the new trendy cafe "Del Parco".'
 
 
@@ -593,6 +596,9 @@ if $ARGS[0] = 'park_meet':
 			if npc_rel['A15'] < 60:
 			if npc_rel['A15'] < 60:
 				'You approach the couple and greet them, but they don''t pay any attention to you.'
 				'You approach the couple and greet them, but they don''t pay any attention to you.'
 			else
 			else
+				gs 'npc_relationship', 'modify', 'A15', 'like'
+				gs 'npc_relationship', 'modify', 'A165', 'like'
+				gs 'stat'
 				'You approach the couple and greet them, right away Vicky starts gossiping, as always, Vanya mostly jokes about the things you two are talking about. You chat for a few minutes...'
 				'You approach the couple and greet them, right away Vicky starts gossiping, as always, Vanya mostly jokes about the things you two are talking about. You chat for a few minutes...'
 			end
 			end
 			act 'Finish your walk': gt 'pav_park', 'start'
 			act 'Finish your walk': gt 'pav_park', 'start'
@@ -601,6 +607,9 @@ if $ARGS[0] = 'park_meet':
 			if npc_rel['A15'] < 60:
 			if npc_rel['A15'] < 60:
 				'Vicky and Vanya only glance in your direction and turn away. Not having anything to say, you decide it''s better to go away.'
 				'Vicky and Vanya only glance in your direction and turn away. Not having anything to say, you decide it''s better to go away.'
 			else
 			else
+				gs 'npc_relationship', 'modify', 'A15', 'like'
+				gs 'npc_relationship', 'modify', 'A165', 'like'
+				gs 'stat'
 				'Vicky and Vanya unisonally answer "Hi", but not knowing how to continue the conversation, you keep walking on.'
 				'Vicky and Vanya unisonally answer "Hi", but not knowing how to continue the conversation, you keep walking on.'
 			end
 			end
 			act 'Finish your walk': gt 'pav_park', 'start'
 			act 'Finish your walk': gt 'pav_park', 'start'
@@ -648,6 +657,8 @@ if $ARGS[0] = 'cafe_qw':
 			act 'Say goodbye':
 			act 'Say goodbye':
 				*clr & cla
 				*clr & cla
 				minut += 2
 				minut += 2
+				gs 'npc_relationship', 'modify', 'A15', 'like'
+				gs 'npc_relationship', 'modify', 'A165', 'like'
 				gs 'stat'
 				gs 'stat'
 				'You hastily say goodbye, wanting to get away. Vicky tries to say goodbye but she only manages to let out some quiet moans while Vanya begins speeding up. Seeing this you leave as quickly as you can. You turn around seeing them still at it, and right at the exit of the café a powerful orgasm hits you, making your legs tremble, barely keeping on your feet. You have to grab the railing of the porch of the café. Just so you won''t fall over.'
 				'You hastily say goodbye, wanting to get away. Vicky tries to say goodbye but she only manages to let out some quiet moans while Vanya begins speeding up. Seeing this you leave as quickly as you can. You turn around seeing them still at it, and right at the exit of the café a powerful orgasm hits you, making your legs tremble, barely keeping on your feet. You have to grab the railing of the porch of the café. Just so you won''t fall over.'
 
 
@@ -670,6 +681,9 @@ if $ARGS[0] = 'cafe_repeat_qw':
 	$location_type = 'event'
 	$location_type = 'event'
 	money -= 300
 	money -= 300
 	pcs_horny += 10
 	pcs_horny += 10
+	gs 'npc_relationship', 'modify', 'A15', 'like'
+	gs 'npc_relationship', 'modify', 'A165', 'like'
+	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/vicky/sex/cafe_qw0.jpg"></center>'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/vicky/sex/cafe_qw0.jpg"></center>'
 	'You sit in the café, eating pizza and chat with Vicky. You notice Vicky is acting somewhat strange, giggling, pressing herself against Vanya. One of his hands is almost constantly under the table, and you can hear Vicky purr quietly, arching her back, and lustfully looking at you, occasionally licking her lips.'
 	'You sit in the café, eating pizza and chat with Vicky. You notice Vicky is acting somewhat strange, giggling, pressing herself against Vanya. One of his hands is almost constantly under the table, and you can hear Vicky purr quietly, arching her back, and lustfully looking at you, occasionally licking her lips.'
 	'Vanya keeps on joking as if nothing is going on. You observe them, and start getting a bit excited without really knowing why. They are clearly playing some kind of game. You keep wondering why Vanya''s hand is constantly under the table, and why Vicky is acting so strange like she''s trying to hide something?'
 	'Vanya keeps on joking as if nothing is going on. You observe them, and start getting a bit excited without really knowing why. They are clearly playing some kind of game. You keep wondering why Vanya''s hand is constantly under the table, and why Vicky is acting so strange like she''s trying to hide something?'
@@ -711,6 +725,8 @@ if $ARGS[0] = 'park_qw':
 		act 'End the walk':
 		act 'End the walk':
 			*clr & cla
 			*clr & cla
 			minut += 10
 			minut += 10
+			gs 'npc_relationship', 'modify', 'A15', 'like'
+			gs 'npc_relationship', 'modify', 'A165', 'like'
 			gs 'stat'
 			gs 'stat'
 			'"What a wonderful walk, Vanya! We need to do this again some time."<br> Vanya suddenly grabs you both with his arms and twirls around. The two of you start laughing and playfully try to escape from his grip. When saying goodbye Vicky leans towards you... and gives you a kiss on the lips. This kiss feels extraordinary and surprises you a bit… Vanya also kisses you and you, once again, start getting turned on just like at the café.'
 			'"What a wonderful walk, Vanya! We need to do this again some time."<br> Vanya suddenly grabs you both with his arms and twirls around. The two of you start laughing and playfully try to escape from his grip. When saying goodbye Vicky leans towards you... and gives you a kiss on the lips. This kiss feels extraordinary and surprises you a bit… Vanya also kisses you and you, once again, start getting turned on just like at the café.'
 
 
@@ -730,6 +746,9 @@ if $ARGS[0] = 'beach_event0':
 	*clr & cla
 	*clr & cla
 	menu_off = 1
 	menu_off = 1
 	$location_type = 'event'
 	$location_type = 'event'
+	gs 'npc_relationship', 'modify', 'A15', 'like'
+	gs 'npc_relationship', 'modify', 'A165', 'like'
+	gs 'stat'
 	if args[1] < 1:
 	if args[1] < 1:
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/meynolds/vika_beach1.jpg"></center>'
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/meynolds/vika_beach1.jpg"></center>'
 		'You arrive at the beach seeing more people than usual and lots of children running around. Vicky frowns...'
 		'You arrive at the beach seeing more people than usual and lots of children running around. Vicky frowns...'