beverage.qsrc 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378
  1. # beverage
  2. if $ARGS[0] = 'bev_kva':
  3. *clr & cla
  4. frost = 1
  5. minut += 10
  6. fat += 2
  7. money -= val($_drink['<<args[1]>>,price'])
  8. pcs_health += 5
  9. pcs_mood += 15
  10. pcs_energy += 8
  11. if pcs_hydra >= 100:
  12. pcs_hydra += 30
  13. else
  14. pcs_hydra += 60
  15. end
  16. cumspclnt = 2
  17. gs 'cum_cleanup'
  18. pcs_breath = 0
  19. gs 'beverage', 'afterdrink'
  20. '<center><img <<$set_imgh>> src="images/shared/drinks/kvass.jpg"></center>'
  21. 'You enjoy a drink of kvass, and<<$mtxt>>'
  22. gs 'stat'
  23. killvar '$_drink'
  24. act 'Finish':gt $loc, $metka
  25. end
  26. if $ARGS[0] = 'bev_jui':
  27. *clr & cla
  28. frost = 1
  29. alko -= 1
  30. minut += 10
  31. fat += 3
  32. money -= val($_drink['<<args[1]>>,price'])
  33. pcs_health += 8
  34. pcs_mood += 10
  35. pcs_energy += 10
  36. if pcs_hydra >= 100:
  37. pcs_hydra += 40
  38. else
  39. pcs_hydra += 80
  40. end
  41. cumspclnt = 2
  42. gs 'cum_cleanup'
  43. pcs_breath = 0
  44. gs 'beverage', 'afterdrink'
  45. '<center><img <<$set_imgh>> src="images/shared/drinks/juice.jpg"></center>'
  46. 'You enjoy a refreshing juice, and<<$mtxt>>'
  47. gs 'stat'
  48. killvar '$_drink'
  49. act 'Finish':gt $loc, $metka
  50. end
  51. if $ARGS[0] = 'bev_mil':
  52. *clr & cla
  53. frost = 1
  54. minut += 10
  55. fat += 6
  56. money -= val($_drink['<<args[1]>>,price'])
  57. pcs_health += 5
  58. pcs_mood += 20
  59. pcs_energy += 8
  60. if pcs_hydra >= 100:
  61. pcs_hydra += 50
  62. else
  63. pcs_hydra += 100
  64. end
  65. cumspclnt = 2
  66. gs 'cum_cleanup'
  67. pcs_breath = 0
  68. gs 'beverage', 'afterdrink'
  69. '<center><img <<$set_imgh>> src="images/shared/drinks/milkshake.jpg"></center>'
  70. 'You enjoy an ice cold milkshake, and<<$mtxt>>'
  71. gs 'stat'
  72. killvar '$_drink'
  73. act 'Finish':gt $loc, $metka
  74. end
  75. if $ARGS[0] = 'bev_wat':
  76. *clr & cla
  77. frost = 1
  78. alko -= 1
  79. minut += 5
  80. money -= val($_drink['<<args[1]>>,price'])
  81. pcs_health += 10
  82. pcs_energy += 4
  83. if pcs_hydra >= 100:
  84. pcs_hydra += 25
  85. else
  86. pcs_hydra += 50
  87. end
  88. cumspclnt = 2
  89. gs 'cum_cleanup'
  90. gs 'beverage', 'afterdrink'
  91. '<center><img <<$set_imgh>> src="images/locations/shared/brothel/barorderwater.jpg"></center>'
  92. 'You enjoy a drink of water, and<<$mtxt>>'
  93. gs 'stat'
  94. killvar '$_drink'
  95. act 'Finish':gt $loc, $metka
  96. end
  97. if $ARGS[0] = 'bev_cof':
  98. *clr & cla
  99. frost = 0
  100. alko -= 1
  101. minut += 10
  102. money -= val($_drink['<<args[1]>>,price'])
  103. pcs_health += 5
  104. pcs_mood += 20
  105. pcs_energy += 15
  106. if pcs_hydra >= 100:
  107. pcs_hydra += 20
  108. else
  109. pcs_hydra += 40
  110. end
  111. cumspclnt = 2
  112. gs 'cum_cleanup'
  113. pcs_breath = 0
  114. gs 'beverage', 'afterdrink'
  115. '<center><img <<$set_imgh>> src="images/shared/drinks/coffee.jpg"></center>'
  116. 'You enjoy a hot coffee, and<<$mtxt>>'
  117. gs 'stat'
  118. killvar '$_drink'
  119. act 'Finish':gt $loc, $metka
  120. end
  121. if $ARGS[0] = 'bev_tea':
  122. *clr & cla
  123. frost = 0
  124. alko -= 1
  125. minut += 10
  126. money -= val($_drink['<<args[1]>>,price'])
  127. pcs_health += 10
  128. pcs_mood += 20
  129. pcs_energy += 10
  130. if pcs_hydra >= 100:
  131. pcs_hydra += 25
  132. else
  133. pcs_hydra += 50
  134. end
  135. cumspclnt = 2
  136. gs 'cum_cleanup'
  137. pcs_breath = 0
  138. gs 'beverage', 'afterdrink'
  139. '<center><img <<$set_imgh>> src="images/shared/drinks/tea.jpg"></center>'
  140. 'You enjoy a relaxing cup of tea, and<<$mtxt>>'
  141. gs 'stat'
  142. killvar '$_drink'
  143. act 'Finish':gt $loc, $metka
  144. end
  145. if $ARGS[0] = 'bev_vod':
  146. *clr & cla
  147. frost = 0
  148. alko += 2
  149. minut += 15
  150. fat += 8
  151. money -= val($_drink['<<args[1]>>,price'])
  152. pcs_health -= 5
  153. pcs_mood += 10
  154. pcs_energy -= 4
  155. if pcs_hydra >= 100:
  156. pcs_hydra -= 5
  157. else
  158. pcs_hydra -= 10
  159. end
  160. cumspclnt = 2
  161. gs 'cum_cleanup'
  162. pcs_breath = 0
  163. gs 'beverage', 'afteralcohol'
  164. '<center><img <<$set_imgh>> src="images/locations/shared/brothel/barordervodka.jpg"></center>'
  165. 'The vodka shot disappears, like it was only water, and<<$mtxt>>'
  166. gs 'stat'
  167. killvar '$_drink'
  168. act 'Finish':gt $loc, $metka
  169. end
  170. if $ARGS[0] = 'bev_bla':
  171. *clr & cla
  172. frost = 0
  173. alko += 3
  174. minut += 15
  175. fat += 8
  176. money -= val($_drink['<<args[1]>>,price'])
  177. pcs_health -= 5
  178. pcs_mood += 15
  179. pcs_energy += 5
  180. if pcs_hydra >= 100:
  181. pcs_hydra -= 5
  182. else
  183. pcs_hydra -= 10
  184. end
  185. cumspclnt = 2
  186. gs 'cum_cleanup'
  187. pcs_breath = 0
  188. gs 'beverage', 'afteralcohol'
  189. '<center><img <<$set_imgh>> src="images/shared/drinks/blackrussian.jpg"></center>'
  190. 'You drink a Black Russian, and<<$mtxt>>'
  191. gs 'stat'
  192. killvar '$_drink'
  193. act 'Finish':gt $loc, $metka
  194. end
  195. if $ARGS[0] = 'bev_sco':
  196. *clr & cla
  197. frost = 0
  198. alko += 2
  199. minut += 15
  200. fat += 6
  201. money -= val($_drink['<<args[1]>>,price'])
  202. pcs_health -= 5
  203. pcs_mood += 10
  204. pcs_energy -= 4
  205. if pcs_hydra >= 100:
  206. pcs_hydra -= 5
  207. else
  208. pcs_hydra -= 10
  209. end
  210. cumspclnt = 2
  211. gs 'cum_cleanup'
  212. pcs_breath = 0
  213. gs 'beverage', 'afteralcohol'
  214. '<center><img <<$set_imgh>> src="images/shared/drinks/scotch.jpg"></center>'
  215. 'You drink scotch on the rocks, and<<$mtxt>>'
  216. gs 'stat'
  217. killvar '$_drink'
  218. act 'Finish':gt $loc, $metka
  219. end
  220. if $ARGS[0] = 'bev_win':
  221. *clr & cla
  222. frost = 0
  223. alko += 2
  224. minut += 15
  225. fat += 4
  226. money -= val($_drink['<<args[1]>>,price'])
  227. pcs_health -= 5
  228. pcs_mood += 15
  229. pcs_energy -= 4
  230. if pcs_hydra >= 100:
  231. pcs_hydra -= 5
  232. else
  233. pcs_hydra -= 10
  234. end
  235. cumspclnt = 2
  236. gs 'cum_cleanup'
  237. pcs_breath = 0
  238. gs 'beverage', 'afteralcohol'
  239. '<center><img <<$set_imgh>> src="images/shared/drinks/redwine.jpg"></center>'
  240. 'You drink some red wine, and<<$mtxt>>'
  241. gs 'stat'
  242. killvar '$_drink'
  243. act 'Finish':gt $loc, $metka
  244. end
  245. if $ARGS[0] = 'bev_mar':
  246. *clr & cla
  247. frost = 0
  248. alko += 3
  249. minut += 15
  250. fat += 8
  251. money -= val($_drink['<<args[1]>>,price'])
  252. pcs_health -= 5
  253. pcs_mood += 20
  254. pcs_energy -= 4
  255. if pcs_hydra >= 100:
  256. pcs_hydra -= 5
  257. else
  258. pcs_hydra -= 10
  259. end
  260. cumspclnt = 2
  261. gs 'cum_cleanup'
  262. pcs_breath = 0
  263. gs 'beverage', 'afteralcohol'
  264. '<center><img <<$set_imgh>> src="images/shared/drinks/martini.jpg"></center>'
  265. 'You drink a vodka martini, and<<$mtxt>>'
  266. gs 'stat'
  267. killvar '$_drink'
  268. act 'Finish':gt $loc, $metka
  269. end
  270. if $ARGS[0] = 'bev_cha':
  271. *clr & cla
  272. frost = 0
  273. alko += 2
  274. minut += 15
  275. fat += 4
  276. money -= val($_drink['<<args[1]>>,price'])
  277. pcs_health -= 5
  278. pcs_mood += 20
  279. pcs_energy -= 4
  280. if pcs_hydra >= 100:
  281. pcs_hydra -= 5
  282. else
  283. pcs_hydra -= 10
  284. end
  285. cumspclnt = 2
  286. gs 'cum_cleanup'
  287. pcs_breath = 0
  288. gs 'beverage', 'afteralcohol'
  289. '<center><img <<$set_imgh>> src="images/shared/drinks/champagne.jpg"></center>'
  290. 'You drink some champagne, and<<$mtxt>>'
  291. gs 'stat'
  292. killvar '$_drink'
  293. act 'Finish':gt $loc, $metka
  294. end
  295. if $ARGS[0] = 'bev_bee':
  296. *clr & cla
  297. frost = 0
  298. alko += 1
  299. minut += 15
  300. fat += 3
  301. money -= val($_drink['<<args[1]>>,price'])
  302. pcs_health -= 5
  303. pcs_mood += 5
  304. pcs_energy -= 4
  305. if pcs_hydra >= 100:
  306. pcs_hydra += 5
  307. else
  308. pcs_hydra += 10
  309. end
  310. cumspclnt = 2
  311. gs 'cum_cleanup'
  312. pcs_breath = 0
  313. gs 'beverage', 'afteralcohol'
  314. '<center><img <<$set_imgh>> src="images/shared/drinks/darkbeer.jpg"></center>'
  315. 'You drink the beer, enjoying the fresh, mildly bitter taste, and<<$mtxt>>'
  316. gs 'stat'
  317. killvar '$_drink'
  318. act 'Finish':gt $loc, $metka
  319. end
  320. if $ARGS[0] = 'afteralcohol':
  321. if pcs_hydra < 100:
  322. $mtxt = ' while your drink, you wish you were better hydrated before you started.'
  323. elseif pcs_hydra <= 80:
  324. $mtxt = ' you should remind yourself to drink some water later, so you don''t get dehydrated.'
  325. elseif pcs_hydra <= 60:
  326. $mtxt = ' you aren''t sure how many more you can fit in before you need to pee.'
  327. elseif pcs_hydra <= 40:
  328. $mtxt = ' you definitely need to drink some water now, or you''ll end up with a hangover.'
  329. else
  330. $mtxt = ' you enjoyed that drink immensely. Let''s have some more!'
  331. end
  332. end
  333. if $ARGS[0] = 'afterdrink':
  334. if pcs_hydra > 100:
  335. $mtxt = ' you while your thirst is quenched, you are starting to feel bloated, with your belly full of liquids.'
  336. elseif pcs_hydra >= 80:
  337. $mtxt = ' it was sufficant enough to quench your thirst.'
  338. elseif pcs_hydra >= 60:
  339. $mtxt = ' you could definitely go another round.'
  340. elseif pcs_hydra >= 40:
  341. $mtxt = ' while your mouth is no longer dry, you would like another drink.'
  342. else
  343. $mtxt = ' it did nothing to satisfy your thirst; you should probably have some more.'
  344. end
  345. end
  346. --- beverage ---------------------------------