food.qsrc 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182
  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 += 10
  16. money -= _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 += 15
  50. money -= _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 -= _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 += 20
  118. money -= _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 += 10
  152. money -= _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 -= _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 += 30
  213. money -= _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 += 30
  241. money -= _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 += 15
  269. money -= _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 += 10
  297. money -= _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 -= _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 -= _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 -= _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 -= _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 -= _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 -= _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 += 20
  493. money -= _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 -= _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 -= _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 -= _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 -= _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 -= _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 plcooked = 1: killvar 'plcooked'
  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 -= _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 += 20
  675. money -= _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 += 20
  704. money -= _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 -= _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 -= _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 += 15
  782. money -= _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 += 5
  810. money -= _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. else
  839. pcs_hydra += 60
  840. end
  841. cumspclnt = 2
  842. gs 'cum_cleanup'
  843. pcs_breath = 0
  844. end
  845. if $ARGS[0] = 'breakfast':
  846. frost = 0
  847. pcs_health += 10
  848. pcs_mood += 10
  849. pcs_energy += 60
  850. if pcs_hydra >= 100:
  851. pcs_hydra += 30
  852. elseif pcs_hydra < 20:
  853. pcs_hydra += 80
  854. else
  855. pcs_hydra += 60
  856. end
  857. cumspclnt = 2
  858. gs 'cum_cleanup'
  859. pcs_breath = 0
  860. end
  861. if $ARGS[0] = 'aftermeal':
  862. if pcs_energy > 100:
  863. $mtxt = ' you had to force yourself to finish and now you feel stuffed.'
  864. elseif pcs_energy >= 80:
  865. $mtxt = ' it was enough to leave you feeling full and satisfied.'
  866. elseif pcs_energy >= 60:
  867. $mtxt = ' while you no longer feel especially hungry, you don''t feel all that satisfied either.'
  868. elseif pcs_energy >= 40:
  869. $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.'
  870. else
  871. $mtxt = ' did nothing to appease your hunger, in fact, it only amde you want more.'
  872. end
  873. end
  874. if $ARGS[0] = 'watercooler':
  875. *clr & cla
  876. frost = 0
  877. if alko > 0: alko -= 1
  878. minut += 2
  879. pcs_health += 10
  880. pcs_energy += 4
  881. if pcs_hydra >= 100:
  882. pcs_hydra += 25
  883. else
  884. pcs_hydra += 50
  885. end
  886. cumspclnt = 2
  887. gs 'cum_cleanup'
  888. gs 'stat'
  889. dynamic $fill_bottle
  890. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/bathroom/waterfountain.jpg"></center>'
  891. 'You drink some water and feel refreshed.'
  892. act 'Finish':gt $loc, $loc_arg
  893. end
  894. !! ------------ just the stats, no descriptions or extra stuff with cost -----------------------
  895. if $ARGS[0] = 'only_cost_snack':
  896. gs 'stat'
  897. money -= _eat['<<args[1]>>,price']
  898. pcs_health += 10
  899. pcs_mood += 20
  900. fat += 6
  901. pcs_energy += 20
  902. cumspclnt = 2
  903. gs 'cum_cleanup'
  904. pcs_breath = 0
  905. killvar '$_eat'
  906. *nl
  907. 'Added to your order'
  908. gt 'food_menu'
  909. end
  910. if $ARGS[0] = 'only_cost_light_snack':
  911. money -= _eat['<<args[1]>>,price']
  912. pcs_health += pcs_health/10
  913. pcs_mood += 20
  914. fat += 3
  915. pcs_energy += 20
  916. cumspclnt = 2
  917. gs 'cum_cleanup'
  918. pcs_breath = 0
  919. killvar '$_eat'
  920. *nl
  921. 'Added to your order'
  922. gt 'food_menu'
  923. end
  924. if $ARGS[0] = 'only_stats_fast_food':
  925. pcs_health += pcs_health/10
  926. pcs_mood += 20
  927. fat += 14
  928. pcs_energy += 70
  929. pcs_hydra += 70
  930. cumspclnt = 2
  931. gs 'cum_cleanup'
  932. pcs_breath = 0
  933. end
  934. if $ARGS[0] = 'only_stats_small_meal':
  935. pcs_health += pcs_health/5
  936. pcs_mood += 10
  937. fat += 4
  938. pcs_energy += 40
  939. pcs_hydra += 40
  940. cumspclnt = 2
  941. gs 'cum_cleanup'
  942. pcs_breath = 0
  943. end
  944. if $ARGS[0] = 'only_stats_medium_meal':
  945. pcs_health += pcs_health/10
  946. pcs_mood += 15
  947. fat += 7
  948. pcs_energy += 70
  949. pcs_hydra += 70
  950. cumspclnt = 2
  951. gs 'cum_cleanup'
  952. pcs_breath = 0
  953. end
  954. if $ARGS[0] = 'only_stats_large_meal':
  955. pcs_health += pcs_health/15
  956. pcs_mood += 20
  957. fat += 14
  958. pcs_energy += 100
  959. pcs_hydra += 100
  960. cumspclnt = 2
  961. gs 'cum_cleanup'
  962. pcs_breath = 0
  963. end
  964. if $ARGS[0] = 'only_stats_bagged_meal':
  965. pcs_health += pcs_health/8
  966. pcs_mood += 5
  967. fat += 5
  968. pcs_energy += 40
  969. pcs_hydra += 40
  970. cumspclnt = 2
  971. gs 'cum_cleanup'
  972. pcs_breath = 0
  973. end
  974. if $ARGS[0] = 'only_stats_healthy_meal':
  975. pcs_health += pcs_health/5
  976. pcs_mood += 5
  977. fat += 1
  978. pcs_energy += 50
  979. pcs_hydra += 50
  980. cumspclnt = 2
  981. gs 'cum_cleanup'
  982. pcs_breath = 0
  983. end
  984. if $ARGS[0] = 'only_cost_pirosh':
  985. frost = 0
  986. money -= _eat['<<args[1]>>,price']
  987. pcs_health += pcs_health/10
  988. pcs_mood += 5
  989. fat += 4
  990. pcs_energy += 40
  991. if pcs_hydra >= 100:
  992. pcs_hydra -= 5
  993. else
  994. pcs_hydra -= 10
  995. end
  996. cumspclnt = 2
  997. gs 'cum_cleanup'
  998. pcs_breath = 0
  999. gs 'food', 'aftermeal'
  1000. killvar '$_eat'
  1001. if $loc = 'uni_cafe': uni_lunch_bought = 1
  1002. *nl
  1003. 'Added to your order'
  1004. gt 'food_menu'
  1005. end
  1006. if $ARGS[0] = 'only_cost_golub':
  1007. frost = 0
  1008. money -= _eat['<<args[1]>>,price']
  1009. pcs_health += 10
  1010. pcs_mood += 5
  1011. fat += 8
  1012. pcs_energy += 60
  1013. if pcs_hydra >= 100:
  1014. pcs_hydra += 10
  1015. else
  1016. pcs_hydra += 20
  1017. end
  1018. cumspclnt = 2
  1019. gs 'cum_cleanup'
  1020. pcs_breath = 0
  1021. gs 'food', 'aftermeal'
  1022. killvar '$_eat'
  1023. if $loc = 'uni_cafe': uni_lunch_bought = 1
  1024. *nl
  1025. 'Added to your order'
  1026. gt 'food_menu'
  1027. end
  1028. if $ARGS[0] = 'only_cost_pozhar':
  1029. frost = 0
  1030. money -= _eat['<<args[1]>>,price']
  1031. pcs_health += 15
  1032. pcs_mood += 10
  1033. fat += 6
  1034. pcs_energy += 70
  1035. if pcs_hydra >= 100:
  1036. pcs_hydra -= 5
  1037. else
  1038. pcs_hydra -= 10
  1039. end
  1040. cumspclnt = 2
  1041. gs 'cum_cleanup'
  1042. pcs_breath = 0
  1043. gs 'food', 'aftermeal'
  1044. killvar '$_eat'
  1045. if $loc = 'uni_cafe': uni_lunch_bought = 1
  1046. *nl
  1047. 'Added to your order'
  1048. gt 'food_menu'
  1049. end
  1050. if $ARGS[0] = 'only_cost_reuben':
  1051. frost = 0
  1052. money -= _eat['<<args[1]>>,price']
  1053. pcs_health += 20
  1054. pcs_mood += 25
  1055. fat += 12
  1056. pcs_energy += 110
  1057. if pcs_hydra >= 100:
  1058. pcs_hydra -= 5
  1059. else
  1060. pcs_hydra -= 10
  1061. end
  1062. cumspclnt = 2
  1063. gs 'cum_cleanup'
  1064. pcs_breath = 0
  1065. gs 'food', 'aftermeal'
  1066. killvar '$_eat'
  1067. if $loc = 'uni_cafe': uni_lunch_bought = 1
  1068. *nl
  1069. 'Added to your order'
  1070. gt 'food_menu'
  1071. end
  1072. if $ARGS[0] = 'only_cost_bliny':
  1073. frost = 0
  1074. money -= _eat['<<args[1]>>,price']
  1075. pcs_health += 10
  1076. pcs_mood += 5
  1077. fat += 8
  1078. pcs_energy += 50
  1079. if pcs_hydra >= 100:
  1080. pcs_hydra -= 5
  1081. else
  1082. pcs_hydra -= 10
  1083. end
  1084. cumspclnt = 2
  1085. gs 'cum_cleanup'
  1086. pcs_breath = 0
  1087. gs 'food', 'aftermeal'
  1088. killvar '$_eat'
  1089. if $loc = 'uni_cafe': uni_lunch_bought = 1
  1090. *nl
  1091. 'Added to your order'
  1092. gt 'food_menu'
  1093. end
  1094. --- food ---------------------------------