swamp_woods.qsrc 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  1. # swamp_woods
  2. !TODO: Break into more arg blocks
  3. if $ARGS[0] = 'start':
  4. *clr & cla
  5. $loc = 'swamp_woods'
  6. $loc_arg = 'start'
  7. $location_type = 'secluded'
  8. $menu_loc = 'swamp_woods'
  9. $menu_arg = 'start'
  10. menu_off = 0
  11. $forest_args1 = 'swamp_woods'
  12. CLOSE ALL
  13. gs 'gadukino_event', 'sound'
  14. gs 'stat'
  15. gs 'hunter_ambient', 'schedule'
  16. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/nearby_woods.jpg"></center>'
  17. 'You are in the woods near the hut. You can see it not too far in the distance.'
  18. 'You can also venture deeper into woods to circle around the swamp, granted you do not get lost trying.'
  19. !TODO: Make schedule more dynamic e.g. more factors
  20. *nl
  21. act 'Go back to the hut': minut += 10 & gt 'swamp_yard', 'start'
  22. if firewood < 10:
  23. 'You can pick up some firewood around here to keep the fire going.'
  24. act 'Collect firewood (0:15)':
  25. cla & *clr
  26. if $clothingworntype ! 'nude':
  27. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/firewood_normal.jpg"></center>'
  28. else
  29. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/firewood_nude.jpg"></center>'
  30. end
  31. firewood += rand(2,6)
  32. minut += 15
  33. 'You pick up some dry branches and twigs, putting them in a pile near the fire pit before coming back.'
  34. if firewood < 15:
  35. 'You have <<firewood>> pieces of firewood, and should probably grab some more to keep the fire going.'
  36. else
  37. 'You have <<firewood>> pieces of firewood, and should have enough firewood to get a fire going.'
  38. end
  39. act 'Further': gt 'swamp_woods', 'start'
  40. end
  41. else
  42. 'You think about picking up some firewood before you remember you have plenty back at the yard.'
  43. end
  44. act 'Try to circle around the swamp':
  45. !no one likes to be trapped. Need to update gadfrestswamp with pcs_bushcraft method, but there should always be an option to try, no matter how low the skill.
  46. *clr & cla
  47. if pcs_bushcraft < 15:
  48. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/thinks1.jpg"></center>'
  49. 'You consider trying to circle around the swamp but then think it is better if you did not get too far from the hut.'
  50. 'If only you were a skilled pathfinder or knew nearby people that could help you get back...'
  51. act 'Further': gt 'swamp_woods', 'start'
  52. elseif pcs_bushcraft < 30:
  53. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/thinks2.jpg"></center>'
  54. 'You consider trying to circle around the swamp. You have a vague idea on how to accomplish that but there is a good chance you may get lost.'
  55. act 'Stay around for now': gt 'swamp_woods', 'start'
  56. act 'Try anyway':
  57. *clr & cla
  58. minut += 30
  59. nearby_woods_check = rand(1,10)
  60. if nearby_woods_check = 1:
  61. !Make it to the other side fine
  62. if $clothingworntype ! 'nude':
  63. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/nearby_woods_success.jpg"></center>'
  64. else
  65. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/nearby_woods_success_nude.jpg"></center>'
  66. end
  67. 'You stick as close to the swamp as possible and follow the edge in one direction.'
  68. 'Even though you occassionally step into the swamp you manage to not get stuck'
  69. 'After some time walking and struggling not to get stuck you can see the hut on the opposite side'
  70. act 'Success!': pcs_bushcraft += 5 & gt 'gadforest','forest_center'
  71. elseif nearby_woods_check <= 3:
  72. !End up stuck in the swamp
  73. if $clothingworntype ! 'nude':
  74. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/nearby_woods_stuck.jpg"></center>'
  75. else
  76. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/nearby_woods_stuck_nude.jpg"></center>'
  77. end
  78. 'You stick as close to the swamp as possible and follow the edge in one direction.'
  79. 'Trusting the ground you keep going but at some point you sink right into the swamp without even realizing.'
  80. *nl
  81. 'Seems like the forest can camouflage parts of the swamp, fooling careless hikers.'
  82. act 'If only you knew': pcs_bushcraft += 3 & gt 'swamp','stuck'
  83. else
  84. if $clothingworntype ! 'nude':
  85. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/nearby_woods_hike.jpg"></center>'
  86. else
  87. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/nearby_woods_hike_nude.jpg"></center>'
  88. end
  89. !Circle back to where the pcs started
  90. 'You start going into the woods in a direction you think will take you around the swamp.'
  91. 'After a few hours walking you realize your surroundings are a bit familiar.'
  92. 'Then you look around you and can see the hut in the distance. Seems like you just walked around in circles and ended up where you started'
  93. *nl
  94. 'You can see some broken branches and prints near ahead of you, marking the direction you initially started walking towards'
  95. act 'That''s interesting...': pcs_bushcraft += 2 & gt 'swamp_woods', 'start'
  96. end
  97. end
  98. else
  99. minut += 30
  100. !Make it back without effort
  101. if $clothingworntype ! 'nude':
  102. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/pathfinder.jpg"></center>'
  103. else
  104. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/pathfinder_nude.jpg"></center>'
  105. end
  106. 'You have a rough idea of how the forest curves around the swamp from having seen part of the swamp''s edge from the hut yard'
  107. 'With that in mind, you go into the forest, aware of your surroundings to make sure you are not stepping too far from the edge of the swamp'
  108. 'After a couple hours you are on the other edge of the forest'
  109. act 'Further': gt 'gadforest','forest_center'
  110. end
  111. end
  112. end
  113. if $ARGS[0] = 'shooting_practice':
  114. cla & *clr
  115. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/andrei_shooting.jpg"></center>'
  116. 'You approach Andrei shooting some bottles with his pistol. You think maybe he can teach you a few tricks'
  117. act 'Walk away': gt 'swamp_woods', 'start'
  118. act 'Ask if you can shoot too':
  119. if hunter_collective_opinion > 50 and rand(1,4) = 1:
  120. cla & *clr
  121. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/andrei_shooting.jpg"></center>'
  122. '"Sure thing! But say, how about we spice it up a bit? If you can hit that bottle over there in one shot, I will do anything you want" says Andrei'
  123. '"And what if I cannot?" you ask.'
  124. '"Well, in that case you get to do anything I ask for. It is only fair, right?" he asks with a smirk.'
  125. '"I guess it is" you respond, slightly blushing thinking about what Andrei could ask you to do.'
  126. act 'Take the bet':
  127. cla & *clr
  128. hunter_collective_opinion += 6
  129. gs 'stat'
  130. if $clothingworntype ! 'nude':
  131. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/shooting.jpg"></center>'
  132. else
  133. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/shooting_nude.jpg"></center>'
  134. end
  135. 'You line up your sights and aim at the bottle. You inhale and hold your breath before...'
  136. act 'Pull the trigger': gt 'hunter_interactions', 'shooting_bet'
  137. end
  138. act 'Refuse':
  139. cla
  140. hunter_collective_opinion -= 2
  141. gs 'stat'
  142. 'Not liking the odds of likely spending the day naked or worse, "Maybe some other time" you respond before walking away.'
  143. act 'Further': gt 'swamp_woods', 'start'
  144. end
  145. elseif hunter_collective_opinion > 35:
  146. gt 'swamp_woods', 'shooting_practice', 'practice'
  147. elseif hunter_sexual_comfort > 20:
  148. gt 'swamp_woods', 'shooting_practice', 'andrei_request'
  149. else
  150. cla & *clr
  151. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/andrei_shooting.jpg"></center>'
  152. 'You try to get Andrei''s attention but he kind of ignores you. When you keep on trying he waves his hand in a gesture for you to go away.'
  153. act 'Further': gt 'swamp_woods', 'start'
  154. end
  155. end
  156. if $ARGS[1] = 'practice':
  157. cla & *clr
  158. minut += 60
  159. shoot_lvl += 2
  160. gs 'stat'
  161. if $clothingworntype ! 'nude':
  162. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/shooting.jpg"></center>'
  163. else
  164. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/shooting_nude.jpg"></center>'
  165. end
  166. '"Alright I will show you a few tricks while you try" says Andrei. You spend about an hour practicing your shooting under Andrei''s guidance'
  167. act 'Walk away': gt 'swamp_woods', 'start'
  168. end
  169. if $ARGS[1] = 'andrei_request':
  170. cla & *clr
  171. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/andrei_shooting.jpg"></center>'
  172. '"You see, these bullets don''t come free" says Andrei. "My time looking over your shoulder also doesn''t come free. You gotta pay me back somehow"'
  173. '"What do you mean?" you ask, with a vague idea of where this is going.'
  174. act 'Walk away': gt 'swamp_woods', 'start'
  175. if $clothingworntype = 'nude':
  176. '"Since you are all naked might as well let me fuck your little pussy right here." he says. "Then I will let you shoot a bit"'
  177. !TODO: if pcs_inhib < x
  178. act 'Let him fuck you': gt 'hunter_interactions', 'andrei_quick_fuck'
  179. else
  180. andrei_shooting_request = rand(1,4)
  181. if andrei_shooting_request = 1:
  182. '"I want you to show me your tits. Just lift your top and let me have a good look at em. You can shoot the rifle then."'
  183. act 'Flash your tits':
  184. cla & *clr
  185. hunter_sexual_comfort += 3
  186. gs 'arousal', 'flashlite', 3
  187. gs 'arousal', 'end'
  188. gs 'stat'
  189. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/shooting_tit_flash.jpg"></center>'
  190. 'You lift your top and expose your tits to Andrei for a minute. You then cover up and ask "Enough payment for a lesson?"'
  191. '"Would appreciate a longer look but I will take it" responds Andrei'
  192. act 'Further': gt 'swamp_woods', 'shooting_practice', 'practice'
  193. end
  194. elseif andrei_shooting_request = 2:
  195. '"I want you to show me your pussy. Go sit on that log and lift up your bottom. You can shoot the rifle then."'
  196. act 'Flash your pussy':
  197. cla & *clr
  198. hunter_sexual_comfort += 5
  199. gs 'arousal', 'flashlite', 5
  200. gs 'arousal', 'end'
  201. gs 'stat'
  202. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/shooting_pussy_flash.jpg"></center>'
  203. 'You lift your bottom and expose your pussy to Andrei for a minute. You then cover up and ask "Enough payment for a lesson?"'
  204. '"Would appreciate a longer look but I will take it" responds Andrei'
  205. act 'Further': gt 'swamp_woods', 'shooting_practice', 'practice'
  206. end
  207. elseif andrei_shooting_request = 3:
  208. '"I want you to take off all your clothes. Then hand them all to me. If you wanna shoot my rifle, you gotta be in your birthday suit."'
  209. act 'Strip naked':
  210. cla & *clr
  211. hunter_sexual_comfort += 7
  212. gs 'clothing', 'strip', 'swamphouse'
  213. gs 'underwear', 'remove'
  214. gs 'arousal', 'flash', 10, 'exhibitionism'
  215. gs 'arousal', 'end'
  216. gs 'stat'
  217. !!Image needed '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/shooting_strip.jpg"></center>'
  218. 'You slowly take off your clothes one by one until you are completely naked in front of Andrei.'
  219. 'You look on the ground and blush a bit as he stares at your exposed tits, ass and pussy. You cannot help but feel your pussy moisten.'
  220. '"This naked look suits you better, do you know that?" says Andrei. He ogles your body for a few more minutes before handing you the rifle'
  221. act 'Further': gt 'swamp_woods', 'shooting_practice', 'practice'
  222. end
  223. elseif andrei_shooting_request = 4:
  224. '"Seeing a young pretty thing like you prancing around gives me a boner. I want you to suck my dick." demands Andrei.'
  225. act 'Suck his dick':
  226. cla & *clr
  227. hunter_sexual_comfort += 8
  228. gs 'boyStat', 'A172'
  229. gs 'arousal', 'bj', 15, 'sub', 'exhibitionism'
  230. gs 'cum_call', 'mouth_swallow', 'A172', 1
  231. gs 'arousal', 'end'
  232. gs 'stat'
  233. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/shooting_bj.jpg"></center>'
  234. 'You kneel down obediently and start sucking his dick until you feel him cumming down your throat. You make sure to catch every drop.'
  235. '"Now that''s a good girl. Good girls get to shoot the rifle." says Andrei with a chuckle'
  236. act 'Further': gt 'swamp_woods', 'shooting_practice', 'practice'
  237. end
  238. end
  239. end
  240. end
  241. end
  242. --- swamp_woods ---------------------------------