Sfoglia il codice sorgente

[changed] Moved gym exercise images to more logical location under instruction from Anya

Kevin_Smarts 1 anno fa
parent
commit
6cfa9ce3a5
3 ha cambiato i file con 29 aggiunte e 10 eliminazioni
  1. 2 2
      locations/beg.qsrc
  2. 1 1
      locations/din_van.qsrc
  3. 26 7
      locations/fit.qsrc

+ 2 - 2
locations/beg.qsrc

@@ -4,7 +4,7 @@ if $ARGS[0] = 'start':
 	*clr
 	menu_off = 1
 	minut += 5
-	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/exercise/fit1.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/pc/activities/excercise/gym/fit1.jpg"></center>'
 	'You are stretching and warming up before your practice run. From where you are you can see your coach, Igor Yurisovich, talking to other athletes.'
 
 	act 'Do a couple of practice races':
@@ -13,7 +13,7 @@ if $ARGS[0] = 'start':
 		abonement -= 1
 		pcs_mood += 2
 		gs 'exercise', 'tier2', 30, 'run'
-		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/exercise/fit5.jpg"></center>'
+		'<center><img <<$set_imgh>> src="images/pc/activities/excercise/gym/fit5.jpg"></center>'
 		'You spend half an hour practising 100 meter dashes to improve your speed, as well as doing several rounds around the stadium to work on your stamina. You are sweaty all over by the end of it, obviously, but you also feel that you''re a little better than before.'
 
 		! WD: Argument is 'dressing_room'

+ 1 - 1
locations/din_van.qsrc

@@ -1329,7 +1329,7 @@ end
 
 if $ARGS[0] = 'buffpick':
 	menu_off = 1
-	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/exercise/fit2.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/pc/activities/excercise/gym/fit2.jpg"></center>'
 	*nl
 	'While drying off and getting dressed, you examine the sleek muscles that are showing through your skin.'
 	'As you do so, you think about how you look and decide:'

+ 26 - 7
locations/fit.qsrc

@@ -351,7 +351,7 @@ if $ARGS[0] = 'gym':
 			fat -= rand(0,4)
 			if pcs_inhib < 30:inhib_exp += rand(1,2)
 
-			'<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/exercise/fit11.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/pc/activities/excercise/gym/fit11.jpg"></center>'
 			'You do very vigorous exercises to the music, and burn some fat.'
 
 			if pcs_stam < 30:
@@ -363,14 +363,33 @@ if $ARGS[0] = 'gym':
 			end
 		end
 
-		act 'Free weights (Build muscle)':
+		act 'Light weights (Build strength)':
 			cla
 			*clr
 			abonement -= 1
 			gs 'exercise', 'tier3', 30, 'stren'
 			if pcs_inhib < 30:inhib_exp += rand(1,2)
-			'<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/exercise/fit2.jpg"></center>'
-			'You pump iron, building strength.'
+			'<center><img <<$set_imgh>> src="images/pc/activities/excercise/gym/fit2.jpg"></center>'
+			'You pump dumbells doing reps at fairly low total weight, building strength.'
+
+			if pcs_stam < 30:
+				*nl
+				'You are too tired to do any more exercise and will have to rest and regain some stamina.'
+				gs 'fit', 'exercise_end'
+			else
+				act'Continue': gt 'fit', 'gym'
+			end
+		end
+
+		act 'Heavy weights (Build muscle <font color=red>This can lead to extreme strength at a cost to appearance</font>)':
+			cla
+			*clr
+			abonement -= 1
+			gs 'exercise', 'tier3', 30, 'stren', 2
+			gs 'exp_gain', 'stren_plus', 2
+			if pcs_inhib < 30:inhib_exp += rand(1,2)
+			'<center><img <<$set_imgh>> src="images/pc/activities/excercise/gym/fit6.jpg"></center>'
+			'You pump the heavy weights doing low reps with high total weight, building muscle.'
 
 			if pcs_stam < 30:
 				*nl
@@ -404,7 +423,7 @@ if $ARGS[0] = 'gym':
 			abonement -= 1
 			gs 'exercise', 'tier3', 30, 'vital'
 			if pcs_inhib < 30:inhib_exp += rand(1,2)
-			'<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/exercise/fit3.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/pc/activities/excercise/gym/fit3.jpg"></center>'
 			'You spend a half hour doing reps on the cross trainer developing your endurance.'
 
 			if pcs_stam < 30:
@@ -422,7 +441,7 @@ if $ARGS[0] = 'gym':
 			abonement -= 1
 			gs 'exercise', 'tier3', 30, 'agil'
 			if pcs_inhib < 30:inhib_exp += rand(1,2)
-			'<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/exercise/fit4.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/pc/activities/excercise/gym/fit4.jpg"></center>'
 			'You run tennis exercises, concentrating on defensive drills.'
 
 			if pcs_stam < 30:
@@ -440,7 +459,7 @@ if $ARGS[0] = 'gym':
 			abonement -= 1
 			gs 'exercise', 'tier3', 30, 'react'
 			if pcs_inhib < 30:inhib_exp += rand(1,2)
-			'<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/exercise/fit4.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/pc/activities/excercise/gym/fit4.jpg"></center>'
 			'You run tennis exercises, concentrating on court reactions.'
 
 			if pcs_stam < 30: