> ## 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.

# Fruits

> Information about all fruits 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        |
| --------- | ------ | ---------- | --------------- |
| Apple     | +10    | 9          | Artur's Outpost |

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

## Detailed Information

<AccordionGroup>
  <Accordion
    title="Apple"
    icon={
<img 
  src="https://i.imgur.com/huFv16t.png" 
  alt="Apple Icon" 
  width="24" 
  height="24"
/>
}
  >
    <div className="flex flex-row space-x-4">
      <div>
        **Name:** Apple\
        **Description:** "They don't fall far from the tree."\
        **Item-ID:** 402\
        **Obtainable:** Appletree (found near Artur's Outpost)\
        **Price:** 9 Mk\
        **Cooking Type:** Fruit\
        **Energy:** +10
      </div>
    </div>
  </Accordion>
</AccordionGroup>
