Browse Source

inhibition variable update in starts, stat and cikl files

KevinSmarts 6 years ago
parent
commit
5c22b533a8
6 changed files with 53 additions and 53 deletions
  1. 20 20
      locations/cikl.qsrc
  2. 9 9
      locations/preCUST.qsrc
  3. 12 12
      locations/preSYS.qsrc
  4. 3 3
      locations/preSYS2.qsrc
  5. 4 4
      locations/stat.qsrc
  6. 5 5
      locations/stat_display.qsrc

+ 20 - 20
locations/cikl.qsrc

@@ -659,51 +659,51 @@ if pcs_horny < 0:pcs_horny = 0
 !!Exhibitionism
 
 if exhibition_outdoors > 0:
-	if pcs_exhibition > 90:
+	if pcs_inhib > 90:
 		exhibition_outdoors = exhibition_outdoors * 3
-	elseif pcs_exhibition > 75:
+	elseif pcs_inhib > 75:
 		exhibition_outdoors = exhibition_outdoors * 5 / 2
-	elseif pcs_exhibition > 60:
+	elseif pcs_inhib > 60:
 		exhibition_outdoors = exhibition_outdoors * 2
-	elseif pcs_exhibition > 30:
+	elseif pcs_inhib > 30:
 		exhibition_outdoors = exhibition_outdoors * 3 / 2
 	end
 
 	if exhibition_outdoors <= 5:
-		exhibition_exp += rand(3,6)
+		inhib_exp += rand(3,6)
 	elseif exhibition_outdoors <= 10:
-		exhibition_exp += rand(5,9)
+		inhib_exp += rand(5,9)
 	elseif exhibition_outdoors <= 15:
-		exhibition_exp += rand(7,12)
+		inhib_exp += rand(7,12)
 	elseif exhibition_outdoors <= 20:
-		exhibition_exp += rand(9,15)
+		inhib_exp += rand(9,15)
 	elseif exhibition_outdoors <= 25:
-		exhibition_exp += rand(12,20)
+		inhib_exp += rand(12,20)
 	elseif exhibition_outdoors <= 30:
-		exhibition_exp += rand(16,25)
+		inhib_exp += rand(16,25)
 	elseif exhibition_outdoors <= 35:
-		exhibition_exp += rand(20,30)
+		inhib_exp += rand(20,30)
 	elseif exhibition_outdoors <= 40:
-		exhibition_exp += rand(25,40)
+		inhib_exp += rand(25,40)
 	elseif exhibition_outdoors <= 50:
-		exhibition_exp += rand(35,50)
+		inhib_exp += rand(35,50)
 	elseif exhibition_outdoors <= 65:
-		exhibition_exp += rand(50,75)
+		inhib_exp += rand(50,75)
 	else
-		exhibition_exp += rand(70,100)
+		inhib_exp += rand(70,100)
 	end
 end
 
 exhibition_outdoors = 0
 
-if pcs_exhibition = 0:
-	if exhibition_exp >= 5: pcs_exhibition = 1 & exhibition_exp -= 5
+if pcs_inhib = 0:
+	if inhib_exp >= 5: pcs_inhib = 1 & inhib_exp -= 5
 else
 !!Intentional double to add up to 2 points
-	if exhibition_exp >= 5 * pcs_exhibition / 2: exhibition_exp -= 5 * pcs_exhibition / 2 & pcs_exhibition += 1
-	if exhibition_exp >= 5 * pcs_exhibition / 2: exhibition_exp -= 5 * pcs_exhibition / 2 & pcs_exhibition += 1
+	if inhib_exp >= 5 * pcs_inhib / 2: inhib_exp -= 5 * pcs_inhib / 2 & pcs_inhib += 1
+	if inhib_exp >= 5 * pcs_inhib / 2: inhib_exp -= 5 * pcs_inhib / 2 & pcs_inhib += 1
 end
-if pcs_exhibition > 50 and exhibitionQW < 3: pcs_exhibition = 50
+if pcs_inhib > 50 and exhibitionQW < 3: pcs_inhib = 50
 
 !counter for Dimka avoidance
 if dimaFilm = 1 and dimaRudeBlock = 0:

+ 9 - 9
locations/preCUST.qsrc

@@ -279,7 +279,7 @@ if $ARGS[0] = 'Done':
 		bag = 1
 		home_owned[1] = 1
 
