Giant flatfish is a tier 4 food that can only be found and used while Dungeoneering. A cooked giant flatfish 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. A Raw giant flatfish can be bought from the Smuggler, or caught at a giant flatfish fishing spot within the dungeon. It heals up to 750 life points when cooked (depending on Constitution level), and the level at which it stops burning depends on the tier of the fire it is cooked on, but never in F2P.
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, 30) 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 cave potato. They are also used as a secondary ingredient in creating Keen skinweaver pouches with 39 Summoning.
Giant flatfish are the sole type of food available during the Fremennik saga, Vengeance.
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 giant flatfish |
![]() |
30 |
Burn level | Can be burned at any level; using higher tier wood or a range reduces the chance |
![]() |
82 |
Range-only | No |
Instructions | Use raw giant flatfish with fire or range. |
Servings | 1 |
Trivia[]
- Before the Evolution of Combat update, giant flatfish used to heal 100 life points.