pushkin_parks.qsrc 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. # pushkin_parks
  2. !!2021/05/12
  3. if $ARGS[0] = 'start':
  4. *clr & cla
  5. $location_type = 'public_outdoors'
  6. gs 'shortgs', 'setloc', 'pushkin_parks', 'start'
  7. $region = 'pushkin'
  8. $locclass = 'city_park'
  9. menu_off = 0
  10. gs'stat'
  11. '<center><B>Pushkin Town Park</B></center>'
  12. '<center><img <<$set_imgh>> src="images/locations/pushkin/park/parkus.jpg" ></center>'
  13. 'The gardens of the old palace have been sculpted over many years into a wonder landscape with a tranquil atmosphere.'
  14. 'The Pushkin Park is a must-see for tourists and servers as the main attraction of Pushkin.'
  15. 'Wander deeper into the <a href="exec:gt ''pushkin_parks'', ''lug''">park</a>.'
  16. act 'Go to Okhlopkov Square (0:05)': minut += 5 & gt 'pushkin_sq'
  17. act 'Go to Town Center (0:10)': minut += 10 & gt 'pushkin'
  18. act 'Walk around the park (1 hour)':
  19. if pcs_exhib = 100 and exhibitionQW = 0: gt 'kseniyaQW', 'event1', 1
  20. cla
  21. minut += 60
  22. pcs_mood += 10
  23. gs'stat'
  24. 'You leisurely stroll through Pushkin Park, breathing in the fresh air, and reflecting on the vicissitudes of fate.'
  25. act 'Complete outing.':gt 'pushkin_parks','start'
  26. end
  27. gs 'park_walkevents', 'run'
  28. if hour >= 20 or hour < 6 :
  29. if func('homes_properties', 'has_access', 'old_town_apartment') = 0 :
  30. !nowhere to live in town
  31. 'It''s quite dark now, and you have no where to stay nearby. Maybe you should try to sleep on a bench?'
  32. else
  33. 'It''s quite dark now, and you don''t feel like walking. Maybe you should try sleeping on a bench?'
  34. end
  35. act 'Sleep on a bench': gt'placer_sex','sleeping_park_bench'
  36. end
  37. act 'Sit down on the bench':gs 'placer_sex', 'sitting_park_bench'
  38. if mc_inventory['joints'] > 0 and drugVars['weed_high'] = 0: act 'Smoke a joint': minut += 10 & gs 'drugs', 'joint' & gt $loc, $loc_arg
  39. if pcs_inhib >= 35 or exhibitionist_lvl > 0:
  40. act 'Flash your tits':
  41. menu_off = 1
  42. if pcs_exhib = 100 and exhibitionQW = 0: gt 'kseniyaQW', 'event1'
  43. *clr & cla
  44. inhib_exp += rand(1,3)
  45. gs 'flash', 'tits', 'outdoors', 5
  46. gs 'stat'
  47. act 'Continue': gt 'pushkin_parks', 'start'
  48. end
  49. end
  50. if exhibitionist_lvl > 1:
  51. act 'Flash your pussy':
  52. menu_off = 1
  53. if pcs_exhib = 100 and exhibitionQW = 0: gt 'kseniyaQW', 'event1'
  54. *clr & cla
  55. gs 'flash', 'pussy', 'outdoors', 5
  56. gs 'stat'
  57. act 'Continue': gt 'pushkin_parks', 'start'
  58. end
  59. end
  60. gs 'blackmailer', 'set_park_act'
  61. end
  62. if $ARGS[0] = 'lug':
  63. $location_type = 'public_outdoors'
  64. gs 'shortgs', 'setloc', 'pushkin_parks', 'lug'
  65. $region = 'pushkin'
  66. $locclass = 'city_park'
  67. menu_off = 0
  68. gs'stat'
  69. '<center><img <<$set_imgh>> src="images/locations/pushkin/park/lug.jpg" ></center>'
  70. 'It''s a small but well maintained meadow with evergreen grass, perfect for laying down to rest, have a picnic or just sunbathe. Mothers with small children regularly visit this place. Despite that, if you feel like exposing yourself here, there would be less people to see it, making it easier to find the bravery to do so.'
  71. streetrand = RAND(0,100)
  72. if streetrand >= 60 and pcs_lover < 3:
  73. vnerand = RAND(0,300)
  74. if vnerand <= pcs_apprnc:
  75. gs'boygirl', 0
  76. '<<$REPLACE($boybody_pref, "a", "A")>>, <<$boybod>>, <<$boyface>> haired guy comes up to you. He is wearing <<$boyClo>>'
  77. 'The guy introduces himself as <<$boydesc>> and asks for your telephone number.'
  78. act 'Tell him your number':
  79. cla
  80. gs 'boyfrend', 'start'
  81. stopboy = 0
  82. '<<$boydesc>> thanks you and leaves.'
  83. act 'Complete outing': gt 'pushkin_parks', 'lug'
  84. end
  85. end
  86. end
  87. if pavserhom = 0 and psiha = 0 and func('homes_properties', 'has_access', 'city_apartment') = 0:
  88. temp = RAND(1,100)
  89. if temp >= 90:
  90. pcs_horny += 20
  91. gs'stat'
  92. 'On the path stands a <a href="exec:dynamic $pavserjil">man</a> looking like he is waiting for someone.'
  93. end
  94. end
  95. gs 'kseniyaQW', 'events'
  96. if pcs_inhib >= 35:
  97. act 'Flash your tits':
  98. if pcs_exhib = 100 and exhibitionQW = 0: gt 'kseniyaQW', 'event1'
  99. cls
  100. inhib_exp += rand(1,3)
  101. gs 'flash', 'tits', 'outdoors', 5
  102. gs 'stat'
  103. act 'Continue': gt 'pushkin_parks', 'lug'
  104. end
  105. end
  106. if exhibitionist_lvl > 0:
  107. act 'Flash your pussy':
  108. if pcs_exhib = 100 and exhibitionQW = 0: gt 'kseniyaQW', 'event1'
  109. cls
  110. gs 'flash', 'pussy', 'outdoors', 5
  111. gs 'stat'
  112. act 'Continue': gt 'pushkin_parks', 'lug'
  113. end
  114. end
  115. act 'Visit the pond':
  116. set minut += 10
  117. gt 'pushkin_parks', 'prut'
  118. end
  119. act 'Go toward the park entrance':
  120. set minut += 5
  121. gt 'pushkin_parks', 'start'
  122. end
  123. gs 'events', 'street_cum'
  124. end
  125. if $ARGS[0] = 'prut':
  126. cls
  127. gs 'shortgs', 'setloc', 'pushkin_parks', 'prut'
  128. gs 'stat'
  129. $location_type = 'public_outdoors'
  130. '<center><B>Park Pond</B></center>'
  131. '<center><img <<$set_imgh>> src="images/locations/pushkin/park/prut.jpg" ></center>'
  132. 'A large and pretty pond near the end of the park, it continues off in to a wooded area.'
  133. act 'Explore the wooded area':
  134. set minut += 10
  135. gt 'pushkin_parks', 'prut2'
  136. end
  137. act 'Return to the small meadow':
  138. set minut += 10
  139. gt'pushkin_parks', 'start'
  140. end
  141. end
  142. if $ARGS[0] = 'prut2':
  143. cls
  144. gs 'shortgs', 'setloc', 'pushkin_parks', 'prut2'
  145. $region = 'pushkin'
  146. gs 'stat'
  147. $location_type = 'public_outdoors'
  148. '<center><B>Woodland Pond</B></center>'
  149. '<center><img <<$set_imgh>> src="images/locations/pushkin/park/prut2.jpg" ></center>'
  150. 'The pond is still and beautiful here and the trees offer some privacy, it feels quite magical.'
  151. 'There is a large field beyond that is hidden from the tourist trail.'
  152. act 'Go to the field':
  153. set minut += 15
  154. gt 'pushkin_parks', 'luzhayka'
  155. end
  156. act 'Follow the pond back out of the woods':
  157. set minut += 10
  158. gt 'pushkin_parks', 'prut'
  159. end
  160. ! Setup for teleport circle
  161. if tpKnown['PushkinPark'] = 1:
  162. act 'Enter the hidden circle of trees': gt 'treeCircle', 'PushkinPark'
  163. else
  164. act 'Investigate a mysterious copse of trees': gt 'treeCircle', 'PushkinPark'
  165. end
  166. if $start_type[1] ! 'nomagic' and rand (1, 4) <= pcs_magik and (hour <=6 or hour >=19):
  167. if knowsfairy < 1 and fairyskip = 0:
  168. $loc_arg = 'prut2'
  169. xgt 'MagEncounterFairy'
  170. elseif fairyskip = 0:
  171. act 'Go to where the Fairy may be': xgt 'MagEncounterFairy'
  172. end
  173. end
  174. if temper >= 15 and month >= 5 and month <= 9 and hour >= 6 and hour <= 20:
  175. if pcs_inhib > 30:
  176. act 'Strip off and skinny dip (1:00)':
  177. *clr & cla
  178. cumspclnt = 4
  179. gs 'cum_cleanup'
  180. minut += 60
  181. pcs_sweat = 10 + rand(0,4)
  182. pcs_mood += 5
  183. if pcs_stren < 30: gs 'exp_gain', 'stren', 1
  184. gs 'arousal', 'flash', 10, 'exhibitionism'
  185. gs 'clothing', 'strip_all'
  186. if pcs_horny >= 80 and pcs_inhib >= 60 and PCloPanties > 0:
  187. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/self/wetpussypants3.jpg"></center>'
  188. 'AS you strip off. A couple of passing men do a double-take and pause a moment to look at your sopping wet panties, probably thinking about what is making you so excited. You don''t care about what they might say or think of you and carry on stripping.'
  189. 'Once you are naked you play around and have fun in the pond, enjoying the feel of the warm water on your body. The clean pond water refreshes and invigorates you.'
  190. elseif pcs_inhib >= 60:
  191. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/dress/undressnudebeach.jpg"></center>'
  192. 'Not caring if anyone is looking at you, you slowly take off your clothes. You peel off each item like a stripper. Soon, you are completely naked.'
  193. 'You play around and have fun in the pond, enjoying the feel of the warm water on your naked body. The clean pond water refreshes and invigorates you.'
  194. else
  195. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/dress/undressnudebeach.jpg"></center>'
  196. 'You quickly check to see if anyone is watching, and when you''re satisfied no one is paying you undue attention, you take off your clothes.'
  197. 'You play around and have fun in the pond, enjoying the feel of the warm water on your naked body. The clean pond water refreshes and invigorates you.'
  198. end
  199. act'Get out and dressed':
  200. gs 'underwear', 'wear'
  201. gs 'clothing', 'wear_last_worn'
  202. gt 'pushkin_parks', 'prut2'
  203. end
  204. end
  205. else
  206. 'It would be a good place for skinny dipping but you''re too worried about what people would think to do such a thing.'
  207. end
  208. end
  209. end
  210. if $ARGS[0] = 'luzhayka':
  211. cls
  212. gs 'shortgs', 'setloc', 'pushkin_parks', 'luzhayka'
  213. gs'stat'
  214. '<center><img <<$set_imgh>> src="images/locations/pushkin/park/luzhayka.jpg" ></center>'
  215. 'A quiet hidden field that is well maintained but apart from the occasional grounds keeper you feel like it is all yours.'
  216. act 'Return to the woodland pond':
  217. set minut += 15
  218. gt 'pushkin_parks', 'prut2'
  219. end
  220. end
  221. --- pushkin_parks ---------------------------------