Quellcode durchsuchen

Updates for Stallion event from Drugas

KevinSmarts vor 8 Jahren
Ursprung
Commit
bd31b9ba2b
3 geänderte Dateien mit 75 neuen und 48 gelöschten Zeilen
  1. 9 3
      locations/liamel
  2. 10 2
      locations/liamelkafe
  3. 56 43
      locations/stallion

+ 9 - 3
locations/liamel

@@ -28,10 +28,8 @@ set minut+=10
 'A street leading to the <a href="exec:GT ''liames'',''start''">High Street</a>.'
 if hour >= 10 and hour <= 22: 'A <a href="exec:GT ''liamelkafe'',''start''">tiny cafe</a> displays a street sign outside it''s door.'
 if housr = 2:
-    act '<b>Go home</b>':gt 'korr2x'
+    act '<b>Go home</b>':gt'korr2x'
 end
-if stallionQ = 3: 'There is a rumbling in your stomach. You need to use the restroom. Luckily there appears to be a public restroom tucked into the corner of a building. Unluckily, the female one has a sign saying it is out of order. <a href="exec:GT ''stallion'',''start''">Use the Men''s Restroom</a>.'
-stallionQ = 2
 
 act 'Stand':
 	cla
@@ -70,5 +68,13 @@ if streetrand >= 10 and bfa < 1:
 	end
 end
 
+if stallionQ = 3: 
+	*clr & cla
+	'There is a rumbling in your stomach. You need to use the restroom. Luckily there appears to be a public restroom tucked into the corner of a building. Unluckily, the female one has a sign saying it is out of order.'
+	act 'Use the Men''s Restroom':GT 'stallion','start'
+	act 'Hold it':stallionQ = 1 & gt 'liamel'
+end
+
+
 --- liamel ---------------------------------
 

+ 10 - 2
locations/liamelkafe

@@ -1,6 +1,15 @@
 # liamelkafe
 
 if $ARGS[0] = 'start':
+	'<center><img src="images/pic/larek.jpg" ></center>'
+	'You enter a tiny cafe, consisting of very little floor space packed with small tables.'
+	if hour > 11 and hour < 13:
+		'The cafe is packed with people eating their afternoon meal.'
+		if stallionQ = 1: stallionQ = 2
+	elseif hour > 16 and hour < 18:
+		'The cafe is packed with people eating their evening meal.'
+		if stallionQ = 1: stallionQ = 2
+	end
 	if money > 45:
 		act 'Sit down for a meal': money -= 45 & gt 'liamelkafe', 'food'
 	end
@@ -8,6 +17,7 @@ if $ARGS[0] = 'start':
 end
 
 if $ARGS[0] = 'food':
+	'<center><img src="images/pic/larek.jpg" ></center>'
 	gs 'food', 'dyn_meal'
 	if stallionQ = 2:
 		if FocH > 140: 
@@ -19,9 +29,7 @@ if $ARGS[0] = 'food':
 		end
 	end
 	'You sat for a meal in the tiny cafe. You enjoyed the beautiful scenery as you ate.'
-	if stallionQ = 1: stallionQ = 2
 	if stallionQ = 0: StallionQ = 1
-	
 	act 'Leave':gt 'liamel'
 end
 

+ 56 - 43
locations/stallion

@@ -9,60 +9,70 @@ sexcontra = 0
 protect = 0
 dick = 14
 silavag = 2
-stallionQ = 4
 
 if $ARGS[0] = 'start':
+	'<center><img src="images/etogame/PublicToilet.jpg"></center>'
+	StallionQ = 4
 	'You enter the men''s restroom. It appears empty. You move into a stall and sit down. As you relieve yourself, you hear chuckling in the next stall.'
 	'After a second, you hear a strange man''s voice. "<<$nickname>>. My <<$nickname>>. Show me more of that cute vagina of yours."'
 	act 'Run away':
+		*clr & cla
 		'You quickly sort yourself out and get out of the stall. You try the bathroom door. It''s locked. There is no handle, and the lock is just a keyhole.'
 		'"It''s no use. You are trapped." The strange man says.'
 		'A naked middle aged man exits the other stall and walks towards you.'
