1
0

bass.tw 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. :: bass
  2. <<set $here = 'bass'>>
  3. <<set $ARGS = $location_var[$here]>>
  4. <<if $location_var[$here][0] == 'start'>>
  5. <<set $loc_arg = $location_var[$here][0]>>
  6. <<set $loc = 'bass'>>
  7. <<set $location_type = 'public_indoors'>>
  8. <<set $menu_loc = 'bass'>>
  9. <<set $menu_arg = 'start'>>
  10. <<set $menu_off = 0>>
  11. <<set $time.minutes += 5>>
  12. <h2>Pool</h2>
  13. <<image "locations/city/citycenter/gym/pool/bass.jpg">>
  14. You must wear a swimsuit in the pool.
  15. <<if getvar("$db") >= 1 and $Goraday != $time.daystart>>
  16. <<actCLA 'Search ZHoru'>>
  17. <<set $Goraday = $time.daystart>> <<gt 'city_jorahouse' 'ev42'>>
  18. <</actCLA>>
  19. <</if>>
  20. <<actCLA 'Swim'>>
  21. <<set $time.minutes += 5>>
  22. <<gt 'bass' 'a'>>
  23. <</actCLA>>
  24. <<actCLA 'Return to dressing room'>>
  25. <<gt 'fit' 'dressing_room'>>
  26. <</actCLA>>
  27. <</if>>
  28. <<if $location_var[$here][0] == 'a'>>
  29. <<set $menu_off = 1>>
  30. <<set $time.minutes += 5>>
  31. <h2>Pool</h2>
  32. <<if getvar("$pcs_magik") < 4>>
  33. <<image "locations/city/citycenter/gym/pool/bass.jpg">>
  34. <</if>>
  35. <<if getvar("$pcs_magik") >= 4 and getvar("$kisameQW") == 0>>
  36. <<image "locations/city/citycenter/gym/pool/bass1.jpg">>
  37. 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.
  38. <<actCLA 'Observe him'>>
  39. <<set $kisameQW = 1>>
  40. <<set $time.minutes += 60>>
  41. <<gs 'exercise' 'tier1' 1 'stren'>>
  42. <<set $pc.pcs_sweat = 10 + rand(0,4)>>
  43. <<image "characters/city/kisame/kisame.jpg">>
  44. 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..."
  45. <<actCLA 'Say hello'>>
  46. <p>"Hi! I'm $pc.name_nick."</p>
  47. <p>"How about we take a swim together, $pc.name_nick?"</p>
  48. Before you're able to answer, Kisame grabs you by the waist and takes a powerful leap into the middle of the pool.
  49. <<if $pc.deodorant_on == 1>>
  50. <<gs 'sweat' 'remove_deo'>>
  51. <</if>>
  52. <<actCLA 'Next'>>
  53. <<gt 'kisameQW' 'start'>>
  54. <</actCLA>>
  55. <</actCLA>>
  56. <<actCLA 'Tell Kisame to fuck off' undefined `{willpower:['misc','resist']}`>>
  57. <p>"I don't care who you are, fuck off!"</p>
  58. <p>"That's not nice!" he replies.</p>
  59. Before you're able to blink, he grabs you by the waist and throws you into the middle of the pool.
  60. As you surface, you notice Kisame rapidly approaching you...
  61. <<if $pc.deodorant_on == 1>>
  62. <<gs 'sweat' 'remove_deo'>>
  63. <</if>>
  64. <<actCLA 'Next'>>
  65. <<gt 'kisameQW' 'start'>>
  66. <</actCLA>>
  67. <</actCLA>>
  68. <</actCLA>>
  69. <<elseif getvar("$kisameQW") == 1 and getvar("$KisameDead") < 1>>
  70. <<image "characters/city/kisame/kisamev.jpg">>
  71. <p>Noticing you observing him, Kisame smiles and tells you, "Hi baby. Want me to fill your hot mouth with my shark-seed?"</p>
  72. <<actCLA 'Attack Kisame' undefined `{willpower:['bj','resist']}`>>
  73. <<set $pc.horny += 10>>
  74. <!-- Boy A40 -->
  75. <<gs 'fight' 'initFight'>>
  76. <<gs 'fight_npcdata' 'kisame'>>
  77. <<gt 'fight' 'start'>>
  78. <</actCLA>>
  79. <<actCLA 'Give him a blowjob under water'>>
  80. <<set $pc.pcs_makeup = 1>>
  81. <<set $cumspclnt = 10>>
  82. <<gs 'cum_cleanup'>>
  83. <<if $pc.pcs_sweat > 15>>
  84. <<set $pc.pcs_sweat = 10 + rand(0,4)>>
  85. <</if>>
  86. <<set $pc.mood += 5>>
  87. <<if $pc.skillLevel("strength") < 40>>
  88. <<run $pc.skillExperienceGain('strength',1 + (steroid_dose - rand(0,steroid_dose)))>> <<gs 'obj_din' 'steroids'>>
  89. <</if>>
  90. <<if getvar("$KisameSex") == 0>>
  91. <<set $KisameSex = 1>> <<set Set guy += 1>>
  92. <</if>>
  93. <!-- Boy A40 -->
  94. <<image "characters/city/kisame/sex/kisamebj.jpg">>
  95. 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.
  96. <<arouse 'bj' 2 `['sub']`>>
  97. <<cum 'mouth' 'A40' 1>>
  98. <<arousalEnd>>
  99. <<actCLA 'Get out of the water'>>
  100. <<gt 'bass' 'start'>>
  101. <</actCLA>>
  102. <</actCLA>>
  103. <</if>>
  104. <<if $pc.pcs_stam >= (20 * $CON_HELPER_0>>
  105. <<actCLA 'Take a swim (1:00)'>>
  106. <<set $pc.pcs_makeup = 1>>
  107. <<set $cumspclnt = 10>>
  108. <<gs 'cum_cleanup'>>
  109. <<gs 'exercise' 'tier1' 60 'stren'>>
  110. <<set $pc.pcs_sweat = 10 + rand(0,4)>>
  111. <<if $pc.pcs_inhib < 50>>
  112. <<run $pc.skillExperienceGain('inhibition',rand(1,2))>>
  113. <</if>>
  114. <<if func('body_din','pregnancyVisibility') == 0>>
  115. <<image `'pc/activities/swim/pool/swim_bikini_'+rand(1,8)+'.jpg'`>>
  116. <<else>>
  117. <<image `'pc/activities/swim/pool/swim_bikini_preg_'+rand(1,4)+'.jpg'`>>
  118. <</if>>
  119. You take a swim in the pool, which invigorates you, making you feel refreshed.
  120. <<if $pc.deodorant_on == 1>>
  121. <<gs 'sweat' 'remove_deo'>>
  122. <</if>>
  123. <<actCLA 'Get out of the water'>>
  124. <<gt 'bass' 'start'>>
  125. <</actCLA>>
  126. <</actCLA>>
  127. <</if>>
  128. <<actCLA 'Leave'>>
  129. <<gt 'bass' 'start'>>
  130. <</actCLA>>
  131. <</if>>