bass 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. # bass
  2. if $ARGS[0] = 'start':
  3. CLOSE ALL
  4. $metka = $ARGS[0]
  5. $loc = $CURLOC
  6. $location_type = 'public_indoors'
  7. cls
  8. minut += 5
  9. gs 'stat'
  10. if night_mode = 1:
  11. fcolor = rgb(255, 255, 255)
  12. bcolor = rgb(0, 0, 0)
  13. lcolor = rgb(106, 90, 205)
  14. else
  15. fcolor = rgb(0, 0, 0)
  16. bcolor = rgb(255, 255, 255)
  17. lcolor = rgb(106, 90, 205)
  18. end
  19. '<center><b><font color="maroon">Pool</font></b></center>'
  20. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/pool/bass.jpg"></center>'
  21. 'The fee to enter the pool costs 100 <b>₽</b>, you must have a swimsuit.'
  22. act 'Use changing room':gt 'changingroom', 'view_swim_list'
  23. if $clothingworntype = 'swimwear':
  24. if db >= 1 and Goraday ! daystart:act 'Search ZHoru':Goraday = daystart & gt 'klofdomhouse', 'ev42'
  25. if money >= 100:
  26. act 'Pay the entrance fee (100 <b>₽</b>)':
  27. cla
  28. minut += 5
  29. money -= 100
  30. gt 'bass', 'a'
  31. end
  32. end
  33. end
  34. act'Leave':
  35. if $clothingworntype = 'swimwear':
  36. cla
  37. 'You need to get dressed in regular clothing first.'
  38. act'Return':gt 'bass', 'start'
  39. elseif $clothingworntype = 'nude':
  40. cla
  41. 'You need to get dressed before leaving.'
  42. act'Return':gt 'bass', 'start'
  43. else
  44. minut += 5
  45. gt 'down'
  46. end
  47. end
  48. end
  49. if $ARGS[0] = 'a':
  50. cla
  51. *clr
  52. minut += 5
  53. '<center><b><font color="maroon">Pool</font></b></center>'
  54. if pcs_magik < 4:'<center><img <<$set_imgh>> src="images/locations/city/citycenter/pool/bass.jpg"></center>'
  55. if pcs_magik >= 4 and kisameQW = 0:
  56. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/pool/bass1.jpg"></center>'
  57. 'There''s a professional athlete swimming in the pool. He swims with great speed and is behaving like a fish in water, he walks over to the edge of the pool and in one motion jumps in the water right in front of you. As he looks at you, he grins, showing his shiny white teeth.'
  58. act 'Observe him':
  59. cla
  60. *clr
  61. kisameQW = 1
  62. minut += 60
  63. gs 'exercise', 'tier1', 1, 'stren_exp'
  64. pcs_sweat = 10 + rand(0,4)
  65. '<center><img <<$set_imgh>> src="images/characters/city/kisame/kisame.jpg"></center>'
  66. 'As he pulls himself out of the pool, he grabs a towel and walks up to you. Smiling he says, "Hi sweetie, my name is Kisame..."'
  67. act 'Say hello':
  68. cla
  69. '"Hi! I''m <<$pcs_nickname>>."'
  70. '"How about we take a swim together, <<$pcs_nickname>>?"'
  71. 'Before you''re able to answer, Kisame grabs you by the waist and takes a powerful leap into the middle of the pool.'
  72. act 'Next':gt 'kisameQW', 'start'
  73. end
  74. act 'Tell Kisame to fuck off':
  75. cla
  76. '"I don''t care who you are, fuck off!"'
  77. '"That''s not nice!" he replies.'
  78. 'Before you''re able to blink, he grabs you by the waist and throws you into the middle of the pool.'
  79. 'As you surface, you notice Kisame rapidly approaching you...'
  80. act 'Next':gt 'kisameQW', 'start'
  81. end
  82. end
  83. elseif kisameQW = 1 and KisameDead < 1:
  84. '<center><img <<$set_imgh>> src="images/characters/city/kisame/kisamev.jpg"></center>'
  85. 'Noticing you observing him, Kisame smiles and tells you, "Hi baby. Want me to fill your hot mouth with my shark-seed?"'
  86. act 'Attack Kisame':
  87. cla
  88. pcs_horny += 10
  89. gs 'boyStat', 'A40'
  90. !!stats
  91. strenV = 300
  92. speedV = 100
  93. agilV = 100
  94. reactV = 100
  95. vitalV = 200
  96. intelV = 100
  97. willV = 50
  98. !!skills
  99. magikV = 10
  100. boxingV = 100
  101. shootV = 100
  102. !!parameters
  103. healthV = vitalV * 10 + strenV * 5
  104. mannaV = intelV * magikV + magikV * 100 + vitalV * 10
  105. willpowerV = willV * 10
  106. BonusAtakV = 0
  107. BonusDefV = 0
  108. !!Programme of Action
  109. program = 5
  110. KisaFight = 1
  111. klonV = 5
  112. defenceV = 800
  113. if spellavtoklon = 1:klon = 3
  114. gt 'fight', 'start'
  115. end
  116. act 'Give him a blowjob under water':
  117. cla
  118. *clr
  119. pcs_makeup = 1
  120. cumspclnt = 10
  121. gs 'cum_cleanup'
  122. if pcs_sweat > 15 : pcs_sweat = 10 + rand(0,4)
  123. pcs_mood += 5
  124. pcs_willpwr += 5
  125. if pcs_stren < 40:stren_exp += 1 + (steroid_dose - rand(0,steroid_dose)) & gs 'obj_din', 'steroids'
  126. if KisameSex = 0:KisameSex = 1 & Set guy += 1
  127. gs 'boyStat', 'A40'
  128. spafinloc = 12
  129. sexpartkno = 1
  130. gs 'Cum_Manage'
  131. '<center><img <<$set_imgh>> src="images/characters/city/kisame/sex/kisamebj.jpg"></center>'
  132. 'You close your eyes, as Kisame grins and drags you deep into the water. His strong hands press you towards his groin and you wrap your lips around his cock and within seconds Kisame finishes in your mouth.'
  133. gs 'arousal', 'bj', 2, 'sub'
  134. gs 'arousal', 'end'
  135. gs 'stat'
  136. act 'Get out of the water':gt 'bass', 'start'
  137. end
  138. end
  139. act 'Take a swim (1:00)':
  140. cla
  141. *clr
  142. pcs_makeup = 1
  143. cumspclnt = 10
  144. gs 'cum_cleanup'
  145. minut += 60
  146. gs 'exercise', 'tier1', 1, 'stren_exp'
  147. pcs_sweat = 10 + rand(0,4)
  148. '<center><img <<$set_imgh>> src="images/locations/shared/lake/swim.jpg"></center>'
  149. 'You take a swim in the pool, which invigorates you making you feel refereshed.'
  150. act 'Get out of the water':gt 'bass', 'start'
  151. end
  152. act 'Leave':gt 'bass', 'start'
  153. end
  154. --- bass ---------------------------------