123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879 |
- # food
- ! Snacks: +20 pcs_energy, +7 fat (most cases has water available separately)
- ! Fast Food: +70 pcs_energy +70 pcs_hydra, +14 fat (hamburgers, fried food, like the downtown diner)
- ! Small Meal: +40 pcs_energy +40 pcs_hydra, +4 fat (soup and sandwiches, cafe light lunches, etc)
- ! Medium Meal and Hotel Food: +60 pcs_energy +60 pcs_hydra, +7 fat (home cooked dinners and room service equivalent)
- ! Large Meal: +100 pcs_energy +100 pcs_hydra, +14 fat (steak dinners, new years party dinner, etc)
- ! Bagged Lunch: +40 pcs_energy +40 pcs_hydra, +5 fat (sandwich, cold leftovers, etc)
- ! Health Meal: +50 pcs_energy +50 pcs_hydra, +1 fat (Diet food, Salads, rice cakes with peanut butter)
- menu_off = 1
- if $ARGS[0] = 'pirosh':
- *clr & cla
- frost = 0
- minut += 15
- money -= val($_eat['<<args[1]>>,price'])
- pcs_health += 5
- pcs_mood += 5
- fat += 4
- pcs_energy += 40
- if pcs_hydra >= 100:
- pcs_hydra -= 5
- else
- pcs_hydra -= 10
- end
- cumspclnt = 2
- gs 'cum_cleanup'
- pcs_breath = 0
- gs 'food', 'aftermeal'
- '<center><img <<$set_imgh>> src="images/shared/food/pirozhki.jpg"></center>'
- 'You enjoy some vegetarian Piroshki, and <<$mtxt>>'
- gs 'stat'
- killvar '$_eat'
- if food_loc = 1:
- act 'Finish': gt 'food_menu'
- else
- act 'Finish':gt $loc, $metka
- end
- end
- if $ARGS[0] = 'golub':
- *clr & cla
- frost = 0
- minut += 20
- money -= val($_eat['<<args[1]>>,price'])
- pcs_health += 10
- pcs_mood += 5
- fat += 8
- pcs_energy += 60
- if pcs_hydra >= 100:
- pcs_hydra += 10
- else
- pcs_hydra += 20
- end
- cumspclnt = 2
- gs 'cum_cleanup'
- pcs_breath = 0
- gs 'food', 'aftermeal'
- '<center><img <<$set_imgh>> src="images/shared/food/golubtsy.jpg"></center>'
- 'You enjoy some well made Golubtsy in a tomato sauce. The portions were moderate and<<$mtxt>>'
- gs 'stat'
- killvar '$_eat'
- if food_loc = 1:
- act 'Finish': gt 'food_menu'
- else
- act 'Finish':gt $loc, $metka
- end
- end
- if $ARGS[0] = 'pozhar':
- *clr & cla
- frost = 0
- minut += 20
- money -= val($_eat['<<args[1]>>,price'])
- pcs_health += 15
- pcs_mood += 10
- fat += 6
- pcs_energy += 70
- if pcs_hydra >= 100:
- pcs_hydra -= 5
- else
- pcs_hydra -= 10
- end
- cumspclnt = 2
- gs 'cum_cleanup'
- pcs_breath = 0
- gs 'food', 'aftermeal'
- '<center><img <<$set_imgh>> src="images/shared/food/pozharsky.jpg"></center>'
- 'You thoroughly enjoy the nicely cooked Pozharsky Cutlets. The portions were moderate and<<$mtxt>>'
- gs 'stat'
- killvar '$_eat'
- if food_loc = 1:
- act 'Finish': gt 'food_menu'
- else
- act 'Finish':gt $loc, $metka
- end
- end
- if $ARGS[0] = 'reuben':
- *clr & cla
- frost = 0
- minut += 25
- money -= val($_eat['<<args[1]>>,price'])
- pcs_health += 20
- pcs_mood += 25
- fat += 12
- pcs_energy += 110
- if pcs_hydra >= 100:
- pcs_hydra -= 5
- else
- pcs_hydra -= 10
- end
- cumspclnt = 2
- gs 'cum_cleanup'
- pcs_breath = 0
- gs 'food', 'aftermeal'
- '<center><img <<$set_imgh>> src="images/shared/food/reuben.jpg"></center>'
- 'You had trouble finishing the Rueben Sandwich, but you enjoyed it immensely. The portion was fairly large and<<$mtxt>>'
- gs 'stat'
- killvar '$_eat'
- if food_loc = 1:
- act 'Finish': gt 'food_menu'
- else
- act 'Finish':gt $loc, $metka
- end
- end
- if $ARGS[0] = 'blini':
- *clr & cla
- frost = 0
- minut += 15
- money -= val($_eat['<<args[1]>>,price'])
- pcs_health += 10
- pcs_mood += 5
- fat += 8
- pcs_energy += 50
- if pcs_hydra >= 100:
- pcs_hydra -= 5
- else
- pcs_hydra -= 10
- end
- cumspclnt = 2
- gs 'cum_cleanup'
- pcs_breath = 0
- gs 'food', 'aftermeal'
- '<center><img <<$set_imgh>> src="images/shared/food/blini.jpg"></center>'
- 'You eat some blini. The portions are fairly small and<<$mtxt>>'
- gs 'stat'
- killvar '$_eat'
- if food_loc = 1:
- act 'Finish': gt 'food_menu'
- else
- act 'Finish':gt $loc, $metka
- end
- end
- if $ARGS[0] = 'varenfan':
- *clr & cla
- frost = 0
- minut += 25
- money -= val($_eat['<<args[1]>>,price'])
- pcs_health += 15
- pcs_mood += 15
- fat += 10
- pcs_energy += 40
- if pcs_hydra >= 100:
- pcs_hydra -= 5
- else
- pcs_hydra -= 10
- end
- cumspclnt = 2
- gs 'cum_cleanup'
- pcs_breath = 0
- '<center><img <<$set_imgh>> src="images/shared/food/varenikifancy.jpg"></center>'
- 'You sit and eat a plate of yummy Vareniki with potatoes. The portions are fairly moderate and<<$mtxt>>'
- gs 'stat'
- killvar '$_eat'
- if food_loc = 1:
- act 'Finish': gt 'food_menu'
- else
- act 'Finish':gt $loc, $metka
- end
- end
- if $ARGS[0] = 'salfan':
- *clr & cla
- frost = 0
- minut += 40
- money -= val($_eat['<<args[1]>>,price'])
- pcs_health += 20
- pcs_mood += 20
- fat += 12
- pcs_energy += 80
- if pcs_hydra >= 100:
- pcs_hydra -= 5
- else
- pcs_hydra -= 10
- end
- cumspclnt = 2
- gs 'cum_cleanup'
- pcs_breath = 0
- gs 'food', 'aftermeal'
- '<center><img <<$set_imgh>> src="images/shared/food/salmonfancy.jpg"></center>'
- 'You thoroughly enjoy the massive fresh salmon steak. The meal was simply colossal and<<$mtxt>>'
- gs 'stat'
- killvar '$_eat'
- if food_loc = 1:
- act 'Finish': gt 'food_menu'
- else
- act 'Finish':gt $loc, $metka
- end
- end
- if $ARGS[0] = 'strofan':
- *clr & cla
- frost = 0
- minut += 35
- money -= val($_eat['<<args[1]>>,price'])
- pcs_health += 20
- pcs_mood += 30
- fat += 6
- pcs_energy += 120
- if pcs_hydra >= 100:
- pcs_hydra -= 5
- else
- pcs_hydra -= 10
- end
- cumspclnt = 2
- gs 'cum_cleanup'
- pcs_breath = 0
- gs 'food', 'aftermeal'
- '<center><img <<$set_imgh>> src="images/shared/food/stroganofffancy.jpg"></center>'
- 'You are loving the delicious Beef Stroganoff. You enjoy it immensely. The portion was fairly moderate and<<$mtxt>>'
- gs 'stat'
- killvar '$_eat'
- if food_loc = 1:
- act 'Finish': gt 'food_menu'
- else
- act 'Finish':gt $loc, $metka
- end
- end
- if $ARGS[0] = 'borfan':
- *clr & cla
- frost = 0
- minut += 25
- money -= val($_eat['<<args[1]>>,price'])
- pcs_health += 10
- pcs_mood += 25
- fat += 4
- pcs_energy += 60
- if pcs_hydra >= 100:
- pcs_hydra += 20
- else
- pcs_hydra += 40
- end
- cumspclnt = 2
- gs 'cum_cleanup'
- pcs_breath = 0
- gs 'food', 'aftermeal'
- '<center><img <<$set_imgh>> src="images/shared/food/borschtfancy.jpg"></center>'
- 'You a steaming hot bowel of Borscht. The portions are fairly small and<<$mtxt>>'
- gs 'stat'
- killvar '$_eat'
- if food_loc = 1:
- act 'Finish': gt 'food_menu'
- else
- act 'Finish':gt $loc, $metka
- end
- end
- if $ARGS[0] = 'blifan':
- *clr & cla
- frost = 0
- minut += 20
- money -= val($_eat['<<args[1]>>,price'])
- pcs_health += 30
- pcs_mood += 40
- fat += 6
- pcs_energy += 50
- if pcs_hydra >= 100:
- pcs_hydra -= 5
- else
- pcs_hydra -= 10
- end
- cumspclnt = 2
- gs 'cum_cleanup'
- pcs_breath = 0
- gs 'food', 'aftermeal'
- '<center><img <<$set_imgh>> src="images/shared/food/blinifancy.jpg"></center>'
- 'You eat a petite caviar blini appetiser. The portions are fairly small and<<$mtxt>>'
- gs 'stat'
- killvar '$_eat'
- if food_loc = 1:
- act 'Finish': gt 'food_menu'
- else
- act 'Finish':gt $loc, $metka
- end
- end
- if $ARGS[0] = 'ryesna':
- *clr & cla
- frost = 0
- minut += 10
- money -= val($_eat['<<args[1]>>,price'])
- pcs_health += 5
- pcs_mood += 10
- fat += 4
- pcs_energy += 20
- if pcs_hydra >= 100:
- pcs_hydra -= 5
- else
- pcs_hydra -= 10
- end
- cumspclnt = 2
- gs 'cum_cleanup'
- pcs_breath = 0
- gs 'food', 'aftermeal'
- '<center><img <<$set_imgh>> src="images/shared/food/ryesnack.jpg"></center>'
- 'You have a tasty bowel of toasted rye snacks. The portions are fairly small and<<$mtxt>>'
- gs 'stat'
- killvar '$_eat'
- if food_loc = 1:
- act 'Finish': gt 'food_menu'
- else
- act 'Finish':gt $loc, $metka
- end
- end
- if $ARGS[0] = 'crisps':
- *clr & cla
- frost = 0
- minut += 10
- money -= val($_eat['<<args[1]>>,price'])
- pcs_health += 5
- pcs_mood += 20
- fat += 16
- pcs_energy += 20
- if pcs_hydra >= 100:
- pcs_hydra -= 5
- else
- pcs_hydra -= 10
- end
- cumspclnt = 2
- gs 'cum_cleanup'
- pcs_breath = 0
- gs 'food', 'aftermeal'
- '<center><img <<$set_imgh>> src="images/shared/food/crisps.jpg"></center>'
- 'You enjoy the salty flavour of a bowl of crisps. The portions are fairly small and<<$mtxt>>'
- gs 'stat'
- killvar '$_eat'
- if food_loc = 1:
- act 'Finish': gt 'food_menu'
- else
- act 'Finish':gt $loc, $metka
- end
- end
- if $ARGS[0] = 'onring':
- *clr & cla
- frost = 0
- minut += 10
- money -= val($_eat['<<args[1]>>,price'])
- pcs_health += 10
- pcs_mood += 5
- fat += 16
- pcs_energy += 40
- if pcs_hydra >= 100:
- pcs_hydra -= 5
- else
- pcs_hydra -= 10
- end
- cumspclnt = 2
- gs 'cum_cleanup'
- pcs_breath = 0
- gs 'food', 'aftermeal'
- '<center><img <<$set_imgh>> src="images/shared/food/onionrings.jpg"></center>'
- 'You push yourself to eat the dry fatty onion rings. The portions are fairly small and<<$mtxt>>'
- gs 'stat'
- killvar '$_eat'
- if food_loc = 1:
- act 'Finish': gt 'food_menu'
- else
- act 'Finish':gt $loc, $metka
- end
- end
- if $ARGS[0] = 'vegburg':
- *clr & cla
- frost = 0
- minut += 20
- money -= val($_eat['<<args[1]>>,price'])
- pcs_health += 20
- pcs_mood += 10
- fat += 8
- pcs_energy += 60
- if pcs_hydra >= 100:
- pcs_hydra -= 5
- else
- pcs_hydra -= 10
- end
- cumspclnt = 2
- gs 'cum_cleanup'
- pcs_breath = 0
- gs 'food', 'aftermeal'
- '<center><img <<$set_imgh>> src="images/shared/food/vegieburger.jpg"></center>'
- 'You eat the delicious vegieburger. The portions are fairly small and<<$mtxt>>'
- gs 'stat'
- killvar '$_eat'
- if food_loc = 1:
- act 'Finish': gt 'food_menu'
- else
- act 'Finish':gt $loc, $metka
- end
- end
- if $ARGS[0] = 'turburg':
- *clr & cla
- frost = 0
- minut += 20
- money -= val($_eat['<<args[1]>>,price'])
- pcs_health += 10
- pcs_mood += 10
- fat += 10
- pcs_energy += 60
- if pcs_hydra >= 100:
- pcs_hydra -= 5
- else
- pcs_hydra -= 10
- end
- cumspclnt = 2
- gs 'cum_cleanup'
- pcs_breath = 0
- gs 'food', 'aftermeal'
- '<center><img <<$set_imgh>> src="images/shared/food/turkeyburger.jpg"></center>'
- 'You enjoy the turkey burger. The portions are fairly small and<<$mtxt>>'
- gs 'stat'
- killvar '$_eat'
- if food_loc = 1:
- act 'Finish': gt 'food_menu'
- else
- act 'Finish':gt $loc, $metka
- end
- end
- if $ARGS[0] = 'batfish':
- *clr & cla
- frost = 0
- minut += 20
- money -= val($_eat['<<args[1]>>,price'])
- pcs_health += 15
- pcs_mood += 15
- fat += 11
- pcs_energy += 80
- if pcs_hydra >= 100:
- pcs_hydra -= 5
- else
- pcs_hydra -= 10
- end
- cumspclnt = 2
- gs 'cum_cleanup'
- pcs_breath = 0
- gs 'food', 'aftermeal'
- '<center><img <<$set_imgh>> src="images/shared/food/batteredfish.jpg"></center>'
- 'You eat the fish, but it has little flavour. The portions were moderate and<<$mtxt>>'
- gs 'stat'
- killvar '$_eat'
- if food_loc = 1:
- act 'Finish': gt 'food_menu'
- else
- act 'Finish':gt $loc, $metka
- end
- end
- if $ARGS[0] = 'cheburg':
- *clr & cla
- frost = 0
- minut += 25
- money -= val($_eat['<<args[1]>>,price'])
- pcs_health += 20
- pcs_mood += 20
- fat += 14
- pcs_energy += 120
- if pcs_hydra >= 100:
- pcs_hydra -= 5
- else
- pcs_hydra -= 10
- end
- cumspclnt = 2
- gs 'cum_cleanup'
- pcs_breath = 0
- gs 'food', 'aftermeal'
- '<center><img <<$set_imgh>> src="images/shared/food/cheeseburger.jpg"></center>'
- 'You are a little sickened by the greasy looking cheeseburger and fries in front of you. The meal was simply colossal and<<$mtxt>>'
- gs 'stat'
- killvar '$_eat'
- if food_loc = 1:
- act 'Finish': gt 'food_menu'
- else
- act 'Finish':gt $loc, $metka
- end
- end
- if $ARGS[0] = 'snack':
- *clr & cla
- gs 'stat'
- minut += 15
- money -= val($_eat['<<args[1]>>,price'])
- pcs_health += 10
- pcs_mood += 20
- fat += 6
- pcs_energy += 20
- cumspclnt = 2
- gs 'cum_cleanup'
- pcs_breath = 0
- '<center><img <<$set_imgh>> src="images/shared/food/food.jpg"></center>'
- 'You enjoy a small tasty, but somewhat fattening, snack. It wasn''t very much food, and<<$mtxt>>'
- gs 'stat'
- killvar '$_eat'
- if food_loc = 1:
- act 'Finish': gt 'food_menu'
- else
- act 'Finish':gt $loc, $metka
- end
- end
- if $ARGS[0] = 'f_food':
- *clr & cla
- frost = 0
- minut += 20
- money -= val($_eat['<<args[1]>>,price'])
- pcs_health += 10
- fat += 14
- pcs_energy += 70
- if pcs_hydra >= 100:
- pcs_hydra += 35
- else
- pcs_hydra += 70
- end
- cumspclnt = 2
- gs 'cum_cleanup'
- pcs_breath = 0
- gs 'food', 'aftermeal'
- '<center><img <<$set_imgh>> src="images/shared/food/food.jpg"></center>'
- 'You happily eat some fast food. The portions are quite generous and<<$mtxt>>'
- gs 'stat'
- killvar '$_eat'
- if food_loc = 1:
- act 'Finish': gt 'food_menu'
- else
- act 'Finish':gt $loc, $metka
- end
- end
- if $ARGS[0] = 's_meal':
- *clr & cla
- frost = 0
- minut += 25
- money -= val($_eat['<<args[1]>>,price'])
- pcs_health += 10
- fat += 4
- pcs_energy += 40
- if pcs_hydra >= 100:
- pcs_hydra += 20
- else
- pcs_hydra += 40
- end
- cumspclnt = 2
- gs 'cum_cleanup'
- pcs_breath = 0
- gs 'food', 'aftermeal'
- '<center><img <<$set_imgh>> src="images/shared/food/food.jpg"></center>'
- 'You happily eat your meal. The portions are fairly small and<<$mtxt>>'
- gs 'stat'
- killvar '$_eat'
- if food_loc = 1:
- act 'Finish': gt 'food_menu'
- else
- act 'Finish':gt $loc, $metka
- end
- end
- if $ARGS[0] = 'm_meal':
- *clr & cla
- frost = 0
- minut += 30
- money -= val($_eat['<<args[1]>>,price'])
- pcs_health += 10
- fat += 8
- pcs_energy += 60
- if pcs_hydra >= 100:
- pcs_hydra += 30
- else
- pcs_hydra += 60
- end
- cumspclnt = 2
- gs 'cum_cleanup'
- pcs_breath = 0
- gs 'food', 'aftermeal'
- '<center><img <<$set_imgh>> src="images/shared/food/food.jpg"></center>'
- 'You thoroughly enjoy the nicely cooked meal. The portions were moderate and<<$mtxt>>'
- 'You accompany it with a mug of tea.'
- gs 'stat'
- killvar '$_eat'
- if food_loc = 1:
- act 'Finish': gt 'food_menu'
- else
- act 'Finish':gt $loc, $metka
- end
- end
- if $ARGS[0] = 'l_meal':
- *clr & cla
- frost = 0
- minut += 35
- money -= val($_eat['<<args[1]>>,price'])
- pcs_health += 10
- fat += 14
- pcs_energy += 100
- if pcs_hydra >= 100:
- pcs_hydra += 50
- else
- pcs_hydra += 100
- end
- cumspclnt = 2
- gs 'cum_cleanup'
- pcs_breath = 0
- gs 'food', 'aftermeal'
- '<center><img <<$set_imgh>> src="images/shared/food/food.jpg"></center>'
- 'You are almost overwhelmed by the delicious meal laid before you and enjoy it immensely. The meal was simply colossal and<<$mtxt>>'
- gs 'stat'
- killvar '$_eat'
- if plcooked = 1: killvar 'plcooked'
- if food_loc = 1:
- act 'Finish': gt 'food_menu'
- else
- act 'Finish':gt $loc, $metka
- end
- end
- if $ARGS[0] = 'bag_lunch':
- *clr & cla
- frost = 0
- minut += 15
- money -= val($_eat['<<args[1]>>,price'])
- pcs_health += 10
- fat += 5
- pcs_energy += 40
- if pcs_hydra >= 100:
- pcs_hydra += 30
- else
- pcs_hydra += 60
- end
- cumspclnt = 2
- gs 'cum_cleanup'
- pcs_breath = 0
- gs 'food', 'aftermeal'
- '<center><img <<$set_imgh>> src="images/shared/food/food.jpg"></center>'
- 'You eat the lunch you packed from home. There was nothing fancy about it and<<$mtxt>>'
- gs 'stat'
- killvar '$_eat'
- if food_loc = 1:
- act 'Finish': gt 'food_menu'
- else
- act 'Finish':gt $loc, $metka
- end
- end
- if $ARGS[0] = 'h_food':
- *clr & cla
- frost = 0
- minut += 25
- money -= val($_eat['<<args[1]>>,price'])
- pcs_health += 10
- fat += 7
- money -= 100
- pcs_energy += 60
- if pcs_hydra >= 100:
- pcs_hydra += 30
- else
- pcs_hydra += 60
- end
- cumspclnt = 2
- gs 'cum_cleanup'
- pcs_breath = 0
- gs 'food', 'aftermeal'
- '<center><img <<$set_imgh>> src="images/locations/pavlovsk/hotel/roomservice.jpg"></center>'
- 'The maid brings you a decent meal,<<$mtxt>>'
- 'You accompany it with a mug of tea.'
- gs 'stat'
- killvar '$_eat'
- if food_loc = 1:
- act 'Finish': gt 'food_menu'
- else
- act 'Finish':gt $loc, $metka
- end
- end
- if $ARGS[0] = 'h_meal':
- *clr & cla
- frost = 0
- minut += 25
- money -= val($_eat['<<args[1]>>,price'])
- pcs_health += 20
- fat += 1
- pcs_energy += 50
- if pcs_hydra >= 100:
- pcs_hydra += 25
- else
- pcs_hydra += 50
- end
- cumspclnt = 2
- gs 'cum_cleanup'
- pcs_breath = 0
- gs 'food', 'aftermeal'
- '<center><img <<$set_imgh>> src="images/shared/food/eating-salad.jpg"></center>'
- 'You enjoy a crisp salad of fresh greens and<<$mtxt>>'
- gs 'stat'
- killvar '$_eat'
- if food_loc = 1:
- act 'Finish': gt 'food_menu'
- else
- act 'Finish':gt $loc, $metka
- end
- end
- if $ARGS[0] = 'jerky':
- *clr & cla
- frost = 0
- minut += 10
- money -= val($_eat['<<args[1]>>,price'])
- pcs_health += 10
- fat += 1
- pcs_hydra -= 15
- pcs_energy += 20
- cumspclnt = 2
- gs 'cum_cleanup'
- pcs_breath = 0
- gs 'food', 'aftermeal'
- '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/jerky_mix.jpg"></center>'
- '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>>'
- gs 'stat'
- killvar '$_eat'
- if food_loc = 1:
- act 'Finish': gt 'food_menu'
- else
- act 'Finish':gt $loc, $metka
- end
- end
- if $ARGS[0] = 'meat_stew':
- *clr & cla
- frost = 0
- minut += 30
- money -= val($_eat['<<args[1]>>,price'])
- pcs_health += 10
- fat += 3
- pcs_energy += 50
- if pcs_hydra >= 100:
- pcs_hydra += 10
- else
- pcs_hydra += 20
- end
- cumspclnt = 2
- gs 'cum_cleanup'
- pcs_breath = 0
- gs 'food', 'aftermeal'
- '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/soup.jpg"></center>'
- 'You thoroughly enjoy the nicely cooked meat stew, and <<$mtxt>>'
- 'You accompany it with a mug of tea.'
- gs 'stat'
- killvar '$_eat'
- if food_loc = 1:
- act 'Finish': gt 'food_menu'
- else
- act 'Finish':gt $loc, $metka
- end
- end
- if $ARGS[0] = 'mush_soup':
- *clr & cla
- frost = 0
- minut += 30
- money -= val($_eat['<<args[1]>>,price'])
- pcs_health += 10
- fat += 3
- pcs_energy += 40
- if pcs_hydra >= 100:
- pcs_hydra += 20
- else
- pcs_hydra += 30
- end
- cumspclnt = 2
- gs 'cum_cleanup'
- pcs_breath = 0
- gs 'food', 'aftermeal'
- '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/soup.jpg"></center>'
- 'You thoroughly enjoy some warm mushroom soup, and <<$mtxt>>'
- 'You accompany it with a mug of tea.'
- gs 'stat'
- killvar '$_eat'
- if food_loc = 1:
- act 'Finish': gt 'food_menu'
- else
- act 'Finish':gt $loc, $metka
- end
- end
- if $ARGS[0] = 'bilberry':
- *clr & cla
- gs 'stat'
- minut += 15
- money -= val($_eat['<<args[1]>>,price'])
- pcs_health += 5
- pcs_mood += 10
- fat += 1
- pcs_energy += 10
- pcs_hydra += 10
- cumspclnt = 2
- gs 'cum_cleanup'
- pcs_breath = 0
- '<center><img src="images/locations/gadukino/forest/bilberry.jpg"></center>'
- 'You ate a few berries, and<<$mtxt>>'
- gs 'stat'
- killvar '$_eat'
- if food_loc = 1:
- act 'Finish': gt 'food_menu'
- else
- act 'Finish':gt $loc, $metka
- end
- end
- if $ARGS[0] = 'aftermeal':
- if pcs_energy > 100:
- $mtxt = ' you had to force yourself to finish and now you feel stuffed.'
- elseif pcs_energy >= 80:
- $mtxt = ' it was enough to leave you feeling full and satisfied.'
- elseif pcs_energy >= 60:
- $mtxt = ' while you no longer feel especially hungry, you don''t feel all that satisfied either.'
- elseif pcs_energy >= 40:
- $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.'
- else
- $mtxt = ' did nothing to appease your hunger, in fact, it only amde you want more.'
- end
- end
- --- food ---------------------------------
|