Browse Source

[added] Bimbo start not ready but have to commit before I can pull other changes

Kevin_Smarts 1 week ago
parent
commit
a40f3e091d
1 changed files with 66 additions and 0 deletions
  1. 66 0
      locations/intro_sg_select.qsrc

+ 66 - 0
locations/intro_sg_select.qsrc

@@ -1176,6 +1176,12 @@ elseif $ARGS[0] = 'anorexic':
 		mc_inventory['suncream']		= 10
 		mc_inventory['razor']			= 10
 		mc_inventory['tampons']			= 10
+		pirsC = 2
+		PirsC2_owned = 1
+		pirsN = 1
+		PirsN1_owned = 1
+		pirsA = 2
+		PirsA2_owned = 1
 		$currentpursetype = 'fashionista'
 		currentpursenumber = 4
 		fashionista_purses[4] = 1
@@ -1188,6 +1194,66 @@ elseif $ARGS[0] = 'anorexic':
 		gt $loc, $loc_arg
 	end
 	act 'Return to starting options': gt 'intro_sg_select', 'charselect'
+
+elseif $ARGS[0] = 'bimbo':
+	'<center><h4><font color="maroon">Just Hanging in There</font></h4></center>'
+	'<center><img <<$set_imgh>> src="images/system/1_openings/2_sg/popular_3.jpg"></center>'
+	'You had good looks growing up and naturally ended up falling in with the cool crowd. You enjoyed being the center of attention and became obsessed with looking like the models you''d seen on social media and in magazines. You started dieting, but took it too far and ended up losing a lot of weight, which caused some of your fellow students to start talking about you and make the odd joke at your expense. This led to a vicious cycle and as your looks deteriorated, the jokes got worse, which only spurred you on further.'
+	'Your family and some of your friends, especially <<$npc_nickname[''A15'']>> and <<$npc_nickname[''A148'']>>, became concerned and with their support, you were able to start recovering. You now have a good relationship with your mother and sister, as well as <<$npc_nickname[''A15'']>> and <<$npc_nickname[''A148'']>>, who defended you and prevented you from becoming an outcast. You''re still a member of your clique, albeit only barely.'
+
+	act 'Confirm this starting option':
+		gs 'intro_sg_select', 'cool'
+		$start_type['cat'] = 'bimbo'
+
+		!!----- SKILS -----!!
+		! Attributes
+		pcs_sprt		-= 10
+
+		! Sexual
+		pcs_inhib		-= 10
+		willpowermax 	-= 15
+
+		! Dance
+		pcs_danc		+= 10
+
+		! Sport
+		pcs_run			+= 15
+
+		! Other
+		pcs_humint		-= 5
+		pcs_persuas		+= 10
+		pcs_makupskl	+= 20
+		pcs_compskl		+= 5
+
+		!!----- APPEARANCE -----!!
+		pcs_skin		-= 300
+		pcs_haircol		= 2
+		pcs_hairlng		-= 50
+		pcs_eyecol		= 2
+		pcs_lip			-= 1
+		pcs_teeth		-= 1
+		pcs_mass['bust_gen']	= 13	& !B-Cup at ideal BMI
+		pcs_mass['butt_gen']	= 17	& !pcs_butt = 8
+		pcs_mass['body']		= 15
+
+		!!----- INVENTRORY -----!!
+		mc_inventory['comb']			= 1
+		mc_inventory['cosmetics']		= 20
+		mc_inventory['suncream']		= 10
+		mc_inventory['razor']			= 20
+		mc_inventory['tampons']			= 10
+		$currentpursetype = 'cats'
+		currentpursenumber = 2
+		cats_purses[2] = 1
+		bag = 1
+
+		!!----- RELATIONSHIPS -----!!
+		npc_rel['A15'] += 30
+		npc_rel['A148'] += 30
+
+		gt $loc, $loc_arg
+	end
+	act 'Return to starting options': gt 'intro_sg_select', 'charselect'
 end