> ## Documentation Index
> Fetch the complete documentation index at: https://wiki.longvinter.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Vegetables

> Information about all vegetables in the game.

<Note type="warning">
  All sell prices are only for [James General Store](../map/james_general_store).
</Note>

## Quick Comparison

| Item Name  | Energy | Price (Mk) | Location                                        |
| ---------- | ------ | ---------- | ----------------------------------------------- |
| Sugar Beet | +8     | 5          | Tim's Outpost                                   |
| Pumpkin    | +20    | 16         | Diogo's Dock                                    |
| Potato     | +5     | 6          | Jax's Outpost                                   |
| Chili      | +5     | 0          | Kolkka island                                   |
| Carrot     | +10    | 6          | Sgt. Lake's Outpost                             |
| Onion      | +8     | 5          | Padva Harbor                                    |
| Cucumber   | +5     | 6          | Filemon's Outpost                               |
| Cabbage    | +10    | 8          | Some of the small islands below Ekholmen island |

<Note type="info">
  All locations named for obtaining the vegetables are not exclusive, meaning you can also find the vegetables somewhere else on the map.
</Note>

## Detailed Information

<AccordionGroup>
  <Accordion
    title="Sugar Beet"
    icon={
<img 
  src="https://i.imgur.com/uihqrKM.png" 
  alt="Sugar Beet Icon" 
  width="24" 
  height="24"
/>
}
  >
    <div className="flex flex-row space-x-4">
      <div>
        **Name:** Sugar Beet\
        **Description:** "Sweet and round"\
        **Item-ID:** 55\
        **Obtainable:** Beet tops (found near Tim's Outpost)\
        **Price:** 5 Mk\
        **Cooking Type:** Vegetable\
        **Energy:** +8
      </div>
    </div>
  </Accordion>

  <Accordion
    title="Pumpkin"
    icon={
<img 
  src="https://i.imgur.com/3IFlkTD.png" 
  alt="Pumpkin Icon" 
  width="24" 
  height="24"
/>
}
  >
    <div className="flex flex-row space-x-4">
      <div>
        **Name:** Pumpkin\
        **Descrhhiption:** "Does not look that scary"\
        **Item-ID:** 231\
        **Obtainable:** Pumpkins (found near Diogo’s Dock)\
        **Price:** 16 Mk\
        **Cooking Type:** Vegetable\
        **Energy:** +20
      </div>
    </div>
  </Accordion>

  <Accordion
    title="Potato"
    icon={
<img 
  src="https://i.imgur.com/alEGh4K.png" 
  alt="Potato Icon" 
  width="24" 
  height="24"
/>
}
  >
    <div className="flex flex-row space-x-4">
      <div>
        **Name:** Potato\
        **Description:** "The world's most popular food staple."\
        **Item-ID:** 368\
        **Obtainable:** Potato tops (found near Jax’s Outpost)\
        **Price:** 6 Mk\
        **Cooking Type:** Vegetable\
        **Energy:** +5
      </div>
    </div>
  </Accordion>

  <Accordion
    title="Chili"
    icon={
<img 
  src="https://i.imgur.com/VeEQHVI.png" 
  alt="Chili Icon" 
  width="24" 
  height="24"
/>
}
  >
    <div className="flex flex-row space-x-4">
      <div>
        **Name:** Chili\
        **Description:** "Adds a spicy kick to your meals."\
        **Item-ID:** 370\
        **Obtainable:** Chili plants (found on Kolkka island)\
        **Price:** 0 Mk (not unknown, but actually 0)\
        **Cooking Type:** Spice
        **Energy:** +5
      </div>
    </div>
  </Accordion>

  <Accordion
    title="Carrot"
    icon={
<img 
  src="https://i.imgur.com/lE8HzhS.png" 
  alt="Carrot Icon" 
  width="24" 
  height="24"
/>
}
  >
    <div className="flex flex-row space-x-4">
      <div>
        **Name:** Carrot\
        **Description:** "A crunchy treasure from beneath the soil."\
        **Item-ID:** 371\
        **Obtainable:** Carrot tops (found near Sgt. Lake’s Outpost)\
        **Price:** 6 Mk\
        **Cooking Type:** Vegetable\
        **Energy:** +10
      </div>
    </div>
  </Accordion>

  <Accordion
    title="Onion"
    icon={
<img 
  src="https://i.imgur.com/i3mocLf.png" 
  alt="Onion Icon" 
  width="24" 
  height="24"
/>
}
  >
    <div className="flex flex-row space-x-4">
      <div>
        **Name:** Onion\
        **Description:** "They're layered, just like life's complexities."\
        **Item-ID:** 372\
        **Obtainable:** Onion tops (found near 	Padva Harbor)\
        **Price:** 5 Mk\
        **Cooking Type:** Vegetable\
        **Energy:** +8
      </div>
    </div>
  </Accordion>

  <Accordion
    title="Cucumber"
    icon={
<img 
  src="https://i.imgur.com/2SJ86xO.png" 
  alt="Cucumber Icon" 
  width="24" 
  height="24"
/>
}
  >
    <div className="flex flex-row space-x-4">
      <div>
        **Name:** Cucumber\
        **Description:** "A vegetable full of water."\
        **Item-ID:** 378\
        **Obtainable:** Cucumber plant (found near Filemon’s Outpost)\
        **Price:** 6 Mk\
        **Cooking Type:** Vegetable\
        **Energy:** +5
      </div>
    </div>
  </Accordion>

  <Accordion
    title="Cabbage"
    icon={
<img 
  src="https://i.imgur.com/9VIRTNT.png" 
  alt="Cabbage Icon" 
  width="24" 
  height="24"
/>
}
  >
    <div className="flex flex-row space-x-4">
      <div>
        **Name:** Cabbage\
        **Description:** "Surprisingly weighty for a vegetable"\
        **Item-ID:** 386\
        **Obtainable:** Cabbages (found on some of the small islands below Ekholmen island)\
        **Price:** 8 Mk\
        **Cooking Type:** Vegetable\
        **Energy:** +10
      </div>
    </div>
  </Accordion>
</AccordionGroup>
