lug.qsrc 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. # lug
  2. !!2021/04/15
  3. if $ARGS[0] = 'start':
  4. $loc_arg = 'start'
  5. $loc = 'lug'
  6. $location_type = 'public_outdoors'
  7. $menu_loc = 'lug'
  8. $menu_arg = 'start'
  9. $locclass = 'city_park'
  10. menu_off = 0
  11. gs'stat'
  12. '<center><img <<$set_imgh>> src="images/locations/pushkin/park/lug.jpg" ></center>'
  13. '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.'
  14. streetrand = RAND(0,100)
  15. if streetrand >= 60 and pcs_lover < 3:
  16. vnerand = RAND(0,300)
  17. if vnerand <= pcs_apprnc:
  18. gs'boy'
  19. '<<$REPLACE($boybody_pref, "a", "A")>>, <<$boybod>>, <<$boyface>> haired guy comes up to you. He is wearing <<$boyClo>>'
  20. 'The guy introduces himself as <<$boydesc>> and asks for your telephone number.'
  21. act 'Tell him your number':
  22. cla
  23. gs'boyfrend', 'start'
  24. stopboy = 0
  25. '<<$boydesc>> thanks you and leaves.'
  26. act 'Complete outing':gt'lug', 'start'
  27. end
  28. end
  29. end
  30. if pavserhom = 0 and psiha = 0 and func('homes_properties', 'has_access', 'city_apartment') = 0:
  31. temp = RAND(1,100)
  32. if temp >= 90:
  33. pcs_horny += 20
  34. gs'stat'
  35. 'On the path stands a <a href="exec:dynamic $pavserjil">man</a> looking like he is waiting for someone.'
  36. end
  37. end
  38. gs 'kseniyaQW', 'events'
  39. if pcs_inhib >= 35:
  40. act 'Flash your tits':
  41. if pcs_exhib = 100 and exhibitionQW = 0: gt 'kseniyaQW', 'event1'
  42. cls
  43. inhib_exp += rand(1,3)
  44. gs 'flash', 'tits', 'outdoors', 5
  45. gs 'stat'
  46. act 'Continue': gt 'lug', 'start'
  47. end
  48. end
  49. if exhibitionist_lvl > 0:
  50. act 'Flash your pussy':
  51. if pcs_exhib = 100 and exhibitionQW = 0: gt 'kseniyaQW', 'event1'
  52. cls
  53. gs 'flash', 'pussy', 'outdoors', 5
  54. gs 'stat'
  55. act 'Continue': gt 'lug', 'start'
  56. end
  57. end
  58. act 'Visit the pond':
  59. set minut += 10
  60. gt 'lug', 'prut'
  61. end
  62. act 'Go toward the park entrance':
  63. set minut += 5
  64. gt 'parks', 'start'
  65. end
  66. gs 'events', 'street_cum'
  67. end
  68. if $ARGS[0] = 'prut':
  69. cls
  70. gs'stat'
  71. $location_type = 'public_outdoors'
  72. '<center><B>Park Pond</B></center>'
  73. '<center><img <<$set_imgh>> src="images/locations/pushkin/park/prut.jpg" ></center>'
  74. 'A large and pretty pond near the end of the park, it continues off in to a wooded area.'
  75. act 'Explore the wooded area':
  76. set minut += 10
  77. gt 'lug', 'prut2'
  78. end
  79. act 'Return to the small meadow':
  80. set minut += 10
  81. gt'lug', 'start'
  82. end
  83. end
  84. if $ARGS[0] = 'prut2':
  85. cls
  86. gs'stat'
  87. $location_type = 'public_outdoors'
  88. '<center><B>Woodland Pond</B></center>'
  89. '<center><img <<$set_imgh>> src="images/locations/pushkin/park/prut2.jpg" ></center>'
  90. 'The pond is still and beautiful here and the trees offer some privacy, it feels quite magical.'
  91. 'There is a large field beyond that is hidden from the tourist trail.'
  92. act 'Go to the field':
  93. set minut += 15
  94. gt 'lug', 'luzhayka'
  95. end
  96. act 'Follow the pond back out of the woods':
  97. set minut += 10
  98. gt 'lug', 'prut'
  99. end
  100. ! Setup for teleport circle
  101. if tpKnown['PushkinPark'] = 1:
  102. act 'Enter the hidden circle of trees': gt 'treeCircle', 'PushkinPark'
  103. else
  104. act 'Investigate a mysterious copse of trees': gt 'treeCircle', 'PushkinPark'
  105. end
  106. if $start_type[1] ! 'nomagic' and rand (1, 4) <= pcs_magik and (hour <=6 or hour >=19):
  107. if knowsfairy < 1 and fairyskip = 0:
  108. $loc_arg = 'prut2'
  109. xgt 'MagEncounterFairy'
  110. elseif fairyskip = 0:
  111. act 'Go to where the Fairy may be': xgt 'MagEncounterFairy'
  112. end
  113. end
  114. if temper >= 15 and month >= 5 and month <= 9:
  115. if pcs_inhib > 30:
  116. act 'Strip off and skinny dip (1:00)':
  117. cla
  118. *clr
  119. cumspclnt = 4
  120. gs 'cum_cleanup'
  121. minut += 60
  122. pcs_sweat = 10 + rand(0,4)
  123. pcs_mood += 5
  124. if pcs_stren < 30: gs 'exp_gain', 'stren', 1
  125. gs 'arousal', 'flash', 10, 'exhibitionism'
  126. gs 'clothing', 'strip_all'
  127. if pcs_horny >= 80 and pcs_inhib >= 60:
  128. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/self/wetpussypants3.jpg"></center>'
  129. '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.'
  130. '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.'
  131. elseif pcs_inhib >= 60:
  132. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/dress/undressnudebeach.jpg"></center>'
  133. '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.'
  134. '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.'
  135. else
  136. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/dress/undressnudebeach.jpg"></center>'
  137. '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.'
  138. '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.'
  139. end
  140. act'Get out and dressed':
  141. gs 'underwear', 'wear'
  142. gs 'clothing', 'wear_last_worn'
  143. gt 'lug', 'prut2'
  144. end
  145. end
  146. else
  147. 'It would be a good place for skinny dipping but you''re too worried about what people would think to do such a thing.'
  148. end
  149. end
  150. end
  151. if $ARGS[0] = 'luzhayka':
  152. cls
  153. gs'stat'
  154. '<center><img <<$set_imgh>> src="images/locations/pushkin/park/luzhayka.jpg" ></center>'
  155. 'A quiet hidden field that is well maintained but apart from the occasional grounds keeper you feel like it is all yours.'
  156. act 'Return to the woodland pond':
  157. set minut += 15
  158. gt 'lug', 'prut2'
  159. end
  160. end
  161. --- lug ---------------------------------