-		pcs_exhibition = 15
+		pcs_inhib = 15
 		pcs_heels = 20
 		pcs_makupskl = 15
 		pcs_artskls = 15
@@ -397,7 +397,7 @@ if $ARGS[0] = 'Done':
 		swimwearH[3] = 60
 		swimwearB[3] = pcs_hips
 		gs 'clothing', 'wear', 'cheap', 370
-	elseif pcs_exhibition = 0:
+	elseif pcs_inhib = 0:
 		cheap[15] = 1
 		cheapH[15] = 100
 		cheapB[15] = pcs_hips
@@ -407,7 +407,7 @@ if $ARGS[0] = 'Done':
 		cheapH[36] = 100
 		cheapB[36] = pcs_hips
 		gs 'clothing', 'wear', 'cheap', 15
-	elseif pcs_exhibition = 5:
+	elseif pcs_inhib = 5:
 		cheap[48] = 1
 		cheapH[48] = 100
 		cheapB[48] = pcs_hips
@@ -417,7 +417,7 @@ if $ARGS[0] = 'Done':
 		cheapH[83] = 100
 		cheapB[83] = pcs_hips
 		gs 'clothing', 'wear', 'cheap', 48
-	elseif pcs_exhibition = 10:
+	elseif pcs_inhib = 10:
 		cheap[49] = 1
 		cheapH[49] = 100
 		cheapB[49] = pcs_hips
@@ -427,7 +427,7 @@ if $ARGS[0] = 'Done':
 		cheapH[70] = 100
 		cheapB[70] = pcs_hips
 		gs 'clothing', 'wear', 'cheap', 49
-	elseif pcs_exhibition = 15:
+	elseif pcs_inhib = 15:
 		cheap[32] = 1
 		cheapH[32] = 100
 		cheapB[32] = pcs_hips
@@ -437,7 +437,7 @@ if $ARGS[0] = 'Done':
 		cheapH[62] = 100
 		cheapB[62] = pcs_hips
 		gs 'clothing', 'wear', 'cheap', 32
-	elseif pcs_exhibition = 20:
+	elseif pcs_inhib = 20:
 		cheap[4] = 1
 		cheapH[4] = 100
 		cheapB[4] = pcs_hips
@@ -447,7 +447,7 @@ if $ARGS[0] = 'Done':
 		cheapH[41] = 100
 		cheapB[41] = pcs_hips
 		gs 'clothing', 'wear', 'cheap', 41
-	elseif pcs_exhibition = 25:
+	elseif pcs_inhib = 25:
 		cheap[50] = 1
 		cheapH[50] = 100
 		cheapB[50] = pcs_hips
@@ -457,7 +457,7 @@ if $ARGS[0] = 'Done':
 		cheapH[81] = 100
 		cheapB[81] = pcs_hips
 		gs 'clothing', 'wear', 'cheap', 50
-	elseif pcs_exhibition = 30:
+	elseif pcs_inhib = 30:
 		cheap[82] = 1
 		cheapH[82] = 100
 		cheapB[82] = pcs_hips
@@ -467,7 +467,7 @@ if $ARGS[0] = 'Done':
 		cheapH[43] = 100
 		cheapB[43] = pcs_hips
 		gs 'clothing', 'wear', 'cheap', 43
-	elseif pcs_exhibition = 35:
+	elseif pcs_inhib = 35:
 		cheap[43] = 1
 		cheapH[43] = 100
 		cheapB[43] = pcs_hips

+ 12 - 12
locations/preSYS.qsrc

@@ -259,7 +259,7 @@ if $ARGS[0] = 'charselect':
 				pcs_humint = 10
 				pcs_persuas = 10
 				pcs_makupskl = 20
-				pcs_exhibition = 15
+				pcs_inhib = 15
 				pcs_heels = 10
 				pirsC = 2
 				PirsC2_owned = 1
@@ -401,7 +401,7 @@ if $ARGS[0] = 'charselect':
 				pcs_skin = 80
 				pcs_danc = 50
 				pcs_heels = 10
-				pcs_exhibition = 25
+				pcs_inhib = 25
 				pcs_makupskl = 35
 				gsAboDance += 30
 				npc_rel['A23'] += 20
@@ -505,7 +505,7 @@ if $ARGS[0] = 'charselect':
 				end
 				pcs_skin = 100
 				genbsize = 37
-				pcs_exhibition = 25
+				pcs_inhib = 25
 				kosmetica = 50
 				falselashesplain = 10
 				falselashesmink = 2
