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

# Mushrooms

> Information about all mushrooms 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      |
| ---------------- | ------ | ---------- | ------------- |
| Chanterelles     | +10    | 16         | Diogo’s Dock  |
| Fly Amanita      | -40    | 41         | Repouuro Cave |
| Penny Bun        | +15    | 25         | Repouuro Cave |
| Yellowleg Bonnet | +20    | 32         | Repouuro Cave |

<Note type="info">
  Aside from Chanterelles, which can be found (non-exclusively) near Diogo's Dock, all other mushroom locations are exclusive to Repouuro Cave.
</Note>

## Detailed Information

<AccordionGroup>
  <Accordion
    title="Chanterelles"
    icon={
<img 
  src="https://i.imgur.com/wCeVvv7.png" 
  alt="Chanterelles Icon" 
  width="24" 
  height="24"
/>
}
  >
    <div className="flex flex-row space-x-4">
      <div>
        **Name:** Chanterelles\
        **Description:** "Rich in flavor, but with a taste and aroma dificult to describe!"\
        **Item-ID:** 142\
        **Obtainable:** Chanterelles (found near Diogo’s Dock)\
        **Price:** 16 Mk\
        **Cooking Type:** Mushroom\
        **Energy:** +10
      </div>
    </div>
  </Accordion>

  <Accordion
    title="Fly Amanita"
    icon={
<img 
  src="https://i.imgur.com/oAsfKBc.png" 
  alt="Fly Amanita Icon" 
  width="24" 
  height="24"
/>
}
  >
    <div className="flex flex-row space-x-4">
      <div>
        **Name:** Fly Amanita\
        **Descrhhiption:** "Poisonous mushroom"\
        **Item-ID:** 300\
        **Obtainable:** Fly Amanitas (found in Repouuro Cave)\
        **Price:** 41 Mk\
        **Cooking Type:** Mushroom\
        **Energy:** +20
      </div>
    </div>
  </Accordion>

  <Accordion
    title="Penny Bun"
    icon={
<img 
  src="https://i.imgur.com/Go963Y6.png" 
  alt="Penny Bun Icon" 
  width="24" 
  height="24"
/>
}
  >
    <div className="flex flex-row space-x-4">
      <div>
        **Name:** Penny Bun\
        **Description:** "The world's most popular food staple."\
        **Item-ID:** 301\
        **Obtainable:** Penny Buns (found in Repouuro Cave)\
        **Price:** 25 Mk\
        **Cooking Type:** Mushroom\
        **Energy:** +5
      </div>
    </div>
  </Accordion>

  <Accordion
    title="Yellowleg Bonnet"
    icon={
<img 
  src="https://i.imgur.com/qUnuMEe.png" 
  alt="Yellowleg Bonnet Icon" 
  width="24" 
  height="24"
/>
}
  >
    <div className="flex flex-row space-x-4">
      <div>
        **Name:** Yellowleg Bonnet\
        **Description:** "The world's most popular food staple."\
        **Item-ID:** 302\
        **Obtainable:** Yellowleg Bonnets (found in Repouuro Cave)\
        **Price:** 32 Mk\
        **Cooking Type:** Mushroom\
        **Energy:** +5
      </div>
    </div>
  </Accordion>
</AccordionGroup>
