hunter_favors.qsrc 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415
  1. # hunter_favors
  2. !Non-sexual favors
  3. if $ARGS[0] = 'housekeeping_request':
  4. if hunters > 0 and huntersKnow = 1 and swiss_army_random_number < 3:
  5. *clr & cla
  6. swiss_army_random_number = rand(1,3)
  7. minut += 5
  8. if swiss_army_random_number = 1:
  9. gs 'boyStat', 'A172'
  10. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/andreihanter.jpg"></center>'
  11. elseif swiss_army_random_number = 2:
  12. gs 'boyStat', 'A174'
  13. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/sergeihanter.jpg"></center>'
  14. elseif swiss_army_random_number = 3:
  15. gs 'boyStat', 'A173'
  16. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/igorhanter.jpg"></center>'
  17. end
  18. gs 'stat'
  19. '<<$boydesc>> approaches you. "Hey I need your help with something"'
  20. act 'Sure what is it?':
  21. cla
  22. !TODO: If collective opinion is low, make the opinion gain also low
  23. !If fire is not going hunters nag at Sveta
  24. if campfire = 0:
  25. if hunter_collective_opinion >= 15: '"<<$pcs_nickname>>," he says. "The fire is out, can you please make sure it always keeps going while we are outside?"'
  26. if hunter_collective_opinion < 15:'"<<$pcs_nickname>>," he uses his stern voice. "The fire is out. You can at least keep the fire going, no way you are that much of a whiny princess"'
  27. act 'Further':hunter_collective_opinion -= 3 & gt 'swamp_yard', 'campfire'
  28. !Clean up the hut
  29. elseif dirty_swamphouse > 5:
  30. if hunter_collective_opinion >= 15: '"<<$pcs_nickname>>," he says. "The hut is a mess, could you take care of it please?"'
  31. if hunter_collective_opinion < 15:'"<<$pcs_nickname>>," he uses his stern voice. "The house is a mess, take care of it."'
  32. act 'Clean the hut':hunter_collective_opinion += 2 & gt 'hunter_favors', 'dirty_swamphouse'
  33. !Clean up the yard if hut is clean
  34. elseif dirty_swamp_yard > 5:
  35. if hunter_collective_opinion >= 15:'"<<$pcs_nickname>>," he says. "The yard is a mess. Can you please take care of it?"'
  36. if hunter_collective_opinion < 15:'"<<$pcs_nickname>>," he says sternly. "What the hell is all this trash doing out there? Go and pick it all."'
  37. act 'Clean the yard':hunter_collective_opinion += 3 & gs 'hunter_favors', 'yard_cleanup'
  38. !Cook some mushroom soup or meat stew if yard is also clean and a fire is going on in the yard
  39. elseif mushroom_soup + meat_stew < 2:
  40. if hunter_collective_opinion >= 15:'"<<$pcs_nickname>>," he says. "We don''t have anything for dinner. Could you please cook something?"'
  41. if hunter_collective_opinion < 15:'"<<$pcs_nickname>>," he says sternly. "We don''t have anything to eat for dinner you useless bitch. Go make something before we starve."'
  42. if boletus > 0:
  43. act 'Cook some mushroom soup (0:30)':hunter_collective_opinion += 4 & gs 'hunter_favors', 'mushroom_soup'
  44. elseif raw_meat > 0:
  45. act 'Cook some meat stew (1:00)':hunter_collective_opinion += 3 & gs 'hunter_favors', 'meat_stew'
  46. else
  47. !TODO: Add mechanic for hunters to ask Sveta to find food
  48. act '"There is nothing to cook though..."': gt 'swamp_yard'
  49. end
  50. else
  51. if hunter_collective_opinion >= 15:'"Actually, nevermind. I got this, thanks though."'
  52. if hunter_collective_opinion < 15:'"Actually, nevermind. I do not have anything you are useful for."'
  53. act 'Okay':hunter_collective_opinion += 5 & gt 'swamp_yard'
  54. end
  55. end
  56. act '"I''ll help later, busy right now"':
  57. *clr & cla
  58. minut += 5
  59. hunter_collective_opinion -= 3
  60. !TODO: Find new image
  61. gt 'swamp_yard'
  62. end
  63. !TODO: Make this act mood dependent
  64. act '"What?! Do I look like a servant to you?':
  65. '<center><img <<$set_imgh>> src="images/pc/speak_to_the_hand.jpg"></center>'
  66. 'You walk away from <<$boydesc>>'
  67. hunter_collective_opinion -= 10
  68. gt 'swamp_yard'
  69. end
  70. end
  71. end
  72. if $ARGS[0] = 'yard_cleanup':
  73. cla & *clr
  74. if dirty_swamp_yard < 10:
  75. minut += 60 & pcs_sweat += 10
  76. elseif dirty_swamp_yard < 20:
  77. minut += 120 & pcs_sweat += 20
  78. else
  79. minut += 180 & pcs_sweat += 30
  80. end
  81. gs 'stat'
  82. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/dirty_swamp_yard.jpg"></center>'
  83. 'You notice that the yard has gotten pretty dirty. "I need to do something about this." you think to yourself.'
  84. 'You grab a garbage bag and start picking up trash.'
  85. 'After a while you''ve finished tidying up the yard and put the trash in the garbage bag. You''re quite pleased with yourself.'
  86. act 'Done':dirty_swamp_yard = 0 & hunter_collective_opinion += 2 & gt 'swamp_yard'
  87. end
  88. if $ARGS[0] = 'dirty_swamphouse':
  89. cla
  90. *clr
  91. menu_off = 1
  92. if dirty_swamphouse > 10:minut += 60 & pcs_sweat += 10
  93. if dirty_swamphouse >= 10 and dirty_swamphouse < 20:minut += 120 & pcs_sweat += 20
  94. if dirty_swamphouse >= 20:minut += 180 & pcs_sweat += 30
  95. if huntersAndreiQw < 15:huntersAndreiQw += 1
  96. if huntersIgorQw < 15:huntersIgorQw += 1
  97. if huntersSergeiQw < 15:huntersSergeiQw += 1
  98. gs 'stat'
  99. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/dirty_swamphouse.jpg"></center>'
  100. *nl
  101. 'Visiting the hut, you notice that the hut has gotten pretty dirty. "I need to do something about this." you think to yourself. You grab a broom and a rag and began cleaning.'
  102. 'After a while you''ve finished cleaning and put back everything in order again. You''re quite pleased with yourself.'
  103. act 'Continue':dirty_swamphouse = 0 & gt 'swamphouse', 'start'
  104. end
  105. if $ARGS[0] = 'meat_stew':
  106. cla
  107. *clr
  108. raw_meat -= 1
  109. minut += 60
  110. bucket -= 1
  111. meat_stew = 2
  112. gs 'stat'
  113. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hotsoup.jpg"></center>'
  114. *nl
  115. 'You cooked a stew with the meat hunters brough and brought it inside the hut. There''s enough for <<mushroom_soup>> servings'
  116. act 'Continue': gt 'swamphouse', 'start'
  117. end
  118. if $ARGS[0] = 'mushroom_soup':
  119. cla
  120. *clr
  121. boletus -= 1
  122. minut += 30
  123. bucket -= 1
  124. mushroom_soup = 4
  125. gs 'stat'
  126. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hotsoup.jpg"></center>'
  127. *nl
  128. 'You made a simple mushroom soup by the camppfire and carried it inside the hut. There''s enough for <<mushroom_soup>> servings'
  129. act 'Continue': gt 'swamphouse', 'start'
  130. end
  131. !Sexual favors
  132. if $ARGS[0] = 'hunterstableBJ':
  133. cla
  134. *clr
  135. minut += 1
  136. hunterstableBJ = 1
  137. pcs_dom -= 1
  138. menu_off = 1
  139. gs 'stat'
  140. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterstable2.jpg"></center>'
  141. *nl
  142. 'You see one of the hunters sitting at the table. Thinking you both could have some fun, you look at him smiling slyly. Not before long you''re crawling under the table...'
  143. if hunterstableBJA = 0:
  144. act 'Give Andrei a blowjob':
  145. *clr & cla
  146. gs 'boyStat', 'A172'
  147. hunterstableBJA = 1
  148. if hunterandreisex = 0:hunterandreisex = 1 & guy += 1
  149. temp_sh = rand(1,2)
  150. gs 'stat'
  151. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/hanterstablebj1.'+rand(1,5)+'.jpg"></center>'
  152. *nl
  153. 'You got comfortable under the table and brought your head between his thighs and started sucking on his cock....'
  154. 'Andrei''s cock got rock hard fast and soon enough you could feel a taste of pre-cum in your mouth...'
  155. gs 'arousal', 'bj', 5, 'sub'
  156. gs 'stat'
  157. if temp_sh = 1:
  158. act 'Keep sucking':
  159. *clr & cla
  160. minut += 1
  161. gs 'cum_call', 'face', $boy, 1
  162. if $clothingworntype = 'nude': gs 'cum_call', 'stomach', $boy, 1
  163. if $clothingworntype ! 'nude': gs 'cum_call', 'clothesgroin', $boy, 1
  164. gs 'stat'
  165. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/hanterstablecum1.'+rand(1,5)+'.jpg"></center>'
  166. *nl
  167. 'Andrei didn''t last more for a minute or two, his thighs tensed up and his load started shooting out and hitting your face several times.'
  168. 'When he was all done you cleaned Andrei the best you could, and then you put his cock back in his pants and zipped him up.'
  169. gs 'arousal', 'end'
  170. gs 'stat'
  171. act 'Continue': gs 'swamphouse', 'hunterstableBJ'
  172. end
  173. else
  174. act 'Keep sucking':
  175. *clr & cla
  176. minut += 1
  177. gs 'cum_call', 'mouth', $boy, 1
  178. swallow += 1
  179. hunterstableBJA = 1
  180. gs 'stat'
  181. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/hanterstablebj1.'+rand(1,5)+'.jpg"></center>'
  182. *nl
  183. 'You could feel Andrei''s cock tensing up, ready to explode. You hear a grunt and before you can react Andrei unloads his warm spunk in your mouth...'
  184. gs 'arousal', 'end'
  185. gs 'stat'
  186. act 'Continue': gs 'swamphouse', 'hunterstableBJ'
  187. end
  188. end
  189. end
  190. end
  191. if hunterstableBJS = 0:
  192. act 'Give Sergei a blowjob':
  193. *clr & cla
  194. gs 'boyStat', 'A174'
  195. hunterstableBJS = 1
  196. if huntersergeisex = 0:huntersergeisex = 1 & guy += 1
  197. temp_sh = rand(1,2)
  198. gs 'stat'
  199. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/hanterstablebj1.'+rand(1,5)+'.jpg"></center>'
  200. *nl
  201. 'You got comfortable under the table and brought your head between his thighs and started sucking on his cock....'
  202. 'Sergei''s cock got rock hard fast and soon enough you could feel a taste of pre-cum in your mouth...'
  203. gs 'arousal', 'bj', 5, 'sub'
  204. gs 'stat'
  205. if temp_sh = 1:
  206. act 'Keep sucking':
  207. *clr & cla
  208. minut += 1
  209. gs 'cum_call', 'face', $boy, 1
  210. if $clothingworntype = 'nude': gs 'cum_call', 'stomach', $boy, 1
  211. if $clothingworntype ! 'nude': gs 'cum_call', 'clothesgroin', $boy, 1
  212. gs 'stat'
  213. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/hanterstablecum1.'+rand(1,5)+'.jpg"></center>'
  214. *nl
  215. 'Sergei didn''t last more for a minute or two, his thighs tensed up and his load started shooting out and hitting your face several times.'
  216. 'When he was all done you cleaned Andrei the best you could, and then you put his cock back in his pants and zipped him up.'
  217. gs 'arousal', 'end'
  218. gs 'stat'
  219. act 'Continue': gs 'swamphouse', 'hunterstableBJ'
  220. end
  221. else
  222. act 'Keep sucking':
  223. *clr & cla
  224. minut += 1
  225. gs 'cum_call', 'mouth', $boy, 1
  226. swallow += 1
  227. hunterstableBJS = 1
  228. gs 'stat'
  229. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/hanterstablebj1.'+rand(1,5)+'.jpg"></center>'
  230. *nl
  231. 'You could feel Sergei''s cock tensing up, ready to explode. You hear a grunt and before you can react Andrei unloads his warm spunk in your mouth...'
  232. gs 'arousal', 'end'
  233. gs 'stat'
  234. act 'Continue': gs 'swamphouse', 'hunterstableBJ'
  235. end
  236. end
  237. end
  238. end
  239. if hunterstableBJI = 0:
  240. act 'Give Igor a blowjob':
  241. *clr & cla
  242. gs 'boyStat', 'A173'
  243. hunterstableBJI = 1
  244. if hunterigorsex = 0:hunterigorsex = 1 & guy += 1
  245. temp_sh = rand(1,5)
  246. gs 'stat'
  247. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/hanterstablebj1.'+rand(1,5)+'.jpg"></center>'
  248. *nl
  249. 'You got comfortable under the table and brought your head between his thighs and started sucking on his cock....'
  250. 'Igor''s cock got rock hard fast and soon enough you could feel a taste of pre-cum in your mouth...'
  251. gs 'arousal', 'bj', 5, 'sub'
  252. gs 'stat'
  253. if temp_sh = 1:
  254. act 'Keep sucking':
  255. *clr & cla
  256. minut += 1
  257. gs 'cum_call', 'face', $boy, 1
  258. if $clothingworntype = 'nude': gs 'cum_call', 'stomach', $boy, 1
  259. if $clothingworntype ! 'nude': gs 'cum_call', 'clothesgroin', $boy, 1
  260. gs 'stat'
  261. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/hanterstablecum1.'+rand(1,5)+'.jpg"></center>'
  262. *nl
  263. 'Igor didn''t last more for a minute or two, his thighs tensed up and his load started shooting out and hitting your face several times.'
  264. 'When he was all done you cleaned Andrei the best you could, and then you put his cock back in his pants and zipped him up.'
  265. gs 'arousal', 'end'
  266. gs 'stat'
  267. act 'Continue': gs 'swamphouse', 'hunterstableBJ'
  268. end
  269. else
  270. act 'Keep sucking':
  271. *clr & cla
  272. minut += 1
  273. gs 'cum_call', 'mouth', $boy, 1
  274. swallow += 1
  275. hunterstableBJI = 1
  276. gs 'stat'
  277. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/hanterstablebj1.'+rand(1,5)+'.jpg"></center>'
  278. *nl
  279. 'You could feel Igor''s cock tensing up, ready to explode. You hear a grunt and before you can react Andrei unloads his warm spunk in your mouth...'
  280. gs 'arousal', 'end'
  281. gs 'stat'
  282. act 'Continue': gs 'swamphouse', 'hunterstableBJ'
  283. end
  284. end
  285. end
  286. end
  287. if hunterstableBJA = 1 and hunterstableBJS = 1 and hunterstableBJI = 1:act 'Get out from under the table':mushroom_soup = 1 & gs 'swamphouse', 'hunterstable'
  288. end
  289. if $ARGS[0] = 'table_blow_request':
  290. *clr & cla
  291. minut += 1
  292. gs 'stat'
  293. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterstable.jpg"></center>'
  294. *nl
  295. 'You sit down at the table, wanting to eat with the guys, before you can begin you hear...'
  296. '"Not so fast <<$pcs_nickname>>, Andrei said with a smile on his face. "You understand that the only free cheese is the one found in the mousetrap."'
  297. '"Want to eat with us, you need to do some work," he mockingly grinned and pointed under the table.'
  298. act 'Crawl under the table':
  299. pcs_dom -= 1
  300. gs 'hunter_favors', 'hunterstableBJ'
  301. end
  302. act 'Refuse':
  303. hunter_collective_opinion -= 3
  304. hunter_sexual_comfort -= 3
  305. gt 'swamphouse', 'start'
  306. end
  307. end
  308. if $ARGS[0] = 'creekside_gangbang_request':
  309. *clr & cla
  310. minut += 5
  311. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/backwaterrelax2.jpg"></center>'
  312. 'You''re sitting down in the meadow near the road, relaxing, enjoying the nice weather, when all of a sudden Andrei, Sergei and Igor approach you. They quickly surround you not letting move away.'
  313. '"Hey, <<$pcs_nickname>>, we''ve been talking with each other, and we feel that you need to repay us somehow for the lessons. So what do you say?"'
  314. act 'Agree':
  315. *clr & cla
  316. !TODO: Come back here to revamp opinion changes
  317. hunter_sexual_comfort += 25
  318. pcs_dom -= 2
  319. gs 'stat'
  320. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/hantersgroupundress.jpg"></center>'
  321. '"I guess you''re right I need to repay you somehow..."'
  322. 'As soon you''ve agreed the guys change their attitude towards you. Igor helps you up and leads you away from the road while Andrei and Sergei already began taking your clothes off...'
  323. gs 'arousal', 'foreplay', 5, 'sub', 'gangbang'
  324. gs 'stat'
  325. act 'Further':
  326. *clr & cla
  327. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/hantersgrouptanga.jpg"></center>'
  328. 'They lay you down on the blanket and quickly pull off your panties. They drop their pants and are standing in front of you with their cocks hanging in the open. "So what are you waiting for? Start sucking."'
  329. $clothingworntype = 'nude'
  330. $pantyworntype = 'none'
  331. gs 'arousal', 'foreplay', 2, 'sub', 'gangbang'
  332. gs 'stat'
  333. act 'Further': gt 'hunter_interactions', 'creekside_gangbang'
  334. end
  335. end
  336. act 'Refuse':
  337. *clr & cla
  338. minut += 5
  339. hunter_collective_opinion -= 25
  340. hunter_sexual_comfort += 15
  341. gs 'stat'
  342. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/backwaterrelax3.jpg"></center>'
  343. 'You politely refuse saying you don''t owe them anything, but the men won''t accept a no and you can see that they''re clearly not satisfied with your answer.'
  344. '"<<$pcs_nickname>>, don''t fuck around with us. Deep inside you know you need to repay us." said Andrei, grabbing you by the hair.'
  345. gs 'hunter_interactions', 'creekside_rape'
  346. end
  347. end
  348. --- hunter_favors ---------------------------------