swamp_yard.qsrc 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495
  1. # swamp_yard
  2. if $ARGS[0] = 'start' or $ARGS[0] = '':
  3. $loc = 'swamp_yard'
  4. $metka = ''
  5. $menu_loc = 'swamp_yard'
  6. $menu_arg = ''
  7. menu_off = 0
  8. $location_type = 'secluded'
  9. gs 'gadukino_event', 'sound'
  10. gs 'stat'
  11. !the chance of encountering hunters
  12. if week = 6 or week = 7:huntersrand = RAND(1,3)
  13. if week < 6:huntersrand = RAND(1,5)
  14. if huntersrand = 1:hunters = 1
  15. !the chance of hitting GG, if she`s a slut
  16. huntslutsexrand = rand(1,3)
  17. ! to remember were cowards or not
  18. !if lost_girl = 0:lost_girl += rand(40,60)
  19. if StoryLine = 1 and lost_girl = 0 and forest_lostday > 0: lost_girl=daystart+2
  20. swiss_army_random_number = rand(1,10)
  21. '<center><B>The yard in front of the hut</B></center>'
  22. if month >= 5 and month <= 9:
  23. if hour >= 6 and hour < 22:
  24. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/swamp_yard.jpg"></center>'
  25. else
  26. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/swamp_yard_night.jpg"></center>'
  27. end
  28. else
  29. if hour >= 8 and hour < 18:
  30. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/swamp_yard_winter.jpg"></center>'
  31. else
  32. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/swamp_yard_winter_night.jpg"></center>'
  33. end
  34. end
  35. 'The yard in front of the hut.'
  36. 'Behind the hut there is a <a href="exec: gt ''swampspring'' ">spring</a>, if you continue a little further down there is a small <a href="exec: gt ''backwater'' ">creek</a> with relatively clean water.'
  37. if findvel = 3:'On the side of the hut is an old <a href="exec:gt ''bicycle'',''swamp''">bike</a>.'
  38. if hunters_off = 0 and hunters_sleep = 0 and huntersKnow = 0:'You spot some unfamiliar people standing in front of the hut.'
  39. if hunters_off = 0 and hunters_sleep = 0 and huntersKnow = 1:'You notice the <a href="exec: gt ''hunters'', ''check_opinion'' ">hunters</a> standing in the front yard.'
  40. if hunters_off = 1 and huntersKnow = 1:'Hunters are probably off hunting. Maybe you can find stuff to do around in the meantime?'
  41. if hunters_sleep = 1 and huntersKnow = 1:'Hunters are in the hut sleeping. Maybe you should go to sleep too'
  42. if huntersknow = 1:
  43. act 'Go into the hut':
  44. minut += 2
  45. gt 'swamphouse'
  46. end
  47. end
  48. act 'Approach the firepit': gt 'swamp_yard', 'campfire'
  49. act 'Look around the nearby woods': minut += 10 & gt 'swamp_yard', 'nearby_woods'
  50. !Conditional acts
  51. if dirty_swamp_yard > 5: act 'Clean up the trash outside': gs 'hunter_favors', 'yard_cleanup'
  52. if hunter_collective_opinion < 10: act '<b>Escape to the swamp</b>': gs 'swamp_yard', 'swamp_escape'
  53. if hunterhelp = 1: gs 'swamp_yard', 'rescued_from_swamp'
  54. if huntersKnow = 0:
  55. if hunterhelp = 2:
  56. gs 'hunter_interactions', 'meet_hunters_after_rescue'
  57. else
  58. act 'Approach the men': gt 'hunter_interactions', 'meet_hunters'
  59. end
  60. end
  61. gs 'hunter_ambient', 'schedule'
  62. if hour >= 8 and hour < 20: gs 'swamp_yard', 'daytime_flavor_events'
  63. if hour >= 20 and hour < 24: gs 'swamp_yard', 'nighttime_flavor_events'
  64. end
  65. if $ARGS[0] = 'swamp_escape':
  66. !add chance to swamped by illume
  67. if hunters = 1:
  68. if hour >= 6 and hour < 21:
  69. minut += 5
  70. if rand(1,10)>9:
  71. gt 'swamp'
  72. else
  73. gt 'gadforestswamp','2'
  74. end
  75. else
  76. *clr & cla
  77. gs 'stat'
  78. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/igorhanter.jpg"></center>'
  79. 'As you start moving into the swamp Igor calls after you.'
  80. !TODO: Different line depending on opinion and slut
  81. '"<<$pcs_nickname>>, where are you going? You will get stuck in there!'
  82. act 'Turn back':gt 'swamp_yard'
  83. act 'Ignore him and keep going':
  84. minut += 5
  85. !TODO: Add skill clothing and temp check here instead of praying to RNGesus
  86. if rand(1,10)>8:
  87. gt 'swamp'
  88. else
  89. gt 'gadforestswamp','2'
  90. end
  91. end
  92. end
  93. else
  94. minut += 5
  95. !TODO: Here too, also see how to avoid duplicating. Maybe create a child event node?
  96. if (hour >= 6 and hour < 21) or rand(1,10)>7:
  97. gt 'swamp'
  98. else
  99. gt 'gadforestswamp','2'
  100. end
  101. end
  102. gt 'gadforestswamp','2'
  103. end
  104. if $ARGS[0] = 'rescued_from_swamp':
  105. *clr & cla
  106. minut += 5
  107. gs 'stat'
  108. if $clothingworntype ! 'nude':
  109. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterhelp.jpg"></center>'
  110. else
  111. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanterhelp1.jpg"></center>'
  112. end
  113. if $clothingworntype = 'nude':
  114. if huntersKnow = 0:
  115. if pcs_apprnc >= 100:
  116. '"Are you... a mermaid?" You hear one of the men blurt out before blushing'
  117. else
  118. 'What the hell happened to you? Are you alright?'
  119. end
  120. end
  121. if huntersKnow = 1 and huntersKnowSlut = 0:'"<<$pcs_nickname>>, what happened to you? Where are your clothes?" Andrei said concernedly.'
  122. if huntersKnow = 1 and huntersKnowSlut = 1:'Well isn''t this our favorite damsel in distress. And she''s even naked and ready for us so we can jump straight to the happy ending! Andrei grinned.'
  123. end
  124. if huntersKnow = 0:
  125. 'The hunters help you to a dry place. For some time you just sit there, staring blankly ahead, trying to catch your breath. After a while feeling better you decide to find out where you are and who it was that saved you.'
  126. act 'Look':hunterhelp = 2 & gt 'swamp_yard'
  127. else
  128. 'The hunters help you to a dry place. For some time you just sit there, staring blankly ahead, trying to catch your breath. After a short rest you go out to the yard.'
  129. act 'Further':hunterhelp = 0 & gt 'swamp_yard'
  130. end
  131. end
  132. !TODO: Move these to the interactions or favors files
  133. !TODO: Redo the events here after working on the other locations
  134. if $ARGS[0] = 'confronted_after_drunken_gangbang':
  135. if huntdanceslut = 1:
  136. cla
  137. *clr
  138. minut+=5
  139. gs 'stat'
  140. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/andreihanter.jpg"></center>'
  141. 'As soon as you walk into the yard, you immediately walk up to Andrei.'
  142. '"I need to talk to you, <<$pcs_nickname>>," he said. "Can you recall what happened last night?"'
  143. '"Well... uh... Yes, I think I can..." you reply, blushing, staring down at the ground.'
  144. '"I used to say that you look just like your mother," said Andrei looking at you. "After your little show yesterday, as it turns out, the resemblance doesn''t stop at just the looks."'
  145. 'Andrei paused looking at you while you try to collect your thoughts to understand what he''s trying to imply.'
  146. '"To be frank, you''re as slutty as your mother was in her youth, the apple doesn''t fall far away from the tree as they say..." he chuckles. "Take it as a compliment."'
  147. 'You look at Andrei, completely stunned by what you just heard.'
  148. '"And what are sluts best at?" he continues. "That''s right, to pleasure men. Don''t you agree?"'
  149. if pcs_dom > 0 and alko < 8:act'Refuse':huntdanceslut = 3 & gt 'hunters', 'start'
  150. act'Agree':huntdanceslut = 2 & gt 'hunters', 'start'
  151. end
  152. end
  153. !Assorted sex scenes specifically for the yard
  154. if $ARGS[0] = 'skirt_breeze':
  155. if CloSkirtShortness > 1 and $pantyworntype = 'none':
  156. *clr & cla
  157. hunter_sexual_comfort += 2
  158. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/no_tanga.jpg"></center>'
  159. 'You walk across the yard, when suddenly the wind lifts your skirt.'
  160. '"I forgot to put on panties...," you realize this seeing your bare pussy.'
  161. 'You nervously started looking around if anyone caught a glimpse of your little wardrobe malfunction...'
  162. 'You hoped that the men missed the opportunity seeing you exposed, however, Igor''s face had turned red and you see Andrei grinning, you realize quite quickly that your little show did not pass unappreciated.'
  163. gs 'arousal', 'flashlite', 1
  164. gs 'arousal', 'end'
  165. gs 'stat'
  166. act 'Further':gt 'swamp_yard'
  167. end
  168. end
  169. !Code blocks for branch events (events calling other events)
  170. if $ARGS[0] = 'campfire':
  171. !TODO: Add mechanic so that fire slowly goes through wood and extinguishes when there is no more left
  172. cla
  173. *clr
  174. menu_off = 1
  175. minut += 1
  176. gs 'stat'
  177. act 'Move away': gt 'swamp_yard', 'start'
  178. act 'Sit by the fire': gt 'swamp_yard', 'fireside'
  179. if campfire = 1:
  180. if hour >= 8 and hour < 20:
  181. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/campfire_day.jpg"></center>'
  182. else
  183. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/campfire_night.jpg"></center>'
  184. end
  185. 'A nice, warm campfire you can sit and relax by. You can use it to cook something or heat up some water to bathe.'
  186. 'You can also put it out with the bucket if there is enough water in it'
  187. if hunter_breakfast = 1 or hunter_lunch = 1 or hunters_drink = 1: 'You see hunters are also sitting by the fire'
  188. if bucket >= 3:
  189. act 'Put out the fire':
  190. cla & *clr
  191. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/campfire_put_out.jpg"></center>'
  192. 'You pour some water to extinguish the campfire'
  193. campfire = 0
  194. minut += 5
  195. bucket -= 3
  196. act 'Further': gt 'swamp_yard', 'campfire'
  197. end
  198. end
  199. if bucket > 0 and boletus > 0 and mushroom_soup = 0:
  200. act 'Cook some mushroom soup (0:30)': gs 'hunter_favors', 'mushroom_soup'
  201. end
  202. if bucket > 0 and raw_meat > 0 and meat_stew = 0:
  203. act 'Cook some meat stew (1:00)': gs 'hunter_favors', 'meat_stew'
  204. end
  205. if bucket >= 5 and hotwater = 0:
  206. act 'Heat up water (0:30)':
  207. cla
  208. *clr
  209. minut += 30
  210. bucket -= 5
  211. hotwater = 1
  212. water_heated += 1
  213. gs 'stat'
  214. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hotwater.jpg"></center>'
  215. *nl
  216. if water_heated > 5 and (inhibition < 85 or hunter_sexual_comfort > 25):
  217. '"It is too tedious to keep heatiing up water", you think to yourself.'
  218. else
  219. 'With the now heated water, you can bathe yourself in the tub.'
  220. end
  221. act 'Continue': gt 'swamp_yard', 'campfire'
  222. end
  223. end
  224. else:
  225. if hour >= 8 and hour < 20:
  226. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/campfire_out_day.jpg"></center>'
  227. else
  228. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/campfire_out_night.jpg"></center>'
  229. end
  230. 'You can use this firepit to light a fire, if you have some firewood available.'
  231. !TODO: Tie fire lighting to bushcraft, make hunters do it on their schedule or with Sveta asking
  232. if firewood >= 10:
  233. act 'Light fire':
  234. cla & *clr
  235. if $clothingworntype ! 'nude':
  236. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/campfire_light.jpg"></center>'
  237. else
  238. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/campfire_light_nude.jpg"></center>'
  239. end
  240. 'You use some chopped wood, dry branches and twigs to light a campfire in the firepit'
  241. firewood -= 10
  242. campfire = 1
  243. minut += 15
  244. act 'Further': gt 'swamp_yard', 'campfire'
  245. end
  246. elseif firewood > 1:
  247. *nl
  248. 'There is some wood and twigs by the pit but not enough to light a new fire'
  249. else
  250. 'You do not see any firewood nearby. You will probably need to collect some branches, chop some or ask a hunter to do so.'
  251. end
  252. end
  253. end
  254. if $ARGS[0] = 'fireside':
  255. cla & *clr
  256. act 'Get up': gt 'swamp_yard', 'start'
  257. if hunter_breakfast = 1 or hunter_lunch = 1:
  258. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/hanters1.jpg"></center>'
  259. 'Hunters are also sitting around the campfire, talking and joking about all kinds of stuff before heading out hunting'
  260. act 'Chat (1:00)':
  261. gt 'hunter_interaction', 'chat_with_hunters'
  262. end
  263. !TODO: Flesh out the learning content here
  264. act 'Ask for some tips on how to survive in the woods (1:00)':
  265. hunter_lessons += 1
  266. *clr & cla
  267. if hunter_collective_opinion > 25:
  268. hunter_collective_opinion -= 1
  269. pcs_bushcraft += 1
  270. gs 'stat'
  271. minut += 60
  272. *nl
  273. 'Hunters talk to you about some of their experiences when they first started out'
  274. else
  275. if hunter_lessons > 10 AND hunter_sexual_comfort > 25:
  276. !TODO: Prototype implementation for the creekside event, to be revamped
  277. 'Sergei tells you to go by the creek for the next lesson about how to scope the area for a hunt.'
  278. hunter_lessons -= 8
  279. act 'Further': gt 'hunter_favors', 'creekside_gangbang_request'
  280. else
  281. minut += 20
  282. 'The hunters do not even bother to answer you. You simply sit in awkward silence for twenty minutes before getting to to other business'
  283. end
  284. end
  285. act 'Further': gt 'swamp_yard', 'campfire'
  286. end
  287. end
  288. if hunters_drink = 1:
  289. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/fireside_drink.jpg"></center>'
  290. 'Hunters are drinking and chatting loudly. You can join them for a chat, or maybe a drink or two if you would like'
  291. act 'Chat (1:00)':
  292. gt 'hunter_interactions', 'chat_with_hunters'
  293. end
  294. act 'Ask to join them for a drink':
  295. gt 'hunter_interactions', 'join_drinking'
  296. end
  297. end
  298. act 'Eat a meal':
  299. cla & *clr
  300. act 'Stop eating': gt 'swamp_yard', 'fireside'
  301. act 'Eat jerky and trail mix':
  302. !gs 'food', 'snack'
  303. *clr
  304. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/jerky_mix.jpg"></center>'
  305. 'You munch on some dried meat and trail mix. Not a full hot meal by any means but it''s better than nothing'
  306. pcs_hydra -= 15
  307. if pcs_energy >= 85:
  308. fat += 1
  309. pcs_energy += 20
  310. else
  311. pcs_energy += 30
  312. end
  313. gs 'stat'
  314. end
  315. if meat_stew > 0:
  316. act 'Eat meat stew':
  317. gs 'food', 'm_meal'
  318. *clr
  319. meat_stew -= 1
  320. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/soup.jpg"></center>'
  321. *nl
  322. if pcs_energy >= 100:
  323. fat += 5
  324. 'After having a healthy serving of meat stew, you feel stuffed.'
  325. elseif pcs_energy >= 80:
  326. fat += 3
  327. pcs_energy += 40
  328. 'You force yourself to have another sip of the meat stew.'
  329. else
  330. fat += 1
  331. pcs_energy += 30
  332. 'You''re enjoing some warm meat stew. Just what you needed.'
  333. end
  334. if pcs_hydra >= 100:
  335. pcs_hydra += 10
  336. else
  337. pcs_hydra += 20
  338. end
  339. *nl
  340. if meat_stew > 0:
  341. 'There''s <<meat_stew>> '+iif(meat_stew > 1, 'servings','serving')+' of stew left in the pot'
  342. else
  343. 'You have finished the last of the stew, the pot is empty.'
  344. end
  345. gs 'stat'
  346. end
  347. end
  348. if mushroom_soup > 0:
  349. act 'Eat mushroom soup':
  350. gs 'food', 'm_meal'
  351. *clr
  352. mushroom_soup -= 1
  353. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/soup.jpg"></center>'
  354. *nl
  355. if pcs_energy >= 100:
  356. fat += 3
  357. 'After having a healthy serving of mushroom soup, you feel stuffed.'
  358. elseif pcs_energy >= 80:
  359. fat += 1
  360. pcs_energy += 30
  361. 'You force yourself to have another sip of the mushroom soup.'
  362. else
  363. pcs_energy += 20
  364. 'You''re enjoing some warm mushroom soup. Just what you needed.'
  365. end
  366. if pcs_hydra >= 100:
  367. pcs_hydra += 20
  368. else
  369. pcs_hydra += 40
  370. end
  371. *nl
  372. if mushroom_soup > 0:
  373. 'There''s <<mushroom_soup>> '+iif(mushroom_soup > 1, 'servings','serving')+' of soup left in the pot'
  374. else
  375. 'You have finished the last of the soup, the pot is empty.'
  376. end
  377. gs 'stat'
  378. end
  379. end
  380. if bilberry > 0:
  381. act 'Eat berries':
  382. *clr
  383. minut += 20
  384. pcs_energy += 10
  385. pcs_hydra += 10
  386. bilberry -= 1
  387. pcs_willpwr += 5
  388. pcs_health += 5
  389. pcs_mood += 10
  390. gs 'stat'
  391. '<center><img src="images/locations/gadukino/forest/bilberry.jpg"></center>'
  392. 'You ate a few berries.'
  393. end
  394. end
  395. end
  396. if alko > 8:
  397. gt 'hunter_interactions', 'drunken_blackout'
  398. end
  399. end
  400. !Auxilliary locations
  401. if $ARGS[0] = 'nearby_woods':
  402. gt 'swamp_woods'
  403. end
  404. if $ARGS[0] = 'daytime_flavor_events':
  405. if rand(1,50) = 1:
  406. gs 'swamp_yard', 'skirt_breeze'
  407. elseif rand(1,20) = 1:
  408. gs 'hunter_favors', 'housekeeping_request'
  409. elseif rand(1,25) = 1 and hunter_breakfast = 1 or hunter_lunch = 1 or hunters_drink = 1:
  410. gs 'hunter_ambient' , 'yard_convo'
  411. elseif rand(1, hunter_sexual_comfort / 4 + 2) = 1:
  412. gs 'hunter_interactions', 'naked_encounter'
  413. elseif rand(1,15) = 1:
  414. gs 'hunter_ambient', 'bring_food'
  415. end
  416. end
  417. if $ARGS[0] = 'nighttime_flavor_events':
  418. !TODO: Add stuff here
  419. end
  420. --- swamp_yard ---------------------------------