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

# Cooked Fish

> Information about all cooked fish 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) |
| ------------ | ------ | ---------- |
| Cooked Perch | +10    | 7          |
| Cooked Pike  | +12    | 10         |

<Tip type="info">
  Fishing locations can be found here: [Fishing locations](../map/fishing_locations)
</Tip>

## Detailed Information

<AccordionGroup>
  <Accordion
    title="Cooked Perch"
    icon={
<img 
  src="https://i.imgur.com/iYup8ig.png" 
  alt="Cooked Perch Icon" 
  width="24" 
  height="24"
/>
}
  >
    <div className="flex flex-row space-x-4">
      <div>
        **Name:** Cooked Perch\
        **Description:** "Tasty"\
        **Item-ID:** 12\
        **Price:** 7 Mk\
        **Cooking Type:** Fish\
        **Energy:** +12
      </div>
    </div>
  </Accordion>

  <Accordion
    title="Cooked Pike"
    icon={
<img 
  src="https://i.imgur.com/acz6QMO.png" 
  alt="Cooked Pike Icon" 
  width="24" 
  height="24"
/>
}
  >
    <div className="flex flex-row space-x-4">
      <div>
        **Name:** Cooked Pike\
        **Description:** "Go ahead, eat it"\
        **Item-ID:** 14\
        **Price:** 10 Mk\
        **Cooking Type:** Fish\
        **Energy:** +12
      </div>
    </div>
  </Accordion>
</AccordionGroup>