-		act 'Confront the strange man':
-			'You jump out of your stall and move to open the other one, but it opens before you reach it. Out of it comes a naked middle aged man.'
-			'"I''ve been watching you, <<$name>> <<$surname>>. You think it''s a coincidence you are here? I''ve been planning things out. Preparing.'
-			'The strange man laughs. "You think I''m a pushover? I''ve trained in Soo Bahk Do and Krav Maga. Fighting me is futile. Give up now."'
-			act 'Give up':gt 'stallion', 'rape'
-			act 'Fight':
-				cla
-				$nameV = 'Stallion'
-				!!stats
-				strenV = 100
-				speedV = 300
-				agilV = 300
-				reactV = 100
-				vitalV = 100
-				intelV = 100
-				willV = 50
-				!!skills
-				magikV = 10
-				boxingV = 100
-				shootV = 10
-				!!parameters
-				healthV = vitalV * 10 + strenV * 5
-				mannaV = intelV * magikV + magikV * 100 + vitalV * 10
-				willpowerV = willV * 10
-				BonusAtakV = 0
-				BonusDefV = 0
-				!!Programme of Action
-				program = 0
-				if spellavtoklon = 1:klon = 3
-				if spellbefshild = 1:defence = 500
-				stallionfight = 1
-				gt 'fight', 'start'
-			end
-		end
+		gs 'stallion', 'fight'
+	end
+
+	act 'Confront the strange man':
+		'You jump out of your stall and move to open the other one, but it opens before you reach it. Out of it comes a naked middle aged man.'
+		'"I''ve been watching you, <<$name>> <<$surname>>. You think it''s a coincidence you are here? I''ve been planning things out. Preparing.'
+		gs 'stallion', 'fight'
+	end
+end
+
+if $ARGS[0] = 'fight':
+	cla
+	'The strange man laughs. "You think I''m a pushover? I''ve trained in Soo Bahk Do and Krav Maga. Fighting me is futile. Give up now."'
+	act 'Give up':gt 'stallion', 'rape'
+	act 'Fight':
+		cla
+		$nameV = 'Naked Man'
+		!!stats
+		strenV = 100
+		speedV = 300
+		agilV = 300
+		reactV = 100
+		vitalV = 100
+		intelV = 100
+		willV = 50
+		!!skills
+		magikV = 10
+		boxingV = 100
+		shootV = 10
+		!!parameters
+		healthV = vitalV * 10 + strenV * 5
+		mannaV = intelV * magikV + magikV * 100 + vitalV * 10
+		willpowerV = willV * 10
+		BonusAtakV = 0
+		BonusDefV = 0
+		!!Programme of Action
+		program = 0
+		if spellavtoklon = 1:klon = 3
+		if spellbefshild = 1:defence = 500
+		stallionfight = 1
+		gt 'fight', 'start'
 	end
 end
 
 if $ARGS[0] = 'rape':
 	cla
+	'<center><img src="images/picV/vag.jpg"></center>'
 	minut += 30
 	sex += 1
 	vagina += 1
 	rape += 1
 	guy += 1
-	'Stallion pushes you down, and you fall on your ass. He advances towards you, grabs a hold of your clothes, and rips them open. He falls on top of you. You feel his hot breath against your face as he ruthlessly grabs your arms. You feel his penis poking you in the leg.'
+	'The man pushes you down, and you fall on your ass. He advances towards you, grabs ahold of your clothes, and rips them open. He falls on top of you. You feel his hot breath against your face as he ruthlessly grabs your arms. You feel his penis poking you in the leg.'
 	'"So you know what''s coming next, don''t you, my little <<$nickname>>?"'
 	if horny < 30:
 		'You feel his cock stab you in the unprepared vagina, not even the slightest slowed down by the lack of lubrication. It''s rough and raw, pulling at your skin and pressing against your sensitive flesh painfully. You can''t help but cry out.'		
@@ -70,12 +80,12 @@ if $ARGS[0] = 'rape':
 		'You feel his cock stab you in the vagina. It''s not very well lubricated, and it rubs painfully against your sensitive flesh as it penetrates you.'
 	elseif horny < 70:
 		'You feel his cock stab you in the vagina. It slides into your lubricated entryway, penetrating you.'
