Browse Source

[fixed] experience gains from reading science book

intel_exp gain from reading science book decreased the higher Sveta's intelligence was; this is a relic of the old experience system
increased intel_exp gain to 4 for 1 hour of activity (ie.equivalent to 1 hour of tier1 exercise; arguably should be higher due to risk of damage to sight and associated expenses)

exp gains from $downlibrary['BookStudy'] should be adjusted as well, but that's a little above my level of expertise
DeusExLibris 5 years ago
parent
commit
9e8e1090fa
1 changed files with 1 additions and 7 deletions
  1. 1 7
      locations/downlibrary.qsrc

+ 1 - 7
locations/downlibrary.qsrc

@@ -49,13 +49,7 @@ act 'Leave the library': minut += 5 & gt 'down'
 
 if hour >= 8 and hour <= 18:
 	act 'Read a science book (1:00)':
-		if pcs_intel >= 50:
-			intel_exp += RAND(0,1) + (mentats_dose - rand(0,mentats_dose))
-		elseif pcs_intel >= 25:
-			intel_exp += RAND(1,2) + (mentats_dose - rand(0,mentats_dose))
-		else
-			intel_exp += RAND(1,3) + (mentats_dose - rand(0,mentats_dose))
-		end
+		intel_exp += 4 + (mentats_dose - rand(0,mentats_dose))
 
 		dynamic $downlibrary['BookStudy'], ''