Short-finned eel is a Tier 5 food that can only be found and used while Dungeoneering. A cooked short-finned eel can be found either by picking it up from the table at the start of a dungeon, or by killing monsters in the dungeon and receiving it as a drop. It is the highest-tier food in Dungeoneering a free-player can eat. A Raw short-finned eel can be bought from the Smuggler, or caught at a short-finned eel fishing spot within the dungeon. It heals 200 to 1000 life points depending on your Constitution level when cooked, and the level at which it stops burning depends on the tier of the fire it is cooked on. They are also used as a secondary ingredient in creating level 49 Brave skinweaver pouches.
Enter your Constitution level | name=skillstat_Constitution_level|type=int|value=1|range=9,99|size=4|sublist=calchealing |
name=healing|type=output |
let(minLevel, 40) let(healAmount, 0) let(healAmountOutOfCombat, 0) let(healOverTimeAmount, 0) let(healOverTimeDuration, 0) let(constitutionLevel, skillstat_Constitution_level)
let(pointsPerLevel, 25) if(healAmount){
let(pointsPerLevel, healAmount / minLevel)
}
if(constitutionLevel < minLevel){
let(heal, constitutionLevel * pointsPerLevel)
}{
let(heal, minLevel * pointsPerLevel)
}
let(heal, floor(heal + 0.000001)) let(healing,"This will heal " + heal + " life points at level " + constitutionLevel + " in combat.")
if(healOverTimeAmount){
let(healing, healing + " It will heal an additional " + healOverTimeAmount + " life points over " + healOverTimeDuration + " seconds.")
}
if(healAmountOutOfCombat){
let(pointsPerLevelOutOfCombat, healAmountOutOfCombat / minLevel) if (constitutionLevel < minLevel){ let(healOutOfCombat, constitutionLevel * pointsPerLevelOutOfCombat) }{ let(healOutOfCombat, minLevel * pointsPerLevelOutOfCombat) } let(healOutOfCombat, floor(healOutOfCombat + 0.000001)) let(healing, healing + " It will heal " + healOutOfCombat + " life points while out of combat.")
}
Like all other fish within Daemonheim, members can also use it as an ingredient in cooked potato.
Drop sources[]
- This list was created dynamically. For help, see the FAQ.
- To force an update of this list, click here.
Tools/utensils | None |
---|---|
Ingredients | Raw short-finned eel |
![]() |
40 |
Burn level | Varies |
![]() |
103 |
Range-only | No |
Instructions | Use raw short-finned eel with fire or range. |
Servings | 1 |
Trivia[]
- Before the Evolution of Combat update, short-finned eels used to heal 120 life points.