-	elseif horny >= 70
+	elseif horny >= 70:
 		'You feel his hard cock enter your wet vagina, easily entering you.'
 	end
 	if vagina = 0: 'It brings tears to your eyes as he painfully rips your hymen, taking your virginity.'
 	'You feel his hot breath against your ear as he continues to thrust into your body. "You know what they call me? Stallion. They call me that because when I ejaculate into a bitch, she ends up pregnant. I''ve already knocked up eleven girls. You''re gonna be number twelve."'
-	stallionQ = 9
+	stallionQ = 5
 	if storyline = 0 and broodcurse = 0:
 		broodcurse = 1
 		if magik > 0:
@@ -86,7 +96,7 @@ if $ARGS[0] = 'rape':
 			'You feel a tingling in your body as he works some fertility magic upon you.'
 		elseif magik > 7:
 			'"Your magic is strong, <<$nickname>>, but it is not going to protect you. Mine is much stronger."'
-			'You feel a tingling in your body. He places a powerful enchantment on you, increasing your fertility and binding your life force to the fruit of your womb. You realize with horror that he has practically guaranteed all sexual encounters will result in pregnancy in the future. Furthermore, your life is now tied to your womb. An abortion will result in your death.'
+			'You feel a tingling in your body. He places a powerful enchantment on you, increasing your fertility and binding your life force to the fruit of your womb. You realize with horror that he has practically guerenteed all sexual encounters will result in pregnancy in the future. Furthermore, your life is now tied to your womb. An abortion will result in your death.'
 		else
 			'You feel a tingling in your body. You are pretty sure it is something Stallion has done to you.'
 		end
@@ -130,10 +140,11 @@ end
 
 if $ARGS[0] = 'finish':
 	cla
+	'<center><img src="images/klof/klof 10.jpg"></center>'
 	'Stallion moaned. "I''m cumming!"'
 	'He twitches on top of you, and you feel him fill you with his seed.'
 	'"Give birth to a cute baby for me, <<$nickname>>. But don''t you dare kill it. You won''t survive it long. Ta ta!" He said, pulling out.'
-	gt 'stallion', 'end'
+	act 'Continue': gt 'stallion', 'end'
 end
 
 if $ARGS[0] = 'end':
@@ -145,7 +156,9 @@ if $ARGS[0] = 'end':
 end
 
 if $ARGS[0] = 'awaken':
-	'you come to several hours later laying on the cold bathroom floor. Your clothing is folded neatly in a pile nearby.'
+	'<center><img src="images/etogame/PublicToilet.jpg"></center>'
+	minut += 160
+	'You come to several hours later laying on the cold bathroom floor. Your clothing is folded neatly in a pile nearby.'
 	if bag > 0: 
 		'Your handbag is sitting on top of the clothing. You check it for missing items.'
 		if money > 0: 'You have <<money>> rubles.'
@@ -157,8 +170,8 @@ if $ARGS[0] = 'awaken':
 	else
 		$temp = 'my magic will kill you'
 	end
-	if stallionQ = 4: $temp[1] = 'I am called Stallion, and you have become my victim. I am called Stallion because I impregnate those whom I target. Today, that was you. '
-	'There is a note next to your clothing. "<<temp[1]>>You were a pretty good fuck. I''ll be keeping my eye on you. I look forward to see you growing large with my baby. If you go get an abortion to stop it, <<$temp>>. Go to the cops if you want, you''ll never stop me. The door is unlocked, you can leave now. -Stallion"'
+	if stallionQ = 4: $temp[1] = 'I am called Stallion, and you have become my victim. I am called Stallion because I impregnate those whom I target. Today, that was you. ' & StallionQ = 5
+	'There is a note next to your clothing. ''<<$temp[1]>>You were a pretty good fuck. I''ll be keeping my eye on you. I look forward to see you growing large with my baby. If you go get an abortion to stop it, <<$temp>>. Go to the cops if you want, you''ll never stop me. The door is unlocked, you can leave now. -Stallion'''
 	
 	act 'Leave':gt 'liamel'
 end