123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566 |
- if(!setup.beverages)
- setup.beverages = {};
- setup.beverages['pirosh'] = {
- frost: 0,
- minutes_inc: 15,
- cash_dec: 0,
- health_inc: $pc.pcs_health / 10,
- mood_inc: 5,
- fat_inc: 4,
- energy_inc: 40,
- cumclean: 2,
- breath: 0,
- image: "shared/food/pirozhki.jpg",
- $uni_lunch_bought: 1,
- $_eat: 0,
- hydra_dec: 10,
- }
- setup.beverages['golub'] = {
- frost: 0,
- minutes_inc: 20,
- cash_dec: 0,
- health_inc: 10,
- mood_inc: 5,
- fat_inc: 8,
- energy_inc: 60,
- cumclean: 2,
- breath: 0,
- image: "shared/food/golubtsy.jpg",
- $uni_lunch_bought: 1,
- $_eat: 0,
- hydra_inc: 20,
- }
- setup.beverages['pozhar'] = {
- frost: 0,
- minutes_inc: 20,
- cash_dec: 0,
- health_inc: 15,
- mood_inc: 10,
- fat_inc: 6,
- energy_inc: 70,
- cumclean: 2,
- breath: 0,
- image: "shared/food/pozharsky.jpg",
- $uni_lunch_bought: 1,
- $_eat: 0,
- hydra_dec: 10,
- }
- setup.beverages['reuben'] = {
- frost: 0,
- minutes_inc: 25,
- cash_dec: 0,
- health_inc: 20,
- mood_inc: 25,
- fat_inc: 12,
- energy_inc: 110,
- cumclean: 2,
- breath: 0,
- image: "shared/food/reuben.jpg",
- $uni_lunch_bought: 1,
- $_eat: 0,
- hydra_dec: 10,
- }
- setup.beverages['bliny'] = {
- frost: 0,
- minutes_inc: 15,
- cash_dec: 0,
- health_inc: 10,
- mood_inc: 5,
- fat_inc: 8,
- energy_inc: 50,
- cumclean: 2,
- breath: 0,
- image: "shared/food/blini.jpg",
- $uni_lunch_bought: 1,
- image: "shared/food/blini.jpg",
- $_eat: 0,
- hydra_dec: 10,
- }
- setup.beverages['varenfan'] = {
- frost: 0,
- minutes_inc: 25,
- cash_dec: 0,
- health_inc: 15,
- mood_inc: 15,
- fat_inc: 10,
- energy_inc: 40,
- cumclean: 2,
- breath: 0,
- image: "shared/food/varenikifancy.jpg",
- $_eat: 0,
- hydra_dec: 10,
- }
- setup.beverages['salfan'] = {
- frost: 0,
- minutes_inc: 40,
- cash_dec: 0,
- health_inc: 20,
- mood_inc: 20,
- fat_inc: 12,
- energy_inc: 80,
- cumclean: 2,
- breath: 0,
- image: "shared/food/salmonfancy.jpg",
- $_eat: 0,
- hydra_dec: 10,
- }
- setup.beverages['strofan'] = {
- frost: 0,
- minutes_inc: 35,
- cash_dec: 0,
- health_inc: 20,
- mood_inc: 30,
- fat_inc: 6,
- energy_inc: 120,
- cumclean: 2,
- breath: 0,
- image: "shared/food/stroganofffancy.jpg",
- $_eat: 0,
- hydra_dec: 10,
- }
- setup.beverages['borfan'] = {
- frost: 0,
- minutes_inc: 25,
- cash_dec: 0,
- health_inc: 10,
- mood_inc: 25,
- fat_inc: 4,
- energy_inc: 60,
- cumclean: 2,
- breath: 0,
- image: "shared/food/borschtfancy.jpg",
- $_eat: 0,
- hydra_inc: 40,
- }
- setup.beverages['blifan'] = {
- frost: 0,
- minutes_inc: 20,
- cash_dec: 0,
- health_inc: 30,
- mood_inc: 40,
- fat_inc: 6,
- energy_inc: 50,
- cumclean: 2,
- breath: 0,
- image: "shared/food/blinifancy.jpg",
- $_eat: 0,
- hydra_dec: 10,
- }
- setup.beverages['ryesna'] = {
- frost: 0,
- minutes_inc: 10,
- cash_dec: 0,
- health_inc: $pc.pcs_health / 10,
- mood_inc: 10,
- fat_inc: 4,
- energy_inc: 20,
- cumclean: 2,
- breath: 0,
- image: "shared/food/ryesnack.jpg",
- $_eat: 0,
- hydra_dec: 10,
- }
- setup.beverages['crisps'] = {
- frost: 0,
- minutes_inc: 10,
- cash_dec: 0,
- health_inc: $pc.pcs_health / 10,
- mood_inc: 20,
- fat_inc: 16,
- energy_inc: 20,
- cumclean: 2,
- breath: 0,
- image: "shared/food/crisps.jpg",
- $_eat: 0,
- hydra_dec: 10,
- }
- setup.beverages['onring'] = {
- frost: 0,
- minutes_inc: 10,
- cash_dec: 0,
- health_inc: 10,
- mood_inc: 5,
- fat_inc: 16,
- energy_inc: 40,
- cumclean: 2,
- breath: 0,
- image: "shared/food/onionrings.jpg",
- $_eat: 0,
- hydra_dec: 10,
- }
- setup.beverages['vegburg'] = {
- frost: 0,
- minutes_inc: 20,
- cash_dec: 0,
- health_inc: 20,
- mood_inc: 10,
- fat_inc: 8,
- energy_inc: 60,
- cumclean: 2,
- breath: 0,
- image: "shared/food/vegieburger.jpg",
- $_eat: 0,
- hydra_dec: 10,
- }
- setup.beverages['turburg'] = {
- frost: 0,
- minutes_inc: 20,
- cash_dec: 0,
- health_inc: 10,
- mood_inc: 10,
- fat_inc: 10,
- energy_inc: 60,
- cumclean: 2,
- breath: 0,
- image: "shared/food/turkeyburger.jpg",
- $_eat: 0,
- hydra_dec: 10,
- }
- setup.beverages['batfish'] = {
- frost: 0,
- minutes_inc: 20,
- cash_dec: 0,
- health_inc: 15,
- mood_inc: 15,
- fat_inc: 11,
- energy_inc: 80,
- cumclean: 2,
- breath: 0,
- image: "shared/food/batteredfish.jpg",
- $_eat: 0,
- hydra_dec: 10,
- }
- setup.beverages['cheburg'] = {
- frost: 0,
- minutes_inc: 25,
- cash_dec: 0,
- health_inc: 20,
- mood_inc: 20,
- fat_inc: 14,
- energy_inc: 120,
- cumclean: 2,
- breath: 0,
- image: "shared/food/cheeseburger.jpg",
- $_eat: 0,
- hydra_dec: 10,
- }
- setup.beverages['snack'] = {
- minutes_inc: 5,
- cash_dec: 0,
- health_inc: 10,
- mood_inc: 20,
- fat_inc: 6,
- energy_inc: 20,
- cumclean: 2,
- breath: 0,
- image: "shared/food/snack_1.jpg",
- $_eat: 0,
- }
- setup.beverages['f_food'] = {
- frost: 0,
- minutes_inc: 10,
- cash_dec: 0,
- health_inc: 10,
- fat_inc: 14,
- energy_inc: 70,
- cumclean: 2,
- breath: 0,
- image: "shared/food/fast_food.jpg",
- $_eat: 0,
- hydra_inc: 70,
- }
- setup.beverages['s_meal'] = {
- frost: 0,
- minutes_inc: 10,
- cash_dec: 0,
- health_inc: 10,
- fat_inc: 4,
- energy_inc: 40,
- cumclean: 2,
- breath: 0,
- imageRand: {template:"shared/food/food_#.jpg",min:1,max:4},
- $_eat: 0,
- hydra_inc: 40,
- }
- setup.beverages['m_meal'] = {
- frost: 0,
- minutes_inc: 15,
- cash_dec: 0,
- health_inc: 10,
- fat_inc: 8,
- energy_inc: 60,
- cumclean: 2,
- breath: 0,
- imageRand: {template:"shared/food/food_#.jpg",min:1,max:4},
- $_eat: 0,
- hydra_inc: 60,
- }
- setup.beverages['l_meal'] = {
- frost: 0,
- minutes_inc: 20,
- cash_dec: 0,
- health_inc: 10,
- fat_inc: 14,
- energy_inc: 100,
- cumclean: 2,
- breath: 0,
- imageRand: {template:"shared/food/food_#.jpg",min:1,max:4},
- $_eat: 0,
- hydra_inc: 100,
- }
- setup.beverages['bag_lunch'] = {
- frost: 0,
- minutes_inc: 15,
- cash_dec: 0,
- health_inc: 10,
- fat_inc: 5,
- energy_inc: 40,
- cumclean: 2,
- breath: 0,
- image: "shared/food/bagged_lunch.jpg",
- $_eat: 0,
- hydra_inc: 60,
- }
- setup.beverages['h_food'] = {
- frost: 0,
- minutes_inc: 25,
- cash_dec: 0,
- health_inc: 10,
- fat_inc: 7,
- cash_dec: 0,
- energy_inc: 60,
- cumclean: 2,
- breath: 0,
- image: "locations/pavlovsk/hotel/roomservice.jpg",
- $_eat: 0,
- hydra_inc: 60,
- }
- setup.beverages['h_meal'] = {
- frost: 0,
- minutes_inc: 25,
- cash_dec: 0,
- health_inc: 20,
- fat_inc: 1,
- energy_inc: 50,
- cumclean: 2,
- breath: 0,
- $_eat: 0,
- hydra_inc: 50,
- }
- setup.beverages['jerky'] = {
- frost: 0,
- minutes_inc: 10,
- cash_dec: 0,
- health_inc: 10,
- fat_inc: 1,
- energy_inc: 20,
- cumclean: 2,
- breath: 0,
- image: "locations/gadukino/hunters/jerky_mix.jpg",
- $_eat: 0,
- hydra_dec: 15,
- }
- setup.beverages['meat_stew'] = {
- frost: 0,
- minutes_inc: 30,
- cash_dec: 0,
- health_inc: 10,
- fat_inc: 3,
- energy_inc: 50,
- cumclean: 2,
- breath: 0,
- image: "locations/gadukino/hunters/soup.jpg",
- $_eat: 0,
- hydra_inc: 20,
- }
- setup.beverages['mush_soup'] = {
- frost: 0,
- minutes_inc: 30,
- cash_dec: 0,
- health_inc: 10,
- fat_inc: 3,
- energy_inc: 40,
- cumclean: 2,
- breath: 0,
- image: "locations/gadukino/hunters/soup.jpg",
- $_eat: 0,
- hydra_inc: 30,
- }
- setup.beverages['bilberry'] = {
- minutes_inc: 15,
- cash_dec: 0,
- health_inc: $pc.pcs_health / 10,
- mood_inc: 10,
- fat_inc: 1,
- energy_inc: 10,
- cumclean: 2,
- breath: 0,
- image: "locations/gadukino/forest/bilberry.jpg",
- $_eat: 0,
- hydra_inc: 10,
- }
- setup.beverages['family_meals'] = {
- frost: 0,
- minutes_inc: 20,
- health_inc: 10,
- mood_inc: 10,
- fat_inc: iif($ARGS[1] = 'dinner', 8, 6),
- energy_inc: 60,
- cumclean: 2,
- breath: 0,
- hydra_inc: 80,
- }
- setup.beverages['aftermeal'] = {
- $mtxt: ' you had to force yourself to finish and now you feel stuffed.',
- $mtxt: ' it was enough to leave you feeling full and satisfied.',
- $mtxt: ' while you no longer feel especially hungry, you don`t feel all that satisfied either.',
- $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.',
- $mtxt: ' did nothing to appease your hunger, in fact, it only amde you want more.',
- }
- setup.beverages['watercooler'] = {
- frost: 0,
- minutes_inc: 2,
- health_inc: 10,
- energy_inc: 4,
- cumclean: 2,
- image: "locations/pavlovsk/community/bathroom/waterfountain.jpg",
- hydra_inc: 50,
- }
- setup.beverages['only_cost_snack'] = {
- cash_dec: 0,
- health_inc: 10,
- mood_inc: 20,
- fat_inc: 6,
- energy_inc: 20,
- cumclean: 2,
- breath: 0,
- $_eat: 0,
- }
- setup.beverages['only_cost_light_snack'] = {
- cash_dec: 0,
- health_inc: $pc.pcs_health / 10,
- mood_inc: 20,
- fat_inc: 3,
- energy_inc: 20,
- cumclean: 2,
- breath: 0,
- $_eat: 0,
- }
- setup.beverages['only_stats_fast_food'] = {
- health_inc: $pc.pcs_health / 10,
- mood_inc: 20,
- fat_inc: 14,
- energy_inc: 70,
- cumclean: 2,
- breath: 0,
- hydra_inc: 70,
- }
- setup.beverages['only_stats_small_meal'] = {
- health_inc: $pc.pcs_health / 5,
- mood_inc: 10,
- fat_inc: 4,
- energy_inc: 40,
- cumclean: 2,
- breath: 0,
- hydra_inc: 40,
- }
- setup.beverages['only_stats_medium_meal'] = {
- health_inc: $pc.pcs_health / 10,
- mood_inc: 15,
- fat_inc: 7,
- energy_inc: 70,
- cumclean: 2,
- breath: 0,
- hydra_inc: 70,
- }
- setup.beverages['only_stats_large_meal'] = {
- health_inc: $pc.pcs_health / 15,
- mood_inc: 20,
- fat_inc: 14,
- energy_inc: 100,
- cumclean: 2,
- breath: 0,
- hydra_inc: 100,
- }
- setup.beverages['only_stats_bagged_meal'] = {
- health_inc: $pc.pcs_health / 8,
- mood_inc: 5,
- fat_inc: 5,
- energy_inc: 40,
- cumclean: 2,
- breath: 0,
- hydra_inc: 40,
- }
- setup.beverages['only_stats_healthy_meal'] = {
- health_inc: $pc.pcs_health / 5,
- mood_inc: 5,
- fat_inc: 1,
- energy_inc: 50,
- cumclean: 2,
- breath: 0,
- hydra_inc: 50,
- }
- setup.beverages['only_cost_pirosh'] = {
- frost: 0,
- cash_dec: 0,
- health_inc: $pc.pcs_health / 10,
- mood_inc: 5,
- fat_inc: 4,
- energy_inc: 40,
- cumclean: 2,
- breath: 0,
- $_eat: 0,
- $uni_lunch_bought: 1,
- hydra_dec: 10,
- }
- setup.beverages['only_cost_golub'] = {
- frost: 0,
- cash_dec: 0,
- health_inc: 10,
- mood_inc: 5,
- fat_inc: 8,
- energy_inc: 60,
- cumclean: 2,
- breath: 0,
- $_eat: 0,
- $uni_lunch_bought: 1,
- hydra_inc: 20,
- }
- setup.beverages['only_cost_pozhar'] = {
- frost: 0,
- cash_dec: 0,
- health_inc: 15,
- mood_inc: 10,
- fat_inc: 6,
- energy_inc: 70,
- cumclean: 2,
- breath: 0,
- $_eat: 0,
- $uni_lunch_bought: 1,
- hydra_dec: 10,
- }
- setup.beverages['only_cost_reuben'] = {
- frost: 0,
- cash_dec: 0,
- health_inc: 20,
- mood_inc: 25,
- fat_inc: 12,
- energy_inc: 110,
- cumclean: 2,
- breath: 0,
- $_eat: 0,
- $uni_lunch_bought: 1,
- hydra_dec: 10,
- }
- setup.beverages['only_cost_bliny'] = {
- frost: 0,
- cash_dec: 0,
- health_inc: 10,
- mood_inc: 5,
- fat_inc: 8,
- energy_inc: 50,
- cumclean: 2,
- breath: 0,
- $_eat: 0,
- $uni_lunch_bought: 1,
- }
|