@@ -694,7 +694,7 @@ if $ARGS[0] = 'charselect':
 					pcs_lashes = 1
 				end
 				pcs_skin = 80
-				pcs_exhibition = 30
+				pcs_inhib = 30
 				pcs_vag = 1
 				pcs_ass = 1
 				pcs_throat = 5
@@ -757,7 +757,7 @@ if $ARGS[0] = 'charselect':
 				gs 'preSYS', 'socialgroup_setting_boys', -10, -10, -10, -10, 0, 0
 				alterstrtimg = 23
 				genbsize = 2
-				pcs_exhibition = 5
+				pcs_inhib = 5
 				pcs_skin = 0
 				if player_avatar = 0:
 					pcs_eyesize = 0
@@ -780,7 +780,7 @@ if $ARGS[0] = 'charselect':
 				alterstrtimg = 24
 				pcs_intel = 35
 				pcs_sprt = 60
-				pcs_exhibition = 5
+				pcs_inhib = 5
 				money += 1000
 				shampoo = 10
 				pcs_skin = 40
@@ -846,7 +846,7 @@ if $ARGS[0] = 'charselect':
 				pcs_vag = 10
 				pcs_ass = 10
 				pcs_throat = 10
-				pcs_exhibition = 35
+				pcs_inhib = 35
 				pav_sex = 150
 				GspravkaT = 2
 				motherKnowSpravka = 2
@@ -882,7 +882,7 @@ if $ARGS[0] = 'nerd':
 		pcs_lashes = 0
 	end
 	pcs_skin = 40
-	pcs_exhibition = 10
+	pcs_inhib = 10
 	gs 'preSYS', 'socialgroup_setting', -10, 0, 25, 0, 0, 0
 	npc_rel['A129'] += 10
 	npc_rel['A28'] += 10
@@ -914,7 +914,7 @@ if $ARGS[0] = 'jock':
 	pcs_humint = 10
 	pcs_makupskl = 30
 	pcs_dom = 10
-	pcs_exhibition = 20
+	pcs_inhib = 20
 	swim_start = 69
 	pirsC = 1
 	PirsC1_owned = 1
@@ -946,7 +946,7 @@ if $ARGS[0] = 'cool':
 	pcs_icesktng = 10
 	pcs_danc = 10
 	pcs_persuas = 30
-	pcs_exhibition = 20
+	pcs_inhib = 20
 	swim_start = 98
 	kosmetica = 20
 	shampoo = 20
@@ -977,7 +977,7 @@ if $ARGS[0] = 'gopnik':
 	pcs_agil = 35
 	genbsize = 22
 	pcs_grades = 40
-	pcs_exhibition = 25
+	pcs_inhib = 25
 	kosmetica = 10
 	shampoo = 10
 	stanok = 10
@@ -1018,7 +1018,7 @@ if $ARGS[0] = 'outcast':
 	salo = 100
 	pcs_prcptn = 35
 	pcs_grades = 40
-	pcs_exhibition = 10
+	pcs_inhib = 10
 	gs 'preSYS', 'socialgroup_setting', -10, -10, -10, -10, 0, 0
 	npc_rel['A133'] += 20
 	npc_rel['A11'] -= 10

+ 3 - 3
locations/preSYS2.qsrc

@@ -14,7 +14,7 @@ if $ARGS[0] = 'start':
 	act 'Return to preset character menu': gt 'preSYS', 'charselect'
 	act 'Confirm these options':
 		!!This line should get sveta to wear school uniform because she has no other clothing with >=40
-		if pcs_exhibition >= 40: gs 'clothing', 'wear', 'school', 6
+		if pcs_inhib >= 40: gs 'clothing', 'wear', 'school', 6
 		if bag = 1:
 			!!using current combination should prevent having more than 1 bag at the start of game.
 			dynamic $currentpursetype + '_purses[<<currentpursenumber>>] = 1'
@@ -387,7 +387,7 @@ if $ARGS[0] = 'modatt':
 	gs 'preSYS2', 'modrel_setup2', 'pcs_prcptn', 'Perception'
 	if MagikDostup = 0: gs 'preSYS2', 'modrel_setup2', 'pcs_magik', 'Magic'
 	gs 'preSYS2', 'modrel_setup2', 'pcs_grades', 'Grades'
