|
@@ -1,12 +1,12 @@
|
|
|
# body
|
|
|
if analplugIN = 0:
|
|
|
- if anus = 0:anpic = 0 & set $anus = 'You have a virgin <a href="exec:view''images/body/0.jpg''">anus</a>.'
|
|
|
- if anus > 0 and anus <= 5:anpic = 1 & set $anus = 'Your <a href="exec:view''images/body/1.jpg''">anus</a> is barely used, but you wouldn''t really see that.'
|
|
|
- if anus > 5 and anus <= 10:anpic = 2 & set $anus = 'Your <a href="exec:view''images/body/2.jpg''">anus</a> has the shape of an asterisk.'
|
|
|
- if anus > 10 and anus <= 15:anpic = 3 & set $anus = 'Your <a href="exec:view''images/body/3.jpg''">anus</a> is now slightly parted, has it has been used quite often.'
|
|
|
- if anus > 15 and anus <= 20:anpic = 4 & set $anus = 'Your <a href="exec:view''images/body/4.jpg''">anus</a> look like a wide hole, one would definetely think the only thing you were doing was anal sex.'
|
|
|
- if anus > 20 and anus <= 35:anpic = 5 & set $anus = 'Your <a href="exec:view''images/body/5.jpg''">anus</a> doesn''t fully close on its own anymore. You could put a fist through it and it wouldn''t stretch at all.'
|
|
|
- if anus > 35:anpic = 6 & set $anus = 'Your <a href="exec:view''images/body/6.jpg''">anus</a> is almost completely wrecked. Even with conscious effort it''s hard to close it.' & $anustipe = 'destroyed'
|
|
|
+ if anus = 0:anpic = 0 & $anus = 'You have a virgin <a href="exec:view''images/body/0.jpg''">anus</a>.'
|
|
|
+ if anus > 0 and anus <= 5:anpic = 1 & $anus = 'Your <a href="exec:view''images/body/1.jpg''">anus</a> is barely used, but you wouldn''t really see that.'
|
|
|
+ if anus > 5 and anus <= 10:anpic = 2 & $anus = 'Your <a href="exec:view''images/body/2.jpg''">anus</a> has the shape of an asterisk.'
|
|
|
+ if anus > 10 and anus <= 15:anpic = 3 & $anus = 'Your <a href="exec:view''images/body/3.jpg''">anus</a> is now slightly parted, has it has been used quite often.'
|
|
|
+ if anus > 15 and anus <= 25:anpic = 4 & $anus = 'Your <a href="exec:view''images/body/4.jpg''">anus</a> look like a wide hole, one would definetely think the only thing you were doing was anal sex.'
|
|
|
+ if anus > 25 and anus <= 35:anpic = 5 & $anus = 'Your <a href="exec:view''images/body/5.jpg''">anus</a> doesn''t fully close on its own anymore. You could put a fist through it and it wouldn''t stretch at all.'
|
|
|
+ if anus > 35:anpic = 6 & $anus = 'Your <a href="exec:view''images/body/6.jpg''">anus</a> is almost completely wrecked. Even with conscious effort it''s hard to close it.' & $anustipe = 'destroyed'
|
|
|
else
|
|
|
$anus = 'Your <a href="exec:view''picb/analplug.jpg''">anus</a> is currently filled with your butt plug.'
|
|
|
end
|
|
@@ -18,127 +18,132 @@ end
|
|
|
if dounspell = 0:
|
|
|
strenbuf = stren
|
|
|
vitalbuf = vital
|
|
|
- set vmeat = (strenbuf + vitalbuf) / 8
|
|
|
- set vfat = salo / 10
|
|
|
- set Kves = vmeat + vfat
|
|
|
- set krost = rost - 130
|
|
|
- set ves = Kves + krost - (agilbuf / 10)
|
|
|
- set talia = ves - (agilbuf / 10) + waistShrink
|
|
|
- set grudi = talia + 10 + vfat + silicone
|
|
|
- !!!CV edition: bedra = hip size
|
|
|
- set bedra = talia + 15 + (vmeat / 2) + vfat + hipGrow
|
|
|
- set titK = grudi - talia + bgrow + brgrow
|
|
|
- !!!
|
|
|
+ vmeat = (strenbuf + vitalbuf) / 8
|
|
|
+ vfat = salo / 10
|
|
|
+ Kves = vmeat + vfat
|
|
|
+ krost = rost - 130
|
|
|
+ ves = Kves + krost - (agilbuf / 10)
|
|
|
+ talia = ves - (agilbuf / 10)
|
|
|
+ grudi = talia + 10 + vfat + silicone
|
|
|
+ grutal = talia
|
|
|
+ bedra = talia + 15 + (vmeat / 2) + vfat
|
|
|
+ titK = grudi - talia
|
|
|
+ if (bedra - talia) > 45 and musle < salo:
|
|
|
+ if ves < 70:koefvesbt = 0
|
|
|
+ if ves >= 70:koefvesbt = ves - 70
|
|
|
+
|
|
|
+ koefbt = koefvesbt + ((bedra - talia) - 45)
|
|
|
+ talia += koefbt
|
|
|
+ end
|
|
|
|
|
|
- if titK <= 10:set tits = 0
|
|
|
- if titK > 10 and titK <= 15:set tits = 1
|
|
|
- if titK > 15 and titK <= 20:set tits = 2
|
|
|
- if titK > 20 and titK <= 25:set tits = 3
|
|
|
- if titK > 25 and titK <= 30:set tits = 4
|
|
|
- if titK > 30 and titK <= 35:set tits = 5
|
|
|
- if titK > 35 and titK <= 40:set tits = 6
|
|
|
- if titK > 40 and titK <= 45:set tits = 7
|
|
|
- if titK > 45 and titK <= 50:set tits = 8
|
|
|
- if titK > 50 and titK <= 55:set tits = 9
|
|
|
- if titK > 55:set tits = 10
|
|
|
+ if titK <= 10:tits = 0
|
|
|
+ if titK > 10 and titK <= 15:tits = 1
|
|
|
+ if titK > 15 and titK <= 20:tits = 2
|
|
|
+ if titK > 20 and titK <= 25:tits = 3
|
|
|
+ if titK > 25 and titK <= 30:tits = 4
|
|
|
+ if titK > 30 and titK <= 35:tits = 5
|
|
|
+ !!!Probably CV edition
|
|
|
+ if titK > 35 and titK <= 40:tits = 6
|
|
|
+ if titK > 40 and titK <= 45:tits = 7
|
|
|
+ if titK > 45 and titK <= 50:tits = 8
|
|
|
+ if titK > 50 and titK <= 55:tits = 9
|
|
|
+ if titK > 55:tits = 10
|
|
|
+ !!!
|
|
|
else
|
|
|
- set fat = 0
|
|
|
- set bedra = bedraDoun
|
|
|
- set talia = TaliaDoun + waistShrink
|
|
|
- set grudi = talia + 14 + silicone
|
|
|
- set ves = TaliaDoun
|
|
|
- set titK = grudi - talia
|
|
|
-
|
|
|
- if titK <= 10:set tits = 0
|
|
|
- if titK > 10 and titK <= 15:set tits = 1
|
|
|
- if titK > 15 and titK <= 20:set tits = 2
|
|
|
- if titK > 20 and titK <= 25:set tits = 3
|
|
|
- if titK > 25 and titK <= 30:set tits = 4
|
|
|
- if titK > 30 and titK <= 35:set tits = 5
|
|
|
- if titK > 35 and titK <= 40:set tits = 6
|
|
|
- if titK > 40 and titK <= 45:set tits = 7
|
|
|
- if titK > 45 and titK <= 50:set tits = 8
|
|
|
- if titK > 50 and titK <= 55:set tits = 9
|
|
|
- if titK > 55:set tits = 10
|
|
|
+ fat = 0
|
|
|
+ bedra = bedraDoun
|
|
|
+ talia = TaliaDoun
|
|
|
+ grudi = talia + 14 + silicone
|
|
|
+ ves = TaliaDoun
|
|
|
+ titK = grudi - talia
|
|
|
+
|
|
|
+ if titK <= 10:tits = 0
|
|
|
+ if titK > 10 and titK <= 15:tits = 1
|
|
|
+ if titK > 15 and titK <= 20:tits = 2
|
|
|
+ if titK > 20 and titK <= 25:tits = 3
|
|
|
+ if titK > 25 and titK <= 30:tits = 4
|
|
|
+ if titK > 30 and titK <= 35:tits = 5
|
|
|
+ !!!Probably CV edition
|
|
|
+ if titK > 35 and titK <= 40:tits = 6
|
|
|
+ if titK > 40 and titK <= 45:tits = 7
|
|
|
+ if titK > 45 and titK <= 50:tits = 8
|
|
|
+ if titK > 50 and titK <= 55:tits = 9
|
|
|
+ if titK > 55:tits = 10
|
|
|
+ !!!
|
|
|
end
|
|
|
|
|
|
-!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
|
-!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
|
-!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
|
!!! Maruda Hair Mod
|
|
|
if hairlength <= 80:
|
|
|
- set hpigtail = 0
|
|
|
- set hscrunchw = 0
|
|
|
- set hpingripw = 0
|
|
|
- set curly = 0
|
|
|
+ hpigtail = 0
|
|
|
+ hscrunchw = 0
|
|
|
+ hpingripw = 0
|
|
|
+ curly = 0
|
|
|
end
|
|
|
|
|
|
-if hairlength > 400:set hpingripw = 0
|
|
|
+if hairlength > 400:hpingripw = 0
|
|
|
|
|
|
if hairlength > 400 and hpigtail >= 1:
|
|
|
- set hscrunchw = 0
|
|
|
- set hpigtail = 0
|
|
|
+ hscrunchw = 0
|
|
|
+ hpigtail = 0
|
|
|
end
|
|
|
|
|
|
-if hairlength <= 80:set hbraids = 0
|
|
|
+if hairlength <= 80:hbraids = 0
|
|
|
|
|
|
if hbraids >= 1:
|
|
|
- set curly = 0
|
|
|
- set hscrunchw = 0
|
|
|
- set hpingripw = 0
|
|
|
- set hbangs = 0
|
|
|
- set hpigtail = 0
|
|
|
+ curly = 0
|
|
|
+ hscrunchw = 0
|
|
|
+ hpingripw = 0
|
|
|
+ hbangs = 0
|
|
|
+ hpigtail = 0
|
|
|
end
|
|
|
|
|
|
-if hapri = 0:set $hapri = '<b>tangled</b>, you should comb it, to keep it healthy'
|
|
|
-if hapri = 1:set $hapri = 'neatly arranged'
|
|
|
-
|
|
|
-if curly <= 0:set $curly = 'straight, slightly wavy '
|
|
|
-if curly > 0:set $curly = 'curly '
|
|
|
-
|
|
|
-if hbangs <= 0:set $hbangs = ''
|
|
|
-if hbangs > 0:set $hbangs = ', with a fringe covering your forehead'
|
|
|
-
|
|
|
-if hscrunchw <= 0:set $hscrunch = ''
|
|
|
-if hscrunchw = 1:set $hscrunch = ' A hair-tie holds your hair as a ponytail in place.'
|
|
|
-
|
|
|
-if hpingripw <= 0:set $hpingrip = ''
|
|
|
-if hpingripw > 0:set $hpingrip = ' Hair-pins hold your hair as an updo-hairstyle in place.'
|
|
|
-
|
|
|
-if hscrunchw <= 0:set $hpigtail = ''
|
|
|
-if hscrunchw = 2:set $hpigtail = ' Two scrunchies hold your hair as a twin-tail styled pigtails in place.'
|
|
|
-
|
|
|
-if hbraids <= 0:set $hbraids = ''
|
|
|
-if hbraids > 0:set $hbraids = ' You have your hair beautifully braided.'
|
|
|
-
|
|
|
-if hcol = 0:set $hcol = 'black'
|
|
|
-if hcol = 1:set $hcol = 'brown'
|
|
|
-if hcol = 2:set $hcol = 'red'
|
|
|
-if hcol = 3:set $hcol = 'blonde'
|
|
|
-
|
|
|
-if hairlength <= 30:set $hair = 'You have very short, <<$hcol>> hair. It doesn''t cover your ears, with some masculine complexions, one might mistake you for a man. Nonetheless, some people like this style, as it''s easy to take care off.'
|
|
|
-if hairlength > 30 and hairlength <= 80:set $hair = 'You have short <<$hcol>> hair, which may cover your ears to the the earlobes. It''s a modern, yet classy, hairstyle. Currently your hair is <<$hapri>>.'
|
|
|
-if hairlength > 80 and hairlength <= 160:set $hair = 'You have <<$curly>><<$hcol>> hair<<$hbangs>>. Your hair goes down to your chinline and is therefore considered to be of a medium length, it fits almost all face shapes. Your hair is at the moment <<$hapri>>.<<$hscrunch>><<$hpingrip>><<$hpigtail>>'
|
|
|
-if hairlength > 160 and hairlength <= 260:set $hair = 'You have <<$curly>><<$hcol>> hair<<$hbangs>>. Your hair reaches your shoulders, with several strains going beyond. Currently your hair is <<$hapri>>.<<$hscrunch>><<$hpingrip>><<$hbraids>><<$hpigtail>>'
|
|
|
-if hairlength > 260 and hairlength <= 400:set $hair = 'You have <<$curly>><<$hcol>> hair<<$hbangs>>. As your hair reaches your bra-strapline, hairdress would consider this a rather long hair style, yet beautiful styles are created with this length. Your hair is <<$hapri>>.<<$hscrunch>><<$hpingrip>><<$hbraids>><<$hpigtail>>'
|
|
|
-if hairlength > 400:set $hair = 'Your very long <<$hcol>> hair<<$hbangs>>, that goes beyond your bra-strapline. Rapunzel would be jealous. Your hair is currently <<$hapri>>.<<$hscrunch>><<$hbraids>>'
|
|
|
-!!if hcol = 0 and curly <= 0:set $hair = 'You have <<$hapri>> straight, black hair.'
|
|
|
-!!if hcol = 1 and curly <= 0:set $hair = 'You have <<$hapri>> straight, brown hair.'
|
|
|
-!!if hcol = 2 and curly <= 0:set $hair = 'You have <<$hapri>> straight, red hair.'
|
|
|
-!!if hcol = 3 and curly <= 0:set $hair = 'You have <<$hapri>> straight, blonde hair.'
|
|
|
-!!if hcol = 0 and curly > 0:set $hair = 'You have <<$hapri>> curly, black hair.'
|
|
|
-!!if hcol = 1 and curly > 0:set $hair = 'You have <<$hapri>> curly, brown hair.'
|
|
|
-!!if hcol = 2 and curly > 0:set $hair = 'You have <<$hapri>> curly red hair.'
|
|
|
-!!if hcol = 3 and curly > 0:set $hair = 'You have <<$hapri>> curly blonde hair.'
|
|
|
-!!if hcol = 0:set $hair = 'You have <<$hapri>> <<$curly>>, black hair.'
|
|
|
-!!if hcol = 1:set $hair = 'You have <<$hapri>> <<$curly>>, brown hair.'
|
|
|
-!!if hcol = 2:set $hair = 'You have <<$hapri>> <<$curly>>, red hair.'
|
|
|
-!!if hcol = 3:set $hair = 'You have <<$hapri>> <<$curly>>, blonde hair.'
|
|
|
-
|
|
|
-
|
|
|
+if hapri = 0:$hapri = '<b>tangled</b>, you should comb it, to keep it healthy'
|
|
|
+if hapri = 1:$hapri = 'neatly arranged'
|
|
|
+
|
|
|
+if curly <= 0:$curly = 'straight, slightly wavy '
|
|
|
+if curly > 0:$curly = 'curly '
|
|
|
+
|
|
|
+if hbangs <= 0:$hbangs = ''
|
|
|
+if hbangs > 0:$hbangs = ', with a fringe covering your forehead'
|
|
|
+
|
|
|
+if hscrunchw <= 0:$hscrunch = ''
|
|
|
+if hscrunchw = 1:$hscrunch = ' A hair-tie holds your hair as a ponytail in place.'
|
|
|
+
|
|
|
+if hpingripw <= 0:$hpingrip = ''
|
|
|
+if hpingripw > 0:$hpingrip = ' Hair-pins hold your hair as an updo-hairstyle in place.'
|
|
|
+
|
|
|
+if hscrunchw <= 0:$hpigtail = ''
|
|
|
+if hscrunchw = 2:$hpigtail = ' Two scrunchies hold your hair as a twin-tail styled pigtails in place.'
|
|
|
+
|
|
|
+if hbraids <= 0:$hbraids = ''
|
|
|
+if hbraids > 0:$hbraids = ' You have your hair beautifully braided.'
|
|
|
+
|
|
|
+if hcol = 0:$hcol = 'black'
|
|
|
+if hcol = 1:$hcol = 'brown'
|
|
|
+if hcol = 2:$hcol = 'red'
|
|
|
+if hcol = 3:$hcol = 'blonde'
|
|
|
+
|
|
|
+if hairlength <= 30:$hair = 'You have very short, <<$hcol>> hair. It doesn''t cover your ears, with some masculine complexions, one might mistake you for a man. Nonetheless, some people like this style, as it''s easy to take care off.'
|
|
|
+if hairlength > 30 and hairlength <= 80:$hair = 'You have short <<$hcol>> hair, which may cover your ears to the the earlobes. It''s a modern, yet classy, hairstyle. Currently your hair is <<$hapri>>.'
|
|
|
+if hairlength > 80 and hairlength <= 160:$hair = 'You have <<$curly>><<$hcol>> hair<<$hbangs>>. Your hair goes down to your chinline and is therefore considered to be of a medium length, it fits almost all face shapes. Your hair is at the moment <<$hapri>>.<<$hscrunch>><<$hpingrip>><<$hpigtail>>'
|
|
|
+if hairlength > 160 and hairlength <= 260:$hair = 'You have <<$curly>><<$hcol>> hair<<$hbangs>>. Your hair reaches your shoulders, with several strains going beyond. Currently your hair is <<$hapri>>.<<$hscrunch>><<$hpingrip>><<$hbraids>><<$hpigtail>>'
|
|
|
+if hairlength > 260 and hairlength <= 400:$hair = 'You have <<$curly>><<$hcol>> hair<<$hbangs>>. As your hair reaches your bra-strapline, hairdress would consider this a rather long hair style, yet beautiful styles are created with this length. Your hair is <<$hapri>>.<<$hscrunch>><<$hpingrip>><<$hbraids>><<$hpigtail>>'
|
|
|
+if hairlength > 400:$hair = 'Your very long <<$hcol>> hair<<$hbangs>>, that goes beyond your bra-strapline. Rapunzel would be jealous. Your hair is currently <<$hapri>>.<<$hscrunch>><<$hbraids>>'
|
|
|
+!!if hcol = 0 and curly <= 0:$hair = 'You have <<$hapri>> straight, black hair.'
|
|
|
+!!if hcol = 1 and curly <= 0:$hair = 'You have <<$hapri>> straight, brown hair.'
|
|
|
+!!if hcol = 2 and curly <= 0:$hair = 'You have <<$hapri>> straight, red hair.'
|
|
|
+!!if hcol = 3 and curly <= 0:$hair = 'You have <<$hapri>> straight, blonde hair.'
|
|
|
+!!if hcol = 0 and curly > 0:$hair = 'You have <<$hapri>> curly, black hair.'
|
|
|
+!!if hcol = 1 and curly > 0:$hair = 'You have <<$hapri>> curly, brown hair.'
|
|
|
+!!if hcol = 2 and curly > 0:$hair = 'You have <<$hapri>> curly red hair.'
|
|
|
+!!if hcol = 3 and curly > 0:$hair = 'You have <<$hapri>> curly blonde hair.'
|
|
|
+!!if hcol = 0:$hair = 'You have <<$hapri>> <<$curly>>, black hair.'
|
|
|
+!!if hcol = 1:$hair = 'You have <<$hapri>> <<$curly>>, brown hair.'
|
|
|
+!!if hcol = 2:$hair = 'You have <<$hapri>> <<$curly>>, red hair.'
|
|
|
+!!if hcol = 3:$hair = 'You have <<$hapri>> <<$curly>>, blonde hair.'
|
|
|
!!! Maruda Hair Mod
|
|
|
|
|
|
-if lip > 4:set lip = 4
|
|
|
+if lip > 4:lip = 4
|
|
|
if lip > 4:lip = 4
|
|
|
if lip < 0:lip = 0
|
|
|
|
|
@@ -156,14 +161,14 @@ if pirsA = 1:$pirsA = 'When you talk, your conversation partner can get a glance
|
|
|
if pirsA = 0:$pirsA = ''
|
|
|
if pirsB = 1:$pirsB = 'You lower lip is pierced by a ring.'
|
|
|
if pirsB = 0:$pirsB = ''
|
|
|
-if lip = 0:set $lip = 'You have thin <<$lipbalmstat>> lips. <<$pirsB>> <<$pirsA>>' & $liptalk = 'thin lips' & $liptalk2 = 'thin lips' & $liptalk3 = 'thin lips' & $lip1 = 'thin'
|
|
|
-if lip = 1:set $lip = 'You have normal <<$lipbalmstat>> lips. <<$pirsB>> <<$pirsA>>' & $liptalk = 'soft lips' & $liptalk2 = 'soft lips' & $liptalk3 = 'soft lips' & $lip1 = 'normal'
|
|
|
-if lip = 2:set $lip = 'You have plump <<$lipbalmstat>> lips. <<$pirsB>> <<$pirsA>>' & $liptalk = 'plump lips' & $liptalk2 = 'plump lips' & $liptalk3 = 'plump lips' & $lip1 = 'plump'
|
|
|
-if lip = 3:set $lip = 'You have big, pouting, <<$lipbalmstat>> full lips. <<$pirsB>> <<$pirsA>>' & $liptalk = 'pouting lips' & $liptalk2 = 'pouting lips' & $liptalk3 = 'pouting lips' & $lip1 = 'pouting'
|
|
|
-if lip = 4:set $lip = 'You have thick <<$lipbalmstat>> lips. <<$pirsB>> <<$pirsA>>' & $liptalk = 'thick lips' & $liptalk2 = 'her thick lips' & $liptalk3 = 'thick lips' & $lip1 = 'large thick'
|
|
|
-if tan <= 0:set $tan = 'pale'
|
|
|
-if tan > 0:set $tan = 'Tanned'
|
|
|
-if skin > 4:set skin = 4
|
|
|
+if lip = 0:$lip = 'You have thin <<$lipbalmstat>> lips. <<$pirsB>> <<$pirsA>>' & $liptalk = 'thin lips' & $liptalk2 = 'thin lips' & $liptalk3 = 'thin lips' & $lip1 = 'thin'
|
|
|
+if lip = 1:$lip = 'You have normal <<$lipbalmstat>> lips. <<$pirsB>> <<$pirsA>>' & $liptalk = 'soft lips' & $liptalk2 = 'soft lips' & $liptalk3 = 'soft lips' & $lip1 = 'normal'
|
|
|
+if lip = 2:$lip = 'You have plump <<$lipbalmstat>> lips. <<$pirsB>> <<$pirsA>>' & $liptalk = 'plump lips' & $liptalk2 = 'plump lips' & $liptalk3 = 'plump lips' & $lip1 = 'plump'
|
|
|
+if lip = 3:$lip = 'You have big, pouting, <<$lipbalmstat>> full lips. <<$pirsB>> <<$pirsA>>' & $liptalk = 'pouting lips' & $liptalk2 = 'pouting lips' & $liptalk3 = 'pouting lips' & $lip1 = 'pouting'
|
|
|
+if lip = 4:$lip = 'You have thick <<$lipbalmstat>> lips. <<$pirsB>> <<$pirsA>>' & $liptalk = 'thick lips' & $liptalk2 = 'her thick lips' & $liptalk3 = 'thick lips' & $lip1 = 'large thick'
|
|
|
+if tan <= 0:$tan = 'pale'
|
|
|
+if tan > 0:$tan = 'Tanned'
|
|
|
+if skin > 4:skin = 4
|
|
|
if skin < 0:skin = 0
|
|
|
if pirsC = 1:$pirsC = 'Your ears are pierced and you are wearing earrings.'
|
|
|
if pirsC = 0:$pirsC = ''
|
|
@@ -171,62 +176,63 @@ if pirsD = 1:$pirsD = 'Into your nose is a nosering inserted.'
|
|
|
if pirsD = 0:$pirsD = ''
|
|
|
if pirsE = 1:$pirsE = 'Your eyebrow is pierced and a rod is sticking through it.'
|
|
|
if pirsE = 0:$pirsE = ''
|
|
|
-if skin = 0:set $skin = 'Your <<$tan>> skin is rough and covered with pimples and blackheads. <<$pirsC>> <<$pirsD>> <<$pirsE>>' & $skin1 = 'very bad'
|
|
|
-if skin = 1:set $skin = 'Your <<$tan>> skin rough and has a few pimples. <<$pirsC>> <<$pirsD>> <<$pirsE>>' & $skin1 = 'bad'
|
|
|
-if skin = 2:set $skin = 'Your <<$tan>> skin is clear of acne but still slightly rough. <<$pirsC>> <<$pirsD>> <<$pirsE>>' & $skin1 = 'normal'
|
|
|
-if skin = 3:set $skin = 'You have <<$tan>>, smooth and well-groomed skin. <<$pirsC>> <<$pirsD>> <<$pirsE>>' & $skin1 = 'good'
|
|
|
-if skin = 4:set $skin = 'You have <<$tan>>, very smooth skin, which almost feels like silk, when touching it. <<$pirsC>> <<$pirsD>> <<$pirsE>>' & $skin1 = 'excellent'
|
|
|
-if glacol = 0:set $glacol = 'brown'
|
|
|
-if glacol = 1:set $glacol = 'gray'
|
|
|
-if glacol = 2:set $glacol = 'green'
|
|
|
-if glacol = 3:set $glacol = 'blue'
|
|
|
-if resnic > 2:set resnic = 2
|
|
|
-if resnic = 0:set $resnic = 'with short eyelashes'
|
|
|
-if resnic = 1:set $resnic = 'normal eyelashes'
|
|
|
-if resnic = 2:set $resnic = 'with long eyelashes'
|
|
|
+if skin = 0:$skin = 'Your <<$tan>> skin is rough and covered with pimples and blackheads. <<$pirsC>> <<$pirsD>> <<$pirsE>>' & $skin1 = 'very bad'
|
|
|
+if skin = 1:$skin = 'Your <<$tan>> skin rough and has a few pimples. <<$pirsC>> <<$pirsD>> <<$pirsE>>' & $skin1 = 'bad'
|
|
|
+if skin = 2:$skin = 'Your <<$tan>> skin is clear of acne but still slightly rough. <<$pirsC>> <<$pirsD>> <<$pirsE>>' & $skin1 = 'normal'
|
|
|
+if skin = 3:$skin = 'You have <<$tan>>, smooth and well-groomed skin. <<$pirsC>> <<$pirsD>> <<$pirsE>>' & $skin1 = 'good'
|
|
|
+if skin = 4:$skin = 'You have <<$tan>>, very smooth skin, which almost feels like silk, when touching it. <<$pirsC>> <<$pirsD>> <<$pirsE>>' & $skin1 = 'excellent'
|
|
|
+if glacol = 0:$glacol = 'brown'
|
|
|
+if glacol = 1:$glacol = 'gray'
|
|
|
+if glacol = 2:$glacol = 'green'
|
|
|
+if glacol = 3:$glacol = 'blue'
|
|
|
+if resnic > 2:resnic = 2
|
|
|
+if resnic = 0:$resnic = 'with short eyelashes'
|
|
|
+if resnic = 1:$resnic = 'normal eyelashes'
|
|
|
+if resnic = 2:$resnic = 'with long eyelashes'
|
|
|
if brow = 0 and browper = 0:$brow = 'little neat eyebrows'
|
|
|
if brow > 0 and browper = 0:$brow = 'groomed eyebrows' & brokoef = 1
|
|
|
if browper > 0:$brow = 'permanent tattooed eyebrows' & brokoef = 2
|
|
|
if glass <= 0:$glass = '' & glassvnesh = 0
|
|
|
if glass = 1:$glass = ' You wear silly glasses in a cheap frame.' & glassvnesh = 10
|
|
|
+!!!CV edition: from glassvnesh = 5 to glassvnesh = 0
|
|
|
if glass = 2:$glass = ' Do you wear glasses.' & glassvnesh = 0
|
|
|
-if glaraz > 3:set glaraz = 3
|
|
|
-if glaraz = 0:set $glaza = 'You have little <<$glacol>> eyes <<$resnic>> and <<$brow>>.<<$glass>>.'
|
|
|
-if glaraz = 1:set $glaza = 'You have a medium-sized <<$glacol>> eyes <<$resnic>> and <<$brow>>.<<$glass>>.'
|
|
|
-if glaraz = 2:set $glaza = 'You have large <<$glacol>> eyes <<$resnic>> and <<$brow>>.<<$glass>>.'
|
|
|
-if glaraz = 3:set $glaza = 'You have a huge <<$glacol>> eyes that almost look like they''re out of anime, <<$resnic>> and <<$brow>>.<<$glass>>'
|
|
|
-
|
|
|
-if mop = 0:set $mop = '<b><font color="red">Your makeup is smeared all over your face</font></b>'
|
|
|
-if mop = 1:set $mop = 'You''re not wearing any kind of makeup'
|
|
|
-if mop = 2:set $mop = 'Your makeup is very light, just a very few touch-ups here and there'
|
|
|
-if mop = 3:set $mop = 'You have "everyday"-like makeup applied'
|
|
|
-if mop = 4:set $mop = 'You have thick makeup, possible a bit too flashy for daytime wear'
|
|
|
-
|
|
|
-if leghair <= 0:set legkoef = 3 & set $leghair = 'You have smooth legs.'
|
|
|
-if leghair > 0 and leghair <= 2:set legkoef = 0 & set $leghair = 'You do not see with our eyes but rough to the touch bristles on his feet.'
|
|
|
-if leghair > 2 and leghair <= 5:set legkoef = 0 & set $leghair = 'You clearly visible thin hairs on the legs.'
|
|
|
-if leghair > 5:set legkoef = 0 & set $leghair = 'Do you have long hair standing out on his feet.'
|
|
|
+!!!
|
|
|
+if glaraz > 3:glaraz = 3
|
|
|
+if glaraz = 0:$glaza = 'You have little <<$glacol>> eyes <<$resnic>> and <<$brow>>.<<$glass>>.'
|
|
|
+if glaraz = 1:$glaza = 'You have a medium-sized <<$glacol>> eyes <<$resnic>> and <<$brow>>.<<$glass>>.'
|
|
|
+if glaraz = 2:$glaza = 'You have large <<$glacol>> eyes <<$resnic>> and <<$brow>>.<<$glass>>.'
|
|
|
+if glaraz = 3:$glaza = 'You have a huge <<$glacol>> eyes that almost look like they''re out of anime, <<$resnic>> and <<$brow>>.<<$glass>>'
|
|
|
+
|
|
|
+if mop = 0:$mop = '<b><font color="red">Your makeup is smeared all over your face</font></b>'
|
|
|
+if mop = 1:$mop = 'You''re not wearing any kind of makeup'
|
|
|
+if mop = 2:$mop = 'Your makeup is very light, just a very few touch-ups here and there'
|
|
|
+if mop = 3:$mop = 'You have "everyday"-like makeup applied'
|
|
|
+if mop = 4:$mop = 'You have thick makeup, possible a bit too flashy for daytime wear'
|
|
|
+
|
|
|
+if leghair <= 0:legkoef = 3 & $leghair = 'You have smooth legs.'
|
|
|
+if leghair > 0 and leghair <= 2:legkoef = 0 & $leghair = 'You do not see with our eyes but rough to the touch bristles on his feet.'
|
|
|
+if leghair > 2 and leghair <= 5:legkoef = 0 & $leghair = 'You clearly visible thin hairs on the legs.'
|
|
|
+if leghair > 5:legkoef = 0 & $leghair = 'Do you have long hair standing out on his feet.'
|
|
|
|
|
|
if pirsG = 1:$pirsG = 'There are several piercings hanging from your vaginas lips.'
|
|
|
if pirsG = 0:$pirsG = ''
|
|
|
|
|
|
-if lobok <= 0:set lobkoef = 3 & set $lobok = 'You have a smoothly <a href="exec:view ''images/body/pussy.jpg''">shaved mound</a>. <<$pirsG>>'
|
|
|
-if lobok > 0 and lobok <= 2:set lobkoef = 0 & set $lobok = 'You have a light but visible thatch of hair above your <a href="exec:view ''images/body/spussy.jpg''">crotch</a>. <<$pirsG>>'
|
|
|
-if lobok > 2:set lobkoef = 0 & set $lobok = 'You have a thick, full delta of <a href="exec:view ''images/body/hpussy.jpg''">pubic hair</a>. <<$pirsG>>'
|
|
|
+if lobok <= 0:lobkoef = 3 & $lobok = 'You have a smoothly <a href="exec:view ''images/body/pussy.jpg''">shaved mound</a>. <<$pirsG>>'
|
|
|
+if lobok > 0 and lobok <= 2:lobkoef = 0 & $lobok = 'You have a light but visible thatch of hair above your <a href="exec:view ''images/body/spussy.jpg''">crotch</a>. <<$pirsG>>'
|
|
|
+if lobok > 2:lobkoef = 0 & $lobok = 'You have a thick, full delta of <a href="exec:view ''images/body/hpussy.jpg''">pubic hair</a>. <<$pirsG>>'
|
|
|
|
|
|
-!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
|
-set bodytipe = bedra - talia
|
|
|
+bodytipe = bedra - talia
|
|
|
|
|
|
-if bodytipe < 20:set bodykoef = 0
|
|
|
-if bodytipe >= 20 and bodytipe < 25:set bodykoef = 2
|
|
|
-if bodytipe >= 25 and bodytipe < 30:set bodykoef = 4
|
|
|
-if bodytipe >= 30 and bodytipe < 35:set bodykoef = 8
|
|
|
-if bodytipe >= 35:set bodykoef = 4
|
|
|
+if bodytipe < 20:bodykoef = 0
|
|
|
+if bodytipe >= 20 and bodytipe < 25:bodykoef = 2
|
|
|
+if bodytipe >= 25 and bodytipe < 30:bodykoef = 4
|
|
|
+if bodytipe >= 30 and bodytipe < 35:bodykoef = 8
|
|
|
+if bodytipe >= 35:bodykoef = 4
|
|
|
|
|
|
if tan > 0:
|
|
|
- set tanKoef = 1
|
|
|
+ tanKoef = 1
|
|
|
else
|
|
|
- set tanKoef = 0
|
|
|
+ tanKoef = 0
|
|
|
end
|
|
|
|
|
|
if curly > 0:
|
|
@@ -236,9 +242,9 @@ else
|
|
|
end
|
|
|
|
|
|
if sweat <= 0:
|
|
|
- set sweatKoef = 0
|
|
|
+ sweatKoef = 0
|
|
|
else
|
|
|
- set sweatKoef = sweat * 5
|
|
|
+ sweatKoef = sweat * 5
|
|
|
end
|
|
|
|
|
|
if lipbalmstat > 0:
|
|
@@ -260,7 +266,7 @@ if vidage >= 45:vidagebonus = 50
|
|
|
if age < 18:leghair = -5
|
|
|
|
|
|
!!CV edition: tits and lobkoef (pubic hair) removed from calc, replaced with flat bonus of 9 (6 tits, 3 hair)
|
|
|
-set vnesh = (9 + curlykoef + lip + tanKoef + skin + mop + resnic + glaraz + bodykoef + legkoef + odevnesh + hapri + bonusZ + lipbalmKoef) - sweatKoef + vidagebonus - (zub * 2) + tatKeof - glassvnesh
|
|
|
+vnesh = (9 + curlykoef + lip + tanKoef + skin + mop + resnic + glaraz + bodykoef + legkoef + odevnesh + hapri + bonusZ + lipbalmKoef) - sweatKoef + vidagebonus - (zub * 2) + tatKeof - glassvnesh
|
|
|
!!!
|
|
|
|
|
|
if vnesh < 0:vnesh = 0
|
|
@@ -276,39 +282,38 @@ if StrongNarkota > 0:
|
|
|
manna = (intel * magik) + magik * 100 + vital * 10 + rikudo
|
|
|
end
|
|
|
|
|
|
-if vnesh = -10:set $vnesh = 'Your looks is even worse than terrible. It''s terribad. Noone want to see or talk to you and avoid you at any cost necessary.'
|
|
|
-if vnesh < 5 and vnesh> - 10:set $vnesh = 'Your looks is terrible. People try to avoid looking and talking to you.'
|
|
|
-if vnesh >= 5 and vnesh < 15:set $vnesh = 'You''re a wallflower. Barely anyone notices you.'
|
|
|
-if vnesh >= 15 and vnesh < 30:set $vnesh = 'You have good looks. Men and women like to take a glance at you.'
|
|
|
-if vnesh >= 30 and vnesh < 50:set $vnesh = 'You have a simply stunning appearence. Other girls are a bit jealous and guys constantly check you out.'
|
|
|
-if vnesh >= 50:set $vnesh = 'Your appearence is divine! No one is able to take his or her eyes off of you.'
|
|
|
+if vnesh = -10:$vnesh = 'Your looks is even worse than terrible. It''s terribad. Noone want to see or talk to you and avoid you at any cost necessary.'
|
|
|
+if vnesh < 5 and vnesh> - 10:$vnesh = 'Your looks is terrible. People try to avoid looking and talking to you.'
|
|
|
+if vnesh >= 5 and vnesh < 15:$vnesh = 'You''re a wallflower. Barely anyone notices you.'
|
|
|
+if vnesh >= 15 and vnesh < 30:$vnesh = 'You have good looks. Men and women like to take a glance at you.'
|
|
|
+if vnesh >= 30 and vnesh < 50:$vnesh = 'You have a simply stunning appearence. Other girls are a bit jealous and guys constantly check you out.'
|
|
|
+if vnesh >= 50:$vnesh = 'Your appearence is divine! No one is able to take his or her eyes off of you.'
|
|
|
|
|
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
|
!!!!!!!!BODY
|
|
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
|
-!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
|
musle = strenbuf + vitalbuf
|
|
|
|
|
|
if musle >= salo:
|
|
|
!!muscular type
|
|
|
- if bedra < 60:set $body = 'You are very thin and fat on the body virtually no muscles act through the skin.'
|
|
|
- if bedra >= 60 and bedra < 70:set $body = 'You are very thin and fat on the body virtually no muscles act through the skin.'
|
|
|
- if bedra >= 70 and bedra < 80:set $body = 'You are thin, fat on the body virtually no muscles act through the skin.'
|
|
|
- if bedra >= 80 and bedra < 90:set $body = 'You are thin, fat on the body virtually no muscles act through the skin.'
|
|
|
- if bedra >= 90 and bedra < 100:set $body = 'You are thin, fat on the body there is little, through the skin are the large muscles.'
|
|
|
- if bedra >= 100 and bedra < 110:set $body = 'Body fat there is little, through the skin are the large muscles.'
|
|
|
- if bedra >= 110 and bedra < 120:set $body = 'Body fat there is little, through the skin are the massive muscles.'
|
|
|
- if bedra >= 120:set $body = 'Body fat there is little, through the skin are the massive muscles.'
|
|
|
+ if bedra < 60:$body = 'You are very thin and fat on the body virtually no muscles act through the skin.'
|
|
|
+ if bedra >= 60 and bedra < 70:$body = 'You are very thin and fat on the body virtually no muscles act through the skin.'
|
|
|
+ if bedra >= 70 and bedra < 80:$body = 'You are thin, fat on the body virtually no muscles act through the skin.'
|
|
|
+ if bedra >= 80 and bedra < 90:$body = 'You are thin, fat on the body virtually no muscles act through the skin.'
|
|
|
+ if bedra >= 90 and bedra < 100:$body = 'You are thin, fat on the body there is little, through the skin are the large muscles.'
|
|
|
+ if bedra >= 100 and bedra < 110:$body = 'Body fat there is little, through the skin are the large muscles.'
|
|
|
+ if bedra >= 110 and bedra < 120:$body = 'Body fat there is little, through the skin are the massive muscles.'
|
|
|
+ if bedra >= 120:$body = 'Body fat there is little, through the skin are the massive muscles.'
|
|
|
else
|
|
|
!!bold type
|
|
|
- if bedra < 60:set $body = 'You are very lean and you have virtually no muscle.'
|
|
|
- if bedra >= 60 and bedra < 70:set $body = 'You are very thin girl with a small soft booty and you are virtually no muscle.'
|
|
|
- if bedra >= 70 and bedra < 80:set $body = 'You are very skinny girl.'
|
|
|
- if bedra >= 80 and bedra < 90:set $body = 'You skinny girl.'
|
|
|
- if bedra >= 90 and bedra < 100:set $body = 'You skater girl.'
|
|
|
- if bedra >= 100 and bedra < 110:set $body = 'You formastaya girl.'
|
|
|
- if bedra >= 110 and bedra < 120:set $body = 'You zhirnovat girl.'
|
|
|
- if bedra >= 120:set $body = 'You are very fat.'
|
|
|
+ if bedra < 60:$body = 'You are very lean and you have virtually no muscle.'
|
|
|
+ if bedra >= 60 and bedra < 70:$body = 'You are very thin girl with a small soft booty and you are virtually no muscle.'
|
|
|
+ if bedra >= 70 and bedra < 80:$body = 'You are very skinny girl.'
|
|
|
+ if bedra >= 80 and bedra < 90:$body = 'You skinny girl.'
|
|
|
+ if bedra >= 90 and bedra < 100:$body = 'You skater girl.'
|
|
|
+ if bedra >= 100 and bedra < 110:$body = 'You formastaya girl.'
|
|
|
+ if bedra >= 110 and bedra < 120:$body = 'You zhirnovat girl.'
|
|
|
+ if bedra >= 120:$body = 'You are very fat.'
|
|
|
end
|
|
|
|
|
|
$fat = $body
|