gadforest.tw 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996
  1. :: gadforest[mod mod_gad]
  2. <<set $here = 'gadforest'>>
  3. <<set $ARGS = $location_var[$here]>>
  4. <!-- !2021/05/05-->
  5. <<if $location_var[$here][0] == 'forest_edge'>>
  6. <!-- ! force Mira to stay here if Sveta brought Mira here by choice - temporarily overrides Miras schedule to not annoy the player-->
  7. <<set $Mira_Stay = iif($loc ! 'Miroslava', 1 , 0)>>
  8. <<set $clothesAtLocation = setup.func('lost_clothes_here','forest_edge')>>
  9. <<set $loc = 'gadforest'>>
  10. <<set $loc_arg = 'forest_edge'>>
  11. <<set $region = 'gad'>>
  12. <<set $location_type = 'secluded'>>
  13. <<set $menu_loc = 'gadforest'>>
  14. <<set $menu_arg = 'forest_edge'>>
  15. <<set $menu_off = 0>>
  16. <<set $forest_args1 = 'forest_edge'>>
  17. <<gs 'gadukino_event' 'sound'>>
  18. <h2>Edge of the Forest</h2>
  19. <<if $time.month >= 4 and $time.month <= 10>>
  20. <<if $time.hour >= 6 and $time.hour < 22>>
  21. <<image "locations/gadukino/forest/gadforest1.jpg">>
  22. You are at the edge of the forest. Mushrooms and berries grow here, and you can often find other people picking them.
  23. <<else>>
  24. <<image "locations/gadukino/forest/gadforest_night1.jpg">>
  25. You are at the edge of the forest. Night in the woods is scary and uncomfortable.
  26. <</if>>
  27. <<else>>
  28. <<if $time.hour >= 8 and $time.hour < 20>>
  29. <<image "locations/gadukino/forest/gadforest_winter1.jpg">>
  30. You are at the edge of the forest. The forest during wintertime is gorgeous.
  31. <<else>>
  32. <<image "locations/gadukino/forest/gadforest_winter_night1.jpg">>
  33. You are at the edge of the forest. Night in the woods during wintertime is terrifying and uncomfortable.
  34. <</if>>
  35. <</if>>
  36. <<gs 'gadforest' 'bushcraft' 'forest_edge'>>
  37. <<if $pc.skillLevel("bushcraft") < 20>>
  38. <font color="red">You don't know this part of the forest very well. You could get lost if you go any deeper into the woods.</font>
  39. <<else>>
  40. <font color="green">You are comfortable navigating this part of the forest and can adventure further into the woods if you want.</font>
  41. <</if>>
  42. <<if getvar("$clothesAtLocation") == 1>>
  43. <</if>>
  44. <<if getvar("$forestpicnic") == 1>>
  45. <<if $time.hour < 10 or $time.hour > 14>>
  46. <<set $forestpicnic = 0>>
  47. <<else>>
  48. On the edge of the forest, you see people. Apparently, they are having a family <<link "picnic">><<gt 'gadforest_event' 'picnic'>><</link>>.
  49. <</if>>
  50. <</if>>
  51. <<if $time.hour < 8 or $time.hour > 16 and getvar("$mushroom_pickers") != 0>>
  52. <<set $mushroom_pickers = 0>>
  53. You don't see or hear anyone picking mushrooms or berries in the forest right now.
  54. <<else>>
  55. <<if getvar("$mushroom_pickers") == 0>>
  56. You don't see or hear anyone picking mushrooms or berries in the forest right now.
  57. <<elseif getvar("$mushroom_pickers") == 1>>
  58. At the forest''s edge, you can see other people picking mushrooms and berries.
  59. <<elseif getvar("$mushroom_pickers") == 2>>
  60. You can hear people picking mushrooms and berries deeper in the forest.
  61. <</if>>
  62. <</if>>
  63. <<if getvar("$MiraLoc") == 3>>
  64. <<link "Mira">><<gt 'Miroslava'>><</link>> is here with you.
  65. <</if>>
  66. <<set $foresteventrand = rand(1,20)>>
  67. <!-- ! Events with Mira-->
  68. <<if getvar("$MiraLoc") == 3>>
  69. <<if $time.hour >= 11 and getvar("$Mira_Stay") == 0>>
  70. <<gs 'miroslava' 'miraclothes'>>
  71. <p>"$pc.name_nick, I'm going to head home now, but we can hang out again later," Mira said as she began walking out of the forest.</p>
  72. <!-- ! Allow the player to override Mira schedule to get events done with her, also so Mira cannot appear and disappear before the player can interact with her-->
  73. <<actCLA 'Convince her to stay with you'>>
  74. <<set $Mira_Stay = 1>>
  75. <<gt 'gadforest' 'forest_edge'>>
  76. <</actCLA>>
  77. <!-- ! Allow the player to let Mira continue on her schedule if they want to get events done on their own-->
  78. <<actCLA 'Say goodbye'>>
  79. <<set $MiraLoc = 0>>
  80. <<gt 'gadforest' 'forest_edge'>>
  81. <</actCLA>>
  82. <</if>>
  83. <<if getvar("$mirapickingtalk") == 0 and $miratalkday != $time.daystart>>
  84. <<gt 'gadforest_event' 'mira_picking_talk'>>
  85. <</if>>
  86. <<if getvar("$miranudetalk") == 0 and $miratalkday != $time.daystart>>
  87. <<gt 'gadforest_event' 'mira_nude_talk'>>
  88. <</if>>
  89. <!-- ! stripping requires there to be no picnic going on, to have clothes on, for there to be no clothes already abandoned at the forest_edge, between april and october and already talked to Mira about being naked in the forest-->
  90. <<if getvar("$forestpicnic") == 0 and $wardrobe.clothingworntype != 'nude' and getvar("$clothesAtLocation") == 0 and $time.month >= 4 and $time.month <= 10 and $time.hour >= 8 and $time.hour <= 20 and getvar("$miranudetalk") == 1 and $miratalkday != $time.daystart>>
  91. <<gt 'gadforest_event' 'mira_nude_event'>>
  92. <</if>>
  93. <!-- ! Events without Mira-->
  94. <<else>>
  95. <<if $npc('A60').known == 1 and getvar("$MiraLoc") != 3 and $time.hour >= 8 and $time.hour <= 10>>
  96. <<set $mirarand = rand(1,10)>>
  97. <<if getvar("$mirarand") >= 6>>
  98. <<set $MiraLoc = 3>> <<gt 'gadforest_event' 'mira_morning_walk'>>
  99. <</if>>
  100. <</if>>
  101. <<if getvar("$foresteventrand") <= 2 and $time.month >= 6 and $time.month <= 9 and $time.hour >= 8 and $time.hour <= 16 and $mushroom_pickersday != $time.daystart>>
  102. <<set $mushroom_pickers = 1>> <<gt 'gadforest_event' 'mushroom_pickers1'>>
  103. <</if>>
  104. <<if getvar("$foresteventrand") <= 4 and $time.month >= 6 and $time.month <= 9 and $time.hour >= 8 and $time.hour <= 16 and $mushroom_pickersday != $time.daystart>>
  105. <<set $mushroom_pickers = 2>> <<gt 'gadforest_event' 'mushroom_pickers2'>>
  106. <</if>>
  107. <<if getvar("$foresteventrand") == 5 and $time.month >= 6 and $time.month <= 9 and $time.hour >= 10 and $time.hour <= 14 and $weather.temperature >= 10 and !$weather.isRaining and $time.weekday > 5 and getvar("$forestpicnic") == 0>>
  108. <<set $forestpicnic = 1>> <<gt 'gadforest_event' 'picnic'>>
  109. <</if>>
  110. <</if>>
  111. <!-- ! Events with or without Mira-->
  112. <<if getvar("$foresteventrand") <= 8 and $time.hour >= 8 and $time.hour <= 20 and $time.month >= 4 and $time.month <= 10 and $gadboyday != $time.daystart>>
  113. <<if $mitkaday != $time.daystart>>
  114. <<if getvar("$MiraLoc") == 3>>
  115. <<gt 'gadforest_event' 'mitka_temporary_event'>>
  116. <</if>>
  117. <!-- ! gt 'mitka_forest_1', 'mitka'-->
  118. <!-- !elseif kolyambaday ! daystart:-->
  119. <!-- ! gt 'mitka_forest_1', 'kolyamba'-->
  120. <!-- !elseif vasyanday ! daystart:-->
  121. <!-- ! gt 'mitka_forest_1', 'vasyan'-->
  122. <</if>>
  123. <</if>>
  124. <!-- !if foresteventrand = 9 and hour >= 8 and hour <= 20 and month >= 4 and month <= 10 and gadboyday ! daystart:-->
  125. <!-- ! if mitkaday ! daystart and kolyambaday ! daystart:-->
  126. <!-- ! gt 'mitka_forest_2', '1'-->
  127. <!-- ! elseif mitkaday ! daystart and vasyanday ! daystart:-->
  128. <!-- ! gt 'mitka_forest_2', '2'-->
  129. <!-- ! elseif kolyambaday ! daystart and vasyanday ! daystart:-->
  130. <!-- ! gt 'mitka_forest_2', '3'-->
  131. <!-- ! elseif mitkaday ! daystart:-->
  132. <!-- ! gt 'mitka_forest_1', 'mitka'-->
  133. <!-- ! elseif kolyambaday ! daystart:-->
  134. <!-- ! gt 'mitka_forest_1', 'kolyamba'-->
  135. <!-- ! elseif vasyanday ! daystart:-->
  136. <!-- ! gt 'mitka_forest_1', 'vasyan'-->
  137. <!-- ! end-->
  138. <!-- !end-->
  139. <!-- !if forest_eventrand = 10 and hour >= 8 and hour <= 20 and month >= 4 and month <= 10 and gadboyday ! daystart:-->
  140. <!-- ! if mitkaday ! daystart and kolyambaday ! daystart and vasyanday ! daystart:-->
  141. <!-- ! gt 'mitka_forest_3'-->
  142. <!-- ! elseif mitkaday ! daystart and kolyambaday ! daystart:-->
  143. <!-- ! gt 'mitka_forest_2', '1'-->
  144. <!-- ! elseif mitkaday ! daystart and vasyanday ! daystart:-->
  145. <!-- ! gt 'mitka_forest_2', '2'-->
  146. <!-- ! elseif kolyambaday ! daystart and vasyanday ! daystart:-->
  147. <!-- ! gt 'mitka_forest_2', '3'-->
  148. <!-- ! elseif mitkaday ! daystart:-->
  149. <!-- ! gt 'mitka_forest_1', 'mitka'-->
  150. <!-- ! elseif kolyambaday ! daystart:-->
  151. <!-- ! gt 'mitka_forest_1', 'kolyamba'-->
  152. <!-- ! elseif vasyanday ! daystart:-->
  153. <!-- ! gt 'mitka_forest_1', 'vasyan'-->
  154. <!-- ! end-->
  155. <!-- !end-->
  156. <<actCLA 'Leave the woods (0:15)'>>
  157. <!-- ! Allow Mira to continue on her schedule as normal if the player was keeping her here for events-->
  158. <<if getvar("$MiraLoc") == 3>>
  159. <<set $Mira_Stay = 0>>
  160. <<set $MiraLoc = 0>>
  161. <</if>>
  162. <!-- ! Naked event when leaving forest-->
  163. <<if $wardrobe.clothingworntype == 'nude'>>
  164. <<set $menu_off = 1>>
  165. <<if $time.hour >= 6 and $time.hour < 22>>
  166. <<if rand(0,10) > 5>>
  167. <<image "locations/gadukino/forest/gadukino_nude.jpg">>
  168. <<else>>
  169. <<image "locations/gadukino/forest/gadukino_back.jpg">>
  170. <</if>>
  171. <<else>>
  172. <<if rand(0,10) > 5>>
  173. <<image "locations/gadukino/forest/gadukino_nude_night.jpg">>
  174. <<else>>
  175. <<image "locations/gadukino/forest/gadukino_back_night.jpg">>
  176. <</if>>
  177. <</if>>
  178. <!-- ! clothes ripped apart in the woods or swamp-->
  179. <<if getvar("$gadforest_clothestorn") == 1>>
  180. <<set $gadforest_clothestorn = 0>>
  181. Your clothes were torn to shreds in the woods, leaving you with no choice but to head back home naked.
  182. You try your best to stay in the shadows as you move towards your grandparents'' house as stealthily as possible.
  183. <!-- ! clothes are here-->
  184. <<elseif getvar("$clothesAtLocation") == 1>>
  185. You leave your clothes behind and sneak home naked, purely for the thrill.
  186. You try your best to stay in the shadows as you move towards your grandparents'' house as stealthily as possible.
  187. <!-- ! no clothes here-->
  188. <<elseif getvar("$clothesAtLocation") == 0>>
  189. You seem to have misplaced your clothes, leaving you with no choice but to head back home naked. You wonder where you might have left your clothes.
  190. You try your best to stay in the shadows as you move towards your grandparents'' house as stealthily as possible.
  191. <</if>>
  192. <!-- ! Allow schoolgirl player to leave naked but go straight back home-->
  193. <!-- ! Non-schoolgirls will just find a random sweatshirt to put on - it is the same everytime but walking around naked in the village is not implemented yet-->
  194. <<actCLA 'Go back to Gadukino naked'>>
  195. <<run $pc.skillExperienceGain('inhibition',rand(1,3))>>
  196. <<arouse 'flash' 5 >>
  197. <<if getvar("$grandmaQW['block']") == 0>>
  198. <<if $time.hour >= 10 and $time.hour < 16 and $time.month >= 4 and $time.month <= 10>>
  199. <<set $forestcaughtrand = rand(4,10)>>
  200. <<elseif $time.hour >= 6 and $time.hour < 20 and $time.month >= 4 and $time.month <= 10>>
  201. <<set $forestcaughtrand = rand(2,8)>>
  202. <<else>>
  203. <<set $forestcaughtrand = rand(0,6)>>
  204. <</if>>
  205. <<if getvar("$forestcaughtrand") >= 9>>
  206. <<setinit $grandmaQW['nudity_trouble'] += rand(7,10)>>
  207. <<image "locations/gadukino/forest/gadukino_old_woman.jpg">>
  208. You've been spotted walking home naked by all the village''s women. So, naturally, they scold you as you walk by. Your grandparents are definitely going to find out about this.
  209. <<elseif getvar("$forestcaughtrand") >= 7>>
  210. <<setinit $grandmaQW['nudity_trouble'] += rand(4,6)>>
  211. <<image "locations/gadukino/forest/gadukino_old_woman#.jpg" 1 5>>
  212. You've been spotted walking home naked by a woman from the village. You hope she doesn''t tell your grandmother.
  213. <<elseif getvar("$forestcaughtrand") >= 5>>
  214. <<setinit $grandmaQW['nudity_trouble'] += rand(1,3)>>
  215. <<image "locations/gadukino/forest/gadukino_old_man#.jpg" 1 5>>
  216. You've been spotted walking home naked by a man from the village. You hope he doesn''t tell your grandfather.
  217. <<else>>
  218. <<setinit $grandmaQW['nudity_trouble'] += rand(0,1)>>
  219. <<image "locations/gadukino/grandparents/gaddvor_nude.jpg">>
  220. No one saw you outside naked, but there''s a thrill in almost getting caught.
  221. <</if>>
  222. <<actCLA 'Continue home to your grandparents (0:30)'>>
  223. <<set $time.minutes += 30>>
  224. <<gt 'gaddvor'>>
  225. <</actCLA>>
  226. <<else>>
  227. <<run $wardrobe.wear('gm_outfit_2')>>
  228. <<if getvar("$CloSkirtShortness") == 0>>
  229. <<image "locations/gadukino/forest/nudeforest.jpg">>
  230. <</if>>
  231. <<if getvar("$CloSkirtShortness") > 0>>
  232. <<image "locations/gadukino/forest/nudeforest1.#.jpg" 1 2>>
  233. <</if>>
  234. You begin to panic a little. You have nowhere to go and no one to help you. You are stuck naked in the woods.
  235. As you look around frantically, you spot a sweatshirt someone must have lost. You quickly put it on, thinking about how lucky you are.
  236. <<actCLA 'Leave (0:15)'>>
  237. <<set $time.minutes += 15>>
  238. <<gt 'gadroad'>>
  239. <</actCLA>>
  240. <</if>>
  241. <</actCLA>>
  242. <!-- ! last chance for player to choose to get dressed-->
  243. <<if getvar("$clothesAtLocation") == 1>>
  244. <<actCLA 'Get dressed instead'>>
  245. <<set $time.minutes += 5>>
  246. <<gs 'clothing' 'swamp_clothes' 0>>
  247. <<gs 'underwear' 'wear'>>
  248. <<gs 'clothing' 'recover_lost_clothes' 'forest_edge' 1>>
  249. <<if getvar("$CloSkirtShortness") == 0>>
  250. <<image "locations/gadukino/forest/nudeforest.jpg">>
  251. <</if>>
  252. <<if getvar("$CloSkirtShortness") > 0>>
  253. <<image "locations/gadukino/forest/nudeforest1.#.jpg" 1 2>>
  254. <</if>>
  255. You decide to change back into your clothes rather than try to get home through the village naked.
  256. <<actCLA 'Leave (0:15)'>>
  257. <<set $time.minutes += 15>>
  258. <<gt 'gadroad'>>
  259. <</actCLA>>
  260. <</actCLA>>
  261. <</if>>
  262. <!-- ! hessian sack from hunters is not allowed to leave the woods it is only supposed to be a temporary item-->
  263. <<elseif getvar("$swamp_clothes") == 1>>
  264. You cannot leave the woods wearing your current clothing. Therefore, you should pick up your clothes and get dressed or risk leaving naked.
  265. <<else>>
  266. <<set $time.minutes += 15>>
  267. <<gt 'gadroad'>>
  268. <</if>>
  269. <</actCLA>>
  270. <!-- ! Sveta cannot travel further into the forest if Mira is here at the forest with Sveta-->
  271. <<if getvar("$MiraLoc") != 3>>
  272. <<actCLA 'Walk further into the forest (0:15)'>>
  273. <<set $time.minutes += 15>> <<gt 'gadforest' 'forest_outskirts'>>
  274. <</actCLA>>
  275. <</if>>
  276. <<gs 'bicycle' 'gadforest'>>
  277. <!-- ! Sveta can go to the Meadow if she has discovered it and bring Mira too if she is allowed-->
  278. <<if (getvar("$meadow") > 0 and getvar("$MiraLoc") != 3)>>
  279. <<actCLA 'Walk to the meadow (0:20)'>>
  280. <<set $time.minutes += 20>> <<gt 'meadow'>>
  281. <</actCLA>>
  282. <<elseif ((getvar("$meadow") == 3 or (getvar("$meadow") == 6 and $npc('A60').QW >= 3)) and getvar("$MiraLoc") == 3)>>
  283. <<actCLA 'Walk to the meadow with Mira (0:20)'>>
  284. <<set $time.minutes += 20>> <<set $MiraLoc = 2>> <<gt 'meadow'>>
  285. <</actCLA>>
  286. <</if>>
  287. <!-- ! Can travel directly to the hunters cabin if Sveta has been there before, knows the hunters, and Mira is not here at the forest with Sveta-->
  288. <<if getvar("$hunterscabin") == 1 and getvar("$hunters_were_met") == 1 and getvar("$MiraLoc") != 3>>
  289. <<actCLA 'Walk to the hunters cabin (1:00)'>>
  290. <!-- ! daytime chance to get stuck in swamp - use bike to get there 100% of the time-->
  291. <<if $time.hour >= 6 and $time.hour <= 22>>
  292. <<gt 'swamp' 'stuck'>>
  293. <!-- ! nighttime chased by wolves - Sveta probably should not be roaming the forest at this time-->
  294. <<else>>
  295. <<gt 'gadforestlost' 'wolves' 'forest_edge'>>
  296. <</if>>
  297. <</actCLA>>
  298. <</if>>
  299. <!-- ! tree circle teleportation for magic users - only found at the edge of the forest-->
  300. <<gs 'treeCircEntry' 'GadForest'>>
  301. <!-- ! the generic actions for the different parts of the forest are so similar that they are all stored in their own gosubs so the code is not duplicated-->
  302. <<gs 'gadforest' 'stripping'>>
  303. <<gs 'gadforest' 'dressing'>>
  304. <<gs 'gadforest' 'walking'>>
  305. <<gs 'gadforest' 'picking'>>
  306. <<gs 'camera' 'check_location'>>
  307. <</if>>
  308. <<if $location_var[$here][0] == 'forest_outskirts'>>
  309. <<set $clothesAtLocation = setup.func('lost_clothes_here','forest_outskirts')>>
  310. <<set $loc = 'gadforest'>>
  311. <<set $loc_arg = 'forest_outskirts'>>
  312. <<set $location_type = 'secluded'>>
  313. <<set $region = 'gad_forest'>>
  314. <<set $menu_loc = 'gadforest'>>
  315. <<set $menu_arg = 'forest_outskirts'>>
  316. <<set $menu_off = 0>>
  317. <<set $forest_args1 = 'forest_outskirts'>>
  318. <<gs 'gadukino_event' 'sound'>>
  319. <h2>Forest Outskirts</h2>
  320. <<if $time.month >= 4 and $time.month <= 10>>
  321. <<if $time.hour >= 6 and $time.hour < 22>>
  322. <<image "locations/gadukino/forest/gadforest2.jpg">>
  323. You are in the forest. The fresh air and singing birds light up your soul with joy.
  324. <<else>>
  325. <<image "locations/gadukino/forest/gadforest_night2.jpg">>
  326. You are in the forest. Night in the woods is scary and uncomfortable.
  327. <</if>>
  328. <<else>>
  329. <<if $time.hour >= 8 and $time.hour < 20>>
  330. <<image "locations/gadukino/forest/gadforest_winter2.jpg">>
  331. You are in the forest. The forest in the winter is stunning, and the fresh air makes you happy.
  332. <<else>>
  333. <<image "locations/gadukino/forest/gadforest_winter_night2.jpg">>
  334. You are in the forest. Night in the woods during wintertime is horrifying and uncomfortable.
  335. <</if>>
  336. <</if>>
  337. <<gs 'gadforest' 'bushcraft' 'forest_outskirts'>>
  338. <<if $pc.skillLevel("bushcraft") < 30>>
  339. <font color="red">You don't know this part of the forest very well. You could get lost if you go any deeper into the woods.</font>
  340. <<else>>
  341. <font color="green">You are comfortable navigating this part of the forest and can adventure further into the woods if you want.</font>
  342. <</if>>
  343. <<if getvar("$clothesAtLocation") == 1>>
  344. <</if>>
  345. <<if $time.hour < 8 or $time.hour > 16>>
  346. <<set $mushroom_pickers = 0>>
  347. You don't see or hear anyone picking mushrooms or berries in the forest right now.
  348. <<else>>
  349. <<if getvar("$mushroom_pickers") == 0>>
  350. You don't see or hear anyone picking mushrooms or berries in the forest right now.
  351. <<elseif getvar("$mushroom_pickers") == 1>>
  352. You can hear others picking mushrooms and berries at the forest''s edge.
  353. <<elseif getvar("$mushroom_pickers") == 2>>
  354. You can see people picking mushrooms and berries here on the outskirts of the forest.
  355. <</if>>
  356. <</if>>
  357. <<set $foresteventrand = rand(1,20)>>
  358. <<if getvar("$foresteventrand") <= 2 and $time.month >= 6 and $time.month <= 9 and $time.hour >= 8 and $time.hour <= 16 and $mushroom_pickersday != $time.daystart>>
  359. <<set $mushroom_pickers = 2>> <<gt 'gadforest_event' 'mushroom_pickers1'>>
  360. <</if>>
  361. <<if getvar("$foresteventrand") <= 4 and $time.month >= 6 and $time.month <= 9 and $time.hour >= 8 and $time.hour <= 16 and $mushroom_pickersday != $time.daystart>>
  362. <<set $mushroom_pickers = 2>> <<gt 'gadforest_event' 'mushroom_pickers3'>>
  363. <</if>>
  364. <<if getvar("$foresteventrand") == 5 and $time.month >= 4 and $time.month <= 10 and (($time.hour >= 6 and $time.hour < 12) or ($time.hour >= 14 and $time.hour < 18))>>
  365. <<gt 'gadforest_event' 'forest_hunters' 'forest_outskirts'>>
  366. <</if>>
  367. <<actCLA 'Head back out of the forest (0:15)'>>
  368. <<set $time.minutes += 15>> <<gt 'gadforest' 'forest_edge'>>
  369. <</actCLA>>
  370. <<actCLA 'Walk further into the forest (0:15)'>>
  371. <<set $time.minutes += 15>> <<gt 'gadforest' 'forest_center'>>
  372. <</actCLA>>
  373. <!-- ! the generic actions for the different parts of the forest are so similar that they are all stored in their own gosubs so the code is not duplicated-->
  374. <<gs 'gadforest' 'stripping'>>
  375. <<gs 'gadforest' 'dressing'>>
  376. <<gs 'gadforest' 'walking'>>
  377. <<gs 'gadforest' 'picking'>>
  378. <</if>>
  379. <<if $location_var[$here][0] == 'forest_center'>>
  380. <<set $clothesAtLocation = setup.func('lost_clothes_here','forest_center')>>
  381. <<set $loc = 'gadforest'>>
  382. <<set $loc_arg = 'forest_center'>>
  383. <<set $region = 'gad_forest'>>
  384. <<set $location_type = 'secluded'>>
  385. <<set $menu_loc = 'gadforest'>>
  386. <<set $menu_arg = 'forest_center'>>
  387. <<set $menu_off = 0>>
  388. <<set $forest_args1 = 'forest_center'>>
  389. <<gs 'gadukino_event' 'sound'>>
  390. <h2>Deep Forest</h2>
  391. <<if $time.month >= 4 and $time.month <= 10>>
  392. <<if $time.hour >= 6 and $time.hour < 22>>
  393. <<image "locations/gadukino/forest/gadforest3.jpg">>
  394. You are deep in the forest. The fresh air and singing birds light up your soul with joy.
  395. <<else>>
  396. <<image "locations/gadukino/forest/gadforest_night3.jpg">>
  397. You are deep in the forest. Night in the woods is scary and uncomfortable.
  398. <</if>>
  399. <<else>>
  400. <<if $time.hour >= 8 and $time.hour < 20>>
  401. <<image "locations/gadukino/forest/gadforest_winter3.jpg">>
  402. You are deep in the forest. The forest in the winter is magnificent. The fresh air makes you happy.
  403. <<else>>
  404. <<image "locations/gadukino/forest/gadforest_winter_night3.jpg">>
  405. You are deep in the forest. Night in the woods during wintertime is terrifying and uncomfortable.
  406. <</if>>
  407. <</if>>
  408. <<gs 'gadforest' 'bushcraft' 'forest_center'>>
  409. <<if $pc.skillLevel("bushcraft") < 40>>
  410. <font color="red">You don't know this part of the forest very well. You could get lost if you go any deeper into the woods.</font>
  411. <<else>>
  412. <font color="green">You are comfortable navigating this part of the forest and can venture further into the woods if you want.</font>
  413. <</if>>
  414. <<if getvar("$clothesAtLocation") == 1>>
  415. <</if>>
  416. <<if $time.hour < 8 or $time.hour > 16>>
  417. <<set $mushroom_pickers = 0>>
  418. You don't see or hear anyone picking mushrooms or berries in the forest right now.
  419. <<else>>
  420. <<if getvar("$mushroom_pickers") == 0>>
  421. You don't see or hear anyone picking mushrooms or berries in the forest right now.
  422. <<elseif getvar("$mushroom_pickers") == 1>>
  423. You can hear people picking mushrooms and berries at the forest''s edge.
  424. <<elseif getvar("$mushroom_pickers") == 2>>
  425. You can hear people picking mushrooms and berries on the outskirts of the forest.
  426. <</if>>
  427. <</if>>
  428. <<set $foresteventrand = rand(1,20)>>
  429. <<if getvar("$foresteventrand") <= 2 and $time.month >= 6 and $time.month <= 9>>
  430. <<gt 'gadforest_event' 'basket'>>
  431. <</if>>
  432. <<if getvar("$foresteventrand") <= 3 and $time.month >= 6 and $time.month <= 9>>
  433. <<gt 'gadforest_event' 'bilberry'>>
  434. <</if>>
  435. <<if getvar("$foresteventrand") <= 4 and $time.month >= 6 and $time.month <= 9>>
  436. <<gt 'gadforest_event' 'mushroom'>>
  437. <</if>>
  438. <<if getvar("$foresteventrand") == 5 and $time.month >= 4 and $time.month <= 10 and (($time.hour >= 6 and $time.hour < 12) or ($time.hour >= 14 and $time.hour < 18))>>
  439. <<gt 'gadforest_event' 'forest_hunters' 'forest_center'>>
  440. <</if>>
  441. <<actCLA 'Head back out of the forest (0:15)'>>
  442. <<set $time.minutes += 15>> <<gt 'gadforest' 'forest_outskirts'>>
  443. <</actCLA>>
  444. <<actCLA 'Walk further into the swamp (0:15)'>>
  445. <<set $time.minutes += 15>> <<gt 'swamp' 'start'>>
  446. <</actCLA>>
  447. <!-- ! the generic actions for the different parts of the forest are so similar that they are all stored in their own gosubs so the code is not duplicated-->
  448. <<gs 'gadforest' 'stripping'>>
  449. <<gs 'gadforest' 'dressing'>>
  450. <<gs 'gadforest' 'walking'>>
  451. <<gs 'gadforest' 'picking'>>
  452. <</if>>
  453. <!-- ! this gs handles the bushcraft increases, clothing degradation, and getting lost in the forest-->
  454. <!-- ! $larg(1) - location of forest where this is called from-->
  455. <!-- ! Example: gs 'gadforest', 'bushcraft', 'forest_edge'-->
  456. <<if $location_var[$here][0] == 'bushcraft'>>
  457. <!-- ! bushcraft_rand - the max amount of bushcraft exp that can be gained from an action in an area of the forest-->
  458. <!-- ! bushcraft_limit - the max amount bushcraft can be naturally raised to by visiting an area of the forest-->
  459. <!-- ! bushcraft_lost - bushcraft needed to no longer get lost when visiting an area of the forest-->
  460. <!-- ! torncloth_high_bushcraft - chance of tearing clothes with high bushcraft when visiting an area of the forest-->
  461. <!-- ! torncloth_low_bushcraft - chance of tearing clothes with low bushcraft when visiting an area of the forest-->
  462. <<if $location_var[$here][1] == 'forest_edge'>>
  463. <<set $bushcraft_rand = 1>>
  464. <<set $bushcraft_limit = 20>>
  465. <!-- ! Sveta cannot get lost at the forest_edge part of the forest anymore-->
  466. <<set $bushcraft_lost = 10>>
  467. <<set $torncloth_high_bushcraft = 10>>
  468. <<set $torncloth_low_bushcraft = 9>>
  469. <<elseif $location_var[$here][1] == 'forest_outskirts'>>
  470. <<set $bushcraft_rand = 2>>
  471. <<set $bushcraft_limit = 30>>
  472. <<set $bushcraft_lost = 20>>
  473. <<set $torncloth_high_bushcraft = 9>>
  474. <<set $torncloth_low_bushcraft = 7>>
  475. <<elseif $location_var[$here][1] == 'forest_center'>>
  476. <<set $bushcraft_rand = 3>>
  477. <<set $bushcraft_limit = 40>>
  478. <<set $bushcraft_lost = 30>>
  479. <<set $torncloth_high_bushcraft = 8>>
  480. <<set $torncloth_low_bushcraft = 5>>
  481. <<elseif $location_var[$here][1] == 'swamp_woods'>>
  482. <<set $bushcraft_rand = 4>>
  483. <<set $bushcraft_limit = 50>>
  484. <!-- ! Sveta cannot get lost at the swamp_woods part of the forest either-->
  485. <<set $bushcraft_lost = 10>>
  486. <<set $torncloth_high_bushcraft = 7>>
  487. <<set $torncloth_low_bushcraft = 3>>
  488. <</if>>
  489. <!-- ! most annoying part of the old forest code was how difficult it was to do anything without getting lost and having your clothes destroyed quickly-->
  490. <!-- ! the new pcs_bushcraft stat will now help Sveta keep her clothes intact longer and it is much less grindy than the old goforest variable for navigating the forest-->
  491. <!-- ! also if Sveta meets the hunters they can help her raise this stat as well but it will go up naturally too from just visiting the forest every day-->
  492. <!-- ! if Sveta raises bushcraft with the hunters then she will get to a point where she no longer get lost in the forest since there is no cap on bushcraft when learning from them-->
  493. <<set $ripclothesrand = rand(1,10)>>
  494. <<if $pc.skillLevel("bushcraft") < $bushcraft_limit>>
  495. <!-- ! use the higher chance of ripping clothes when Sveta has lower bushcraft-->
  496. <<if $ripclothesrand >= $torncloth_low_bushcraft>>
  497. <<gs 'gadforest' 'torncloth'>>
  498. <</if>>
  499. <!-- ! bushcraft exp gained is random to keep it from increasing too fast-->
  500. <<if rand(0,1) == 0>>
  501. <<run $pc.skillExperienceGain('bushcraft',rand(1,bushcraft_rand))>>
  502. <</if>>
  503. <<else>>
  504. <!-- ! use the lower chance of ripping clothes when Sveta has higher bushcraft-->
  505. <<if $ripclothesrand >= $torncloth_high_bushcraft>>
  506. <<gs 'gadforest' 'torncloth'>>
  507. <</if>>
  508. <</if>>
  509. <!-- ! decide if Sveta is now lost as Sveta raises her bushcraft her chances of getting lost decreases-->
  510. <<if $pc.skillLevel("bushcraft") < $bushcraft_lost>>
  511. <<set $lostrand = rand(1,bushcraft_lost)>>
  512. <<set $forest_lostday = $time.daystart>>
  513. <<if $pc.skillLevel("bushcraft") < $lostrand>>
  514. <<set $lost_girl = 1>> <<gt 'gadforestlost' $location_var[$here][1]>>
  515. <</if>>
  516. <</if>>
  517. <</if>>
  518. <!-- ! this gs handles the actual degradation and removal of clothes from Sveta in the forest-->
  519. <!-- ! this should only be called from inside of gs 'gadforest', 'bushcraft'-->
  520. <<if $location_var[$here][0] == 'torncloth'>>
  521. <<if $wardrobe.clothingworntype != 'nude'>>
  522. <<if ($wardrobe.PCloThinness == 1 or $wardrobe.PCloSkirt > 0) and $wardrobe.PCloQuality < 5>>
  523. <!-- !skirts, not fit, and not high-class enough by illume-->
  524. <font color="red">Your clothes get caught on some brush and tear slightly.</font>
  525. <!-- FAILED TO CONVERT
  526. dynamic $wardrobe.clothingworntype + '_h[<<clothingwornnumber>>] -= 1'
  527. -----
  528. <<set dynamic $wardrobe.clothingworntype + '_h[ERROR: FAILED TO CONVERT LITERAL: """<<clothingwornnumber>>"""] -= 1'>>
  529. -->
  530. <<warn "CONVERSION ERROR ff69aad628cff52357cf670c55186d14">>
  531. <!-- !add remove clothes if worn out-->
  532. <<if State.getVar('$'+$wardrobe.clothingworntype+'_h['+clothingwornnumber+']') <= 0>>
  533. <font color="red">Your clothes were barely holding together, but now they have fallen apart completely. You discard the remains and are left naked.</font>
  534. <<set $gadforest_clothestorn = 1>>
  535. <<gs 'clothing' 'strip' 'gadforest'>>
  536. <</if>>
  537. <</if>>
  538. <</if>>
  539. <</if>>
  540. <!-- ! this gs handles stripping for Sveta in the various locations of the forest-->
  541. <!-- ! $forest_args1 - location of forest where this is called from-->
  542. <!-- ! Example: gs 'gadforest', 'stripping'-->
  543. <<if $location_var[$here][0] == 'stripping'>>
  544. <!-- ! stripping requires there to be no picnic going on, to have clothes on, for there to be no clothes already abandoned at the current location, between april and october and lowered inhibitions or higher exhibitionism-->
  545. <<if $wardrobe.clothingworntype != 'nude' and getvar("$clothesAtLocation") == 0 and $time.month >= 4 and $time.month <= 10 and $time.hour >= 6 and $time.hour < 22 and ($pc.pcs_inhib >= 25 or getvar("$exhibitionist_lvl") > 1)>>
  546. <!-- ! Mira only goes to the forest edge-->
  547. <<if getvar("$MiraLoc") == 3 and $forest_args1 == 'forest_edge'>>
  548. <!-- ! stripping with Mira requires completing talking to her about it already and doing their nude event in the forest already-->
  549. <<if getvar("$miranudetalk") == 2>>
  550. <<actCLA 'Strip Naked with Mira (0:05)'>>
  551. <<set $menu_off = 1>>
  552. <<set $time.minutes += 5>>
  553. <<if $pc.pcs_inhib < 50>>
  554. <<run $pc.skillExperienceGain('inhibition',rand(1,3))>>
  555. <</if>>
  556. <<if getvar("$swamp_clothes") == 0>>
  557. <<gs 'clothing' 'strip_all' $forest_args1>>
  558. <<elseif getvar("$swamp_clothes") == 1>>
  559. <<gs 'clothing' 'strip_all' 'gadforest'>>
  560. <<gs 'clothing' 'swamp_clothes' 0>>
  561. <</if>>
  562. <<arouse 'flash' 5 >>
  563. <<image "characters/gadukino/mira/miraforest6.jpg">>
  564. You and Mira quickly get undressed, leaving your clothes in a neat pile on the ground.
  565. <<actCLA 'Continue'>>
  566. <<gt 'gadforest' $forest_args1>>
  567. <</actCLA>>
  568. <</actCLA>>
  569. <</if>>
  570. <<else>>
  571. <!-- ! picnic blocks being naked at the forest edge but not other parts of the forest-->
  572. <<if (getvar("$forestpicnic") == 0 and $forest_args1 == 'forest_edge') or $forest_args1 != 'forest_edge'>>
  573. <<actCLA 'Strip Naked (0:05)'>>
  574. <<set $menu_off = 1>>
  575. <<set $time.minutes += 5>>
  576. <<if $pc.pcs_inhib < 50>>
  577. <<run $pc.skillExperienceGain('inhibition',rand(1,3))>>
  578. <</if>>
  579. <<if getvar("$swamp_clothes") == 0>>
  580. <<gs 'clothing' 'strip_all' $forest_args1>>
  581. <<elseif getvar("$swamp_clothes") == 1>>
  582. <<gs 'clothing' 'strip_all' 'gadforest'>>
  583. <<gs 'clothing' 'swamp_clothes' 0>>
  584. <</if>>
  585. <<if getvar("$CloSkirtShortness") == 0>>
  586. <<image "locations/gadukino/forest/nudeforest.jpg">>
  587. <</if>>
  588. <<if getvar("$CloSkirtShortness") > 0>>
  589. <<image "locations/gadukino/forest/nudeforest1.#.jpg" 1 2>>
  590. <</if>>
  591. You quickly get undressed, leaving your clothes in a neat pile on the ground.
  592. <<if $forest_args1 == 'swamp_woods'>>
  593. <<act 'Continue'>>
  594. <<gt 'swamp_woods' 'start'>>
  595. <</act>>
  596. <<else>>
  597. <<actCLA 'Continue'>>
  598. <<gt 'gadforest' $forest_args1>>
  599. <</actCLA>>
  600. <</if>>
  601. <</actCLA>>
  602. <</if>>
  603. <</if>>
  604. <</if>>
  605. <</if>>
  606. <!-- ! this gs handles dressing for Sveta in the various locations of the forest-->
  607. <!-- ! $forest_args1 - location of forest where this is called from-->
  608. <!-- ! Example: gs 'gadforest', 'dressing'-->
  609. <<if $location_var[$here][0] == 'dressing'>>
  610. <!-- ! code for different variations of getting dressed or dealing with clothes left in the forest-->
  611. <<if getvar("$clothesAtLocation") == 1>>
  612. <<if $wardrobe.clothingworntype == 'nude'>>
  613. <<actCLA 'Get dressed (0:05)'>>
  614. <<set $menu_off = 1>>
  615. <<set $time.minutes += 5>>
  616. <<gs 'clothing' 'swamp_clothes' 0>>
  617. <<gs 'underwear' 'wear'>>
  618. <<gs 'clothing' 'recover_lost_clothes' $forest_args1 1>>
  619. <<if getvar("$CloSkirtShortness") == 0>>
  620. <<image "locations/gadukino/forest/nudeforest.jpg">>
  621. <</if>>
  622. <<if getvar("$CloSkirtShortness") > 0>>
  623. <<image "locations/gadukino/forest/nudeforest1.#.jpg" 1 2>>
  624. <</if>>
  625. You change back into your clothes.
  626. <<if $forest_args1 == 'swamp_woods'>>
  627. <<act 'Continue'>>
  628. <<gt 'swamp_woods' 'start'>>
  629. <</act>>
  630. <<else>>
  631. <<actCLA 'Continue'>>
  632. <<gt 'gadforest' $forest_args1>>
  633. <</actCLA>>
  634. <</if>>
  635. <</actCLA>>
  636. <<elseif $wardrobe.clothingworntype != 'nude'>>
  637. <!-- ! hessian sack from hunters is not allowed to leave the woods it is only supposed to be a temporary item-->
  638. <<if $wardrobe.clothingworntype == 'misc_oufits' and $wardrobe.clothingwornnumber == 1>>
  639. <<actCLA 'Wear your abandoned clothing (0:05)'>>
  640. <<set $menu_off = 1>>
  641. <<set $time.minutes += 5>>
  642. <<gs 'clothing' 'swamp_clothes' 0>>
  643. <<gs 'underwear' 'wear'>>
  644. <<gs 'clothing' 'recover_lost_clothes' $forest_args1 1>>
  645. <<if getvar("$CloSkirtShortness") == 0>>
  646. <<image "locations/gadukino/forest/nudeforest.jpg">>
  647. <</if>>
  648. <<if getvar("$CloSkirtShortness") > 0>>
  649. <<image "locations/gadukino/forest/nudeforest1.#.jpg" 1 2>>
  650. <</if>>
  651. You wear your abandoned clothing and get rid of the hessian sack the hunters gave you.
  652. <<if $forest_args1 == 'swamp_woods'>>
  653. <<act 'Continue'>>
  654. <<gt 'swamp_woods' 'start'>>
  655. <</act>>
  656. <<else>>
  657. <<actCLA 'Continue'>>
  658. <<gt 'gadforest' $forest_args1>>
  659. <</actCLA>>
  660. <</if>>
  661. <</actCLA>>
  662. <<else>>
  663. <<actCLA 'Pick up your abandoned clothing (0:05)'>>
  664. <<set $menu_off = 1>>
  665. <<set $time.minutes += 5>>
  666. <<gs 'clothing' 'swamp_clothes' 0>>
  667. <<gs 'underwear' 'wear'>>
  668. <<gs 'clothing' 'recover_lost_clothes' $forest_args1>>
  669. You pick up your abandoned clothing.
  670. <<if $forest_args1 == 'swamp_woods'>>
  671. <<act 'Continue'>>
  672. <<gt 'swamp_woods' 'start'>>
  673. <</act>>
  674. <<else>>
  675. <<actCLA 'Continue'>>
  676. <<gt 'gadforest' $forest_args1>>
  677. <</actCLA>>
  678. <</if>>
  679. <</actCLA>>
  680. <</if>>
  681. <</if>>
  682. <</if>>
  683. <</if>>
  684. <!-- ! this gs handles walking for Sveta in the various locations of the forest-->
  685. <!-- ! $forest_args1 - location of forest where this is called from-->
  686. <!-- ! Example: gs 'gadforest', 'walking'-->
  687. <<if $location_var[$here][0] == 'walking'>>
  688. <<if $time.hour >= 6 and $time.hour <= 22>>
  689. <!-- ! Mira only goes to the forest edge-->
  690. <<if getvar("$MiraLoc") == 3 and $forest_args1 == 'forest_edge'>>
  691. <<actCLA 'Go for a walk in the woods with Mira (1:00)'>>
  692. <<set $menu_off = 1>>
  693. <<set $time.minutes += 60>>
  694. <<set $pc.mood += 20>>
  695. <<set $pc.pcs_health += $pc.healthmax / 5>>
  696. <<gs 'gadforest' 'bushcraft' $forest_args1>>
  697. <<if $wardrobe.clothingworntype == 'nude'>>
  698. <<if $pc.pcs_inhib < 50>>
  699. <<run $pc.skillExperienceGain('inhibition',rand(1,5))>>
  700. <</if>>
  701. <<arouse 'flash' 5 >>
  702. <</if>>
  703. <<if $time.month >= 4 and $time.month <= 10>>
  704. <!-- ! 25% chance of finding meadow (needed to advance Miras quest)-->
  705. <<if rand(0,4) == 0 and getvar("$meadow") == 0 and $forest_args1 == 'forest_edge'>>
  706. <<gt 'gadforest_event' 'find_meadow'>>
  707. <<else>>
  708. <<if $wardrobe.clothingworntype != 'nude'>>
  709. <<image "characters/gadukino/mira/miraforest#.jpg" 1 3>>
  710. <</if>>
  711. <<if $wardrobe.clothingworntype == 'nude'>>
  712. <<image "characters/gadukino/mira/miraforest_nude#.jpg" 1 3>>
  713. <</if>>
  714. You spend an hour walking with Mira through the woods, chatting and enjoying the sounds of the forest and the fresh air.
  715. <</if>>
  716. <<else>>
  717. <<image "characters/gadukino/mira/miraforestwinter.jpg">>
  718. You spend an hour walking with Mira through the snowy woods, chatting and enjoying the sounds of the forest and the fresh air.
  719. <</if>>
  720. <<actCLA 'Continue'>>
  721. <<gt 'gadforest' $forest_args1>>
  722. <</actCLA>>
  723. <</actCLA>>
  724. <<else>>
  725. <<actCLA 'Go for a walk in the woods (1:00)'>>
  726. <<set $menu_off = 1>>
  727. <<set $time.minutes += 60>>
  728. <<set $pc.mood += 20>>
  729. <<set $pc.pcs_health += $pc.healthmax / 5>>
  730. <<gs 'gadforest' 'bushcraft' $forest_args1>>
  731. <<if $wardrobe.clothingworntype == 'nude' and $pc.pcs_inhib < 50>>
  732. <<run $pc.skillExperienceGain('inhibition',rand(1,5))>>
  733. <</if>>
  734. <!-- ! 10% chance of finding meadow (needed to advance Miras quest)-->
  735. <<if rand(0,9) == 0 and getvar("$meadow") == 0 and $forest_args1 == 'forest_edge'>>
  736. <<gt 'gadforest_event' 'find_meadow'>>
  737. <<else>>
  738. <<if $time.month >= 4 and $time.month <= 10>>
  739. <<if ($wardrobe.clothingworntype != 'nude' and !$wardrobe.isWearingSwimwear) and getvar("$CloSkirtShortness") == 0>>
  740. <<image "locations/gadukino/forest/gulforest0.#.jpg" 1 2>>
  741. <</if>>
  742. <<if ($wardrobe.clothingworntype != 'nude' and !$wardrobe.isWearingSwimwear) and $wardrobe.isWearingPanties and getvar("$CloSkirtShortness") > 0>>
  743. <<image "locations/gadukino/forest/gulforest1.#.jpg" 1 3>>
  744. <</if>>
  745. <<if ($wardrobe.clothingworntype != 'nude' and !$wardrobe.isWearingSwimwear) and !$wardrobe.isWearingPanties and getvar("$CloSkirtShortness") > 0>>
  746. <<image "locations/gadukino/forest/gulforest_tanga0.#.jpg" 1 2>>
  747. <</if>>
  748. <<if $wardrobe.clothingworntype == 'nude'>>
  749. <<image "locations/gadukino/forest/gulforest_nude0.#.jpg" 1 4>>
  750. <</if>>
  751. You spend an hour walking through the woods, enjoying the sounds of the forest and the fresh air.
  752. <<else>>
  753. <<image "locations/gadukino/forest/gulforestwinter0.#.jpg" 1 6>>
  754. You spend an hour walking through the snowy woods, enjoying the sounds of the forest and the fresh air.
  755. <</if>>
  756. <<if $forest_args1 == 'swamp_woods'>>
  757. <<act 'Continue'>>
  758. <<gt 'swamp_woods' 'start'>>
  759. <</act>>
  760. <<else>>
  761. <<actCLA 'Continue'>>
  762. <<gt 'gadforest' $forest_args1>>
  763. <</actCLA>>
  764. <</if>>
  765. <</if>>
  766. <</actCLA>>
  767. <</if>>
  768. <</if>>
  769. <</if>>
  770. <!-- ! this gs handles mushroom and berry picking for Sveta in the various locations of the forest-->
  771. <!-- ! $forest_args1 - location of forest where this is called from-->
  772. <!-- ! Example: gs 'gadforest', 'picking'-->
  773. <<if $location_var[$here][0] == 'picking'>>
  774. <<if $time.hour >= 6 and $time.hour <= 22 and $time.month >= 6 and $time.month <= 9 and $boletus + $boletus_cooked + getvar("$bilberry") < 5>>
  775. <<if ($forest_args1 == 'forest_edge' and $edge_pickingday != $time.daystart) or ($forest_args1 == 'forest_outskirts' and $outskirts_pickingday != $time.daystart) or ($forest_args1 == 'forest_center' and $center_pickingday != $time.daystart) or ($forest_args1 == 'swamp_woods' and $swamp_pickingday != $time.daystart)>>
  776. <<actCLA 'Look for mushrooms and berries'+iif(MiraLoc = 3 and $forest_args1 = 'forest_edge', ' with Mira (0:30)',' (0:30)')>>
  777. <<set $menu_off = 1>>
  778. <<if $forest_args1 == 'forest_edge'>>
  779. <<set $edge_pickingday = $time.daystart>>
  780. <<set $mushroom_pickers_check = 1>>
  781. <<set $max_boletus = 1>>
  782. <<set $max_bilberry = 1>>
  783. <<elseif $forest_args1 == 'forest_outskirts'>>
  784. <<set $outskirts_pickingday = $time.daystart>>
  785. <<set $mushroom_pickers_check = 2>>
  786. <<set $max_boletus = 2>>
  787. <<set $max_bilberry = 2>>
  788. <<elseif $forest_args1 == 'forest_center'>>
  789. <<set $center_pickingday = $time.daystart>>
  790. <<set $mushroom_pickers_check = 3>>
  791. <<set $max_boletus = 3>>
  792. <<set $max_bilberry = 3>>
  793. <<elseif $forest_args1 == 'swamp_woods'>>
  794. <<set $swamp_pickingday = $time.daystart>>
  795. <<set $mushroom_pickers_check = 4>>
  796. <<set $max_boletus = 4>>
  797. <<set $max_bilberry = 4>>
  798. <</if>>
  799. <<set $time.minutes += 30>>
  800. <<set $new_boletus = 0>>
  801. <<set $new_bilberry = 0>>
  802. <<gs 'gadforest' 'bushcraft' $forest_args1>>
  803. <<if $wardrobe.clothingworntype == 'nude'>>
  804. <<if $pc.pcs_inhib < 50>>
  805. <<run $pc.skillExperienceGain('inhibition',rand(1,5))>>
  806. <</if>>
  807. <<if getvar("$MiraLoc") == 3 and $forest_args1 == 'forest_edge'>>
  808. <<arouse 'flash' 5 >>
  809. <</if>>
  810. <</if>>
  811. <!-- ! mushroom_pickers are not at the location of the forest Sveta is in-->
  812. <<if $mushroom_pickers != $mushroom_pickers_check>>
  813. <<set $new_boletus += $max_boletus>>
  814. <<set $new_bilberry += $max_bilberry>>
  815. <<set $boletus += $new_boletus>>
  816. <<set $bilberry += $new_bilberry>>
  817. <<set $pc.mood += 10>>
  818. <<gs 'gadforest' 'picking_clothes' $forest_args1 'berry'>>
  819. After searching for mushrooms and berries for half an hour, you found <<new_boletus>> kg of mushrooms and <<new_bilberry>> kg of berries.
  820. <!-- ! mushroom pickers are at the location of the forest Sveta is in-->
  821. <<elseif $mushroom_pickers == $mushroom_pickers_check>>
  822. <<set $new_boletus += rand(0,max_boletus)>>
  823. <<set $new_bilberry += rand(0,max_bilberry)>>
  824. <<set $boletus += $new_boletus>>
  825. <<set $bilberry += $new_bilberry>>
  826. <<if getvar("$new_boletus") > 0 and getvar("$new_bilberry") > 0>>
  827. <<set $pc.mood += 10>>
  828. <<gs 'gadforest' 'picking_clothes' $forest_args1 'berry'>>
  829. After searching for mushrooms and berries for half an hour, you found <<new_boletus>> kg of mushrooms and <<new_bilberry>> kg of berries.
  830. <<elseif getvar("$new_boletus") == 0 and getvar("$new_bilberry") > 0>>
  831. <<set $pc.mood += 5>>
  832. <<gs 'gadforest' 'picking_clothes' $forest_args1 'berry'>>
  833. After searching for mushrooms and berries for half an hour, you found <<new_bilberry>> kg of berries.
  834. <<elseif getvar("$new_boletus") > 0 and getvar("$new_bilberry") == 0>>
  835. <<set $pc.mood += 5>>
  836. <<gs 'gadforest' 'picking_clothes' $forest_args1 'mushroom'>>
  837. After searching for mushrooms and berries for half an hour, you found <<new_boletus>> kg of mushrooms.
  838. <<elseif getvar("$new_boletus") == 0 and getvar("$new_bilberry") == 0>>
  839. <<set $pc.mood -= 5>>
  840. <<gs 'gadforest' 'picking_clothes_empty' $forest_args1>>
  841. After searching for mushrooms and berries for half an hour, you found nothing.
  842. <</if>>
  843. <</if>>
  844. <<if $forest_args1 == 'swamp_woods'>>
  845. <<act 'Continue'>>
  846. <<gt 'swamp_woods' 'start'>>
  847. <</act>>
  848. <<else>>
  849. <<actCLA 'Continue'>>
  850. <<gt 'gadforest' $forest_args1>>
  851. <</actCLA>>
  852. <</if>>
  853. <</actCLA>>
  854. <</if>>
  855. <</if>>
  856. <</if>>
  857. <!-- ! this gs handles images for mushroom and berry picking for Sveta in the various locations of the forest when she finds at least 1 kg of berries or mushrooms-->
  858. <!-- ! $larg(1) - location of forest where this is called from-->
  859. <!-- ! $larg(2) - whether you want images for mushrooms or berries-->
  860. <!-- ! Example: gs 'gadforest', 'picking_clothes', 'forest_edge', 'mushroom'-->
  861. <<if $location_var[$here][0] == 'picking_clothes'>>
  862. <<if $location_var[$here][2] == 'mushroom'>>
  863. <<if getvar("$MiraLoc") == 3 and $location_var[$here][1] == 'forest_edge'>>
  864. <<if $wardrobe.clothingworntype != 'nude'>>
  865. <<image "characters/gadukino/mira/miramushroom#.jpg" 1 2>>
  866. <</if>>
  867. <<if $wardrobe.clothingworntype == 'nude'>>
  868. <<image "characters/gadukino/mira/miramushroom_nude#.jpg" 1 2>>
  869. <</if>>
  870. <<else>>
  871. <<if $wardrobe.clothingworntype == 'nude'>>
  872. <<image "locations/gadukino/forest/mushroom4.#.jpg" 1 3>>
  873. <</if>>
  874. <<if $wardrobe.clothingworntype != 'nude' and $wardrobe.PCloSkirt == 0>>
  875. <<image "locations/gadukino/forest/mushroom1.jpg">>
  876. <</if>>
  877. <<if $wardrobe.clothingworntype != 'nude' and $wardrobe.isWearingPanties and $wardrobe.PCloSkirt > 0>>
  878. <<image "locations/gadukino/forest/mushroom2.jpg">>
  879. <</if>>
  880. <<if $wardrobe.clothingworntype != 'nude' and !$wardrobe.isWearingPanties and $wardrobe.PCloSkirt > 0>>
  881. <<image "locations/gadukino/forest/mushroom3.jpg">>
  882. <</if>>
  883. <</if>>
  884. <<elseif $location_var[$here][2] == 'berry'>>
  885. <<if getvar("$MiraLoc") == 3 and $location_var[$here][1] == 'forest_edge'>>
  886. <<if $wardrobe.clothingworntype != 'nude'>>
  887. <<image "characters/gadukino/mira/miramushroom#.jpg" 1 2>>
  888. <</if>>
  889. <<if $wardrobe.clothingworntype == 'nude'>>
  890. <<image "characters/gadukino/mira/miramushroom_nude#.jpg" 1 2>>
  891. <</if>>
  892. <<else>>
  893. <<if $wardrobe.clothingworntype == 'nude'>>
  894. <<image "locations/gadukino/forest/mushroom4.#.jpg" 1 3>>
  895. <</if>>
  896. <<if $wardrobe.clothingworntype != 'nude' and $wardrobe.PCloSkirt == 0>>
  897. <<image "locations/gadukino/forest/blueberry_picking_#.jpg" 3 6>>
  898. <</if>>
  899. <<if $wardrobe.clothingworntype != 'nude' and $wardrobe.isWearingPanties and $wardrobe.PCloSkirt > 0>>
  900. <<image "locations/gadukino/forest/blueberry_picking_2.jpg">>
  901. <</if>>
  902. <<if $wardrobe.clothingworntype != 'nude' and !$wardrobe.isWearingPanties and $wardrobe.PCloSkirt > 0>>
  903. <<image "locations/gadukino/forest/blueberry_picking_1.jpg">>
  904. <</if>>
  905. <</if>>
  906. <</if>>
  907. <</if>>
  908. <!-- ! this gs handles images for mushroom and berry picking for Sveta in the various locations of the forest when she finds 0 kg of berries or mushrooms-->
  909. <!-- ! $larg(1) - location of forest where this is called from-->
  910. <!-- ! Example: gs 'gadforest', 'picking_clothes_empty', 'forest_edge'-->
  911. <<if $location_var[$here][0] == 'picking_clothes_empty'>>
  912. <<if getvar("$MiraLoc") == 3 and $location_var[$here][1] == 'forest_edge'>>
  913. <<if $wardrobe.clothingworntype != 'nude'>>
  914. <<image "characters/gadukino/mira/miramushroom3.jpg">>
  915. <</if>>
  916. <<if $wardrobe.clothingworntype == 'nude'>>
  917. <<image "characters/gadukino/mira/miramushroom_nude3.jpg">>
  918. <</if>>
  919. <<else>>
  920. <<if $wardrobe.clothingworntype != 'nude' and $wardrobe.PCloSkirt == 0>>
  921. <<image "locations/gadukino/forest/gulforest2.jpg">>
  922. <</if>>
  923. <<if $wardrobe.clothingworntype != 'nude' and $wardrobe.isWearingPanties and $wardrobe.PCloSkirt > 0>>
  924. <<image "locations/gadukino/forest/gulforest3.jpg">>
  925. <</if>>
  926. <<if $wardrobe.clothingworntype != 'nude' and !$wardrobe.isWearingPanties and $wardrobe.PCloSkirt > 0>>
  927. <<image "locations/gadukino/forest/gulforest_tanga1.#.jpg" 1 2>>
  928. <</if>>
  929. <<if $wardrobe.clothingworntype == 'nude'>>
  930. <<image "locations/gadukino/forest/gulforest_nude1.#.jpg" 1 4>>
  931. <</if>>
  932. <</if>>
  933. <</if>>