Browse Source

[fixed] experience gains from reading magazines

Experience gains for reading magazines decreased the higher the stat being trained was; this is a relic of the old experience system
Experience gain increased to 4xp for 1 hour of activity (ie equal to 1 hour of tier1 exercise)
DeusExLibris 5 years ago
parent
commit
2843f60065
1 changed files with 3 additions and 6 deletions
  1. 3 6
      locations/swamphouse.qsrc

+ 3 - 6
locations/swamphouse.qsrc

@@ -498,8 +498,7 @@ if $ARGS[0] = 'stackmagazines':
 			lastreadday = daystart
 			pcs_nerd += 10
 		end
-		if pcs_intel >= 50:intel_exp += RAND(0,1)
-		if pcs_intel < 50:intel_exp += RAND(0,2)
+		intel_exp += 4
 		blizoruk+=1
 		pcs_mood += 10
 		minut += 60
@@ -518,8 +517,7 @@ if $ARGS[0] = 'stackmagazines':
 			lastreadday = daystart
 			pcs_nerd += 10
 		end
-		if pcs_sprt >= 50:sprt_exp += RAND(0,1)
-		if pcs_sprt < 50:sprt_exp += RAND(0,2)
+		sprt_exp += 4
 		blizoruk+=1
 		pcs_mood += 10
 		minut += 60
@@ -539,8 +537,7 @@ if $ARGS[0] = 'stackmagazines':
 			lastreadday = daystart
 			pcs_nerd += 10
 		end
-		if pcs_sprt >= 50:sprt_exp += RAND(0,1)
-		if pcs_sprt < 50:sprt_exp += RAND(0,2)
+		sprt_exp += 4
 		blizoruk+=1
 		pcs_mood += 10
 		pcs_willpwr += 100