mitka.qsrc 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461
  1. # mitka
  2. !2020/10/16
  3. !---------------------------------------------
  4. ! mitka_first_drink = 0 Sveta has never been invited to drink with Mitka
  5. ! mitka_first_drink = 1 Sveta has been invited by Mitka to her first drink with him
  6. ! mitka_first_drink = 2 Sveta has already been drinking with Mitka before
  7. !---------------------------------------------
  8. ! npc_QW['A63'] = 0 Sveta has never had sex with Mitka
  9. ! npc_QW['A63'] = 1 Sveta has either had any sex with Mitka or Mitka has seen Sveta nude multiple times in the forest
  10. ! npc_QW['A63'] = 2 to 9 Sveta continues to have sex with Mitka by himself or when drunk with him
  11. ! npc_QW['A63'] = 10 Mitka shares Sveta with Kolyamba and Vasyan for the first time when Sveta is too drunk
  12. ! npc_QW['A63'] = 11 to 20 Sveta continues to have sex with Mitka and Kolyamba and Vasyan in the forest and when she is drunk with them
  13. ! npc_QW['A63'] = 21 Sveta gangbanged by all the drunk village men
  14. !---------------------------------------------
  15. ! gadriver_gang = 0 Sveta has not been gangbanged by all the village men
  16. ! gadriver_gang = 1 Sveta has been gangbanged by all the village men
  17. ! gadriver_gang = 2 Sveta accepted the mens money for being gangbanged - she will now be treated like a whore throughout the village and can prostitute herself by the highway in Gadukino
  18. ! gadriver_gang = 3 Sveta refused the mens money after being gangbanged - the men/boys will no longer randomly fuck her but the hunters still will in the woods
  19. ! gadriver_gang = 4 Sveta accepted Mitkas apology - just normal relationship between Mitka and the village boys and Sveta now
  20. !---------------------------------------------
  21. if $ARGS[0] = '':
  22. $menu_loc = 'mitka'
  23. $menu_arg = ''
  24. menu_off = 1
  25. mitkaday = daystart
  26. if mitka_first_drink = 0: mitka_first_drink = 1
  27. gs 'stat'
  28. '<center><b><font color="maroon">Mitka Shkvoryen</font></b></center>'
  29. '<center><img <<$set_imgh>> src="images/characters/shared/photos/big63.jpg"></center>'
  30. *nl
  31. if npc_rel['A63'] < 20:
  32. 'You and Mitka are strangers.'
  33. elseif npc_rel['A63'] < 40:
  34. 'You and Mitka are acquaintances.'
  35. elseif npc_rel['A63'] < 60:
  36. 'You and Mitka are friends.'
  37. elseif npc_rel['A63'] < 80:
  38. 'You and Mitka are good friends.'
  39. else
  40. 'You and Mitka are best friends.'
  41. end
  42. ! School girl Sveta already knows Mitka
  43. if StoryLine = 1:
  44. $mitkaInvitation = 'Listen, we have a fresh batch of our home brew. Come drink with us at eight o''clock. We meet by the forest road outside the village. We''ll hang out with some friends, and have fun. What do you say?'
  45. 'He is barely older than you, you remember him from your childhood. You both used to swim in the local river together.'
  46. if npc_QW['A63'] = 0:
  47. 'You blush as you recall that you used to swim naked together when you were little.'
  48. if pcs_horny >= 50: 'You bite your lip and glance down at his crotch and can''t help but wonder how much he has grown since then.'
  49. end
  50. *nl
  51. '"Hey <<$pcs_nickname>>, how are you doing?"'
  52. ! Mitka will ask Sveta for sex once relationship gets high enough or Mitka has already had sex with Sveta or Mitka has seen Sveta naked in the woods too many times and Sveta has not chosen to no longer be the village whore after the gadriver_gang event
  53. if (npc_rel['A63'] >= 60 or npc_QW['A63'] > 0) and gadriver_gang < 3:
  54. act '"I''m doing fine, thanks."': xgt 'mitka', 'sex_chat'
  55. else
  56. act '"I''m doing fine, thanks."': xgt 'mitka', 'normal_chat'
  57. end
  58. else
  59. ! Transformation or New In Town Sveta has already met Mitka or started his quest
  60. if npc_rel['A63'] ! 0 or npc_QW['A63'] ! 0:
  61. $mitkaInvitation = 'Listen, we have a fresh batch of our home brew. Come drink with us at eight o''clock. We meet by the forest road outside the village. We''ll hang out with some friends, and have fun. What do you say?'
  62. 'He is barely older than you, and one of the first people you met in Gadukino.'
  63. *nl
  64. '"Hey <<$pcs_nickname>>, how are you doing?"'
  65. if (npc_rel['A63'] > 60 or npc_QW['A63'] > 0) and gadriver_gang < 3:
  66. act '"I''m doing fine, thanks."': xgt 'mitka', 'sex_chat'
  67. else
  68. act '"I''m doing fine, thanks."': xgt 'mitka', 'normal_chat'
  69. end
  70. else
  71. $mitkaInvitation = 'Listen, we have a fresh batch of our home brew. Come drink with us at eight o''clock. We meet by the forest road outside the village. I can introduce you to some of my friends, and have fun. What do you say?'
  72. 'You see a boy about your age walking towards you.'
  73. 'As you are about to pass him by, he waves and greets you. He introduces himself as Mitka Shkvoryen.'
  74. act 'Introduce yourself': xgt 'mitka', 'first_chat'
  75. end
  76. end
  77. end
  78. if $ARGS[0] = 'first_chat':
  79. cla
  80. minut += 10
  81. npc_rel['A63'] = 10
  82. gs 'stat'
  83. *nl
  84. 'You introduce yourself, "I''m <<$pcs_nickname>>."'
  85. '"I couldn''t help but notice, Are you new around here? I have lived my whole life in Gadukino but have never seen you before."'
  86. 'If you want I could show you around the village, then he offers, "<<$mitkaInvitation>>"'
  87. act 'Say goodbye': gt $loc
  88. end
  89. if $ARGS[0] = 'normal_chat':
  90. cla
  91. minut += 5
  92. npc_rel['A63'] += 1
  93. gs 'stat'
  94. *nl
  95. 'You greet him, "I''m doing fine, thanks."'
  96. 'Mitka smiles, "That''s great to hear, <<$pcs_nickname>>.", then he offers, "<<$mitkaInvitation>>"'
  97. act 'Say goodbye': gt $loc
  98. end
  99. if $ARGS[0] = 'sex_chat':
  100. cla
  101. minut += 5
  102. npc_rel['A63'] += 2
  103. gs 'stat'
  104. *nl
  105. 'You greet him, "I''m doing fine, thanks."'
  106. 'Mitka smiles, "That''s great to hear, <<$pcs_nickname>>.", then he offers, "<<$mitkaInvitation>>"'
  107. ! Sveta has never had sex with Mitka and Mitka has not seen Sveta nude in the forest or river multiple times
  108. if npc_QW['A63'] = 0:
  109. *nl
  110. 'Mitka scratches his balls and adds with a grin: "Hey <<$pcs_nickname>>, do you want to have some fun?"'
  111. if pcs_vag = 0:
  112. if StoryLine = 1:
  113. gs 'willpower', 'bj', 'resist'
  114. if will_cost <= pcs_willpwr:
  115. act 'I don''t know. My mother is obsessed with me staying a virgin. (<<will_cost>> Willpower)':
  116. cla
  117. npc_rel['A63'] -= 1
  118. gs 'willpower', 'bj', 'resist'
  119. gs 'willpower', 'pay', 'resist'
  120. gs 'stat'
  121. *nl
  122. 'You turn around and walk away from Mitka. You know it would be fun, but you promised your mother...'
  123. act 'Walk away': gt $loc
  124. end
  125. else
  126. act 'I don''t know. My mother is obsessed with me staying a virgin. (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  127. end
  128. else
  129. gs 'willpower', 'bj', 'resist'
  130. if will_cost <= pcs_willpwr:
  131. act 'I don''t know. I''m still a virgin. (<<will_cost>> Willpower)':
  132. cla
  133. npc_rel['A63'] -= 1
  134. gs 'willpower', 'bj', 'resist'
  135. gs 'willpower', 'pay', 'resist'
  136. gs 'stat'
  137. *nl
  138. 'You turn around and walk away from Mitka. You know it would be fun, but maybe another time...'
  139. act 'Walk away': gt $loc
  140. end
  141. else
  142. act 'I don''t know. I''m still a virgin. (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  143. end
  144. end
  145. end
  146. gs 'willpower', 'bj', 'resist'
  147. if will_cost <= pcs_willpwr:
  148. act 'No thanks (<<will_cost>> Willpower)':
  149. cla
  150. npc_rel['A63'] -= 1
  151. gs 'willpower', 'bj', 'resist'
  152. gs 'willpower', 'pay', 'resist'
  153. gs 'stat'
  154. *nl
  155. 'You turn around and walk away from Mitka. You know it would be fun, but maybe another time...'
  156. act 'Walk away':gt $loc
  157. end
  158. else
  159. act 'No thanks. (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  160. end
  161. act 'Sounds tempting, but only a blowjob.':
  162. *clr & cla
  163. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkabjhome.jpg"></center>'
  164. *nl
  165. 'Mitka takes you to '+iif(mitka_first_drink > 1, 'the familiar old trailer','an old trailer')+' in the woods.'
  166. 'Mitka sits down on a couch as you kneel in front of him. You take his cock out of his pants and start to suck...'
  167. npc_rel['A63'] += 5
  168. npc_QW['A63'] = 1
  169. gs 'boyStat', 'A63'
  170. npc_sex['A63'] += 1
  171. gs 'arousal', 'bj', 10, 'sub'
  172. gs 'stat'
  173. act 'Swallow':
  174. *clr & cla
  175. mitkarand = rand(0,5)
  176. if mitkarand = 5:
  177. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkabjhomecum2.jpg"></center>'
  178. *nl
  179. 'Mitka stands up and begins to furiously stroke his cock right in your face.'
  180. 'Within a minute Mitka is panting hard and suddenly you feel hot cum splattering onto your face and in your mouth.'
  181. 'You smile up at him and lick your lips, pleased with your efforts.'
  182. gs 'cum_call','face','A63',1
  183. elseif mitkarand >= 3:
  184. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkabjhomecum3.jpg"></center>'
  185. *nl
  186. 'You bob your head up and down on his cock, trying to cram as much of his cock deep into your mouth. Sometimes you gag as it enters your throat.'
  187. 'Eventually, you feel Mitka''s cock pulse and a few seconds later your mouth is filled with his salty sperm. You quickly swallow it all down.'
  188. gs 'arousal', 'bj', 5, 'sub', 'deepthroat'
  189. gs 'cum_call','mouth_swallow','A63',1
  190. else
  191. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkabjhomecum1.jpg"></center>'
  192. *nl
  193. 'Mitka stands, places his hands on the back of your head and roughly forces you to take his cock deep into your throat.'
  194. 'Slowly he builds up a rhythm and finally finishes in your mouth. He makes you swallow and lick him clean before removing his cock from your mouth.'
  195. gs 'arousal', 'bj', 5, 'sub', 'deepthroat', 'rough'
  196. gs 'cum_call','mouth_swallow','A63',1
  197. end
  198. gs 'arousal', 'end'
  199. gs 'stat'
  200. act 'Leave': gt $loc
  201. end
  202. end
  203. ! Sveta is not the boys slut but has had sex with Mitka and she does not know Mira likes Mitka or Mira is the boys slut
  204. elseif (npc_QW['A63'] > 0 and npc_QW['A63'] < 11) and (npc_QW['A60'] < 2 or npc_QW['A60'] >= 11):
  205. *nl
  206. 'Mitka scratches his balls and adds with a grin: "Hey <<$pcs_nickname>>, do you want to have some fun?"'
  207. mitkarand = rand(1,10)
  208. if (mitkarand = 1 or (mitkarand < 5 and pcs_vag > 0)) and mesec = 0:
  209. '"How about you let me fuck you today?" Mitka asks.'
  210. if pcs_vag = 0:
  211. gs 'willpower', 'sex', 'resist'
  212. if will_cost <= pcs_willpwr:
  213. act 'No, I''m still a virgin. (<<will_cost>> Willpower)':
  214. cla
  215. npc_rel['A63'] -= 2
  216. gs 'willpower', 'sex', 'resist'
  217. gs 'willpower', 'pay', 'resist'
  218. gs 'stat'
  219. *nl
  220. 'You tell Mitka you are not ready to lose your virginity yet. You know it would be fun, but maybe another time...'
  221. act 'Leave': gt $loc
  222. end
  223. else
  224. act 'No, I''m still a virgin. (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  225. end
  226. end
  227. gs 'willpower', 'sex', 'resist'
  228. if will_cost <= pcs_willpwr:
  229. act 'No thanks, not today. (<<will_cost>> Willpower)':
  230. cla
  231. npc_rel['A63'] -= 2
  232. gs 'willpower', 'sex', 'resist'
  233. gs 'willpower', 'pay', 'resist'
  234. gs 'stat'
  235. *nl
  236. 'You turn around and walk away from Mitka. You know it would be fun, but maybe another time...'
  237. act 'Walk away': gt $loc
  238. end
  239. else
  240. act 'No thanks, not today. (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  241. end
  242. act 'Sure, sounds like fun':
  243. *clr & cla
  244. if pcs_vag = 0:
  245. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkafirst.jpg"></center>'
  246. else
  247. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka2.jpg"></center>'
  248. end
  249. *nl
  250. 'Mitka takes you to '+iif(mitka_first_drink > 1, 'the familiar old trailer','an old trailer')+' in the woods.'
  251. 'He has you lie down on the bed and begins removing your clothes.'
  252. if pcs_vag = 0:
  253. 'You feel your hymen break as Mitka penetrates you. Mitka looks down at you and says, "Wow, how were you still a virgin? I should have savoured this moment longer!"'
  254. else
  255. 'Mitka is clearly enjoying fucking you. He has a huge smile on his face as he holds you in place beneath him.'
  256. end
  257. 'Mitka doesn''t bother to pull out and cums deep inside you. Breathing heavily, he gets off of you and says, "You''re a good fuck! We should do it again sometime."'
  258. npc_rel['A63'] += 1
  259. if npc_QW['A63'] < 10: npc_QW['A63'] += 1
  260. gs 'boyStat', 'A63'
  261. npc_sex['A63'] += 1
  262. gs 'cum_call','vagina','A63',1
  263. gs 'arousal', 'vaginal', 10, 'sub'
  264. gs 'arousal', 'end'
  265. gs 'stat'
  266. act 'Leave': gt $loc
  267. end
  268. elseif mitkarand < 9:
  269. 'Can you give me a blowjob today?" Mitka asks.'
  270. gs 'willpower', 'bj', 'resist'
  271. if will_cost <= pcs_willpwr:
  272. act 'No thanks, not today. (<<will_cost>> Willpower)':
  273. cla
  274. npc_rel['A63'] -= 2
  275. gs 'willpower', 'bj', 'resist'
  276. gs 'willpower', 'pay', 'resist'
  277. gs 'stat'
  278. *nl
  279. 'You turn around and walk away from Mitka. You know it would be fun, but maybe another time...'
  280. act 'Walk away': gt $loc
  281. end
  282. else
  283. act 'No thanks, not today. (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  284. end
  285. act 'Sure, sounds like fun':
  286. *clr & cla
  287. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkabjhome.jpg"></center>'
  288. *nl
  289. 'Mitka takes you to '+iif(mitka_first_drink > 1, 'the familiar old trailer','an old trailer')+' in the woods.'
  290. 'Mitka sits down on a couch as you kneel in front of him. You take his cock out of his pants and start to suck...'
  291. npc_rel['A63'] += 1
  292. if npc_QW['A63'] < 10: npc_QW['A63'] += 1
  293. gs 'boyStat', 'A63'
  294. npc_sex['A63'] += 1
  295. gs 'arousal', 'bj', 10, 'sub'
  296. gs 'stat'
  297. act 'Make him cum':
  298. *clr & cla
  299. mitkarand = rand(0,5)
  300. if mitkarand = 5:
  301. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkabjhomecum2.jpg"></center>'
  302. *nl
  303. 'Mitka stands up and begins to furiously stroke his cock right in your face.'
  304. 'Within a minute Mitka is panting hard and suddenly you feel hot cum splattering onto your face and in your mouth.'
  305. 'You smile up at him and lick your lips, pleased with your efforts.'
  306. gs 'cum_call','face','A63',1
  307. gs 'cum_call','mouth','A63',1
  308. elseif mitkarand >= 3:
  309. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkabjhomecum3.jpg"></center>'
  310. *nl
  311. 'You bob your head up and down on his cock, trying to cram as much of his cock deep into your mouth. Sometimes you gag as it enters your throat.'
  312. 'Eventually, you feel Mitka''s cock pulse and a few seconds later your mouth is filled with his salty sperm. You quickly swallow it all down.'
  313. gs 'arousal', 'bj', 5, 'sub', 'deepthroat'
  314. gs 'cum_call','mouth_swallow','A63',1
  315. else
  316. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkabjhomecum1.jpg"></center>'
  317. *nl
  318. 'Mitka stands, places his hands on the back of your head and roughly forces you to take his cock deep into your throat.'
  319. 'Slowly he builds up a rhythm and finally finishes in your mouth. He makes you swallow and lick him clean before removing his cock from your mouth.'
  320. gs 'arousal', 'bj', 5, 'sub', 'deepthroat', 'rough'
  321. gs 'cum_call','mouth_swallow','A63',1
  322. end
  323. gs 'arousal', 'end'
  324. gs 'stat'
  325. act 'Leave': gt $loc
  326. end
  327. end
  328. else
  329. '"I want to do anal today. What do you think?" Mitka asks.'
  330. if pcs_ass = 0:
  331. gs 'willpower', 'anal', 'resist'
  332. if will_cost <= pcs_willpwr:
  333. act 'No, I''ve never done anal before (<<will_cost>> Willpower)':
  334. cla
  335. npc_rel['A63'] -= 2
  336. gs 'willpower', 'anal', 'resist'
  337. gs 'willpower', 'pay', 'resist'
  338. gs 'stat'
  339. *nl
  340. 'You tell Mitka you are not ready to lose your anal virginity yet. You know it would be fun, but maybe another time...'
  341. act 'Leave': gt $loc
  342. end
  343. else
  344. act 'No, I''ve never done anal before (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  345. end
  346. end
  347. gs 'willpower', 'anal', 'resist'
  348. if will_cost <= pcs_willpwr:
  349. act 'No thanks, not today. (<<will_cost>> Willpower)':
  350. cla
  351. npc_rel['A63'] -= 2
  352. gs 'willpower', 'anal', 'resist'
  353. gs 'willpower', 'pay', 'resist'
  354. gs 'stat'
  355. *nl
  356. 'You turn around and walk away from Mitka. You know it would be fun, but maybe another time...'
  357. act 'Walk away': gt $loc
  358. end
  359. else
  360. act 'No thanks, not today. (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  361. end
  362. act 'Sure, sounds like fun':
  363. *clr & cla
  364. if pcs_ass < 10:
  365. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaanalhome.jpg"></center>'
  366. elseif pcs_ass >= 10 and pcs_ass < 25:
  367. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaanalhome3.jpg"></center>'
  368. elseif pcs_ass >= 25:
  369. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkaanalhome2.jpg"></center>'
  370. end
  371. *nl
  372. 'Mitka takes you to '+iif(mitka_first_drink > 1, 'the familiar old trailer','an old trailer')+' in the woods.'
  373. 'He has you lie down on the bed and begins removing your clothes. Once undressed, he bends you over prepares to penetrate your ass.'
  374. if pcs_ass = 0:
  375. '"An anal virgin, huh? Well your ass will never be the same after this!" Mitka says as he pushes his cock inside your ass.'
  376. else
  377. 'Mitka is clearly enjoying fucking your ass. He has a huge smile on his face as he holds you in place beneath him.'
  378. end
  379. 'Mitka doesn''t bother to pull out and cums deep inside your ass. Breathing heavily, he gets off of you and says, "Still a good fuck, but I would prefer your pussy instead."'
  380. npc_rel['A63'] += 1
  381. if npc_QW['A63'] < 10: npc_QW['A63'] += 1
  382. gs 'boyStat', 'A63'
  383. npc_sex['A63'] += 1
  384. gs 'cum_call','anus','A63',1
  385. gs 'arousal', 'anal', 15, 'sub', 'rough'
  386. gs 'arousal', 'end'
  387. gs 'stat'
  388. act 'Leave':gt 'gadukino'
  389. end
  390. end
  391. ! Sveta is not the boys slut and Sveta knows Mira likes Mitka and Mira is not the boys slut yet
  392. elseif npc_QW['A63'] > 0 and npc_QW['A63'] < 11 and npc_QW['A60'] >= 2 and npc_QW['A60'] < 11:
  393. *nl
  394. 'Mitka scratches his balls and adds with a grin: "Hey <<$pcs_nickname>>, do you want to have some fun?"'
  395. 'You hesitate for a moment then look at him sternly.'
  396. '"What about Mira? Aren''t you going out with her?"'
  397. 'Mitka smiles sheepishly and has the decency to blush. He looks around to make sure Mira isn''t nearby then tries to explain.'
  398. '"Well, I just figured since, you know, we already did stuff..." he trails off as he notices that you aren''t going for it.'
  399. '"You thought wrong." you tell him coldly, "Unlike boys, girls don''t fool around with their best friend''s boyfriend."'
  400. 'You turn around and walk away and Mitka kicks at the ground in frustration. You decide not to mention this to Mira.'
  401. act 'Walk away': gt $loc
  402. else
  403. act 'Walk away': gt $loc
  404. end
  405. end
  406. --- mitka ---------------------------------