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

Standardized the running skill gains.

KevinSmarts 8 лет назад
Родитель
Сommit
19317d03ef
5 измененных файлов с 8 добавлено и 7 удалено
  1. 2 2
      locations/Gadsarai
  2. 1 1
      locations/beg
  3. 2 1
      locations/brother
  4. 1 1
      locations/gschool2
  5. 2 2
      locations/gskver

+ 2 - 2
locations/Gadsarai

@@ -279,10 +279,10 @@ else
 		act 'Go cycling':
 			cls
 			minut += 60
-			beg += RAND(0,3)
+			beg += RAND(0,1)
 			speed += rand (0,2)
 			if salo > 0:salo -= 1
-			fat = fat - 5
+			fat -= rand(2, 7)
 			manna+=5
 			sweat+=2
 			findvelrand= RAND (0,100)

+ 1 - 1
locations/beg

@@ -15,7 +15,7 @@ if $ARGS[0] = 'start':
 		manna -= 5
 		fat -= 5
 		sweat += 3
-		beg += rand(2, 5)
+		beg += rand(1, 4)
 		'<center><img src="images/etogame/fit5.jpg"></center>'
 		'You ran around the stadium practicing the skill of running and developing speed.'
 

+ 2 - 1
locations/brother

@@ -148,7 +148,8 @@ if $loc = 'gschool':
 					agil += rand(0, 2)
 					speed += rand(0, 2)
 					sweat += 3
-					beg += rand(2, 5)
+					beg += rand(0, 2)
+					fat -= rand(2, 7)
 					gs 'stat'
 					'You spend an hour running around chasing the ball across the field with your brother and his friends Beshin and Zhendos.'
 

+ 1 - 1
locations/gschool2

@@ -791,7 +791,7 @@ if $ARGS[0] = 'afternoon':
 			manna -= 5
 			fat -= 5
 			sweat += 3
-			beg += rand(2, 5)
+			beg += rand(0, 2)
 			'After the roll call, mr. Pavlovich announces that you will be going on a run today.'
 			if temper >= 18 and sunWeather = 1:
 				'<center><img src="images/qwest/alter/Fizra/fizra2.jpg"></center>'

+ 2 - 2
locations/gskver

@@ -124,8 +124,8 @@ if $clothingworntype = 'exercise' and hour > 5 and hour < 22 and daybegskver ! d
 		cls
 		minut += 60
 		if salo > 3:salo -= rand(1, 3)
-		fat -= rand(5, 15)
-		beg += rand(3, 6)
+		fat -= rand(2, 7)
+		beg += rand(0, 2)
 		sweat += 2
 		daybegskver = daystart
 		gs 'stat'