Browse Source

[added] exhibitionist underwear status messages

Sicaa 5 năm trước cách đây
mục cha
commit
34c0a39acb
1 tập tin đã thay đổi với 27 bổ sung1 xóa
  1. 27 1
      locations/stat_display.qsrc

+ 27 - 1
locations/stat_display.qsrc

@@ -1065,6 +1065,8 @@ if $clothingworntype ! 'nude':
 	if CloThinness = 6:
 		if $clothingworntype = 'swimwear':
 			$stat_msg += '<BR><font color = #FF00FF>Your nipples are clearly showing through your transparent swimsuit.</font>'
+		elseif $braworntype = 'exhibitionist':
+			$stat_msg += '<BR><font color = #FF00FF>Your breasts are fully on display through your transparent bra and top.</font>'
 		elseif $braworntype ! 'none':
 			$stat_msg += '<BR><font color = #FF00FF>Your bra is clearly showing through your transparent top.</font>'
 		else
@@ -1073,12 +1075,16 @@ if $clothingworntype ! 'nude':
 	elseif CloThinness = 5:
 		if $clothingworntype = 'swimwear':
 			$stat_msg += '<BR><font color = #AB052A>Your nipples are noticeably poking through your swimsuit.</font>'
+		elseif $braworntype = 'exhibitionist':
+			$stat_msg += '<BR><font color = #AB052A>You are wearing such a thin bra that your nipples are noticably poking through the thin fabric of your top.</font>'
 		elseif $braworntype = 'none':
 			$stat_msg += '<BR><font color = #AB052A>You are not wearing a bra and your nipples are noticably poking through the thin fabric of your top.</font>'
 		end
 	elseif CloThinness = 4:
 		if $clothingworntype = 'swimwear':
 			$stat_msg += '<BR><font color = #AB052A>Your nipples are very slightly poking through your swimsuit.</font>'
+		elseif $braworntype = 'exhibitionist':
+			$stat_msg += '<BR><font color = #AB052A>You are wearing such a thin bra that your nipples are subtly outlined through your top.</font>'
 		elseif $braworntype = 'none':
 			$stat_msg += '<BR><font color = #AB052A>You are not wearing a bra and your nipples are being subtly outlined through your top.</font>'
 		end
@@ -1088,9 +1094,19 @@ if $clothingworntype ! 'nude':
 end
 
 if $clothingworntype = 'nude':
-	if $pantyworntype ! 'none':
+	if $pantyworntype = 'exhibitionist':
+		if $braworntype = 'none':
+			$stat_msg += '<BR><font color = #AB052A>You are only wearing your see-through panties and your boobs sway invitingly as you walk.</font>'
+		elseif $braworntype = 'exhibitionist':
+			$stat_msg += '<BR><font color = #AB052A>You are only wearing your see-through underwear.</font>'
+		else
+			$stat_msg += '<BR><font color = #AB052A>You are only wearing your see-through panties and bra.</font>'
+		end
+	elseif $pantyworntype ! 'none':
 		if $braworntype = 'none':
 			$stat_msg += '<BR><font color = #AB052A>You are only wearing your panties and your boobs sway invitingly as you walk.</font>'
+		elseif $braworntype = 'exhibitionist':
+			$stat_msg += '<BR><font color = #AB052A>You are only wearing your see-through bra and panties.</font>'
 		else
 			$stat_msg += '<BR><font color = #AB052A>You are only wearing your underwear.</font>'
 		end
@@ -1137,6 +1153,16 @@ elseif $pantyworntype = 'none' and $clothingworntype ! 'swimwear':
 			$stat_msg += '<BR><font color=#AB052A>You are not wearing panties.</font>'
 		end
 	end
+elseif $pantyworntype = 'exhibitionist' and $clothingworntype ! 'swimwear':
+	if PCloStyle = 4:
+		$stat_msg += '<BR><font color= #FF00FF>You are wearing see-through panties, but you are dressed as a hooker, so that''s hardly surprising.</font>'
+	elseif PCloSkirt > 3:
+		if pcs_inhib > 50:
+			$stat_msg += '<BR><font color=#0064FF>You feel liberated as your ass, clearly visible through your panties, flashes from under your short skirt.</font>'
+		else
+			$stat_msg += '<BR><b><font color="red">Your face is flushed with shame, you are wearing panties so thin, they leave your ass clearly visible, as it flashes from under your short skirt.</font></b>'
+		end
+	end
 elseif PCloBimbo = 1 and cheatBimbo = 0:
 	$stat_msg += '<BR><font color = #FF00FF>You are dressed as a bimbo</font>'
 elseif $clothingworntype = 'cheap' and clothingwornnumber = '414':