Explorar el Código

[added] Some classes for second semester at uni, just copies of first one for now

Kevin_Smarts hace 2 años
padre
commit
412bd8f4aa
Se han modificado 2 ficheros con 17 adiciones y 16 borrados
  1. 1 0
      glife.qproj
  2. 16 16
      locations/uni_lessons1.qsrc

+ 1 - 0
glife.qproj

@@ -985,6 +985,7 @@
 		<Location name="uni_programs"/>
 		<Location name="uni_lessons"/>
 		<Location name="uni_lessons1"/>
+		<Location name="uni_lessons2"/>
 		<Location name="uni_lessonsev1"/>
 		<Location name="uni_exams1"/>
 		<Location name="uni_library"/>

+ 16 - 16
locations/uni_lessons1.qsrc

@@ -1,13 +1,13 @@
 # uni_lessons1
-!! classes in this file general_education, teaching_methods, learning_theories
-!!Klim Kovalyov - General Education
-!!Grigorii Pasternak - Teaching Methods
-!!Selena Kovalchuk - Learning Theories
+!! classes in this file general_education_101, teaching_methods_101, learning_theories_101
+!!Klim Kovalyov - General Education 101
+!!Grigorii Pasternak - Teaching Methods 101
+!!Selena Kovalchuk - Learning Theories 101
 !!uni students studying to be teachers. - Igor Kruglov, Christina Zvereva, Vanya Yanka, Ekaterina "Katja" Meynold, Lebogang "Lebo" Kayode
 
-if $ARGS[0] = 'general_education':
+if $ARGS[0] = 'general_education_101':
 	menu_off = 1
-	gs 'grades', 'attend_class', 'uni_teaching_studies_semester_1', 'general education'
+	gs 'grades', 'attend_class', 'uni_teaching_studies_semester_1', 'general education 101'
 	intel_exp += rand(0,1)
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/lecture<<rand(1,5)>>.jpg"></center>'
@@ -17,7 +17,7 @@ if $ARGS[0] = 'general_education':
 	if will_cost <= pcs_willpwr or traits['nerd_status'] = 3:	
 		act 'Listen attentively to Mr. Kovalyov'+iif(traits['nerd_status'] = 3, '', ' (<<will_cost>> Willpower)')+' ':
 			*clr & cla
-			gs 'grades', 'class_activity_attributes', 'uni_teaching_studies_semester_1', 'general education', pcs_intel
+			gs 'grades', 'class_activity_attributes', 'uni_teaching_studies_semester_1', 'general education 101', pcs_intel
 			intel_exp += rand(0,1)
 			traits['nerd_lessons'] += 1
 			if traits['nerd_status'] < 3: gs 'willpower', 'pay', 'self'
@@ -26,7 +26,7 @@ if $ARGS[0] = 'general_education':
 			'You listen attentively to Mr. Kovalyov for the duration of the class. He manages to make today''s lesson very interesting and informative, and you feel like you have learned something from actively taking part in the discussion.'
 			act 'Ask a question about the lesson':
 				*clr & cla
-				gs 'grades', 'class_activity_attributes', 'uni_teaching_studies_semester_1', 'general education', pcs_chrsm
+				gs 'grades', 'class_activity_attributes', 'uni_teaching_studies_semester_1', 'general education 101', pcs_chrsm
 				intel_exp += rand(1,2)
 				'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/question1.jpg"></center>'
 				'Mr. Kovalyov nods approvingly, happy to see his students engaged in class and trying their best. He happily spends some extra time explaining the topic again, and answers any extra questions you might have. You feel smarter, thoroughly understanding today''s lessons now.'
@@ -243,9 +243,9 @@ if $ARGS[0] = 'general_education':
 	end
 end
 
-if $ARGS[0] = 'teaching_methods':
+if $ARGS[0] = 'teaching_methods_101':
 	menu_off = 1
-	gs 'grades', 'attend_class', 'uni_teaching_studies_semester_1', 'teaching methods'
+	gs 'grades', 'attend_class', 'uni_teaching_studies_semester_1', 'teaching methods 101'
 	intel_exp += rand(0,1)
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/lecture<<rand(1,5)>>.jpg"></center>'
@@ -256,7 +256,7 @@ if $ARGS[0] = 'teaching_methods':
 		act 'Listen attentively to Mr. Pasternak'+iif(traits['nerd_status'] = 3, '', ' (<<will_cost>> Willpower)')+' ':
 			*clr & cla
 			intel_exp += rand(0,1)
-			gs 'grades', 'class_activity_attributes', 'uni_teaching_studies_semester_1', 'teaching methods', pcs_intel
+			gs 'grades', 'class_activity_attributes', 'uni_teaching_studies_semester_1', 'teaching methods 101', pcs_intel
 			traits['nerd_lessons'] += 1
 			if traits['nerd_status'] < 3: gs 'willpower', 'pay', 'self'
 			gs 'stat'
@@ -265,7 +265,7 @@ if $ARGS[0] = 'teaching_methods':
 			act 'Ask a question about the lesson':
 				*clr & cla
 				intel_exp += rand(1,2)
-				gs 'grades', 'class_activity_attributes', 'uni_teaching_studies_semester_1', 'teaching methods', pcs_intel
+				gs 'grades', 'class_activity_attributes', 'uni_teaching_studies_semester_1', 'teaching methods 101', pcs_intel
 				'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/question1.jpg"></center>'
 				'Mr. Pasternak nods approvingly, always happy to see his students engaged in his class. He happily spends some extra time explaining the topic again, and answers any extra questions you might have. You feel smarter, thoroughly understanding today''s lessons now.'
 				act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'teaching_methods'
@@ -496,9 +496,9 @@ if $ARGS[0] = 'teaching_methods':
 	end
 end
 
-if $ARGS[0] = 'learning_theories':
+if $ARGS[0] = 'learning_theories_101':
 	menu_off = 1
-	gs 'grades', 'attend_class', 'uni_teaching_studies_semester_1', 'learning theories'
+	gs 'grades', 'attend_class', 'uni_teaching_studies_semester_1', 'learning theories 101'
 	intel_exp += rand(0,1)
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/lecture<<rand(1,5)>>.jpg"></center>'
@@ -509,7 +509,7 @@ if $ARGS[0] = 'learning_theories':
 		act 'Listen attentively to Mrs. Kovalchuk'+iif(traits['nerd_status'] = 3, '', ' (<<will_cost>> Willpower)')+' ':
 			*clr & cla
 			intel_exp += rand(0,1)
-			gs 'grades', 'class_activity_attributes', 'uni_teaching_studies_semester_1', 'learning theories', pcs_intel
+			gs 'grades', 'class_activity_attributes', 'uni_teaching_studies_semester_1', 'learning theories 101', pcs_intel
 			traits['nerd_lessons'] += 1
 			if traits['nerd_status'] < 3: gs 'willpower', 'pay', 'self'
 			gs 'stat'
@@ -518,7 +518,7 @@ if $ARGS[0] = 'learning_theories':
 			act 'Ask a question about the lesson':
 				*clr & cla
 				intel_exp += rand(1,2)
-				gs 'grades', 'class_activity_attributes', 'uni_teaching_studies_semester_1', 'learning theories', pcs_intel
+				gs 'grades', 'class_activity_attributes', 'uni_teaching_studies_semester_1', 'learning theories 101', pcs_intel
 				'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/attentive4.jpg"></center>'
 				'Mrs. Kovalchuk nods approvingly, always happy to see her students engaged in her class. He happily spends some extra time explaining the topic again, and answers any extra questions you might have. You feel smarter, thoroughly understanding today''s lessons now.'
 				act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'learning_theories'