food.qsrc 24 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175
  1. # food
  2. !2021/05/06
  3. ! Snacks: +20 pcs_energy, +7 fat (most cases has water available separately)
  4. ! Fast Food: +70 pcs_energy +70 pcs_hydra, +14 fat (hamburgers, fried food, like the downtown diner)
  5. ! Small Meal: +40 pcs_energy +40 pcs_hydra, +4 fat (soup and sandwiches, cafe light lunches, etc)
  6. ! Medium Meal and Hotel Food: +60 pcs_energy +60 pcs_hydra, +7 fat (home cooked dinners and room service equivalent)
  7. ! Large Meal: +100 pcs_energy +100 pcs_hydra, +14 fat (steak dinners, new years party dinner, etc)
  8. ! Bagged Lunch: +40 pcs_energy +40 pcs_hydra, +5 fat (sandwich, cold leftovers, etc)
  9. ! Health Meal: +50 pcs_energy +50 pcs_hydra, +1 fat (Diet food, Salads, rice cakes with peanut butter)
  10. ! 16/10/2022 - Added watercooler - HS
  11. menu_off = 1
  12. if $ARGS[0] = 'pirosh':
  13. *clr & cla
  14. frost = 0
  15. minut += 15
  16. money -= val($_eat['<<args[1]>>,price'])
  17. pcs_health += pcs_health/10
  18. pcs_mood += 5
  19. fat += 4
  20. pcs_energy += 40
  21. if pcs_hydra >= 100:
  22. pcs_hydra -= 5
  23. else
  24. pcs_hydra -= 10
  25. end
  26. cumspclnt = 2
  27. gs 'cum_cleanup'
  28. pcs_breath = 0
  29. gs 'food', 'aftermeal'
  30. '<center><img <<$set_imgh>> src="images/shared/food/pirozhki.jpg"></center>'
  31. if $loc = 'uni_cafe':
  32. uni_lunch_bought = 1
  33. 'You buy some vegetarian Piroshki.'
  34. gs 'uni_cafe', 'sitting_choice'
  35. else
  36. 'You enjoy some vegetarian Piroshki, and <<$mtxt>>'
  37. gs 'stat'
  38. if food_loc = 1:
  39. act 'Finish': gt 'food_menu'
  40. else
  41. act 'Finish':gt $loc, $loc_arg
  42. end
  43. end
  44. killvar '$_eat'
  45. end
  46. if $ARGS[0] = 'golub':
  47. *clr & cla
  48. frost = 0
  49. minut += 20
  50. money -= val($_eat['<<args[1]>>,price'])
  51. pcs_health += 10
  52. pcs_mood += 5
  53. fat += 8
  54. pcs_energy += 60
  55. if pcs_hydra >= 100:
  56. pcs_hydra += 10
  57. else
  58. pcs_hydra += 20
  59. end
  60. cumspclnt = 2
  61. gs 'cum_cleanup'
  62. pcs_breath = 0
  63. gs 'food', 'aftermeal'
  64. '<center><img <<$set_imgh>> src="images/shared/food/golubtsy.jpg"></center>'
  65. if $loc = 'uni_cafe':
  66. uni_lunch_bought = 1
  67. 'You buy some well made Golubtsy in a tomato sauce. The portions is of moderate size.'
  68. gs 'uni_cafe', 'sitting_choice'
  69. else
  70. 'You enjoy some well made Golubtsy in a tomato sauce. The portions were moderate and<<$mtxt>>'
  71. gs 'stat'
  72. if food_loc = 1:
  73. act 'Finish': gt 'food_menu'
  74. else
  75. act 'Finish':gt $loc, $loc_arg
  76. end
  77. end
  78. killvar '$_eat'
  79. end
  80. if $ARGS[0] = 'pozhar':
  81. *clr & cla
  82. frost = 0
  83. minut += 20
  84. money -= val($_eat['<<args[1]>>,price'])
  85. pcs_health += 15
  86. pcs_mood += 10
  87. fat += 6
  88. pcs_energy += 70
  89. if pcs_hydra >= 100:
  90. pcs_hydra -= 5
  91. else
  92. pcs_hydra -= 10
  93. end
  94. cumspclnt = 2
  95. gs 'cum_cleanup'
  96. pcs_breath = 0
  97. gs 'food', 'aftermeal'
  98. '<center><img <<$set_imgh>> src="images/shared/food/pozharsky.jpg"></center>'
  99. if $loc = 'uni_cafe':
  100. uni_lunch_bought = 1
  101. 'You buy a Pozharsky Cutlets. The portions is of moderate size.'
  102. gs 'uni_cafe', 'sitting_choice'
  103. else
  104. 'You thoroughly enjoy the nicely cooked Pozharsky Cutlets. The portions were moderate and<<$mtxt>>'
  105. gs 'stat'
  106. if food_loc = 1:
  107. act 'Finish': gt 'food_menu'
  108. else
  109. act 'Finish':gt $loc, $loc_arg
  110. end
  111. end
  112. killvar '$_eat'
  113. end
  114. if $ARGS[0] = 'reuben':
  115. *clr & cla
  116. frost = 0
  117. minut += 25
  118. money -= val($_eat['<<args[1]>>,price'])
  119. pcs_health += 20
  120. pcs_mood += 25
  121. fat += 12
  122. pcs_energy += 110
  123. if pcs_hydra >= 100:
  124. pcs_hydra -= 5
  125. else
  126. pcs_hydra -= 10
  127. end
  128. cumspclnt = 2
  129. gs 'cum_cleanup'
  130. pcs_breath = 0
  131. gs 'food', 'aftermeal'
  132. '<center><img <<$set_imgh>> src="images/shared/food/reuben.jpg"></center>'
  133. if $loc = 'uni_cafe':
  134. uni_lunch_bought = 1
  135. 'You buy a Rueben Sandwich. It is quit large.'
  136. gs 'uni_cafe', 'sitting_choice'
  137. else
  138. 'You had trouble finishing the Rueben Sandwich, but you enjoyed it immensely. The portion was fairly large and<<$mtxt>>'
  139. gs 'stat'
  140. if food_loc = 1:
  141. act 'Finish': gt 'food_menu'
  142. else
  143. act 'Finish':gt $loc, $loc_arg
  144. end
  145. end
  146. killvar '$_eat'
  147. end
  148. if $ARGS[0] = 'bliny':
  149. *clr & cla
  150. frost = 0
  151. minut += 15
  152. money -= val($_eat['<<args[1]>>,price'])
  153. pcs_health += 10
  154. pcs_mood += 5
  155. fat += 8
  156. pcs_energy += 50
  157. if pcs_hydra >= 100:
  158. pcs_hydra -= 5
  159. else
  160. pcs_hydra -= 10
  161. end
  162. cumspclnt = 2
  163. gs 'cum_cleanup'
  164. pcs_breath = 0
  165. gs 'food', 'aftermeal'
  166. '<center><img <<$set_imgh>> src="images/shared/food/blini.jpg"></center>'
  167. if $loc = 'uni_cafe':
  168. uni_lunch_bought = 1
  169. 'You buy some bliny. The portions are fairly small.'
  170. gs 'uni_cafe', 'sitting_choice'
  171. else
  172. 'You eat some bliny. The portions are fairly small and<<$mtxt>>'
  173. gs 'stat'
  174. if food_loc = 1:
  175. act 'Finish': gt 'food_menu'
  176. else
  177. act 'Finish':gt $loc, $loc_arg
  178. end
  179. end
  180. killvar '$_eat'
  181. end
  182. if $ARGS[0] = 'varenfan':
  183. *clr & cla
  184. frost = 0
  185. minut += 25
  186. money -= val($_eat['<<args[1]>>,price'])
  187. pcs_health += 15
  188. pcs_mood += 15
  189. fat += 10
  190. pcs_energy += 40
  191. if pcs_hydra >= 100:
  192. pcs_hydra -= 5
  193. else
  194. pcs_hydra -= 10
  195. end
  196. cumspclnt = 2
  197. gs 'cum_cleanup'
  198. pcs_breath = 0
  199. '<center><img <<$set_imgh>> src="images/shared/food/varenikifancy.jpg"></center>'
  200. 'You sit and eat a plate of yummy Vareniki with potatoes. The portions are fairly moderate and<<$mtxt>>'
  201. gs 'stat'
  202. killvar '$_eat'
  203. if food_loc = 1:
  204. act 'Finish': gt 'food_menu'
  205. else
  206. act 'Finish':gt $loc, $loc_arg
  207. end
  208. end
  209. if $ARGS[0] = 'salfan':
  210. *clr & cla
  211. frost = 0
  212. minut += 40
  213. money -= val($_eat['<<args[1]>>,price'])
  214. pcs_health += 20
  215. pcs_mood += 20
  216. fat += 12
  217. pcs_energy += 80
  218. if pcs_hydra >= 100:
  219. pcs_hydra -= 5
  220. else
  221. pcs_hydra -= 10
  222. end
  223. cumspclnt = 2
  224. gs 'cum_cleanup'
  225. pcs_breath = 0
  226. gs 'food', 'aftermeal'
  227. '<center><img <<$set_imgh>> src="images/shared/food/salmonfancy.jpg"></center>'
  228. 'You thoroughly enjoy the massive fresh salmon steak. The meal was simply colossal and<<$mtxt>>'
  229. gs 'stat'
  230. killvar '$_eat'
  231. if food_loc = 1:
  232. act 'Finish': gt 'food_menu'
  233. else
  234. act 'Finish':gt $loc, $loc_arg
  235. end
  236. end
  237. if $ARGS[0] = 'strofan':
  238. *clr & cla
  239. frost = 0
  240. minut += 35
  241. money -= val($_eat['<<args[1]>>,price'])
  242. pcs_health += 20
  243. pcs_mood += 30
  244. fat += 6
  245. pcs_energy += 120
  246. if pcs_hydra >= 100:
  247. pcs_hydra -= 5
  248. else
  249. pcs_hydra -= 10
  250. end
  251. cumspclnt = 2
  252. gs 'cum_cleanup'
  253. pcs_breath = 0
  254. gs 'food', 'aftermeal'
  255. '<center><img <<$set_imgh>> src="images/shared/food/stroganofffancy.jpg"></center>'
  256. 'You are loving the delicious Beef Stroganoff. You enjoy it immensely. The portion was fairly moderate and<<$mtxt>>'
  257. gs 'stat'
  258. killvar '$_eat'
  259. if food_loc = 1:
  260. act 'Finish': gt 'food_menu'
  261. else
  262. act 'Finish':gt $loc, $loc_arg
  263. end
  264. end
  265. if $ARGS[0] = 'borfan':
  266. *clr & cla
  267. frost = 0
  268. minut += 25
  269. money -= val($_eat['<<args[1]>>,price'])
  270. pcs_health += 10
  271. pcs_mood += 25
  272. fat += 4
  273. pcs_energy += 60
  274. if pcs_hydra >= 100:
  275. pcs_hydra += 20
  276. else
  277. pcs_hydra += 40
  278. end
  279. cumspclnt = 2
  280. gs 'cum_cleanup'
  281. pcs_breath = 0
  282. gs 'food', 'aftermeal'
  283. '<center><img <<$set_imgh>> src="images/shared/food/borschtfancy.jpg"></center>'
  284. 'You a steaming hot bowel of Borscht. The portions are fairly small and<<$mtxt>>'
  285. gs 'stat'
  286. killvar '$_eat'
  287. if food_loc = 1:
  288. act 'Finish': gt 'food_menu'
  289. else
  290. act 'Finish':gt $loc, $loc_arg
  291. end
  292. end
  293. if $ARGS[0] = 'blifan':
  294. *clr & cla
  295. frost = 0
  296. minut += 20
  297. money -= val($_eat['<<args[1]>>,price'])
  298. pcs_health += 30
  299. pcs_mood += 40
  300. fat += 6
  301. pcs_energy += 50
  302. if pcs_hydra >= 100:
  303. pcs_hydra -= 5
  304. else
  305. pcs_hydra -= 10
  306. end
  307. cumspclnt = 2
  308. gs 'cum_cleanup'
  309. pcs_breath = 0
  310. gs 'food', 'aftermeal'
  311. '<center><img <<$set_imgh>> src="images/shared/food/blinifancy.jpg"></center>'
  312. 'You eat a petite caviar bliny appetiser. The portions are fairly small and<<$mtxt>>'
  313. gs 'stat'
  314. killvar '$_eat'
  315. if food_loc = 1:
  316. act 'Finish': gt 'food_menu'
  317. else
  318. act 'Finish':gt $loc, $loc_arg
  319. end
  320. end
  321. if $ARGS[0] = 'ryesna':
  322. *clr & cla
  323. frost = 0
  324. minut += 10
  325. money -= val($_eat['<<args[1]>>,price'])
  326. pcs_health += pcs_health/10
  327. pcs_mood += 10
  328. fat += 4
  329. pcs_energy += 20
  330. if pcs_hydra >= 100:
  331. pcs_hydra -= 5
  332. else
  333. pcs_hydra -= 10
  334. end
  335. cumspclnt = 2
  336. gs 'cum_cleanup'
  337. pcs_breath = 0
  338. gs 'food', 'aftermeal'
  339. '<center><img <<$set_imgh>> src="images/shared/food/ryesnack.jpg"></center>'
  340. 'You have a tasty bowel of toasted rye snacks. The portions are fairly small and<<$mtxt>>'
  341. gs 'stat'
  342. killvar '$_eat'
  343. if food_loc = 1:
  344. act 'Finish': gt 'food_menu'
  345. else
  346. act 'Finish':gt $loc, $loc_arg
  347. end
  348. end
  349. if $ARGS[0] = 'crisps':
  350. *clr & cla
  351. frost = 0
  352. minut += 10
  353. money -= val($_eat['<<args[1]>>,price'])
  354. pcs_health += pcs_health/10
  355. pcs_mood += 20
  356. fat += 16
  357. pcs_energy += 20
  358. if pcs_hydra >= 100:
  359. pcs_hydra -= 5
  360. else
  361. pcs_hydra -= 10
  362. end
  363. cumspclnt = 2
  364. gs 'cum_cleanup'
  365. pcs_breath = 0
  366. gs 'food', 'aftermeal'
  367. '<center><img <<$set_imgh>> src="images/shared/food/crisps.jpg"></center>'
  368. 'You enjoy the salty flavour of a bowl of crisps. The portions are fairly small and<<$mtxt>>'
  369. gs 'stat'
  370. killvar '$_eat'
  371. if food_loc = 1:
  372. act 'Finish': gt 'food_menu'
  373. else
  374. act 'Finish':gt $loc, $loc_arg
  375. end
  376. end
  377. if $ARGS[0] = 'onring':
  378. *clr & cla
  379. frost = 0
  380. minut += 10
  381. money -= val($_eat['<<args[1]>>,price'])
  382. pcs_health += 10
  383. pcs_mood += 5
  384. fat += 16
  385. pcs_energy += 40
  386. if pcs_hydra >= 100:
  387. pcs_hydra -= 5
  388. else
  389. pcs_hydra -= 10
  390. end
  391. cumspclnt = 2
  392. gs 'cum_cleanup'
  393. pcs_breath = 0
  394. gs 'food', 'aftermeal'
  395. '<center><img <<$set_imgh>> src="images/shared/food/onionrings.jpg"></center>'
  396. 'You push yourself to eat the dry fatty onion rings. The portions are fairly small and<<$mtxt>>'
  397. gs 'stat'
  398. killvar '$_eat'
  399. if food_loc = 1:
  400. act 'Finish': gt 'food_menu'
  401. else
  402. act 'Finish':gt $loc, $loc_arg
  403. end
  404. end
  405. if $ARGS[0] = 'vegburg':
  406. *clr & cla
  407. frost = 0
  408. minut += 20
  409. money -= val($_eat['<<args[1]>>,price'])
  410. pcs_health += 20
  411. pcs_mood += 10
  412. fat += 8
  413. pcs_energy += 60
  414. if pcs_hydra >= 100:
  415. pcs_hydra -= 5
  416. else
  417. pcs_hydra -= 10
  418. end
  419. cumspclnt = 2
  420. gs 'cum_cleanup'
  421. pcs_breath = 0
  422. gs 'food', 'aftermeal'
  423. '<center><img <<$set_imgh>> src="images/shared/food/vegieburger.jpg"></center>'
  424. 'You eat the delicious vegieburger. The portions are fairly small and<<$mtxt>>'
  425. gs 'stat'
  426. killvar '$_eat'
  427. if food_loc = 1:
  428. act 'Finish': gt 'food_menu'
  429. else
  430. act 'Finish':gt $loc, $loc_arg
  431. end
  432. end
  433. if $ARGS[0] = 'turburg':
  434. *clr & cla
  435. frost = 0
  436. minut += 20
  437. money -= val($_eat['<<args[1]>>,price'])
  438. pcs_health += 10
  439. pcs_mood += 10
  440. fat += 10
  441. pcs_energy += 60
  442. if pcs_hydra >= 100:
  443. pcs_hydra -= 5
  444. else
  445. pcs_hydra -= 10
  446. end
  447. cumspclnt = 2
  448. gs 'cum_cleanup'
  449. pcs_breath = 0
  450. gs 'food', 'aftermeal'
  451. '<center><img <<$set_imgh>> src="images/shared/food/turkeyburger.jpg"></center>'
  452. 'You enjoy the turkey burger. The portions are fairly small and<<$mtxt>>'
  453. gs 'stat'
  454. killvar '$_eat'
  455. if food_loc = 1:
  456. act 'Finish': gt 'food_menu'
  457. else
  458. act 'Finish':gt $loc, $loc_arg
  459. end
  460. end
  461. if $ARGS[0] = 'batfish':
  462. *clr & cla
  463. frost = 0
  464. minut += 20
  465. money -= val($_eat['<<args[1]>>,price'])
  466. pcs_health += 15
  467. pcs_mood += 15
  468. fat += 11
  469. pcs_energy += 80
  470. if pcs_hydra >= 100:
  471. pcs_hydra -= 5
  472. else
  473. pcs_hydra -= 10
  474. end
  475. cumspclnt = 2
  476. gs 'cum_cleanup'
  477. pcs_breath = 0
  478. gs 'food', 'aftermeal'
  479. '<center><img <<$set_imgh>> src="images/shared/food/batteredfish.jpg"></center>'
  480. 'You eat the fish, but it has little flavour. The portions were moderate and<<$mtxt>>'
  481. gs 'stat'
  482. killvar '$_eat'
  483. if food_loc = 1:
  484. act 'Finish': gt 'food_menu'
  485. else
  486. act 'Finish':gt $loc, $loc_arg
  487. end
  488. end
  489. if $ARGS[0] = 'cheburg':
  490. *clr & cla
  491. frost = 0
  492. minut += 25
  493. money -= val($_eat['<<args[1]>>,price'])
  494. pcs_health += 20
  495. pcs_mood += 20
  496. fat += 14
  497. pcs_energy += 120
  498. if pcs_hydra >= 100:
  499. pcs_hydra -= 5
  500. else
  501. pcs_hydra -= 10
  502. end
  503. cumspclnt = 2
  504. gs 'cum_cleanup'
  505. pcs_breath = 0
  506. gs 'food', 'aftermeal'
  507. '<center><img <<$set_imgh>> src="images/shared/food/cheeseburger.jpg"></center>'
  508. 'You are a little sickened by the greasy looking cheeseburger and fries in front of you. The meal was simply colossal and<<$mtxt>>'
  509. gs 'stat'
  510. killvar '$_eat'
  511. if food_loc = 1:
  512. act 'Finish': gt 'food_menu'
  513. else
  514. act 'Finish':gt $loc, $loc_arg
  515. end
  516. end
  517. if $ARGS[0] = 'snack':
  518. *clr & cla
  519. gs 'stat'
  520. minut += 5
  521. money -= val($_eat['<<args[1]>>,price'])
  522. pcs_health += 10
  523. pcs_mood += 20
  524. fat += 6
  525. pcs_energy += 20
  526. cumspclnt = 2
  527. gs 'cum_cleanup'
  528. pcs_breath = 0
  529. '<center><img <<$set_imgh>> src="images/shared/food/snack_1.jpg"></center>'
  530. 'You enjoy a small tasty, but somewhat fattening, snack. It wasn''t very much food, and<<$mtxt>>'
  531. gs 'stat'
  532. killvar '$_eat'
  533. if food_loc = 1:
  534. act 'Finish': gt 'food_menu'
  535. else
  536. act 'Finish':gt $loc, $loc_arg
  537. end
  538. end
  539. if $ARGS[0] = 'f_food':
  540. *clr & cla
  541. frost = 0
  542. minut += 10
  543. money -= val($_eat['<<args[1]>>,price'])
  544. pcs_health += 10
  545. fat += 14
  546. pcs_energy += 70
  547. if pcs_hydra >= 100:
  548. pcs_hydra += 35
  549. else
  550. pcs_hydra += 70
  551. end
  552. cumspclnt = 2
  553. gs 'cum_cleanup'
  554. pcs_breath = 0
  555. gs 'food', 'aftermeal'
  556. '<center><img <<$set_imgh>> src="images/shared/food/fast_food.jpg"></center>'
  557. 'You happily eat some fast food. The portions are quite generous and<<$mtxt>>'
  558. gs 'stat'
  559. killvar '$_eat'
  560. if food_loc = 1:
  561. act 'Finish': gt 'food_menu'
  562. else
  563. act 'Finish':gt $loc, $loc_arg
  564. end
  565. end
  566. if $ARGS[0] = 's_meal':
  567. *clr & cla
  568. frost = 0
  569. minut += 10
  570. money -= val($_eat['<<args[1]>>,price'])
  571. pcs_health += 10
  572. fat += 4
  573. pcs_energy += 40
  574. if pcs_hydra >= 100:
  575. pcs_hydra += 20
  576. else
  577. pcs_hydra += 40
  578. end
  579. cumspclnt = 2
  580. gs 'cum_cleanup'
  581. pcs_breath = 0
  582. gs 'food', 'aftermeal'
  583. '<center><img <<$set_imgh>> src="images/shared/food/food_'+rand(1, 4)+'.jpg"></center>'
  584. 'You happily eat your meal. The portions are fairly small and<<$mtxt>>'
  585. gs 'stat'
  586. killvar '$_eat'
  587. if food_loc = 1:
  588. act 'Finish': gt 'food_menu'
  589. else
  590. act 'Finish':gt $loc, $loc_arg
  591. end
  592. end
  593. if $ARGS[0] = 'm_meal':
  594. *clr & cla
  595. frost = 0
  596. minut += 15
  597. money -= val($_eat['<<args[1]>>,price'])
  598. pcs_health += 10
  599. fat += 8
  600. pcs_energy += 60
  601. if pcs_hydra >= 100:
  602. pcs_hydra += 30
  603. else
  604. pcs_hydra += 60
  605. end
  606. cumspclnt = 2
  607. gs 'cum_cleanup'
  608. pcs_breath = 0
  609. gs 'food', 'aftermeal'
  610. '<center><img <<$set_imgh>> src="images/shared/food/food_'+rand(1, 4)+'.jpg"></center>'
  611. 'You thoroughly enjoy the nicely cooked meal. The portions were moderate and<<$mtxt>>'
  612. 'You accompany it with a mug of tea.'
  613. gs 'stat'
  614. killvar '$_eat'
  615. if food_loc = 1:
  616. act 'Finish': gt 'food_menu'
  617. else
  618. act 'Finish':gt $loc, $loc_arg
  619. end
  620. end
  621. if $ARGS[0] = 'l_meal':
  622. *clr & cla
  623. frost = 0
  624. minut += 20
  625. money -= val($_eat['<<args[1]>>,price'])
  626. pcs_health += 10
  627. fat += 14
  628. pcs_energy += 100
  629. if pcs_hydra >= 100:
  630. pcs_hydra += 50
  631. else
  632. pcs_hydra += 100
  633. end
  634. cumspclnt = 2
  635. gs 'cum_cleanup'
  636. pcs_breath = 0
  637. gs 'food', 'aftermeal'
  638. '<center><img <<$set_imgh>> src="images/shared/food/food_'+rand(1, 4)+'.jpg"></center>'
  639. 'You are almost overwhelmed by the delicious meal laid before you and enjoy it immensely. The meal was simply colossal and<<$mtxt>>'
  640. gs 'stat'
  641. killvar '$_eat'
  642. if food_loc = 1:
  643. act 'Finish': gt 'food_menu'
  644. else
  645. act 'Finish':gt $loc, $loc_arg
  646. end
  647. end
  648. if $ARGS[0] = 'bag_lunch':
  649. *clr & cla
  650. frost = 0
  651. minut += 15
  652. ! money -= val($_eat['<<args[1]>>,price'])
  653. pcs_health += 10
  654. fat += 5
  655. pcs_energy += 40
  656. if pcs_hydra >= 100:
  657. pcs_hydra += 30
  658. else
  659. pcs_hydra += 60
  660. end
  661. cumspclnt = 2
  662. gs 'cum_cleanup'
  663. pcs_breath = 0
  664. gs 'food', 'aftermeal'
  665. '<center><img <<$set_imgh>> src="images/shared/food/bagged_lunch.jpg"></center>'
  666. 'You eat the lunch you packed from home. There was nothing fancy about it and<<$mtxt>>'
  667. gs 'stat'
  668. killvar '$_eat'
  669. end
  670. if $ARGS[0] = 'h_food':
  671. *clr & cla
  672. frost = 0
  673. minut += 25
  674. money -= val($_eat['<<args[1]>>,price'])
  675. pcs_health += 10
  676. fat += 7
  677. money -= 100
  678. pcs_energy += 60
  679. if pcs_hydra >= 100:
  680. pcs_hydra += 30
  681. else
  682. pcs_hydra += 60
  683. end
  684. cumspclnt = 2
  685. gs 'cum_cleanup'
  686. pcs_breath = 0
  687. gs 'food', 'aftermeal'
  688. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/hotel/roomservice.jpg"></center>'
  689. 'The maid brings you a decent meal,<<$mtxt>>'
  690. 'You accompany it with a mug of tea.'
  691. gs 'stat'
  692. killvar '$_eat'
  693. if food_loc = 1:
  694. act 'Finish': gt 'food_menu'
  695. else
  696. act 'Finish':gt $loc, $loc_arg
  697. end
  698. end
  699. if $ARGS[0] = 'h_meal':
  700. *clr & cla
  701. frost = 0
  702. minut += 25
  703. money -= val($_eat['<<args[1]>>,price'])
  704. pcs_health += 20
  705. fat += 1
  706. pcs_energy += 50
  707. if pcs_hydra >= 100:
  708. pcs_hydra += 25
  709. else
  710. pcs_hydra += 50
  711. end
  712. cumspclnt = 2
  713. gs 'cum_cleanup'
  714. pcs_breath = 0
  715. gs 'food', 'aftermeal'
  716. '<center><img <<$set_imgh>> src="images/shared/food/eating-salad.jpg"></center>'
  717. 'You enjoy a crisp salad of fresh greens and<<$mtxt>>'
  718. gs 'stat'
  719. killvar '$_eat'
  720. if food_loc = 1:
  721. act 'Finish': gt 'food_menu'
  722. else
  723. act 'Finish':gt $loc, $loc_arg
  724. end
  725. end
  726. if $ARGS[0] = 'jerky':
  727. *clr & cla
  728. frost = 0
  729. minut += 10
  730. money -= val($_eat['<<args[1]>>,price'])
  731. pcs_health += 10
  732. fat += 1
  733. pcs_hydra -= 15
  734. pcs_energy += 20
  735. cumspclnt = 2
  736. gs 'cum_cleanup'
  737. pcs_breath = 0
  738. gs 'food', 'aftermeal'
  739. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/jerky_mix.jpg"></center>'
  740. 'You munch on some dried meat and trail mix. Not a full hot meal by any means but it''s better than nothing, and<<$mtxt>>'
  741. gs 'stat'
  742. killvar '$_eat'
  743. if food_loc = 1:
  744. act 'Finish': gt 'food_menu'
  745. else
  746. act 'Finish':gt $loc, $loc_arg
  747. end
  748. end
  749. if $ARGS[0] = 'meat_stew':
  750. *clr & cla
  751. frost = 0
  752. minut += 30
  753. money -= val($_eat['<<args[1]>>,price'])
  754. pcs_health += 10
  755. fat += 3
  756. pcs_energy += 50
  757. if pcs_hydra >= 100:
  758. pcs_hydra += 10
  759. else
  760. pcs_hydra += 20
  761. end
  762. cumspclnt = 2
  763. gs 'cum_cleanup'
  764. pcs_breath = 0
  765. gs 'food', 'aftermeal'
  766. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/soup.jpg"></center>'
  767. 'You thoroughly enjoy the nicely cooked meat stew, and <<$mtxt>>'
  768. 'You accompany it with a mug of tea.'
  769. gs 'stat'
  770. killvar '$_eat'
  771. if food_loc = 1:
  772. act 'Finish': gt 'food_menu'
  773. else
  774. act 'Finish':gt $loc, $loc_arg
  775. end
  776. end
  777. if $ARGS[0] = 'mush_soup':
  778. *clr & cla
  779. frost = 0
  780. minut += 30
  781. money -= val($_eat['<<args[1]>>,price'])
  782. pcs_health += 10
  783. fat += 3
  784. pcs_energy += 40
  785. if pcs_hydra >= 100:
  786. pcs_hydra += 20
  787. else
  788. pcs_hydra += 30
  789. end
  790. cumspclnt = 2
  791. gs 'cum_cleanup'
  792. pcs_breath = 0
  793. gs 'food', 'aftermeal'
  794. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/soup.jpg"></center>'
  795. 'You thoroughly enjoy some warm mushroom soup, and <<$mtxt>>'
  796. 'You accompany it with a mug of tea.'
  797. gs 'stat'
  798. killvar '$_eat'
  799. if food_loc = 1:
  800. act 'Finish': gt 'food_menu'
  801. else
  802. act 'Finish':gt $loc, $loc_arg
  803. end
  804. end
  805. if $ARGS[0] = 'bilberry':
  806. *clr & cla
  807. gs 'stat'
  808. minut += 15
  809. money -= val($_eat['<<args[1]>>,price'])
  810. pcs_health += pcs_health/10
  811. pcs_mood += 10
  812. fat += 1
  813. pcs_energy += 10
  814. pcs_hydra += 10
  815. cumspclnt = 2
  816. gs 'cum_cleanup'
  817. pcs_breath = 0
  818. '<center><img <<$set_imgh>> src="images/locations/gadukino/forest/bilberry.jpg"></center>'
  819. 'You ate a few berries, and<<$mtxt>>'
  820. gs 'stat'
  821. killvar '$_eat'
  822. if food_loc = 1:
  823. act 'Finish': gt 'food_menu'
  824. else
  825. act 'Finish':gt $loc, $loc_arg
  826. end
  827. end
  828. if $ARGS[0] = 'family_meals':
  829. frost = 0
  830. minut += 20
  831. pcs_health += 10
  832. pcs_mood += 10
  833. fat += iif($ARGS[1] = 'dinner', 8, 6)
  834. pcs_energy += 60
  835. if pcs_hydra >= 100:
  836. pcs_hydra += 30
  837. elseif pcs_hydra < 20:
  838. pcs_hydra += 80
  839. else
  840. pcs_hydra += 60
  841. end
  842. cumspclnt = 2
  843. gs 'cum_cleanup'
  844. pcs_breath = 0
  845. end
  846. if $ARGS[0] = 'aftermeal':
  847. if pcs_energy > 100:
  848. $mtxt = ' you had to force yourself to finish and now you feel stuffed.'
  849. elseif pcs_energy >= 80:
  850. $mtxt = ' it was enough to leave you feeling full and satisfied.'
  851. elseif pcs_energy >= 60:
  852. $mtxt = ' while you no longer feel especially hungry, you don''t feel all that satisfied either.'
  853. elseif pcs_energy >= 40:
  854. $mtxt = ' while you no longer feel like you are starving, you are still quite hungry - in fact, you could probably eat the same amount again and still have room for dessert.'
  855. else
  856. $mtxt = ' did nothing to appease your hunger, in fact, it only amde you want more.'
  857. end
  858. end
  859. if $ARGS[0] = 'watercooler':
  860. *clr & cla
  861. frost = 0
  862. if alko > 0: alko -= 1
  863. minut += 2
  864. pcs_health += 10
  865. pcs_energy += 4
  866. if pcs_hydra >= 100:
  867. pcs_hydra += 25
  868. else
  869. pcs_hydra += 50
  870. end
  871. cumspclnt = 2
  872. gs 'cum_cleanup'
  873. gs 'stat'
  874. dynamic $fill_bottle
  875. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/bathroom/waterfountain.jpg"></center>'
  876. 'You drink some water and feel refreshed.'
  877. act 'Finish':gt $loc, $loc_arg
  878. end
  879. !! ------------ just the stats, no descriptions or extra stuff with cost -----------------------
  880. if $ARGS[0] = 'only_cost_snack':
  881. *clr & cla
  882. gs 'stat'
  883. money -= val($_eat['<<args[1]>>,price'])
  884. pcs_health += 10
  885. pcs_mood += 20
  886. fat += 6
  887. pcs_energy += 20
  888. cumspclnt = 2
  889. gs 'cum_cleanup'
  890. pcs_breath = 0
  891. killvar '$_eat'
  892. *nl
  893. 'Added to your order'
  894. gt 'food_menu'
  895. end
  896. if $ARGS[0] = 'only_cost_light_snack':
  897. *clr & cla
  898. money -= val($_eat['<<args[1]>>,price'])
  899. pcs_health += pcs_health/10
  900. pcs_mood += 20
  901. fat += 3
  902. pcs_energy += 20
  903. cumspclnt = 2
  904. gs 'cum_cleanup'
  905. pcs_breath = 0
  906. killvar '$_eat'
  907. *nl
  908. 'Added to your order'
  909. gt 'food_menu'
  910. end
  911. if $ARGS[0] = 'only_stats_fast_food':
  912. *clr & cla
  913. pcs_health += pcs_health/10
  914. pcs_mood += 20
  915. fat += 14
  916. pcs_energy += 70
  917. pcs_hydra += 70
  918. cumspclnt = 2
  919. gs 'cum_cleanup'
  920. pcs_breath = 0
  921. end
  922. if $ARGS[0] = 'only_stats_small_meal':
  923. *clr & cla
  924. pcs_health += pcs_health/5
  925. pcs_mood += 10
  926. fat += 4
  927. pcs_energy += 40
  928. pcs_hydra += 40
  929. cumspclnt = 2
  930. gs 'cum_cleanup'
  931. pcs_breath = 0
  932. end
  933. if $ARGS[0] = 'only_stats_medium_meal':
  934. *clr & cla
  935. pcs_health += pcs_health/10
  936. pcs_mood += 15
  937. fat += 7
  938. pcs_energy += 70
  939. pcs_hydra += 70
  940. cumspclnt = 2
  941. gs 'cum_cleanup'
  942. pcs_breath = 0
  943. end
  944. if $ARGS[0] = 'only_stats_large_meal':
  945. *clr & cla
  946. pcs_health += pcs_health/15
  947. pcs_mood += 20
  948. fat += 14
  949. pcs_energy += 100
  950. pcs_hydra += 100
  951. cumspclnt = 2
  952. gs 'cum_cleanup'
  953. pcs_breath = 0
  954. end
  955. if $ARGS[0] = 'only_stats_bagged_meal':
  956. *clr & cla
  957. pcs_health += pcs_health/8
  958. pcs_mood += 5
  959. fat += 5
  960. pcs_energy += 40
  961. pcs_hydra += 40
  962. cumspclnt = 2
  963. gs 'cum_cleanup'
  964. pcs_breath = 0
  965. end
  966. if $ARGS[0] = 'only_stats_healthy_meal':
  967. *clr & cla
  968. pcs_health += pcs_health/5
  969. pcs_mood += 5
  970. fat += 1
  971. pcs_energy += 50
  972. pcs_hydra += 50
  973. cumspclnt = 2
  974. gs 'cum_cleanup'
  975. pcs_breath = 0
  976. end
  977. if $ARGS[0] = 'only_cost_pirosh':
  978. *clr & cla
  979. frost = 0
  980. money -= val($_eat['<<args[1]>>,price'])
  981. pcs_health += pcs_health/10
  982. pcs_mood += 5
  983. fat += 4
  984. pcs_energy += 40
  985. if pcs_hydra >= 100:
  986. pcs_hydra -= 5
  987. else
  988. pcs_hydra -= 10
  989. end
  990. cumspclnt = 2
  991. gs 'cum_cleanup'
  992. pcs_breath = 0
  993. gs 'food', 'aftermeal'
  994. killvar '$_eat'
  995. if $loc = 'uni_cafe': uni_lunch_bought = 1
  996. *nl
  997. 'Added to your order'
  998. gt 'food_menu'
  999. end
  1000. if $ARGS[0] = 'only_cost_golub':
  1001. frost = 0
  1002. money -= val($_eat['<<args[1]>>,price'])
  1003. pcs_health += 10
  1004. pcs_mood += 5
  1005. fat += 8
  1006. pcs_energy += 60
  1007. if pcs_hydra >= 100:
  1008. pcs_hydra += 10
  1009. else
  1010. pcs_hydra += 20
  1011. end
  1012. cumspclnt = 2
  1013. gs 'cum_cleanup'
  1014. pcs_breath = 0
  1015. gs 'food', 'aftermeal'
  1016. killvar '$_eat'
  1017. if $loc = 'uni_cafe': uni_lunch_bought = 1
  1018. *nl
  1019. 'Added to your order'
  1020. gt 'food_menu'
  1021. end
  1022. if $ARGS[0] = 'only_cost_pozhar':
  1023. frost = 0
  1024. money -= val($_eat['<<args[1]>>,price'])
  1025. pcs_health += 15
  1026. pcs_mood += 10
  1027. fat += 6
  1028. pcs_energy += 70
  1029. if pcs_hydra >= 100:
  1030. pcs_hydra -= 5
  1031. else
  1032. pcs_hydra -= 10
  1033. end
  1034. cumspclnt = 2
  1035. gs 'cum_cleanup'
  1036. pcs_breath = 0
  1037. gs 'food', 'aftermeal'
  1038. killvar '$_eat'
  1039. if $loc = 'uni_cafe': uni_lunch_bought = 1
  1040. *nl
  1041. 'Added to your order'
  1042. gt 'food_menu'
  1043. end
  1044. if $ARGS[0] = 'only_cost_reuben':
  1045. frost = 0
  1046. money -= val($_eat['<<args[1]>>,price'])
  1047. pcs_health += 20
  1048. pcs_mood += 25
  1049. fat += 12
  1050. pcs_energy += 110
  1051. if pcs_hydra >= 100:
  1052. pcs_hydra -= 5
  1053. else
  1054. pcs_hydra -= 10
  1055. end
  1056. cumspclnt = 2
  1057. gs 'cum_cleanup'
  1058. pcs_breath = 0
  1059. gs 'food', 'aftermeal'
  1060. killvar '$_eat'
  1061. if $loc = 'uni_cafe': uni_lunch_bought = 1
  1062. *nl
  1063. 'Added to your order'
  1064. gt 'food_menu'
  1065. end
  1066. if $ARGS[0] = 'only_cost_bliny':
  1067. frost = 0
  1068. money -= val($_eat['<<args[1]>>,price'])
  1069. pcs_health += 10
  1070. pcs_mood += 5
  1071. fat += 8
  1072. pcs_energy += 50
  1073. if pcs_hydra >= 100:
  1074. pcs_hydra -= 5
  1075. else
  1076. pcs_hydra -= 10
  1077. end
  1078. cumspclnt = 2
  1079. gs 'cum_cleanup'
  1080. pcs_breath = 0
  1081. gs 'food', 'aftermeal'
  1082. killvar '$_eat'
  1083. if $loc = 'uni_cafe': uni_lunch_bought = 1
  1084. *nl
  1085. 'Added to your order'
  1086. gt 'food_menu'
  1087. end
  1088. --- food ---------------------------------