food.qsrc 22 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054
  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. '<center><img <<$set_imgh>> src="images/shared/food/blini.jpg"></center>'
  173. 'You eat some bliny. The portions are fairly small and<<$mtxt>>'
  174. gs 'stat'
  175. if food_loc = 1:
  176. act 'Finish': gt 'food_menu'
  177. else
  178. act 'Finish':gt $loc, $loc_arg
  179. end
  180. end
  181. killvar '$_eat'
  182. end
  183. if $ARGS[0] = 'varenfan':
  184. *clr & cla
  185. frost = 0
  186. minut += 25
  187. money -= val($_eat['<<args[1]>>,price'])
  188. pcs_health += 15
  189. pcs_mood += 15
  190. fat += 10
  191. pcs_energy += 40
  192. if pcs_hydra >= 100:
  193. pcs_hydra -= 5
  194. else
  195. pcs_hydra -= 10
  196. end
  197. cumspclnt = 2
  198. gs 'cum_cleanup'
  199. pcs_breath = 0
  200. '<center><img <<$set_imgh>> src="images/shared/food/varenikifancy.jpg"></center>'
  201. 'You sit and eat a plate of yummy Vareniki with potatoes. The portions are fairly moderate and<<$mtxt>>'
  202. gs 'stat'
  203. killvar '$_eat'
  204. if food_loc = 1:
  205. act 'Finish': gt 'food_menu'
  206. else
  207. act 'Finish':gt $loc, $loc_arg
  208. end
  209. end
  210. if $ARGS[0] = 'salfan':
  211. *clr & cla
  212. frost = 0
  213. minut += 40
  214. money -= val($_eat['<<args[1]>>,price'])
  215. pcs_health += 20
  216. pcs_mood += 20
  217. fat += 12
  218. pcs_energy += 80
  219. if pcs_hydra >= 100:
  220. pcs_hydra -= 5
  221. else
  222. pcs_hydra -= 10
  223. end
  224. cumspclnt = 2
  225. gs 'cum_cleanup'
  226. pcs_breath = 0
  227. gs 'food', 'aftermeal'
  228. '<center><img <<$set_imgh>> src="images/shared/food/salmonfancy.jpg"></center>'
  229. 'You thoroughly enjoy the massive fresh salmon steak. The meal was simply colossal and<<$mtxt>>'
  230. gs 'stat'
  231. killvar '$_eat'
  232. if food_loc = 1:
  233. act 'Finish': gt 'food_menu'
  234. else
  235. act 'Finish':gt $loc, $loc_arg
  236. end
  237. end
  238. if $ARGS[0] = 'strofan':
  239. *clr & cla
  240. frost = 0
  241. minut += 35
  242. money -= val($_eat['<<args[1]>>,price'])
  243. pcs_health += 20
  244. pcs_mood += 30
  245. fat += 6
  246. pcs_energy += 120
  247. if pcs_hydra >= 100:
  248. pcs_hydra -= 5
  249. else
  250. pcs_hydra -= 10
  251. end
  252. cumspclnt = 2
  253. gs 'cum_cleanup'
  254. pcs_breath = 0
  255. gs 'food', 'aftermeal'
  256. '<center><img <<$set_imgh>> src="images/shared/food/stroganofffancy.jpg"></center>'
  257. 'You are loving the delicious Beef Stroganoff. You enjoy it immensely. The portion was fairly moderate and<<$mtxt>>'
  258. gs 'stat'
  259. killvar '$_eat'
  260. if food_loc = 1:
  261. act 'Finish': gt 'food_menu'
  262. else
  263. act 'Finish':gt $loc, $loc_arg
  264. end
  265. end
  266. if $ARGS[0] = 'borfan':
  267. *clr & cla
  268. frost = 0
  269. minut += 25
  270. money -= val($_eat['<<args[1]>>,price'])
  271. pcs_health += 10
  272. pcs_mood += 25
  273. fat += 4
  274. pcs_energy += 60
  275. if pcs_hydra >= 100:
  276. pcs_hydra += 20
  277. else
  278. pcs_hydra += 40
  279. end
  280. cumspclnt = 2
  281. gs 'cum_cleanup'
  282. pcs_breath = 0
  283. gs 'food', 'aftermeal'
  284. '<center><img <<$set_imgh>> src="images/shared/food/borschtfancy.jpg"></center>'
  285. 'You a steaming hot bowel of Borscht. The portions are fairly small and<<$mtxt>>'
  286. gs 'stat'
  287. killvar '$_eat'
  288. if food_loc = 1:
  289. act 'Finish': gt 'food_menu'
  290. else
  291. act 'Finish':gt $loc, $loc_arg
  292. end
  293. end
  294. if $ARGS[0] = 'blifan':
  295. *clr & cla
  296. frost = 0
  297. minut += 20
  298. money -= val($_eat['<<args[1]>>,price'])
  299. pcs_health += 30
  300. pcs_mood += 40
  301. fat += 6
  302. pcs_energy += 50
  303. if pcs_hydra >= 100:
  304. pcs_hydra -= 5
  305. else
  306. pcs_hydra -= 10
  307. end
  308. cumspclnt = 2
  309. gs 'cum_cleanup'
  310. pcs_breath = 0
  311. gs 'food', 'aftermeal'
  312. '<center><img <<$set_imgh>> src="images/shared/food/blinifancy.jpg"></center>'
  313. 'You eat a petite caviar bliny appetiser. The portions are fairly small and<<$mtxt>>'
  314. gs 'stat'
  315. killvar '$_eat'
  316. if food_loc = 1:
  317. act 'Finish': gt 'food_menu'
  318. else
  319. act 'Finish':gt $loc, $loc_arg
  320. end
  321. end
  322. if $ARGS[0] = 'ryesna':
  323. *clr & cla
  324. frost = 0
  325. minut += 10
  326. money -= val($_eat['<<args[1]>>,price'])
  327. pcs_health += pcs_health/10
  328. pcs_mood += 10
  329. fat += 4
  330. pcs_energy += 20
  331. if pcs_hydra >= 100:
  332. pcs_hydra -= 5
  333. else
  334. pcs_hydra -= 10
  335. end
  336. cumspclnt = 2
  337. gs 'cum_cleanup'
  338. pcs_breath = 0
  339. gs 'food', 'aftermeal'
  340. '<center><img <<$set_imgh>> src="images/shared/food/ryesnack.jpg"></center>'
  341. 'You have a tasty bowel of toasted rye snacks. The portions are fairly small and<<$mtxt>>'
  342. gs 'stat'
  343. killvar '$_eat'
  344. if food_loc = 1:
  345. act 'Finish': gt 'food_menu'
  346. else
  347. act 'Finish':gt $loc, $loc_arg
  348. end
  349. end
  350. if $ARGS[0] = 'crisps':
  351. *clr & cla
  352. frost = 0
  353. minut += 10
  354. money -= val($_eat['<<args[1]>>,price'])
  355. pcs_health += pcs_health/10
  356. pcs_mood += 20
  357. fat += 16
  358. pcs_energy += 20
  359. if pcs_hydra >= 100:
  360. pcs_hydra -= 5
  361. else
  362. pcs_hydra -= 10
  363. end
  364. cumspclnt = 2
  365. gs 'cum_cleanup'
  366. pcs_breath = 0
  367. gs 'food', 'aftermeal'
  368. '<center><img <<$set_imgh>> src="images/shared/food/crisps.jpg"></center>'
  369. 'You enjoy the salty flavour of a bowl of crisps. The portions are fairly small and<<$mtxt>>'
  370. gs 'stat'
  371. killvar '$_eat'
  372. if food_loc = 1:
  373. act 'Finish': gt 'food_menu'
  374. else
  375. act 'Finish':gt $loc, $loc_arg
  376. end
  377. end
  378. if $ARGS[0] = 'onring':
  379. *clr & cla
  380. frost = 0
  381. minut += 10
  382. money -= val($_eat['<<args[1]>>,price'])
  383. pcs_health += 10
  384. pcs_mood += 5
  385. fat += 16
  386. pcs_energy += 40
  387. if pcs_hydra >= 100:
  388. pcs_hydra -= 5
  389. else
  390. pcs_hydra -= 10
  391. end
  392. cumspclnt = 2
  393. gs 'cum_cleanup'
  394. pcs_breath = 0
  395. gs 'food', 'aftermeal'
  396. '<center><img <<$set_imgh>> src="images/shared/food/onionrings.jpg"></center>'
  397. 'You push yourself to eat the dry fatty onion rings. The portions are fairly small and<<$mtxt>>'
  398. gs 'stat'
  399. killvar '$_eat'
  400. if food_loc = 1:
  401. act 'Finish': gt 'food_menu'
  402. else
  403. act 'Finish':gt $loc, $loc_arg
  404. end
  405. end
  406. if $ARGS[0] = 'vegburg':
  407. *clr & cla
  408. frost = 0
  409. minut += 20
  410. money -= val($_eat['<<args[1]>>,price'])
  411. pcs_health += 20
  412. pcs_mood += 10
  413. fat += 8
  414. pcs_energy += 60
  415. if pcs_hydra >= 100:
  416. pcs_hydra -= 5
  417. else
  418. pcs_hydra -= 10
  419. end
  420. cumspclnt = 2
  421. gs 'cum_cleanup'
  422. pcs_breath = 0
  423. gs 'food', 'aftermeal'
  424. '<center><img <<$set_imgh>> src="images/shared/food/vegieburger.jpg"></center>'
  425. 'You eat the delicious vegieburger. The portions are fairly small and<<$mtxt>>'
  426. gs 'stat'
  427. killvar '$_eat'
  428. if food_loc = 1:
  429. act 'Finish': gt 'food_menu'
  430. else
  431. act 'Finish':gt $loc, $loc_arg
  432. end
  433. end
  434. if $ARGS[0] = 'turburg':
  435. *clr & cla
  436. frost = 0
  437. minut += 20
  438. money -= val($_eat['<<args[1]>>,price'])
  439. pcs_health += 10
  440. pcs_mood += 10
  441. fat += 10
  442. pcs_energy += 60
  443. if pcs_hydra >= 100:
  444. pcs_hydra -= 5
  445. else
  446. pcs_hydra -= 10
  447. end
  448. cumspclnt = 2
  449. gs 'cum_cleanup'
  450. pcs_breath = 0
  451. gs 'food', 'aftermeal'
  452. '<center><img <<$set_imgh>> src="images/shared/food/turkeyburger.jpg"></center>'
  453. 'You enjoy the turkey burger. The portions are fairly small and<<$mtxt>>'
  454. gs 'stat'
  455. killvar '$_eat'
  456. if food_loc = 1:
  457. act 'Finish': gt 'food_menu'
  458. else
  459. act 'Finish':gt $loc, $loc_arg
  460. end
  461. end
  462. if $ARGS[0] = 'batfish':
  463. *clr & cla
  464. frost = 0
  465. minut += 20
  466. money -= val($_eat['<<args[1]>>,price'])
  467. pcs_health += 15
  468. pcs_mood += 15
  469. fat += 11
  470. pcs_energy += 80
  471. if pcs_hydra >= 100:
  472. pcs_hydra -= 5
  473. else
  474. pcs_hydra -= 10
  475. end
  476. cumspclnt = 2
  477. gs 'cum_cleanup'
  478. pcs_breath = 0
  479. gs 'food', 'aftermeal'
  480. '<center><img <<$set_imgh>> src="images/shared/food/batteredfish.jpg"></center>'
  481. 'You eat the fish, but it has little flavour. The portions were moderate and<<$mtxt>>'
  482. gs 'stat'
  483. killvar '$_eat'
  484. if food_loc = 1:
  485. act 'Finish': gt 'food_menu'
  486. else
  487. act 'Finish':gt $loc, $loc_arg
  488. end
  489. end
  490. if $ARGS[0] = 'cheburg':
  491. *clr & cla
  492. frost = 0
  493. minut += 25
  494. money -= val($_eat['<<args[1]>>,price'])
  495. pcs_health += 20
  496. pcs_mood += 20
  497. fat += 14
  498. pcs_energy += 120
  499. if pcs_hydra >= 100:
  500. pcs_hydra -= 5
  501. else
  502. pcs_hydra -= 10
  503. end
  504. cumspclnt = 2
  505. gs 'cum_cleanup'
  506. pcs_breath = 0
  507. gs 'food', 'aftermeal'
  508. '<center><img <<$set_imgh>> src="images/shared/food/cheeseburger.jpg"></center>'
  509. 'You are a little sickened by the greasy looking cheeseburger and fries in front of you. The meal was simply colossal and<<$mtxt>>'
  510. gs 'stat'
  511. killvar '$_eat'
  512. if food_loc = 1:
  513. act 'Finish': gt 'food_menu'
  514. else
  515. act 'Finish':gt $loc, $loc_arg
  516. end
  517. end
  518. if $ARGS[0] = 'snack':
  519. *clr & cla
  520. gs 'stat'
  521. minut += 5
  522. money -= val($_eat['<<args[1]>>,price'])
  523. pcs_health += 10
  524. pcs_mood += 20
  525. fat += 6
  526. pcs_energy += 20
  527. cumspclnt = 2
  528. gs 'cum_cleanup'
  529. pcs_breath = 0
  530. '<center><img <<$set_imgh>> src="images/shared/food/snack_1.jpg"></center>'
  531. 'You enjoy a small tasty, but somewhat fattening, snack. It wasn''t very much food, and<<$mtxt>>'
  532. gs 'stat'
  533. killvar '$_eat'
  534. if food_loc = 1:
  535. act 'Finish': gt 'food_menu'
  536. else
  537. act 'Finish':gt $loc, $loc_arg
  538. end
  539. end
  540. if $ARGS[0] = 'f_food':
  541. *clr & cla
  542. frost = 0
  543. minut += 10
  544. money -= val($_eat['<<args[1]>>,price'])
  545. pcs_health += 10
  546. fat += 14
  547. pcs_energy += 70
  548. if pcs_hydra >= 100:
  549. pcs_hydra += 35
  550. else
  551. pcs_hydra += 70
  552. end
  553. cumspclnt = 2
  554. gs 'cum_cleanup'
  555. pcs_breath = 0
  556. gs 'food', 'aftermeal'
  557. '<center><img <<$set_imgh>> src="images/shared/food/fast_food.jpg"></center>'
  558. 'You happily eat some fast food. The portions are quite generous and<<$mtxt>>'
  559. gs 'stat'
  560. killvar '$_eat'
  561. if food_loc = 1:
  562. act 'Finish': gt 'food_menu'
  563. else
  564. act 'Finish':gt $loc, $loc_arg
  565. end
  566. end
  567. if $ARGS[0] = 's_meal':
  568. *clr & cla
  569. frost = 0
  570. minut += 10
  571. money -= val($_eat['<<args[1]>>,price'])
  572. pcs_health += 10
  573. fat += 4
  574. pcs_energy += 40
  575. if pcs_hydra >= 100:
  576. pcs_hydra += 20
  577. else
  578. pcs_hydra += 40
  579. end
  580. cumspclnt = 2
  581. gs 'cum_cleanup'
  582. pcs_breath = 0
  583. gs 'food', 'aftermeal'
  584. '<center><img <<$set_imgh>> src="images/shared/food/food_'+rand(1, 4)+'.jpg"></center>'
  585. 'You happily eat your meal. The portions are fairly small and<<$mtxt>>'
  586. gs 'stat'
  587. killvar '$_eat'
  588. if food_loc = 1:
  589. act 'Finish': gt 'food_menu'
  590. else
  591. act 'Finish':gt $loc, $loc_arg
  592. end
  593. end
  594. if $ARGS[0] = 'm_meal':
  595. *clr & cla
  596. frost = 0
  597. minut += 15
  598. money -= val($_eat['<<args[1]>>,price'])
  599. pcs_health += 10
  600. fat += 8
  601. pcs_energy += 60
  602. if pcs_hydra >= 100:
  603. pcs_hydra += 30
  604. else
  605. pcs_hydra += 60
  606. end
  607. cumspclnt = 2
  608. gs 'cum_cleanup'
  609. pcs_breath = 0
  610. gs 'food', 'aftermeal'
  611. '<center><img <<$set_imgh>> src="images/shared/food/food_'+rand(1, 4)+'.jpg"></center>'
  612. 'You thoroughly enjoy the nicely cooked meal. The portions were moderate and<<$mtxt>>'
  613. 'You accompany it with a mug of tea.'
  614. gs 'stat'
  615. killvar '$_eat'
  616. if food_loc = 1:
  617. act 'Finish': gt 'food_menu'
  618. else
  619. act 'Finish':gt $loc, $loc_arg
  620. end
  621. end
  622. if $ARGS[0] = 'l_meal':
  623. *clr & cla
  624. frost = 0
  625. minut += 20
  626. money -= val($_eat['<<args[1]>>,price'])
  627. pcs_health += 10
  628. fat += 14
  629. pcs_energy += 100
  630. if pcs_hydra >= 100:
  631. pcs_hydra += 50
  632. else
  633. pcs_hydra += 100
  634. end
  635. cumspclnt = 2
  636. gs 'cum_cleanup'
  637. pcs_breath = 0
  638. gs 'food', 'aftermeal'
  639. '<center><img <<$set_imgh>> src="images/shared/food/food_'+rand(1, 4)+'.jpg"></center>'
  640. 'You are almost overwhelmed by the delicious meal laid before you and enjoy it immensely. The meal was simply colossal and<<$mtxt>>'
  641. gs 'stat'
  642. killvar '$_eat'
  643. if food_loc = 1:
  644. act 'Finish': gt 'food_menu'
  645. else
  646. act 'Finish':gt $loc, $loc_arg
  647. end
  648. end
  649. if $ARGS[0] = 'bag_lunch':
  650. *clr & cla
  651. frost = 0
  652. minut += 15
  653. money -= val($_eat['<<args[1]>>,price'])
  654. pcs_health += 10
  655. fat += 5
  656. pcs_energy += 40
  657. if pcs_hydra >= 100:
  658. pcs_hydra += 30
  659. else
  660. pcs_hydra += 60
  661. end
  662. cumspclnt = 2
  663. gs 'cum_cleanup'
  664. pcs_breath = 0
  665. gs 'food', 'aftermeal'
  666. '<center><img <<$set_imgh>> src="images/shared/food/bagged_lunch.jpg"></center>'
  667. 'You eat the lunch you packed from home. There was nothing fancy about it and<<$mtxt>>'
  668. gs 'stat'
  669. killvar '$_eat'
  670. end
  671. if $ARGS[0] = 'h_food':
  672. *clr & cla
  673. frost = 0
  674. minut += 25
  675. money -= val($_eat['<<args[1]>>,price'])
  676. pcs_health += 10
  677. fat += 7
  678. money -= 100
  679. pcs_energy += 60
  680. if pcs_hydra >= 100:
  681. pcs_hydra += 30
  682. else
  683. pcs_hydra += 60
  684. end
  685. cumspclnt = 2
  686. gs 'cum_cleanup'
  687. pcs_breath = 0
  688. gs 'food', 'aftermeal'
  689. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/hotel/roomservice.jpg"></center>'
  690. 'The maid brings you a decent meal,<<$mtxt>>'
  691. 'You accompany it with a mug of tea.'
  692. gs 'stat'
  693. killvar '$_eat'
  694. if food_loc = 1:
  695. act 'Finish': gt 'food_menu'
  696. else
  697. act 'Finish':gt $loc, $loc_arg
  698. end
  699. end
  700. if $ARGS[0] = 'h_meal':
  701. *clr & cla
  702. frost = 0
  703. minut += 25
  704. money -= val($_eat['<<args[1]>>,price'])
  705. pcs_health += 20
  706. fat += 1
  707. pcs_energy += 50
  708. if pcs_hydra >= 100:
  709. pcs_hydra += 25
  710. else
  711. pcs_hydra += 50
  712. end
  713. cumspclnt = 2
  714. gs 'cum_cleanup'
  715. pcs_breath = 0
  716. gs 'food', 'aftermeal'
  717. '<center><img <<$set_imgh>> src="images/shared/food/eating-salad.jpg"></center>'
  718. 'You enjoy a crisp salad of fresh greens and<<$mtxt>>'
  719. gs 'stat'
  720. killvar '$_eat'
  721. if food_loc = 1:
  722. act 'Finish': gt 'food_menu'
  723. else
  724. act 'Finish':gt $loc, $loc_arg
  725. end
  726. end
  727. if $ARGS[0] = 'jerky':
  728. *clr & cla
  729. frost = 0
  730. minut += 10
  731. money -= val($_eat['<<args[1]>>,price'])
  732. pcs_health += 10
  733. fat += 1
  734. pcs_hydra -= 15
  735. pcs_energy += 20
  736. cumspclnt = 2
  737. gs 'cum_cleanup'
  738. pcs_breath = 0
  739. gs 'food', 'aftermeal'
  740. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/jerky_mix.jpg"></center>'
  741. '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>>'
  742. gs 'stat'
  743. killvar '$_eat'
  744. if food_loc = 1:
  745. act 'Finish': gt 'food_menu'
  746. else
  747. act 'Finish':gt $loc, $loc_arg
  748. end
  749. end
  750. if $ARGS[0] = 'meat_stew':
  751. *clr & cla
  752. frost = 0
  753. minut += 30
  754. money -= val($_eat['<<args[1]>>,price'])
  755. pcs_health += 10
  756. fat += 3
  757. pcs_energy += 50
  758. if pcs_hydra >= 100:
  759. pcs_hydra += 10
  760. else
  761. pcs_hydra += 20
  762. end
  763. cumspclnt = 2
  764. gs 'cum_cleanup'
  765. pcs_breath = 0
  766. gs 'food', 'aftermeal'
  767. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/soup.jpg"></center>'
  768. 'You thoroughly enjoy the nicely cooked meat stew, and <<$mtxt>>'
  769. 'You accompany it with a mug of tea.'
  770. gs 'stat'
  771. killvar '$_eat'
  772. if food_loc = 1:
  773. act 'Finish': gt 'food_menu'
  774. else
  775. act 'Finish':gt $loc, $loc_arg
  776. end
  777. end
  778. if $ARGS[0] = 'mush_soup':
  779. *clr & cla
  780. frost = 0
  781. minut += 30
  782. money -= val($_eat['<<args[1]>>,price'])
  783. pcs_health += 10
  784. fat += 3
  785. pcs_energy += 40
  786. if pcs_hydra >= 100:
  787. pcs_hydra += 20
  788. else
  789. pcs_hydra += 30
  790. end
  791. cumspclnt = 2
  792. gs 'cum_cleanup'
  793. pcs_breath = 0
  794. gs 'food', 'aftermeal'
  795. '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/soup.jpg"></center>'
  796. 'You thoroughly enjoy some warm mushroom soup, and <<$mtxt>>'
  797. 'You accompany it with a mug of tea.'
  798. gs 'stat'
  799. killvar '$_eat'
  800. if food_loc = 1:
  801. act 'Finish': gt 'food_menu'
  802. else
  803. act 'Finish':gt $loc, $loc_arg
  804. end
  805. end
  806. if $ARGS[0] = 'bilberry':
  807. *clr & cla
  808. gs 'stat'
  809. minut += 15
  810. money -= val($_eat['<<args[1]>>,price'])
  811. pcs_health += pcs_health/10
  812. pcs_mood += 10
  813. fat += 1
  814. pcs_energy += 10
  815. pcs_hydra += 10
  816. cumspclnt = 2
  817. gs 'cum_cleanup'
  818. pcs_breath = 0
  819. '<center><img <<$set_imgh>> src="images/locations/gadukino/forest/bilberry.jpg"></center>'
  820. 'You ate a few berries, and<<$mtxt>>'
  821. gs 'stat'
  822. killvar '$_eat'
  823. if food_loc = 1:
  824. act 'Finish': gt 'food_menu'
  825. else
  826. act 'Finish':gt $loc, $loc_arg
  827. end
  828. end
  829. if $ARGS[0] = 'family_meals':
  830. frost = 0
  831. minut += 20
  832. pcs_health += 10
  833. pcs_mood += 10
  834. fat += iif($ARGS[1] = 'dinner', 8, 6)
  835. pcs_energy += 60
  836. if pcs_hydra >= 100:
  837. pcs_hydra += 30
  838. elseif pcs_hydra < 20:
  839. pcs_hydra += 80
  840. else
  841. pcs_hydra += 60
  842. end
  843. cumspclnt = 2
  844. gs 'cum_cleanup'
  845. pcs_breath = 0
  846. end
  847. if $ARGS[0] = 'aftermeal':
  848. if pcs_energy > 100:
  849. $mtxt = ' you had to force yourself to finish and now you feel stuffed.'
  850. elseif pcs_energy >= 80:
  851. $mtxt = ' it was enough to leave you feeling full and satisfied.'
  852. elseif pcs_energy >= 60:
  853. $mtxt = ' while you no longer feel especially hungry, you don''t feel all that satisfied either.'
  854. elseif pcs_energy >= 40:
  855. $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.'
  856. else
  857. $mtxt = ' did nothing to appease your hunger, in fact, it only amde you want more.'
  858. end
  859. end
  860. if $ARGS[0] = 'watercooler':
  861. *clr & cla
  862. frost = 0
  863. if alko > 0: alko -= 1
  864. minut += 2
  865. pcs_health += 10
  866. pcs_energy += 4
  867. if pcs_hydra >= 100:
  868. pcs_hydra += 25
  869. else
  870. pcs_hydra += 50
  871. end
  872. cumspclnt = 2
  873. gs 'cum_cleanup'
  874. gs 'stat'
  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. --- food ---------------------------------