-	gs 'preSYS2', 'modrel_setup2', 'pcs_exhibition', 'Exhibitionism'
+	gs 'preSYS2', 'modrel_setup2', 'pcs_inhib', 'Exhibitionism'
 	gs 'preSYS2', 'modrel_setup2', 'pcs_heels', 'Heels'
 	'</table></center>'
 	nl
@@ -509,7 +509,7 @@ if $ARGS[0] = 'none':
 	pcs_chrsm = 30
 	pcs_prcptn = 30
 	pcs_grade = 75
-	pcs_exhibition = 0	
+	pcs_inhib = 0	
 	pcs_heel = 5
 
 	!!Mental Skills Reset

+ 4 - 4
locations/stat.qsrc

@@ -182,10 +182,10 @@ if SUB >= pcs_dom and pcs_dom > 0:SUB = SUB - pcs_dom & pcs_dom = 0
 if pcs_dom >= SUB and SUB > 0:pcs_dom = pcs_dom - SUB & SUB = 0
 
 if pcs_horny < 0: pcs_horny = 0
-if pcs_exhibition < 0:
-	pcs_exhibition = 0
-elseif pcs_exhibition > 100:
-	pcs_exhibition = 100
+if pcs_inhib < 0:
+	pcs_inhib = 0
+elseif pcs_inhib > 100:
+	pcs_inhib = 100
 end
 
 healthmax = (pcs_vital * 10 + pcs_stren * 5)

+ 5 - 5
locations/stat_display.qsrc

@@ -273,7 +273,7 @@ else
 		if MagikDostup = 0: $stat_extra_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', pcs_magik, pcs_magik)+'</TD><TD> Magic</TD></TR>'
 		$stat_extra_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', pcs_apprnc / 2, pcs_apprnc)+'</TD><TD> Attractiveness</TD></TR>'
 		if SchoolAtestat = 0 and StoryLine > 0:$stat_extra_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', pcs_grades, pcs_grades)+'</TD><TD nowrap> School Grades</TD></TR>'
-		if pcs_exhibition > 0:$stat_extra_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', pcs_exhibition, pcs_exhibition)+'</TD><TD> Exhibitionism</TD></TR>'
+		if pcs_inhib > 0:$stat_extra_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', pcs_inhib, pcs_inhib)+'</TD><TD> Exhibitionism</TD></TR>'
 		if pcs_heels > 0:$stat_extra_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', pcs_heels, pcs_heels)+'</TD><TD> Heels skill</TD></TR>'
 		$stat_extra_msg += '</TABLE></font>'
 		killvar '$dom_stat_msg'
@@ -1068,11 +1068,11 @@ if $clothingworntype = 'nude':
 		if $braworntype ! 'none':
 			$stat_msg += '<BR><b><font color = red>You are only wearing your bra, leaving your pussy and ass completely exposed.</font></b>'
 		else
-			if pcs_exhibition < 5:
+			if pcs_inhib < 5:
 				$stat_msg += '<BR><b><font color = red>You are completely naked, and it makes you feel nervous and ashamed.</font></b>'
-			elseif pcs_exhibition < 20:
+			elseif pcs_inhib < 20:
 				$stat_msg += '<BR><b><font color = orange>You are completely naked, you''re not too comfortable with nudity but it is a little exciting.</font></b>'
-			elseif pcs_exhibition >= 90:
+			elseif pcs_inhib >= 90:
 				$stat_msg += '<BR><b><font color=#0064FF>You are completely naked, which is far better than having to wear clothes.</font></b>'
 			else
 				$stat_msg += '<BR><b><font color = #FF00FF>You are completely naked. It''s exciting and you feel tingly inside.</font></b>'
@@ -1085,7 +1085,7 @@ elseif $pantyworntype = 'none' and $clothingworntype ! 'swimwear':
 	elseif PCloBimbo = 1 or bimbolevel > 0 and PCloSkirt > 3:
 		$stat_msg += '<BR><b><font color = #FF00FF>You like, totally forgot to put on any panties. You are such a bimbo.</font></b>'
 	elseif PCloSkirt > 3:
-		if pcs_exhibition > 50:
+		if pcs_inhib > 50:
 			$stat_msg += '<BR><b><font color=#0064FF>You feel liberated not wearing panties as your naked ass flashes from under your short skirt.</font></b>'
 		else
 			$stat_msg += '<BR><b><font color="red">Your face is flushed with shame, you are not wearing panties and your naked ass flashes from under your short skirt.</font></b>'