Kingdom Come: Deliverance
0 of 0

File information

Last updated

Original upload

Created by

pulsusego

Uploaded by

pulsusego

Virus scan

Safe to use

Tags for this mod

56 comments

  1. Prestobob23
    Prestobob23
    • premium
    • 0 kudos
    hey just poking around looking at the base game xml food files and the modes.
    i believe this mod isn't working with 1.9.2 because they added another category with foods and the rows are being read incorrectly.

    current build-
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="0" dried_item_id="" food_subtype_id="" food_type_id="3" health_benefit="0" item_id="006ec8d6-1ce1-4e90-8267-7c349812ddcd" max_status="50" nutrition_benefit="1" refresh_benefit="0" short_term_nutrition_benefit_ratio="0.5" smoked_item_id="" />

    mod-
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="3" health_benefit="0" item_id="006ec8d6-1ce1-4e90-8267-7c349812ddcd" max_status="50" nutrition_benefit="1" refresh_benefit="0" short_term_nutrition_benefit_ratio="0.5" />

    i just started to poke around with modding but think if the dried and smoked item id is added in it can be compatible with the current build.
    i think with a little reformatting it could work again. so im just going to give it a shot and see what happens
    1. Echelon117
      Echelon117
      • supporter
      • 32 kudos
      Did you get to fixing it?
    2. Slash4Games
      Slash4Games
      • member
      • 0 kudos
      I don't believe this is the problem, I managed to add the missing attributes to the XML file and changed the architecture to DATA/Tables.pak
      I tried to take the vanilla food.xml file and change some stats that this mod alters then save it to the mod and still nothing
      I even added a manifest if that helps, still the mod cannot load,
      for some reason, the game can't read the food XML file (I tried setting it in the game files directly and now it won't launch)

      if someone can update this mod please help us out, the mod author seems to have abandoned it.
  2. Guifurst
    Guifurst
    • member
    • 0 kudos
    Do you have any idea what the others parameters are meant to indicate, like max_status or short_term_nutrition?
    I'm pulling together a new overhaul mod since we have that extra free time, and I'm using your mod as reference but trying to balance things out, hope you don't mind.
  3. Forehead2005
    Forehead2005
    • member
    • 0 kudos
    You should add thirst and a different sound when consuming drinks.
  4. Staros
    Staros
    • premium
    • 4 kudos
    "...and above all correcting alcohol's proper place in the world as a tool used to achieve drunkenness rather than get fed."

    Point of fact, back in the day, alcohol was actually a healthy alternative to most water sources as the cleanliness of said water was very questionable. Also, beer/mead/etc. was as much a food as a drink due to the very heavy, almost soup like, consistency. Not like today's watered down, filtered products. Sure it got you drunk if you drank too much, but hops and barley were like oatmeal... fermented oatmeal.
  5. spartasmaximus
    spartasmaximus
    • premium
    • 3 kudos
    Good evening.

    I wanted to ask what are the values for the food? As in...how do I know the mod is working, I extracted the file into the Data folder, so it ends up being S:\Sentinel Victor\gamezz\Kingdom Come Deliverance\Data\zzz_food_and_booze_more_groceries_in_your_yap_v1.0.pak

    But I don't see anything changing in my food. Spirits still give 20 nourishment
    1. Smosh
      Smosh
      • member
      • 25 kudos
      Create a folder called Mods inside you KingdomeComeDeliverance folder if you don't already have one. Inside that folder create another folder called Food&Booze or whatever you want to call it. It makes no difference. In that folder create one called Data. Extract the file zzz_food_and_booze_more_groceries_in_your_yap_v1.0.pak into that. You hopefully should now see a difference. I don't recall other food values but i now know that eating from a cooking pot only gives me 4 or 5 points instead of the default 25 (I think). Hope that works for you.
  6. RayLin86
    RayLin86
    • member
    • 1 kudos
    Replace the food.xml file,Compatible with more than KCDV1.3 of the modified code

     

    ï¼å¼å®¹æ¸¸æçæ¬V1.3以ä¸çä¿®æ¹ä»£ç Ã¯Â¼Ã¦Â¿Ã¦Â¢food.xmlæ件ï¼

     



    <?xml version="1.0" encoding="us-ascii"?>
    <database name="hammerheart">
    <table name="food" version="1">
    <header>
    <column name="alcohol_content" type="real" />
    <column name="cooked_item_id" type="uuid" />
    <column name="decay_time_hours" type="real" />
    <column name="food_subtype_id" type="integer" />
    <column name="food_type_id" type="integer" />
    <column name="health_benefit" type="real" />
    <column name="item_id" type="uuid" />
    <column name="max_status" type="integer" />
    <column name="nutrition_benefit" type="real" />
    <column name="refresh_benefit" type="real" />
    <column name="short_term_nutrition_benefit_ratio" type="real" />
    </header>
    <rows>
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="3" health_benefit="0" item_id="006ec8d6-1ce1-4e90-8267-7c349812ddcd" max_status="50" nutrition_benefit="1" refresh_benefit="0" short_term_nutrition_benefit_ratio="0.5" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="3" health_benefit="0" item_id="0340b85d-71b0-4314-a6c9-8856d884bc92" max_status="1" nutrition_benefit="0" refresh_benefit="0" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="600" food_subtype_id="6" food_type_id="5" health_benefit="-8" item_id="0686c001-d42b-467c-b3de-f87beb915c68" max_status="100" nutrition_benefit="2" refresh_benefit="-5" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="120" food_subtype_id="" food_type_id="2" health_benefit="3" item_id="06be2a3d-4e05-4a78-85cd-33879cd669c9" max_status="30" nutrition_benefit="7" refresh_benefit="1" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="120" food_subtype_id="" food_type_id="5" health_benefit="1" item_id="0a78fe34-737c-4346-9762-6b3036fbc9c6" max_status="1" nutrition_benefit="3" refresh_benefit="-1" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="240" food_subtype_id="" food_type_id="9" health_benefit="4" item_id="0b4e244a-e3de-4502-afd0-fb7fe309629a" max_status="60" nutrition_benefit="7" refresh_benefit="-6" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="0" food_subtype_id="11" food_type_id="3" health_benefit="1" item_id="0cb47176-06c5-42a9-8d70-969e917eb999" max_status="100" nutrition_benefit="0.5" refresh_benefit="6" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="70" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="3" health_benefit="0" item_id="0f114f9c-166b-4ccf-8e52-e1106c94cc47" max_status="0" nutrition_benefit="0" refresh_benefit="0" short_term_nutrition_benefit_ratio="0.3" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="120" food_subtype_id="6" food_type_id="2" health_benefit="-2" item_id="0fc6cac7-29e6-4753-8873-0bcbbeba5548" max_status="20" nutrition_benefit="3" refresh_benefit="-4" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="3" health_benefit="0" item_id="1322a0ca-1be1-449a-b1fa-cd7079a9ba90" max_status="1" nutrition_benefit="0" refresh_benefit="0" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="360" food_subtype_id="2" food_type_id="2" health_benefit="2" item_id="154a8471-b753-4f84-ac5f-d989c8532d02" max_status="40" nutrition_benefit="10.5" refresh_benefit="-2" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="4eed0a2b-1233-40b4-88f5-7f67de916b58" decay_time_hours="120" food_subtype_id="6" food_type_id="2" health_benefit="-4" item_id="18ff9093-2cc4-4ab3-9f34-7cb0dd7cd30a" max_status="20" nutrition_benefit="3" refresh_benefit="-3" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="3" health_benefit="0" item_id="1ae018d8-f41b-482c-a679-d529f33ca335" max_status="1" nutrition_benefit="0" refresh_benefit="0" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="0" health_benefit="3" item_id="1afb192c-f3d9-4ac2-a261-623d56d70b7e" max_status="100" nutrition_benefit="4" refresh_benefit="0" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="360" food_subtype_id="" food_type_id="0" health_benefit="2" item_id="1c2da556-488b-4a86-b22a-c42acb299938" max_status="35" nutrition_benefit="4" refresh_benefit="2" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="db66940d-09bc-4450-8df9-8268e52e4ac2" decay_time_hours="24" food_subtype_id="6" food_type_id="2" health_benefit="0" item_id="1df1ee61-0b44-4efd-bfa4-37efbcd4be42" max_status="20" nutrition_benefit="7" refresh_benefit="-2" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="3" health_benefit="0" item_id="20361656-5917-40e9-be7f-a5e6cc07981d" max_status="1" nutrition_benefit="0" refresh_benefit="0" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="295c54f8-76a3-42fa-8fe1-8f1ecb63576b" decay_time_hours="600" food_subtype_id="0" food_type_id="0" health_benefit="0.5" item_id="2264f217-590e-4c0f-a4c6-f50c6532b9f6" max_status="50" nutrition_benefit="0.5" refresh_benefit="2" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="0" health_benefit="0" item_id="22eb16a0-1175-4e2e-a951-33d362e288fb" max_status="2" nutrition_benefit="0" refresh_benefit="250" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="240" food_subtype_id="" food_type_id="7" health_benefit="0" item_id="239ea469-3237-48d8-af90-da7cdf4140dc" max_status="10" nutrition_benefit="1" refresh_benefit="1.5" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="b8f8953c-5668-4e6c-9d8c-843d85ec83ee" decay_time_hours="120" food_subtype_id="6" food_type_id="2" health_benefit="0" item_id="24522d1a-942c-4e3f-870d-58861f898985" max_status="20" nutrition_benefit="8" refresh_benefit="-9" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="20" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="3" health_benefit="0" item_id="2509115d-59c9-44f8-9802-f600eba63fa9" max_status="100" nutrition_benefit="7" refresh_benefit="4" short_term_nutrition_benefit_ratio="0.1" />
    <row alcohol_content="100" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="3" health_benefit="8" item_id="2529e246-6f1b-4529-8d6b-64245207bae8" max_status="100" nutrition_benefit="-0.5" refresh_benefit="-8" short_term_nutrition_benefit_ratio="0.63" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="360" food_subtype_id="" food_type_id="2" health_benefit="2" item_id="265f4d46-a993-464f-8f84-919569aa6818" max_status="50" nutrition_benefit="9" refresh_benefit="-2" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="0" food_subtype_id="4" food_type_id="3" health_benefit="100" item_id="2668d311-8667-4f27-b94b-7f6175678f17" max_status="100" nutrition_benefit="5" refresh_benefit="4" short_term_nutrition_benefit_ratio="0.5" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="3" health_benefit="0" item_id="27144e47-00aa-468e-a81b-49cb3b248b07" max_status="1" nutrition_benefit="0" refresh_benefit="0" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="2" health_benefit="0" item_id="28a7c5cd-d80d-4167-ba1b-fcfc520c40b7" max_status="1" nutrition_benefit="0" refresh_benefit="0" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="240" food_subtype_id="" food_type_id="0" health_benefit="1" item_id="295c54f8-76a3-42fa-8fe1-8f1ecb63576b" max_status="40" nutrition_benefit="1" refresh_benefit="1" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="600" food_subtype_id="" food_type_id="2" health_benefit="1.5" item_id="29a4f58e-6e00-4f9c-9273-1a76e0eccff0" max_status="60" nutrition_benefit="10" refresh_benefit="-3" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="20" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="3" health_benefit="0" item_id="2b24a290-ec3c-454c-901e-fea76aa76d74" max_status="100" nutrition_benefit="7" refresh_benefit="10" short_term_nutrition_benefit_ratio="0.1" />
    <row alcohol_content="0" cooked_item_id="bc76f2f4-8ba0-458e-8ec6-fc88d4c8202f" decay_time_hours="120" food_subtype_id="6" food_type_id="5" health_benefit="-3.5" item_id="2bac1a01-c77a-4d1b-803d-020c33af4de2" max_status="30" nutrition_benefit="1.5" refresh_benefit="-3" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="f0c9f56f-cd0f-4973-bfb5-3cea3e756bcc" decay_time_hours="600" food_subtype_id="13" food_type_id="0" health_benefit="0.5" item_id="2eeb7bf7-f0ac-4c46-9468-97c2f76cb254" max_status="50" nutrition_benefit="0.5" refresh_benefit="1.5" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="60" cooked_item_id="" decay_time_hours="0" food_subtype_id="5" food_type_id="3" health_benefit="0" item_id="31148cbb-8592-4b26-a1ae-8a9e07e309e6" max_status="100" nutrition_benefit="5" refresh_benefit="-30" short_term_nutrition_benefit_ratio="0.5" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="3" health_benefit="0" item_id="3157d51d-7461-4fdc-9601-93bd5ed42156" max_status="100" nutrition_benefit="5" refresh_benefit="4" short_term_nutrition_benefit_ratio="0.1" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="600" food_subtype_id="" food_type_id="2" health_benefit="1" item_id="319a7fe7-1c5d-42fa-80cd-83126cb6eaff" max_status="60" nutrition_benefit="9" refresh_benefit="-2.5" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="3" health_benefit="0" item_id="34d9f446-e5a7-4af4-858a-e96473de814f" max_status="100" nutrition_benefit="5" refresh_benefit="4" short_term_nutrition_benefit_ratio="0.5" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="3" health_benefit="0" item_id="36d4b46d-75cb-4e58-a430-b1a0aa283088" max_status="1" nutrition_benefit="0" refresh_benefit="0" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="240" food_subtype_id="" food_type_id="2" health_benefit="2.5" item_id="373747b8-5225-41ba-b511-56526ff90a30" max_status="40" nutrition_benefit="11" refresh_benefit="-4" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="22" cooked_item_id="" decay_time_hours="0" food_subtype_id="3" food_type_id="3" health_benefit="1.5" item_id="38df365c-a4bb-462b-80cc-eb92f16930fa" max_status="50" nutrition_benefit="1.5" refresh_benefit="-2" short_term_nutrition_benefit_ratio="0.25" />
    <row alcohol_content="50" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="3" health_benefit="10" item_id="390c0dc8-23fd-42a0-91f2-a4d42f96a387" max_status="60" nutrition_benefit="5" refresh_benefit="-12" short_term_nutrition_benefit_ratio="0.3" />
    <row alcohol_content="0" cooked_item_id="ab3ee24b-1e2f-4fe8-a3e8-a059d8391d2f" decay_time_hours="360" food_subtype_id="6" food_type_id="5" health_benefit="0" item_id="3a2d670c-bfc8-441a-aaf6-3a0ffc874b91" max_status="40" nutrition_benefit="2" refresh_benefit="-1" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="240" food_subtype_id="" food_type_id="2" health_benefit="2.5" item_id="3c056762-3e14-471a-8f0e-8d57919fb9c4" max_status="40" nutrition_benefit="9" refresh_benefit="-2" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="240" food_subtype_id="" food_type_id="5" health_benefit="1.5" item_id="3c1c1d0d-66c5-4b40-a501-6fb875c8e3c7" max_status="20" nutrition_benefit="8" refresh_benefit="-3.5" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="5459ce70-3c48-402f-9f59-98e2594328e8" decay_time_hours="120" food_subtype_id="6" food_type_id="2" health_benefit="-3.5" item_id="3c78b620-ca94-11e1-9b23-0800200c9a66" max_status="20" nutrition_benefit="3.5" refresh_benefit="-5" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="0" food_subtype_id="5" food_type_id="3" health_benefit="0" item_id="3d3f5935-c2e3-4e52-8a16-a6a04ee4a79f" max_status="100" nutrition_benefit="5" refresh_benefit="8" short_term_nutrition_benefit_ratio="0.1" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="240" food_subtype_id="" food_type_id="6" health_benefit="1" item_id="4088cfbd-c7cc-46ba-9e68-8db8815932e3" max_status="30" nutrition_benefit="2.5" refresh_benefit="1.5" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="20" cooked_item_id="" decay_time_hours="0" food_subtype_id="5" food_type_id="3" health_benefit="-110" item_id="42e54d97-6e63-4e50-a09d-325ef4dd2286" max_status="100" nutrition_benefit="-20" refresh_benefit="-20" short_term_nutrition_benefit_ratio="0.5" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="240" food_subtype_id="" food_type_id="2" health_benefit="3" item_id="43e66d17-75e5-4832-a511-48c77b8d4cb3" max_status="40" nutrition_benefit="11" refresh_benefit="-5" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="373747b8-5225-41ba-b511-56526ff90a30" decay_time_hours="120" food_subtype_id="6" food_type_id="2" health_benefit="-3.5" item_id="4446bc26-efff-4117-b4f5-19ee9045847d" max_status="20" nutrition_benefit="4" refresh_benefit="-3.5" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="240" food_subtype_id="" food_type_id="2" health_benefit="4" item_id="44593169-7482-4293-80bc-01c3144e4fa2" max_status="40" nutrition_benefit="12" refresh_benefit="-5" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="2" health_benefit="3" item_id="45be379b-df05-4e13-9aa1-aaae649e8366" max_status="100" nutrition_benefit="8" refresh_benefit="-3" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="240" food_subtype_id="" food_type_id="5" health_benefit="1" item_id="4a3dc302-b035-44cc-a49b-9da912c28cc1" max_status="40" nutrition_benefit="8" refresh_benefit="-3" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="4088cfbd-c7cc-46ba-9e68-8db8815932e3" decay_time_hours="480" food_subtype_id="14" food_type_id="6" health_benefit="0.5" item_id="4a6fa310-067a-404d-9813-bd1761d1c70d" max_status="75" nutrition_benefit="2" refresh_benefit="2.5" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="3c056762-3e14-471a-8f0e-8d57919fb9c4" decay_time_hours="120" food_subtype_id="6" food_type_id="2" health_benefit="-2.5" item_id="4d1d646c-ce45-434b-96ae-cfa27b86b4b6" max_status="20" nutrition_benefit="3" refresh_benefit="-3" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="81358847-cc24-4036-aa0f-99f180cd4ecc" decay_time_hours="120" food_subtype_id="14" food_type_id="7" health_benefit="0" item_id="4dab452b-7f35-4cd9-942f-f59fd14c83fe" max_status="20" nutrition_benefit="1" refresh_benefit="0.5" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="240" food_subtype_id="" food_type_id="2" health_benefit="2" item_id="4eed0a2b-1233-40b4-88f5-7f67de916b58" max_status="40" nutrition_benefit="8" refresh_benefit="-3" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="" health_benefit="-6" item_id="4f4b113c-0d1c-4f37-b846-77869d810ab5" max_status="100" nutrition_benefit="-2" refresh_benefit="1" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="240" food_subtype_id="" food_type_id="5" health_benefit="3.5" item_id="501ef3d2-5d16-4f98-90bd-d40f6ff74e30" max_status="20" nutrition_benefit="8" refresh_benefit="-2.5" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="120" food_subtype_id="" food_type_id="3" health_benefit="4" item_id="51555071-7c55-4da1-9b61-ee3c14fde18b" max_status="10" nutrition_benefit="6" refresh_benefit="-4" short_term_nutrition_benefit_ratio="0.6" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="240" food_subtype_id="" food_type_id="2" health_benefit="2.5" item_id="52446f8a-3073-4006-b181-60c82475a03a" max_status="40" nutrition_benefit="15" refresh_benefit="-10" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="15" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="3" health_benefit="2" item_id="52afd6fa-9377-457c-83a2-b5b39321a4dc" max_status="40" nutrition_benefit="1.5" refresh_benefit="-1.5" short_term_nutrition_benefit_ratio="0.35" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="240" food_subtype_id="" food_type_id="2" health_benefit="2.5" item_id="5459ce70-3c48-402f-9f59-98e2594328e8" max_status="40" nutrition_benefit="10" refresh_benefit="-6" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="240" food_subtype_id="" food_type_id="6" health_benefit="2" item_id="55537a99-41ba-4497-925c-a543ced248e3" max_status="40" nutrition_benefit="4" refresh_benefit="0.5" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="240" food_subtype_id="" food_type_id="6" health_benefit="2" item_id="5585da96-12c9-478d-a1a2-d5f206d9fe72" max_status="30" nutrition_benefit="6" refresh_benefit="-2" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="0" food_subtype_id="10" food_type_id="3" health_benefit="0" item_id="567fc1b1-1424-4784-9da8-5104e2e7354d" max_status="100" nutrition_benefit="5" refresh_benefit="4" short_term_nutrition_benefit_ratio="0.1" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="240" food_subtype_id="" food_type_id="5" health_benefit="2.5" item_id="5c0981cd-1c99-4690-8e54-29dbfc315c1d" max_status="15" nutrition_benefit="9" refresh_benefit="-5" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="20" cooked_item_id="" decay_time_hours="0" food_subtype_id="5" food_type_id="3" health_benefit="0" item_id="5c17d1d9-70ec-49d9-9b05-ae23247c045f" max_status="100" nutrition_benefit="7" refresh_benefit="4" short_term_nutrition_benefit_ratio="0.1" />
    <row alcohol_content="0" cooked_item_id="5f02ef0d-0551-44b1-902c-c96a8650d01d" decay_time_hours="0" food_subtype_id="14" food_type_id="6" health_benefit="0.5" item_id="5dceabb5-aef0-4bf5-b401-acbc30a44e21" max_status="90" nutrition_benefit="0" refresh_benefit="2" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="240" food_subtype_id="" food_type_id="6" health_benefit="1" item_id="5f02ef0d-0551-44b1-902c-c96a8650d01d" max_status="50" nutrition_benefit="0" refresh_benefit="3" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="3" health_benefit="0" item_id="5f6cdfad-2e87-45e4-bd5a-e3b604adc766" max_status="100" nutrition_benefit="5" refresh_benefit="0" short_term_nutrition_benefit_ratio="0.5" />
    <row alcohol_content="0" cooked_item_id="5c0981cd-1c99-4690-8e54-29dbfc315c1d" decay_time_hours="120" food_subtype_id="6" food_type_id="5" health_benefit="-4" item_id="5ff91d0f-e525-4b37-9256-d8fea8be1c8d" max_status="10" nutrition_benefit="2" refresh_benefit="-3" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="303" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="3" health_benefit="0" item_id="601f9ff2-0413-40c9-b443-9695aafa71a5" max_status="100" nutrition_benefit="10" refresh_benefit="0" short_term_nutrition_benefit_ratio="0.8" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="3" health_benefit="-4.5" item_id="60a0200f-a581-4669-bb10-24ac4a28c071" max_status="100" nutrition_benefit="3.5" refresh_benefit="-9" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="240" food_subtype_id="" food_type_id="" health_benefit="5" item_id="6198800d-2524-4b66-b9ca-b640e2ae99f5" max_status="20" nutrition_benefit="5" refresh_benefit="-10" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="240" food_subtype_id="" food_type_id="9" health_benefit="2" item_id="63d98446-f3c8-4407-8949-c246295b1496" max_status="30" nutrition_benefit="3.5" refresh_benefit="-0.5" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="0" food_subtype_id="9" food_type_id="3" health_benefit="0" item_id="6568088a-98b6-4353-81d1-31bd2662a545" max_status="100" nutrition_benefit="3" refresh_benefit="3" short_term_nutrition_benefit_ratio="0.5" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="240" food_subtype_id="" food_type_id="5" health_benefit="1" item_id="68d9f225-030a-43c0-83b3-c4bc57568581" max_status="50" nutrition_benefit="4" refresh_benefit="-1" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="240" food_subtype_id="" food_type_id="2" health_benefit="1" item_id="6a324aa9-a566-406c-a3f8-6c416a00b399" max_status="40" nutrition_benefit="8" refresh_benefit="-2" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="3" health_benefit="0" item_id="6b955a9b-d8de-492c-a53e-a052fab4ff0a" max_status="100" nutrition_benefit="5" refresh_benefit="4" short_term_nutrition_benefit_ratio="0.5" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="0" food_subtype_id="5" food_type_id="3" health_benefit="0" item_id="6d08f32a-997e-44f1-b6b6-9caf2ade9cf3" max_status="1" nutrition_benefit="0" refresh_benefit="0" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="d031224d-34c3-4f2b-98f7-d77789a309c2" decay_time_hours="120" food_subtype_id="6" food_type_id="2" health_benefit="-2" item_id="6f1d0e9e-d532-4476-af7a-e24ea01da040" max_status="-2.5" nutrition_benefit="3.5" refresh_benefit="-6" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="3" health_benefit="0" item_id="73b69372-3ccb-4bf4-bd21-94863da2654e" max_status="1" nutrition_benefit="0" refresh_benefit="0" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="30" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="3" health_benefit="0" item_id="73ff1fde-ec8b-41e9-95e3-b5938c715bf1" max_status="100" nutrition_benefit="10" refresh_benefit="4" short_term_nutrition_benefit_ratio="0.1" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="240" food_subtype_id="" food_type_id="2" health_benefit="2" item_id="76fd4ad3-84e2-444c-9822-b67c4adbc349" max_status="40" nutrition_benefit="9" refresh_benefit="-4" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="55537a99-41ba-4497-925c-a543ced248e3" decay_time_hours="600" food_subtype_id="14" food_type_id="6" health_benefit="1" item_id="7899825d-ed6f-4f00-b698-649ba652cf6d" max_status="90" nutrition_benefit="3" refresh_benefit="1" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="240" food_subtype_id="" food_type_id="6" health_benefit="2" item_id="7ac72484-f37f-458d-857a-74cf4bba672e" max_status="40" nutrition_benefit="6" refresh_benefit="1" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="63d98446-f3c8-4407-8949-c246295b1496" decay_time_hours="240" food_subtype_id="6" food_type_id="9" health_benefit="0" item_id="7ae2e77b-bdae-46cb-b6ac-f532cf225748" max_status="20" nutrition_benefit="0" refresh_benefit="-1" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="" health_benefit="4" item_id="7beb4bdc-6478-455c-8746-afb92c604be8" max_status="100" nutrition_benefit="2" refresh_benefit="1" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="28" cooked_item_id="" decay_time_hours="0" food_subtype_id="3" food_type_id="3" health_benefit="3.5" item_id="7c5126cd-b010-4484-8465-22a3d69fa0df" max_status="75" nutrition_benefit="2" refresh_benefit="-2" short_term_nutrition_benefit_ratio="0.25" />
    <row alcohol_content="0" cooked_item_id="bd6a9ffc-68b6-4222-b7fd-7bd72634b712" decay_time_hours="120" food_subtype_id="6" food_type_id="5" health_benefit="-3" item_id="7c97d412-d1db-4d42-a85a-27f381f4a9e9" max_status="30" nutrition_benefit="2" refresh_benefit="-3" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="240" food_subtype_id="" food_type_id="7" health_benefit="0.5" item_id="81358847-cc24-4036-aa0f-99f180cd4ecc" max_status="10" nutrition_benefit="2" refresh_benefit="0.5" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="44593169-7482-4293-80bc-01c3144e4fa2" decay_time_hours="120" food_subtype_id="6" food_type_id="2" health_benefit="-1" item_id="81c21fdc-3d62-4d1f-854f-eb364db1bcff" max_status="20" nutrition_benefit="6" refresh_benefit="-4" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="3" health_benefit="0" item_id="850d28d9-9d0a-4b2e-9feb-e6c48c5f1aad" max_status="100" nutrition_benefit="5" refresh_benefit="4" short_term_nutrition_benefit_ratio="0.5" />
    <row alcohol_content="30" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="3" health_benefit="0" item_id="86076e68-53a6-4e5c-95c2-995f6ce9636d" max_status="1" nutrition_benefit="0" refresh_benefit="0" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="480" food_subtype_id="" food_type_id="8" health_benefit="1.5" item_id="86e4ff24-88db-4024-abe6-46545fa0fbd1" max_status="50" nutrition_benefit="9.5" refresh_benefit="-1.5" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="3" health_benefit="0" item_id="8b713d0c-9a04-4354-a53f-ffd384057fa6" max_status="100" nutrition_benefit="5" refresh_benefit="4" short_term_nutrition_benefit_ratio="0.5" />
    <row alcohol_content="0" cooked_item_id="e19d0a82-e5cc-49b2-b0a2-14b004cb4717" decay_time_hours="480" food_subtype_id="14" food_type_id="6" health_benefit="0" item_id="8bfec925-7c39-447e-94bc-c4fb96fe12e7" max_status="90" nutrition_benefit="0.5" refresh_benefit="2.5" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="5585da96-12c9-478d-a1a2-d5f206d9fe72" decay_time_hours="480" food_subtype_id="14" food_type_id="6" health_benefit="1" item_id="8d6964b1-b645-4aa1-adcc-db22646f3722" max_status="50" nutrition_benefit="4.5" refresh_benefit="0" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="7ac72484-f37f-458d-857a-74cf4bba672e" decay_time_hours="480" food_subtype_id="14" food_type_id="6" health_benefit="1" item_id="907a2cd5-2730-424e-bf11-ef1f2db8f7e1" max_status="90" nutrition_benefit="3" refresh_benefit="1" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="20" cooked_item_id="" decay_time_hours="0" food_subtype_id="8" food_type_id="3" health_benefit="0" item_id="928463d9-e21a-4f7c-b5d3-8378ed375cd1" max_status="100" nutrition_benefit="0" refresh_benefit="0" short_term_nutrition_benefit_ratio="0.1" />
    <row alcohol_content="30" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="3" health_benefit="0" item_id="92afc95e-c52f-46d3-a78d-626def969b9b" max_status="0" nutrition_benefit="0" refresh_benefit="0" short_term_nutrition_benefit_ratio="0.3" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="3" health_benefit="0" item_id="92c829ca-41f6-40a7-b8d9-aac5159c7a89" max_status="100" nutrition_benefit="5" refresh_benefit="6" short_term_nutrition_benefit_ratio="0.5" />
    <row alcohol_content="0" cooked_item_id="43e66d17-75e5-4832-a511-48c77b8d4cb3" decay_time_hours="120" food_subtype_id="6" food_type_id="2" health_benefit="-2" item_id="a0a6a756-e204-4943-b215-543471b5cc39" max_status="20" nutrition_benefit="4" refresh_benefit="-4" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="3" health_benefit="0" item_id="ab25a50a-7836-47a9-acb2-5fd93684b8c5" max_status="100" nutrition_benefit="5" refresh_benefit="4" short_term_nutrition_benefit_ratio="0.5" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="240" food_subtype_id="" food_type_id="5" health_benefit="0" item_id="ab3ee24b-1e2f-4fe8-a3e8-a059d8391d2f" max_status="50" nutrition_benefit="4.5" refresh_benefit="-1" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="3" health_benefit="0" item_id="b0763820-556a-4d4c-a858-009aa897fb61" max_status="100" nutrition_benefit="5" refresh_benefit="4" short_term_nutrition_benefit_ratio="0.5" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="600" food_subtype_id="" food_type_id="9" health_benefit="3" item_id="b2f8f5e3-8e5e-4600-a4bb-be17e2d4a058" max_status="30" nutrition_benefit="6.5" refresh_benefit="-3" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="0" food_subtype_id="4" food_type_id="3" health_benefit="30" item_id="b38c34b7-6016-4f64-9ba2-65e1ce31d4a1" max_status="100" nutrition_benefit="5" refresh_benefit="4" short_term_nutrition_benefit_ratio="0.1" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="480" food_subtype_id="" food_type_id="8" health_benefit="1" item_id="b3e363cf-8dde-4733-89a9-c468d5580d2e" max_status="20" nutrition_benefit="4.5" refresh_benefit="1.5" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="240" food_subtype_id="" food_type_id="" health_benefit="1" item_id="b73fc42f-829f-4f3e-8ae5-2b6fc5f4b157" max_status="20" nutrition_benefit="7.5" refresh_benefit="-1" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="bc26419a-f9d5-40bb-98f0-05b6c527e85a" decay_time_hours="480" food_subtype_id="14" food_type_id="6" health_benefit="1" item_id="b7ee311c-736b-4f7c-987b-8431ce3b5600" max_status="90" nutrition_benefit="3" refresh_benefit="0.5" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="240" food_subtype_id="" food_type_id="" health_benefit="0.5" item_id="b7ef543a-3421-43d3-b57d-94f382ae6822" max_status="20" nutrition_benefit="8" refresh_benefit="-1" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="240" food_subtype_id="" food_type_id="2" health_benefit="2.5" item_id="b8f8953c-5668-4e6c-9d8c-843d85ec83ee" max_status="40" nutrition_benefit="11" refresh_benefit="-4" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="db357169-2012-4c12-b82b-d021cd4c8d9f" decay_time_hours="120" food_subtype_id="6" food_type_id="2" health_benefit="-4" item_id="ba4b74ad-f8f1-427e-905b-1bc8c27163e7" max_status="20" nutrition_benefit="5" refresh_benefit="-4" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="0" health_benefit="2" item_id="bc16f9ec-a4c9-4d4e-9f6a-35ffcad7085e" max_status="100" nutrition_benefit="4.5" refresh_benefit="1.5" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="240" food_subtype_id="" food_type_id="6" health_benefit="1.5" item_id="bc26419a-f9d5-40bb-98f0-05b6c527e85a" max_status="50" nutrition_benefit="4" refresh_benefit="0.5" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="240" food_subtype_id="" food_type_id="5" health_benefit="0.5" item_id="bc76f2f4-8ba0-458e-8ec6-fc88d4c8202f" max_status="40" nutrition_benefit="7" refresh_benefit="-2" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="240" food_subtype_id="" food_type_id="2" health_benefit="2" item_id="bc7771bc-5ef2-4177-8c8e-3b0e989175a4" max_status="40" nutrition_benefit="10" refresh_benefit="-4" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="240" food_subtype_id="" food_type_id="5" health_benefit="1" item_id="bd6a9ffc-68b6-4222-b7fd-7bd72634b712" max_status="30" nutrition_benefit="7" refresh_benefit="-1" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="240" food_subtype_id="" food_type_id="5" health_benefit="2" item_id="be9bd6b7-b2c1-432a-90a7-4a13c58c0936" max_status="50" nutrition_benefit="10" refresh_benefit="-3" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="239ea469-3237-48d8-af90-da7cdf4140dc" decay_time_hours="120" food_subtype_id="14" food_type_id="7" health_benefit="0" item_id="c27e73bd-05db-42c5-963e-09c42395160a" max_status="20" nutrition_benefit="0.5" refresh_benefit="0.5" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="480" food_subtype_id="" food_type_id="8" health_benefit="2.5" item_id="c352d8ae-4021-4f9b-b49c-b1f087f2cd2c" max_status="80" nutrition_benefit="6.5" refresh_benefit="1" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="30" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="3" health_benefit="0" item_id="c40dc516-9886-4245-8a8b-2cbb16da918d" max_status="100" nutrition_benefit="10" refresh_benefit="20" short_term_nutrition_benefit_ratio="0.1" />
    <row alcohol_content="80" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="3" health_benefit="12" item_id="c64b7286-07b8-4bdf-afd0-359171d35249" max_status="100" nutrition_benefit="3" refresh_benefit="-10" short_term_nutrition_benefit_ratio="0.63" />
    <row alcohol_content="0" cooked_item_id="68d9f225-030a-43c0-83b3-c4bc57568581" decay_time_hours="24" food_subtype_id="6" food_type_id="5" health_benefit="0" item_id="c6d9387a-30de-469a-a785-3220bf0426ba" max_status="40" nutrition_benefit="8" refresh_benefit="-6" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="240" food_subtype_id="" food_type_id="2" health_benefit="2" item_id="c888acac-26ef-4f4a-be33-0b8bd82e7500" max_status="40" nutrition_benefit="8.5" refresh_benefit="-2.5" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="3" health_benefit="0" item_id="c9bfcc38-7ed1-4ed7-a86d-7ef0f7292762" max_status="1" nutrition_benefit="0" refresh_benefit="0" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="30" cooked_item_id="" decay_time_hours="0" food_subtype_id="3" food_type_id="3" health_benefit="-3" item_id="ca5a0aa3-e373-48ec-96e4-1c3b9907bac3" max_status="48" nutrition_benefit="-2" refresh_benefit="16" short_term_nutrition_benefit_ratio="0.25" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="480" food_subtype_id="" food_type_id="8" health_benefit="1" item_id="ca873759-2d0d-4f2f-ba05-49b6c1872a9e" max_status="50" nutrition_benefit="7" refresh_benefit="0.5" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="240" food_subtype_id="" food_type_id="2" health_benefit="1" item_id="d031224d-34c3-4f2b-98f7-d77789a309c2" max_status="40" nutrition_benefit="6.5" refresh_benefit="-2" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="240" food_subtype_id="" food_type_id="2" health_benefit="1" item_id="d7248e1e-64dd-4d38-8049-826eb2fb39d0" max_status="40" nutrition_benefit="9" refresh_benefit="-4" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="3" health_benefit="0" item_id="d837e829-d706-4db8-8e3d-e70a16882c96" max_status="100" nutrition_benefit="5" refresh_benefit="4" short_term_nutrition_benefit_ratio="0.5" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="240" food_subtype_id="" food_type_id="2" health_benefit="3.5" item_id="db357169-2012-4c12-b82b-d021cd4c8d9f" max_status="40" nutrition_benefit="12" refresh_benefit="-5" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="240" food_subtype_id="" food_type_id="2" health_benefit="2" item_id="db66940d-09bc-4450-8df9-8268e52e4ac2" max_status="40" nutrition_benefit="9" refresh_benefit="-3" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="3" health_benefit="1.5" item_id="ddb0fc96-be22-42d8-ba8c-ff00b68c0481" max_status="1" nutrition_benefit="0.5" refresh_benefit="12" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="0a78fe34-737c-4346-9762-6b3036fbc9c6" decay_time_hours="120" food_subtype_id="6" food_type_id="5" health_benefit="-2" item_id="de574125-0ff9-4d98-a1d9-74a7cf1f019c" max_status="1" nutrition_benefit="1" refresh_benefit="-2" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="32" cooked_item_id="" decay_time_hours="0" food_subtype_id="3" food_type_id="3" health_benefit="4.5" item_id="dea2883f-6bd9-4f6e-bae8-80322d428652" max_status="75" nutrition_benefit="3.5" refresh_benefit="-4" short_term_nutrition_benefit_ratio="0.25" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="240" food_subtype_id="" food_type_id="6" health_benefit="0.5" item_id="e19d0a82-e5cc-49b2-b0a2-14b004cb4717" max_status="50" nutrition_benefit="1.5" refresh_benefit="2" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="3" health_benefit="0" item_id="e1adda6e-aba9-4de2-a50f-062432fd73df" max_status="1" nutrition_benefit="0" refresh_benefit="0" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="480" food_subtype_id="" food_type_id="8" health_benefit="0.5" item_id="e1c06864-38e2-4bb8-a5c2-dcc52eee1c44" max_status="1" nutrition_benefit="5.5" refresh_benefit="0.5" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="2" health_benefit="0" item_id="e63f4277-25d9-406b-90f4-cb8b79ab6dc3" max_status="1" nutrition_benefit="1" refresh_benefit="31" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="be9bd6b7-b2c1-432a-90a7-4a13c58c0936" decay_time_hours="120" food_subtype_id="6" food_type_id="5" health_benefit="-4" item_id="e86b8924-37b9-479d-9249-b082b019d435" max_status="40" nutrition_benefit="3" refresh_benefit="-3" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="4a3dc302-b035-44cc-a49b-9da912c28cc1" decay_time_hours="120" food_subtype_id="6" food_type_id="5" health_benefit="-2" item_id="e9170235-1d45-465b-bdec-a5599605e15e" max_status="30" nutrition_benefit="3" refresh_benefit="-1" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="52446f8a-3073-4006-b181-60c82475a03a" decay_time_hours="120" food_subtype_id="6" food_type_id="2" health_benefit="-3.5" item_id="eb47297f-4a52-45d4-b98c-057c2db35d33" max_status="20" nutrition_benefit="4" refresh_benefit="-4" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="30" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="3" health_benefit="0" item_id="eca88106-4bab-4419-8772-4450739c193c" max_status="100" nutrition_benefit="-20" refresh_benefit="4" short_term_nutrition_benefit_ratio="0.6" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="3" health_benefit="0" item_id="ee4d5b06-0a7e-4073-969b-b11131e97fef" max_status="1" nutrition_benefit="0" refresh_benefit="0" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="240" food_subtype_id="" food_type_id="0" health_benefit="1.5" item_id="f0c9f56f-cd0f-4973-bfb5-3cea3e756bcc" max_status="20" nutrition_benefit="1" refresh_benefit="0.5" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="40" cooked_item_id="" decay_time_hours="0" food_subtype_id="" food_type_id="3" health_benefit="4" item_id="f1309a89-045f-44ae-a4d9-c997b892a162" max_status="100" nutrition_benefit="10" refresh_benefit="0" short_term_nutrition_benefit_ratio="0.63" />
    <row alcohol_content="0" cooked_item_id="6a324aa9-a566-406c-a3f8-6c416a00b399" decay_time_hours="120" food_subtype_id="6" food_type_id="2" health_benefit="-3" item_id="f2e16499-8a27-4acc-a4af-f29e00300507" max_status="20" nutrition_benefit="3" refresh_benefit="-1" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="0" food_subtype_id="5" food_type_id="3" health_benefit="-50" item_id="fd6cceee-06d0-4a0b-a0f6-c52d0afd5481" max_status="100" nutrition_benefit="-10" refresh_benefit="-10" short_term_nutrition_benefit_ratio="0.5" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="240" food_subtype_id="" food_type_id="5" health_benefit="1" item_id="fdd2036c-15a6-462e-9a0e-acbe20288bcc" max_status="50" nutrition_benefit="6" refresh_benefit="-1" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="120" food_subtype_id="6" food_type_id="5" health_benefit="-3" item_id="fe68ee1c-579a-4414-a794-da184ea494cd" max_status="40" nutrition_benefit="2" refresh_benefit="-3" short_term_nutrition_benefit_ratio="" />
    <row alcohol_content="0" cooked_item_id="d7248e1e-64dd-4d38-8049-826eb2fb39d0" decay_time_hours="120" food_subtype_id="6" food_type_id="2" health_benefit="-3" item_id="ff25cae9-7182-4d55-bbb0-0706404e5b69" max_status="20" nutrition_benefit="4" refresh_benefit="-4" short_term_nutrition_benefit_ratio="" />
    </rows>
    </table>
    </database>


     

    1. pulsusego
      pulsusego
      • member
      • 2 kudos
      Not 100% sure what you mean by this? Like, was this the most recently updated vanilla file (at time of posting, anyway)? The thought is appreciated if it was meant to allow me to update the mod, though sorry I didn't notice the post. ':D

      Thanks though, regardless. Hope you're having a nice day, whenever you possibly end up reading this. lol
  7. sbkdgbskgh
    sbkdgbskgh
    • member
    • 0 kudos
    Really like your mod, it makes me have a more balanced diet instead of only eating meat and bread.
    The tweaks with fruit and vegetables is great?
    1. pulsusego
      pulsusego
      • member
      • 2 kudos
      I really appreciate that, and I'm glad you liked it! Sorry I can't update it for the time being, but it's nice to hear that people enjoy(ed) this. (: I'm assuming it's no longer compatible, but I'll try to get it up and running again whenever I can afford to purchase the game. Thanks again~!
  8. EkErilaz
    EkErilaz
    • supporter
    • 27 kudos
    Any chance we could have this mod updated? I really enjoyed the way it changed food consumption and by extension the way you travel through the world.
    1. pulsusego
      pulsusego
      • member
      • 2 kudos
      Sorry, I don't own the game myself (was playing on a friend's one while they were in town) so I can't really update it. I don't have access to the current version's files, unfortunately. :/

      Also I apologize for more or less abandoning the mod without a word- I literally just forgot it existed after a while of not playing the game at all. Which I guess is a good thing so far as me forgetting the game exists for now, until I can reasonably afford it. :P If I get it one day I'll work on revamping this mod though, because I'm the same way in terms of enjoying how it effected travel and, I'm not sure what exactly to call it- your sense of time in the game? The scale of time? Something like that. :P Anywho, thanks also for letting me know you liked my work, even if I can't continue it atm. Cheers. (:
  9. tomycins
    tomycins
    • premium
    • 21 kudos
    I really like what you did with the mod,

    however can I get a version without the extended food spoilage? wait no, make that like x2.5? cause bread spoils after 2 days, with this mod that would make it 10 days which isn't realistic in my opinion. 5 days is much better :D

    I also kinda like the human dustbin perk and the feeling of not having the worry about spoilage anymore... :P
    1. pulsusego
      pulsusego
      • member
      • 2 kudos
      That's a big maybe, I'd have to say.. It's a pain in the butt to go down the list of them and make changes, much less make multiple versions for different spoilage rates. I don't necessarily mean just initially (though that is a part of it), but it would mean any time I want to tweak or update the mod I'd have to do it for each individual version rather than just the once. Then there's the final frustration that, if the game updates, I'd yet again not be having to make the one version compatible, but each one individually... That's the one that would really cause the problems. :/

      That all said, I probably could go through and fiddle with it as a one-off when I'm done trying to balance it a bit more, if you're still interested down the line. (:

      I just wish you could actually edit these files in something like excel :P Just multiply all numbers in the column by 0.5 and bam, we'd have your version ready to go. lol
    2. unuroboros
      unuroboros
      • premium
      • 267 kudos
      I'd love if some easy to use XML editor out there could do this - similar to Excel works with columns, just like you say.

      I did whip up a quick and dirty Powershell script to tone down the values for myself. Source below in case it's useful to anyone!


      $filename = 'food.xml'
      [xml]$xml = Get-Content $filename
      $coeff = 0.5
      $rows = $xml.SelectNodes("//row")
      foreach ($row in $rows) {
      $dth = [int]$row.Attributes["decay_time_hours"].Value
      $row.Attributes["decay_time_hours"].Value = $dth * $coeff
      }
      $xml.Save("food_halfdecay.xml")
    3. pulsusego
      pulsusego
      • member
      • 2 kudos
      I can't describe how much easier it would make this stuff. I actually edited the initial values of items in excel when I first went through, before manually copying them over to the actual .xml. It was a bit of a mess since excel couldn't read the game's file format very well, but it worked. lol
  10. ovchin
    ovchin
    • member
    • 1 kudos
    <!-- COOKED Lepiota (I've got nothing. I don't remember in the slightest what the hell a lepiota is.)-->
    <row alcohol_content="0" cooked_item_id="" decay_time_hours="240" food_subtype_id="" food_type_id="7" health_benefit="0" item_id="239ea469-3237-48d8-af90-da7cdf4140dc" max_status="10" nutrition_benefit="1" refresh_benefit="1.5" short_term_nutrition_benefit_ratio="" />

    This is a mushroom that is common in the forest.
    It is easy to collect a few dozen and you can go awake for several days, eating only them.

    Also, apples and pears allow you to delay need for sleep for a long time.
    1. pulsusego
      pulsusego
      • member
      • 2 kudos
      Noted, thanks! I'll take a look at their energy. I wanted to make some of the foods useful less as things to fill nutrition and more as other uses- pears and apples were intended to be small energy & health boosters; both are decent at giving energy if eaten fresh, and both are decent at healing when cooked (the apple being the better option in the former situation, and pear in the latter).

      There is the problem though that spamming them can be a little *too* useful..

      Any thoughts on what might be done about it? Should I reduce the energy benefits? If I did that for lepiota I'd probably go ahead and go through any other items with positive energy benefits, maybe reduce them all a bit to even more modest levels. If I do that though I feel like it may seem a bit pointless to have the energy benefit there at all. Could always rely on roleplay, sure, but still.

      As a passing thought, for what it's worth, I remembered near the bottom of the .xml that lepiota was a mushroom (I only commented as I went on, I rarely went back to correct myself since the comments didn't really matter) and decided that, realism be damned, I'd make lepiota a bit of a special niche in being good for energy. I'd only seen it very occasionally in shops so I figured it was fairly rare, though I didn't know it was common in forests. :/ I rarely go hunting..

      Anywho, let me know what you think. Either way, I'll keep it in mind for my upcoming re-rebalance sweep through the file. Thanks for the help!
    2. unuroboros
      unuroboros
      • premium
      • 267 kudos
      I wonder if we could solve for that problem with scripting. Right now scripting seems like mostly an unknown for KCD - the easier lockpicking mod is one great exception - but the language (LUA) is very well documented, so it's really just a matter of finding the right scripts, having more examples out there to work from, maybe some tips from the devs.

      It'd be pretty neat if you could get a bellyache from gorging on apples, for example.
    3. ovchin
      ovchin
      • member
      • 1 kudos
      From my point of view, any food should not give plus energy.
      Perhaps some potions or narcotic mushrooms, but necessarily with some consequences, like a hangover.
      Heavy food should reduce energy, light food should be neutral to energy.

      It will be awesome if anyone can make complex cooking, for example drop meat with mushrooms and cabbage in pot and have proper meal.
    4. pulsusego
      pulsusego
      • member
      • 2 kudos
      @unuroboros- I can't say I'd really know how to approach it. I'm not good with LUA, or even coding in general. I can read it well enough, once I figure out what things mean and/or recognize a pattern, but I can't *write* it, if that makes sense. I've thrown myself at the wall that is learning to code a hundred times, but it seems I've just no aptitude for it. I do like the bellyache idea though; prevent the whole 'eat 17 cheesewheels to recover full health' thing that happens in many games.

      @ovchin- In theory I'd agree with you that food shouldn't usually provide energy (except in rare cases), but I decided against that route so that I could have more variation in the foods.