Browse Source

[changed] Butt slut changes in trait but exp no in stat yet so it will not work

Kevin_Smarts 2 years ago
parent
commit
e25e897b2a
1 changed files with 14 additions and 11 deletions
  1. 14 11
      locations/traits.qsrc

+ 14 - 11
locations/traits.qsrc

@@ -150,26 +150,29 @@ if $ARGS[0] = 'menu':
 
 	*nl
 	if analorgasm >= 10 and traits['buttslut_lvl'] = 0: traits['buttslut_lvl'] = 1
-	if (analorgasm - (orgasm - analorgasm) >= 15) and traits['buttslut_lvl'] = 1: traits['buttslut_lvl'] = 2
-	if (analorgasm - (orgasm - analorgasm) < 15) and traits['buttslut_lvl'] = 2: traits['buttslut_lvl'] = 1
-	if ((orgasm - analorgasm)*2 <= analorgasm) and traits['buttslut_lvl'] = 2: traits['buttslut_lvl'] = 3
-	if ((orgasm - analorgasm)*2 > analorgasm) and traits['buttslut_lvl'] = 3: traits['buttslut_lvl'] = 2
+	if traits['buttslut_exp'] >= 15 and traits['buttslut_lvl'] = 1: traits['buttslut_lvl'] = 2 & traits['buttslut_exp'] = 0
+	if traits['buttslut_exp'] >= 50 and traits['buttslut_lvl'] = 2: traits['buttslut_lvl'] = 3
+	if traits['buttslut_exp'] <= 0 and traits['buttslut_lvl'] = 3: traits['buttslut_lvl'] = 2 & traits['buttslut_exp'] = 0
 
 	'<center><b>Buttslut</b></center>'
 	if traits['buttslut_lvl'] = 0:
-		'You need to have more anal orgasms to gain this trait.'
+		'You need to have more anal orgasms to gain this trait. To reach lvl 1 you need to gain more anal orgasm exp.'
+		'You currently have <<traits[''buttslut_exp'']>> experience. Having more anal orgasms will increase this, otherwise it will degrade over time.'
 	elseif traits['buttslut_lvl'] = 1:
-		'You have this trait at level 1. To reach lvl 2 you need to have at least 15 more anal orgasms than vaginal orgasms.'
+		'You have this trait at level 1. To reach lvl 2 you need to gain more anal orgasm exp.'
+		'You currently have <<traits[''buttslut_exp'']>> experience. Having more anal orgasms will increase this, otherwise it will degrade over time.'
 		'You''re starting to enjoy anal sex ' + iif(pcs_vag > 0, 'almost as much as regular sex.', 'more than before.')
 	elseif traits['buttslut_lvl'] = 2:
-		'You have this trait at level 2. To reach lvl 3 you need to have at least twice more anal orgasms than vaginal orgasms.'
-		'You''re starting to enjoy anal sex ' + iif(pcs_vag > 0, 'as much as regular sex.', 'more than before.')
+		'You have this trait at level 2. To reach lvl 3 you need to gain more anal orgasm exp.'
+		'You currently have <<traits[''buttslut_exp'']>> experience. Having more anal orgasms will increase this, otherwise it will degrade over time.'
+		'You''re enjoy anal sex ' + iif(pcs_vag > 0, 'as much as regular sex.', 'a great deal.')
 	elseif traits['buttslut_lvl'] = 3:
-		'You have this trait at level 3.'
+		'You have this trait at level 3. This is the highest level but it can '
+		'You currently have <<traits[''buttslut_exp'']>> experience. Having more anal orgasms will increase this, otherwise it will degrade over time.'
 		if pcs_vag > 0:
-			'You now prefer anal sex over regular sex.'
+			'You now enjoy anal sex more than regular sex.'
 		else
-			'You really enjoy anal.'
+			'You find anal sex to be extremely gratifying.'
 		end
 	end